--- annotations_creators: - expert-generated language: - en language_creators: - machine-generated license: - cc-by-4.0 multilinguality: - monolingual pretty_name: 'DBLP-QuAD: A Question Answering Dataset over the DBLP Scholarly Knowledge Graph' size_categories: - 1K ?x . ?x ?answer }" }, "template_id": "TP11", "entities": [ "" ], "relations": [ "", "" ], "temporal": false, "held_out": true } ``` ### Data Fields - `id`: the id of the question - `question`: a string containing the question - `paraphrased_question`: a paraphrased version of the question - `query`: a SPARQL query that answers the question - `query_type`: the type of the query - `query_template`: the template of the query - `entities`: a list of entities in the question - `relations`: a list of relations in the question - `temporal`: a boolean indicating whether the question contains a temporal expression - `held_out`: a boolean indicating whether the question is held out from the training set ### Data Splits The dataset is split into 7,000 training, 1,000 validation and 2,000 test questions. ## Additional Information ### Licensing Information DBLP-QuAD is licensed under the [Creative Commons Attribution 4.0 International License (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/). ### Citation Information In review. ### Contributions Thanks to [@awalesushil](https://github.com/awalesushil) for adding this dataset.