/SimpleDBpediaQA

simple QA over knowledge graphs on DBpedia

Primary LanguagePython

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!