AnselCmy / MetaR

Source code for the EMNLP 2019 paper "Meta Relational Learning for Few-Shot Link Prediction in Knowledge Graphs"
Apache License 2.0
111 stars 19 forks source link

The number of train #4

Closed LemonQC closed 2 years ago

LemonQC commented 3 years ago

image While I read the data, 772 in train_tasks_in_train.json

AnselCmy commented 2 years ago

Thanks for trying our source code. For the file "train_tasks_in_train.json" of NELL and Wiki, the lengths indeed are 342 and 772. However, we ignore small training tasks which have no more than 10 triples (implemented in line 34 of "data_loader.py"), so the final statistics are 321 and 589.