AskNowQA/LC-QuAD

Wrong corrected_question

Opened this issue · 0 comments

There's a single QA pair in the dataset where the corrected_question is entirely different from what it's supposed to be (i.e. given the SPARQL and auto-verbalized question):

The SPARQL is wrong too, so this makes it the only question with a nil result set.

[{'_id': '3631',
  'corrected_question': 'List down the schools whose mascot is an animal from the order of Even toed Ungulates?',
  'intermediary_question': "What are the <companies> whose <programming language>'s <designer> is <Bjarne Stroustrup>?",
  'results': [],
  'sparql_query': 'SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/designer> <http://dbpedia.org/resource/Bjarne_Stroustrup> . ?uri <http://dbpedia.org/property/programmingLanguage> ?x  . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/School>}',
  'sparql_template_id': 306}]