-
Input Files Path : ./benchmarks/FB15K237/
The toolkit is importing datasets.
The total of relations is 237.
The total of entities is 14541.
The total of train triples is 272115.
Input Files Path …
-
Hi! I followed the instruction to install the packages. But now I'm getting an ImportError when reproducing the results. The error is as following. I also tried `rm -r ~/.cache/torch_extensions/*` as…
-
### Describe the bug
When I tried to use new version pykeen=1.8.1 to train and get result, same dataset, same parameters, but the result are really lower than 1.7.0 or 1.6.0. Such as in 1.6.0 the res…
-
When a KnowledgeGraphCompletion task has been trained on FB15k237 the prediction returns something with shape [*, 2, 14541] with positive and negative numbers while the target has booleans. How is the…
-
您好:
我按照`train.py`中默认参数设置,在FB15K237上运行您的代码中的TransE 和 TransD的时候,得到的性能很差(如下):
`
optim:adam r:4.0 lamb:0.01, d:200, temp:2.0, lr:0.0001, N_1:30, N_2:30
199 294.58 0.0008 10673.0 0.0005 0.0006 0.0008 0…
-
Hello, AnselCmy
Can you help me understand the method of limiting the candidate entities, in "One-Shot Relational Learning for Knowledge Graphs". Many people cited your paper, but they have not giv…
-
Would it be possible for you to provide more details on how to train various models on users' own datasets?
It's not clear what has to go into the config files (e.g., what specifically should be me…
-
hello, I have a few questions for you and I look forward to your answers:
Q1: Your referred neighborhood are edges that connect to the source vertex. Why is this set up?
Q2: why fb15k237 does not us…
-
![image](https://user-images.githubusercontent.com/40338036/113095816-c0715f00-9226-11eb-8116-e306e57fb147.png)
-
Thanks for releasing the code for your work. I am trying to reproduce the numbers for the no context version of the model. Using the config file `trmeh-fb15k237-noctx.yaml`, I am getting the following…