tensorflow/neural-structured-learning

FB237 ids

PhaelIshall opened this issue · 3 comments

Hello,

I have a question that I hope you can answer. Why are the downloaded files for FB237 containing entity and relation ids that are different from the ones with the original dataset? I am trying to test a model trained on the data from kbc repository with some of the original data converted to ids and they are not the same. Could you please provide information on how you created the ids?

Hi @ines-chami, could you help answer this? Thanks!

Hi,
We actually reused the data files released in the kbc open source repository:
https://github.com/facebookresearch/kbc/blob/master/kbc/scripts/download_data.sh

This issue about ids may help: facebookresearch/kbc#17

Thanks for the response, Ines!