-
Thanks for your excellent work on OOG link prediction. Could you please tell me how to get pre-trained embeddings for my own dataset with entities and relations?
-
Hi, I'm very interested in your work and I'm quite new to knowledge graph. And I was reproduce your results in the paper with the default code and the dataset given, the WN18RR datasets seem to work w…
-
Following the changes made in PR #325, the npz files and urls.json of all the datasets need to be updated. We want to migrate the urls from Google Drive to the new file storage solution discussed in #…
-
使用自带的ConvE模型的配置文件训练模型时,在FB15K237和WN18RR两个数据集上,MRR、Hits@n等各项评价指标都达不到文档中给出的结果,例如在Hits@10只有0.29左右,远低于文档中的0.50。我想知道模型性能偏低的这种情况是由我自己的问题导致的,还是因为代码本身的问题导致的。
-
Hi,
May I have the optimal hyperparameters used for the reported results in the original paper of GenKGC. We ran the script of `scripts/wn18rr.sh`, while this set of hyperparameters gives the follo…
-
### Why FB15k-237 / WN18RR dataset is slightly different from the other versions?
I find out that the dataset statistics of FB15k-237 is
```
statistics:
entities: 14505
relations: 237
…
-
I am trying to create a custom dataset. My `dataset.data` is `Data(edge_index=[2, 93003], edge_to_id=[1], test_mask=[93003], train_mask=[93003], val_mask=[93003], vertice_to_id=[1], y=[93003])`. The n…
-
**Is your feature request related to a problem? Please describe.**
Find a cloud storage service that 1) allows anyone with a link to upload files (something like the Dropbox file request); 2) automat…
-
**Describe the bug**
I cannot read in downloaded .npz files for some OpenKE datasets at `/GLB-Repo/datasets`, such as `FB13`and `WN18RR`.
I didn't test all of the OpenKE datasets, but I could succes…
-
Hello,
I added a config as specified for my own .db file from safran.
I named the db file as instructed: {ID of dataset}_{ID of explanation}.db and put it in server/db.
I can see the dataset ad…