Datasets:
Enriched README
Browse files
README.md
CHANGED
@@ -1,14 +1,5 @@
|
|
1 |
---
|
2 |
license: cc-by-sa-4.0
|
3 |
-
task_categories:
|
4 |
-
- conversational
|
5 |
-
- question-answering
|
6 |
-
- text-generation
|
7 |
-
tags:
|
8 |
-
- qa
|
9 |
-
- knowledge-graph
|
10 |
-
language:
|
11 |
-
- en
|
12 |
dataset_info:
|
13 |
features:
|
14 |
- name: category
|
@@ -101,6 +92,16 @@ dataset_info:
|
|
101 |
num_examples: 100
|
102 |
download_size: 9637685
|
103 |
dataset_size: 42808841
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
104 |
---
|
105 |
|
106 |
# Dataset Card for WEBNLG-QA
|
@@ -116,7 +117,6 @@ WEBNLG-QA is a conversational question answering dataset grounded on WEBNLG. It
|
|
116 |
|
117 |
### Supported tasks
|
118 |
|
119 |
-
The dataset can be used for:
|
120 |
* Knowledge-based question-answering
|
121 |
* SPARQL-to-Text conversion
|
122 |
|
@@ -153,20 +153,45 @@ How many European countries have more than 10 million inhabitants?
|
|
153 |
|
154 |
### Types of questions
|
155 |
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
170 |
|
171 |
|
172 |
### Data splits
|
@@ -203,6 +228,8 @@ This corpus is part of a set of 5 datasets released for SPARQL-to-Text generatio
|
|
203 |
|
204 |
### Citation information
|
205 |
|
|
|
|
|
206 |
```bibtex
|
207 |
@inproceedings{lecorve2022sparql2text,
|
208 |
title={SPARQL-to-Text Question Generation for Knowledge-Based Conversational Applications},
|
@@ -212,3 +239,16 @@ This corpus is part of a set of 5 datasets released for SPARQL-to-Text generatio
|
|
212 |
}
|
213 |
```
|
214 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-sa-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
dataset_info:
|
4 |
features:
|
5 |
- name: category
|
|
|
92 |
num_examples: 100
|
93 |
download_size: 9637685
|
94 |
dataset_size: 42808841
|
95 |
+
task_categories:
|
96 |
+
- conversational
|
97 |
+
- question-answering
|
98 |
+
- text-generation
|
99 |
+
tags:
|
100 |
+
- qa
|
101 |
+
- knowledge-graph
|
102 |
+
- sparql
|
103 |
+
language:
|
104 |
+
- en
|
105 |
---
|
106 |
|
107 |
# Dataset Card for WEBNLG-QA
|
|
|
117 |
|
118 |
### Supported tasks
|
119 |
|
|
|
120 |
* Knowledge-based question-answering
|
121 |
* SPARQL-to-Text conversion
|
122 |
|
|
|
153 |
|
154 |
### Types of questions
|
155 |
|
156 |
+
Comparison of question types compared to related datasets:
|
157 |
+
|
158 |
+
| | | [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) |
|
159 |
+
|--------------------------|-----------------|:---------------:|:------:|:-----------:|:----:|:---------:|
|
160 |
+
| **Number of triplets in query** | 1 | β | β | β | β | β |
|
161 |
+
| | 2 | | β | β | β | β |
|
162 |
+
| | More | | | β | β | β |
|
163 |
+
| **Logical connector between triplets** | Conjunction | β | β | β | β | β |
|
164 |
+
| | Disjunction | | | | β | β |
|
165 |
+
| | Exclusion | | | | β | β |
|
166 |
+
| **Topology of the query graph** | Direct | β | β | β | β | β |
|
167 |
+
| | Sibling | | β | β | β | β |
|
168 |
+
| | Chain | | β | β | β | β |
|
169 |
+
| | Mixed | | | β | | β |
|
170 |
+
| | Other | | β | β | β | β |
|
171 |
+
| **Variable typing in the query** | None | β | β | β | β | β |
|
172 |
+
| | Target variable | | β | β | β | β |
|
173 |
+
| | Internal variable | | β | β | β | β |
|
174 |
+
| **Comparisons clauses** | None | β | β | β | β | β |
|
175 |
+
| | String | | | β | | β |
|
176 |
+
| | Number | | | β | β | β |
|
177 |
+
| | Date | | | β | | β |
|
178 |
+
| **Superlative clauses** | No | β | β | β | β | β |
|
179 |
+
| | Yes | | | | β | |
|
180 |
+
| **Answer type** | Entity (open) | β | β | β | β | β |
|
181 |
+
| | Entity (closed) | | | | β | β |
|
182 |
+
| | Number | | | β | β | β |
|
183 |
+
| | Boolean | | β | β | β | β |
|
184 |
+
| **Answer cardinality** | 0 (unanswerable) | | | β | | β |
|
185 |
+
| | 1 | β | β | β | β | β |
|
186 |
+
| | More | | β | β | β | β |
|
187 |
+
| **Number of target variables** | 0 (β ASK verb) | | β | β | β | β |
|
188 |
+
| | 1 | β | β | β | β | β |
|
189 |
+
| | 2 | | | β | | β |
|
190 |
+
| **Dialogue context** | Self-sufficient | β | β | β | β | β |
|
191 |
+
| | Coreference | | | | β | β |
|
192 |
+
| | Ellipsis | | | | β | β |
|
193 |
+
| **Meaning** | Meaningful | β | β | β | β | β |
|
194 |
+
| | Non-sense | | | | | β |
|
195 |
|
196 |
|
197 |
### Data splits
|
|
|
228 |
|
229 |
### Citation information
|
230 |
|
231 |
+
#### This dataset
|
232 |
+
|
233 |
```bibtex
|
234 |
@inproceedings{lecorve2022sparql2text,
|
235 |
title={SPARQL-to-Text Question Generation for Knowledge-Based Conversational Applications},
|
|
|
239 |
}
|
240 |
```
|
241 |
|
242 |
+
#### The underlying corpus WEBNLG 3.0
|
243 |
+
|
244 |
+
```bibtex
|
245 |
+
@inproceedings{castro-ferreira-etal-2020-2020,
|
246 |
+
title = "The 2020 Bilingual, Bi-Directional {W}eb{NLG}+ Shared Task: Overview and Evaluation Results ({W}eb{NLG}+ 2020)",
|
247 |
+
author = "Castro Ferreira, Thiago and Gardent, Claire and Ilinykh, Nikolai and van der Lee, Chris and Mille, Simon and Moussallem, Diego and Shimorina, Anastasia",
|
248 |
+
booktitle = "Proceedings of the 3rd International Workshop on Natural Language Generation from the Semantic Web (WebNLG+)",
|
249 |
+
year = "2020",
|
250 |
+
pages = "55--76"
|
251 |
+
}
|
252 |
+
```
|
253 |
+
|
254 |
+
|