yao8839836 / kg-bert

KG-BERT: BERT for Knowledge Graph Completion
Apache License 2.0
679 stars 141 forks source link

clarification dataset #15

Open isabeauoliveri opened 4 years ago

isabeauoliveri commented 4 years ago

Hi, sorry for the trivial questions. How can I find the labels for the train sets FB13 and WN11? I don't understand if they are one negative and one positive line each in a safe way. About WN11 what mean the numbers at the end of the entities? And for the triple classification task, with dev dataset do you mean the val dataset? So train -> train ; dev -> val ; test -> test? Thank you.

yao8839836 commented 4 years ago

@isabeauoliveri

Hi, all the triples in train.tsv of WN11 and FB13 are positive triples, negative triples are generated by negative sampling of training process.

Yes, train -> train ; dev -> val ; test -> test