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

About the contents of spo #61

Closed isspek closed 3 years ago

isspek commented 3 years ago

Dear @autoliuweijie,

thank you so much for your study. I would like to experiment K-BERT for a custom graphs. However, I need to convert to spo format. I checked the examples, which are in Chinese. So I couldn't understand the contents and format of spo. I would appreciate it if you could give me an example in English.

Kind regards Ipek

autoliuweijie commented 3 years ago

Each line is in the format of "subject_name\tpredicate\tobject_name\n", where "\t" is the tab tag.

isspek commented 3 years ago

Thanks @autoliuweijie.