autoliuweijie / K-BERT

Source code of K-BERT (AAAI2020)
https://ojs.aaai.org//index.php/AAAI/article/view/5681
949 stars 212 forks source link

how to pick triples out of multiple candidates? #65

Open tanfei2007 opened 3 years ago

tanfei2007 commented 3 years ago

Hi @autoliuweijie

Given multiple triples candidates (e.g., 20) in KG associated with an entity of interest (e.g., Beijing) in Fig. 2, What's the scheme to pick reasonable ones (e.g., 2) in your work? just random choice or another rationale?

Thanks! Best, Fei

autoliuweijie commented 3 years ago

This is an unsolved problem, which is randomly selected at present. In future studies, we propose to employ some entity linking methods to select candidates.