INK-USC / RE-Net

Recurrent Event Network: Autoregressive Structure Inference over Temporal Knowledge Graphs (EMNLP 2020)
http://inklab.usc.edu/renet/
435 stars 95 forks source link

How do you obtain the data from row data, such as ICEWS18? #11

Closed sirius-aerostar closed 5 years ago

sirius-aerostar commented 5 years ago

I want to know what is the meaning of the numbers (entities and relations) in the train/test data. How can I know the relationship between the entity name and the number?

woojeongjin commented 5 years ago

Hello, We first got the raw datasets as described in the README.md. Then we sort the dataset by time in the increasing order and delete duplicate quadruples. The numbers are assigned randomly where each number corresponds to each entity or relation.

Thanks for the question!

sirius-aerostar commented 5 years ago

Thank you for your reply! Is it possible to provide the entity to number mapping file?

shanzhenren commented 5 years ago

@sirius-aerostar Thanks! We will upload the mapping files soon @woojeongjin