AskNowQA / SimpleDBpediaQA

simple QA over knowledge graphs on DBpedia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

simple QA over knowledge graphs on DBpedia


Languages

Language:Python 100.0%