Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
expert-generated
Source Datasets:
original
ArXiv:
Tags:
License:
lhoestq HF staff commited on
Commit
c17b98f
1 Parent(s): 4d6878d

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +31 -1
README.md CHANGED
@@ -20,6 +20,36 @@ task_categories:
20
  task_ids:
21
  - extractive-qa
22
  - open-domain-qa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ---
24
 
25
  # Dataset Card for DISFL-QA: A Benchmark Dataset for Understanding Disfluencies in Question Answering
@@ -176,4 +206,4 @@ Disfl-QA dataset is licensed under [CC BY 4.0](https://creativecommons.org/licen
176
 
177
  ### Contributions
178
 
179
- Thanks to [@bhavitvyamalik](https://github.com/bhavitvyamalik) for adding this dataset.
20
  task_ids:
21
  - extractive-qa
22
  - open-domain-qa
23
+ dataset_info:
24
+ features:
25
+ - name: squad_v2_id
26
+ dtype: string
27
+ - name: original question
28
+ dtype: string
29
+ - name: disfluent question
30
+ dtype: string
31
+ - name: title
32
+ dtype: string
33
+ - name: context
34
+ dtype: string
35
+ - name: answers
36
+ sequence:
37
+ - name: text
38
+ dtype: string
39
+ - name: answer_start
40
+ dtype: int32
41
+ splits:
42
+ - name: test
43
+ num_bytes: 3865097
44
+ num_examples: 3643
45
+ - name: train
46
+ num_bytes: 7712523
47
+ num_examples: 7182
48
+ - name: validation
49
+ num_bytes: 1072731
50
+ num_examples: 1000
51
+ download_size: 48935038
52
+ dataset_size: 12650351
53
  ---
54
 
55
  # Dataset Card for DISFL-QA: A Benchmark Dataset for Understanding Disfluencies in Question Answering
206
 
207
  ### Contributions
208
 
209
+ Thanks to [@bhavitvyamalik](https://github.com/bhavitvyamalik) for adding this dataset.