glecorve commited on
Commit
ce5aeef
β€’
1 Parent(s): 945982d

Enriched README

Browse files
Files changed (1) hide show
  1. README.md +64 -24
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
- Questions are very diverses, ranging the following feature categories:
157
- * SPARQL query
158
- * Number of triplets: 1, 2, 3+
159
- * Logical connector between clauses: conjunction, disjunction, exclusion
160
- * Topology of the query graph: direct, sibling, chain, mixed, other
161
- * Variable typing: none, target variable, internal variable
162
- * Comparison clause: none, string, number, date
163
- * Answer
164
- * Type: entity (open), entity (close list of choices), number, boolean
165
- * Number of answers: 0 (unanswerable question), 1, 2+
166
- * Number of target variables: 0 ("ASK" verb), 1, 2
167
- * Contextuality
168
- * Dialogue context: self-sufficient question, contains coreference, contains ellipsis
169
- * Meaning: meaninful question, non-sense question
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+