-
Can you provide the 2hop_neighbor_myindex.pickle of FB15k and WN18? Or you can tell how to produce it
-
Hi, the link of datasets can not be opened. How can I get the WN18 dataset corresponding to SSP paper ?
-
Thank you for your work. Besides WN18, you use FB15K for experimental evaluations. Can you release FB15K.bin and detail parameters to train the model for FB15K.
-
Thank you for your great work. When I learn your code, I am confused by the WN18.bin dataset, why entities in it are all numbers? what are they stand for ?
-
请问数据集中的实体或者关系都是用一串数字表示的,是否存在字典或者生成id的算法?
-
-
Hi,
Here is my config.yaml file
dataset:
name: wn18
num_entities: 40943
num_relations: 18
files:
train:
filename: train.del
type: triples
valid:
filena…
-
I tried executing the softmax version of projE using python 3 and tensorflow 1.1.0
I get this value error. How do I fix this?
![Screenshot (1340)](https://user-images.githubusercontent.com/19915352/…
-
datasets中的fb13和wn11都有对应的负例,求问如何得到fb15k和wn18对应的负例数据集合呢,非常感谢!
-
Hi there,
I tried to run 'reasonE.train.py' on wn18 dataset for fresh training, following the orginal parameter setting, which are:
embedDim = 100
lossMargin = 1.0
negSampleSizeRatio = 3
lear…