Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 684 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 684 Bytes

SimpleDBpediaQA

This repo contains data from the following paper:

Get started

To generate entity labels (IO scheme), you need to install the Python fuzzywuzzy library:

pip install fuzzywuzzy

and then run:

cd script
python reverse_linking.py

The script generates train.txt, valid.txt, and test.txt in the V1/ folder and you're good to go!