-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feature/ScriptsForGridSearch' into develop
- Loading branch information
Showing
9 changed files
with
248 additions
and
409 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,21 +46,34 @@ This share link expires in 72 hours. For free permanent hosting, check out Space | |
``` | ||
![alt text](core/figures/deploy_qmult_family.png) | ||
|
||
### Available Models | ||
1. [DistMult](https://arxiv.org/pdf/1412.6575.pdf) | ||
2. [ComplEx](https://arxiv.org/pdf/1606.06357.pdf) | ||
3. [Shallom](https://arxiv.org/pdf/2101.09090.pdf) | ||
4. [ConEx](https://openreview.net/forum?id=6T45-4TFqaX&invitationId=eswc-conferences.org/ESWC/2021/Conference/Research_Track/Paper49/-/Camera_Ready_Revision&referrer=%5BTasks%5D(%2Ftasks)) | ||
5. [QMult](https://proceedings.mlr.press/v157/demir21a.html) | ||
6. [OMult](https://proceedings.mlr.press/v157/demir21a.html) | ||
7. [ConvQ](https://proceedings.mlr.press/v157/demir21a.html) | ||
8. [ConvO](https://proceedings.mlr.press/v157/demir21a.html) | ||
9. Contact us to add your favorite one :) | ||
|
||
|
||
### Pretrained Models | ||
TODO: Add a script to load and deploy a pretrained model | ||
## Pre-trained Models | ||
Please contact: ```[email protected] ``` or ```[email protected] ``` , if you lack hardware resources to obtain embeddings of a specific knowledge Graph. | ||
- [English-French DBpedia Shallom embeddings](https://hobbitdata.informatik.uni-leipzig.de/KGE/shallom/Shallom_EN_FR_15K_V1.zip) | ||
- [YAGO3-10 ConEx embeddings](https://hobbitdata.informatik.uni-leipzig.de/KGE/conex/YAGO3-10.zip) | ||
- [FB15K-237 ConEx embeddings](https://hobbitdata.informatik.uni-leipzig.de/KGE/conex/FB15K-237.zip) | ||
- [FB15K ConEx embeddings](https://hobbitdata.informatik.uni-leipzig.de/KGE/conex/FB15K.zip) | ||
- [WN18RR ConEx embeddings](https://hobbitdata.informatik.uni-leipzig.de/KGE/conex/WN18RR.zip) | ||
- [WN18 ConEx embeddings](https://hobbitdata.informatik.uni-leipzig.de/KGE/conex/WN18.zip) | ||
- [Forte ConEx embeddings](https://hobbitdata.informatik.uni-leipzig.de/KGE/conex/ConEx_Forte.zip) | ||
- [Hepatitis ConEx embeddings](https://hobbitdata.informatik.uni-leipzig.de/KGE/conex/ConEx_Hepatitis.zip) | ||
- [Lymphography ConEx embeddings](https://hobbitdata.informatik.uni-leipzig.de/KGE/conex/ConEx_Lymphography.zip) | ||
- [Mammographic ConEx embeddings](https://hobbitdata.informatik.uni-leipzig.de/KGE/conex/ConEx_Mammographic.zip) | ||
- [Animals ConEx embeddings](https://hobbitdata.informatik.uni-leipzig.de/KGE/conex/Animals.zip) | ||
- For more please look at [Hobbit Data](https://hobbitdata.informatik.uni-leipzig.de/KGE/) | ||
|
||
### Available Models | ||
1. Multiplicative based KGE models: | ||
1. [DistMult](https://arxiv.org/pdf/1412.6575.pdf) | ||
2. [ComplEx](https://arxiv.org/pdf/1606.06357.pdf) | ||
3. [QMult](https://proceedings.mlr.press/v157/demir21a.html) | ||
4. [OMult](https://proceedings.mlr.press/v157/demir21a.html) | ||
2. Feed Forward Neural Models | ||
1. [Shallom](https://arxiv.org/pdf/2101.09090.pdf) | ||
3. Convolutional Neural models | ||
1. [ConEx](https://openreview.net/forum?id=6T45-4TFqaX&invitationId=eswc-conferences.org/ESWC/2021/Conference/Research_Track/Paper49/-/Camera_Ready_Revision&referrer=%5BTasks%5D(%2Ftasks)) | ||
2. [ConvQ](https://proceedings.mlr.press/v157/demir21a.html) | ||
3. [ConvO](https://proceedings.mlr.press/v157/demir21a.html) | ||
4. Contact us to add your favorite one :) | ||
|
||
|
||
### Training | ||
|
@@ -146,7 +159,6 @@ url={https://openreview.net/forum?id=6T45-4TFqaX}} | |
pages={179--182}, | ||
year={2021}, | ||
organization={IEEE} | ||
``` | ||
|
||
For any questions or wishes, please contact: ```[email protected]``` or ```[email protected]``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.