-
Hello all,
I was wondering whether the pretrained models will be publicly available.
Cheers
-
Hello, I need a lot of time in the process of obtaining new _ dev.dict of fb15k-237 data set. Note that there is new _ dev.dict of wn18rr data set in your file, but there is no new _ dev.dict of fb15k…
-
Let's assume, we want to get model scores for a non-existing triple, i.e., a pair of nodes, which is not connected. It looks like we should calculate relational paths for non-existing triples during t…
-
我尝试采用https://github.com/yuyuz/MetaQA这个数据集里面的kb.txt(三元组(h,r,t))和python代码构建:
entity2id.txt
relation2id.txt
train2id.txt
test2id.txt
valid2id.txt这几个文件,
我发现kb.txt里面有重复的三元组,我将重复的三元组删除了并且也严格对应要求的(e1,e…
-
We would like to add some more graphs to the automatic retrieval mechanism.
Currently, we support only StringPPI (human version), CompleteStringPPI (cross-species) and KG-COVID-19.
Which graphs …
-
你好,请问咱们这个代码Hits@指标能跑到论文中的实验结果吗?
-
因为代码能力很low所以我想在这个上面调试se-gnn的模型但是不知道能否满足我的需求,使用不同的打分函数可以实现吗
-
Hi,
Many thanks for sharing this work, I have a question regarding fb15k experiment, i.e. for binary predicate.
It drew my attention during evaluation when I print the sorted score list returne…
-
您好,使用TransE在数据集FB15K上进行链接预测任务,在100epoch后进行评估报错内存溢出;于是我将bacth_size改为原来的一半50,依然溢出,显卡为2080Ti,内存为12GB。请问一下怎么解决呀?
#####################################################
epoch 99, avg. triple loss: 0.012…
-
### Describe the bug
Hi,
I want to train knowledge graph embeddings with the `pipeline` function. During the evaluation I receive the warning _WARNING:torch_max_mem.api:Encountered tensors on d…