├── README.md └── relations ├── relation.2M.list ├── test.replace_ne.withpool ├── train.replace_ne.withpool └── valid.replace_ne.withpool /README.md: -------------------------------------------------------------------------------- 1 | # SimpleQuestions-EntityLinking 2 | 3 | Download entity-linking results from GDrive: https://drive.google.com/open?id=0B1AAKbQTrmDZRENnb19RWmxZZTQ 4 | 5 | The lines in each file follow the orders of questions in the SimpleQuestions dataset. 6 | 7 | # SimpleQuestions Relation Detection Task 8 | 9 | See the directory relations. 10 | 11 | The format is: 12 | gold_relations \t negative_relation_pool \t question 13 | 14 | ## We moved the relation detection data to the repo: https://github.com/Gorov/KBQA_RE_data, forming a relation detection repo consist of both SimpleQuestions and WebQSP relation detection data. 15 | --------------------------------------------------------------------------------