Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong corrected_question #11

Open
nilesh-c opened this issue Jun 9, 2019 · 0 comments
Open

Wrong corrected_question #11

nilesh-c opened this issue Jun 9, 2019 · 0 comments

Comments

@nilesh-c
Copy link

nilesh-c commented Jun 9, 2019

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}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant