-
Hello, thank for sharing your code.
But, I notice that the result of ConvE in your paper is much higher than the origin paper. Are the testing procedures the same for both? I guess, m…
-
Hello, I am very interested in the method mentioned in your paper. Can you tell me all the parameters of reproducing WN18RR in detail? Looking forward to your reply, thank you!
-
Can you perhaps help me realize how I can use your framework properly? I tried following the documentation on how to train and evaluate embedding models in pykeen but after the OpenBioLink Dataset cau…
-
Hello,
I would like to thank you for the great work ! I was wondering whether your opinion the the following reasoning:
- _We ran the same grid for all algorithms and regularizers on the FB15K, …
-
Hi,
I'm trying to reproduce the results presented in the paper using the WN18RR dataset. However, I'm running into some kind of trouble since I'm not able to replicate the results. Using the defaul…
-
I got the result of TransE on WN18RR dataset as follows, with 100 epoch and default parameter settings.
mean_rank={'best': 7396.350889192887, 'worst': 7396.3558481532145, 'avg': 7396.353368673051}…
-
For YAGO3-10, `entity2id.txt` file contains the entity strings and the ids
Pijnacker 32
Takeshi_Yamaguchi 33
Theodore_Solomons 34
Jacqueline_Woodson 35
How can I find ent…
-
Not every '**study.json**' file has the entry '**create_inverse_triples**', e.g.:
ablation/results/rotate/wn18rr/random/adam/2020-04-25-19-04_217bcf38-2101-461b-9593-b133b4201e6a/0000_wn18rr_rotate/s…
-
Right now, the `margin` and `adversarial_temperature` parameters do not have a default for NSSA loss. We need to pick reasonable ones and set it.
-
```
# retrieve and install project in development mode
git clone https://github.com/uma-pi1/kge.git
cd kge
pip install -e .
# download and preprocess datasets
cd data
sh download_all.sh
cd ..
…