You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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}]
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: