CoolFace
Datasetpublic

Orange/paraqa-sparqltotext

Dataset Card for ParaQA-SPARQLtoText Dataset Summary Special version of ParaQA with SPARQL queries formatted for the SPARQL-to-Text task New field simplified_query New field is named "simplified_query". It results from applying the following step on the field "query": Replacing URIs with a simpler format with prefix "resource:", "property:" and "ontology:". Spacing the delimiters (, {, ., }, ). Randomizing the variables names Shuffling the… See the full description on the dataset page: https://huggingface.co/datasets/Orange/paraqa-sparqltotext.

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes43downloads
Dataset Card

Dataset Card for ParaQA-SPARQLtoText

Table of Contents

Dataset Description

Dataset Summary

Special version of ParaQA with SPARQL queries formatted for the SPARQL-to-Text task

New field simplified_query

New field is named "simplified_query". It results from applying the following step on the field "query":

  • Replacing URIs with a simpler format with prefix "resource:", "property:" and "ontology:".
  • Spacing the delimiters (, {, ., }, ).
  • Randomizing the variables names
  • Shuffling the clauses
New split "valid"

A validation set was randonly extracted from the test set to represent 10% of the whole dataset.

Languages

  • English

Dataset Structure

Types of questions

Comparison of question types compared to related datasets:

[SimpleQuestions](https://huggingface.co/datasets/OrangeInnov/simplequestions-sparqltotext)[ParaQA](https://huggingface.co/datasets/OrangeInnov/paraqa-sparqltotext)[LC-QuAD 2.0](https://huggingface.co/datasets/OrangeInnov/lcquad_2.0-sparqltotext)[CSQA](https://huggingface.co/datasets/OrangeInnov/csqa-sparqltotext)[WebNLQ-QA](https://huggingface.co/datasets/OrangeInnov/webnlg-qa)
Number of triplets in query1
2
More
Logical connector between tripletsConjunction
Disjunction
Exclusion
Topology of the query graphDirect
Sibling
Chain
Mixed
Other
Variable typing in the queryNone
Target variable
Internal variable
Comparisons clausesNone
String
Number
Date
Superlative clausesNo
Yes
Answer typeEntity (open)
Entity (closed)
Number
Boolean
Answer cardinality0 (unanswerable)
1
More
Number of target variables0 (⇒ ASK verb)
1
2
Dialogue contextSelf-sufficient
Coreference
Ellipsis
MeaningMeaningful
Non-sense

Data splits

Text verbalization is only available for a subset of the test set, referred to as challenge set. Other sample only contain dialogues in the form of follow-up sparql queries.

TrainValidationTest
Questions3,5005001,000
NL question per query1
Characters per query103 (± 27)
Tokens per question10.3 (± 3.7)

Additional information

Related datasets

This corpus is part of a set of 5 datasets released for SPARQL-to-Text generation, namely:

  • Non conversational datasets
  • SimpleQuestions (from https://github.com/askplatypus/wikidata-simplequestions)
  • ParaQA (from https://github.com/barshana-banerjee/ParaQA)
  • LC-QuAD 2.0 (from http://lc-quad.sda.tech/)
  • Conversational datasets
  • CSQA (from https://amritasaha1812.github.io/CSQA/)
  • WebNLQ-QA (derived from https://gitlab.com/shimorina/webnlg-dataset/-/tree/master/release_v3.0)

Licencing information

  • Content from original dataset: CC-BY 4.0
  • New content: CC BY-SA 4.0

Citation information

This version of the corpus (with normalized SPARQL queries)
bibtex
@inproceedings{lecorve2022sparql2text,
  title={SPARQL-to-Text Question Generation for Knowledge-Based Conversational Applications},
  author={Lecorv\'e, Gw\'enol\'e and Veyret, Morgan and Brabant, Quentin and Rojas-Barahona, Lina M.},
  journal={Proceedings of the Conference of the Asia-Pacific Chapter of the Association for Computational Linguistics and the International Joint Conference on Natural Language Processing (AACL-IJCNLP)},
  year={2022}
}
Original version
bibtex
@inproceedings{kacupaj2021paraqa,
  title={Paraqa: a question answering dataset with paraphrase responses for single-turn conversation},
  author={Kacupaj, Endri and Banerjee, Barshana and Singh, Kuldeep and Lehmann, Jens},
  booktitle={European semantic web conference},
  pages={598--613},
  year={2021},
  organization={Springer}
}