nju-websoft / BootEA

Bootstrapping Entity Alignment with Knowledge Graph Embedding, IJCAI 2018
MIT License
149 stars 39 forks source link

数据中的疑虑 #4

Closed situjie68 closed 5 years ago

situjie68 commented 5 years ago

hello,你好,最近在膜拜你写的BootEA代码,不过对于其中使用到的数据有个小问题,请教下哈:ref_ent_ids和sup_ent_ids之间的区别是什么呢,感觉好像都是对齐种子?

sunzequn commented 5 years ago

不是的。sup_ent_ids是已知的对齐pair,训练时候监督用的;而ref_ent_ids是测试时候用的。