tensorflow / neural-structured-learning

Training neural models with structured signals.
https://www.tensorflow.org/neural_structured_learning
Apache License 2.0
980 stars 189 forks source link

FB237 ids #90

Closed PhaelIshall closed 3 years ago

PhaelIshall commented 3 years ago

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?

arjung commented 3 years ago

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

ines-chami commented 3 years ago

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: https://github.com/facebookresearch/kbc/issues/17

arjung commented 3 years ago

Thanks for the response, Ines!