Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Sub-tasks:
open-domain-qa
Languages:
English
Size:
10K - 100K
ArXiv:
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -20,6 +20,77 @@ task_ids:
|
|
20 |
- open-domain-qa
|
21 |
paperswithcode_id: ambigqa
|
22 |
pretty_name: 'AmbigQA: Answering Ambiguous Open-domain Questions'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
|
25 |
# Dataset Card for AmbigQA: Answering Ambiguous Open-domain Questions
|
@@ -221,4 +292,4 @@ Light version only has `id`, `question`, `annotations` fields
|
|
221 |
```
|
222 |
### Contributions
|
223 |
|
224 |
-
Thanks to [@cceyda](https://github.com/cceyda) for adding this dataset.
|
|
|
20 |
- open-domain-qa
|
21 |
paperswithcode_id: ambigqa
|
22 |
pretty_name: 'AmbigQA: Answering Ambiguous Open-domain Questions'
|
23 |
+
dataset_info:
|
24 |
+
- config_name: light
|
25 |
+
features:
|
26 |
+
- name: id
|
27 |
+
dtype: string
|
28 |
+
- name: question
|
29 |
+
dtype: string
|
30 |
+
- name: annotations
|
31 |
+
sequence:
|
32 |
+
- name: type
|
33 |
+
dtype: string
|
34 |
+
- name: answer
|
35 |
+
sequence: string
|
36 |
+
- name: qaPairs
|
37 |
+
sequence:
|
38 |
+
- name: question
|
39 |
+
dtype: string
|
40 |
+
- name: answer
|
41 |
+
sequence: string
|
42 |
+
splits:
|
43 |
+
- name: train
|
44 |
+
num_bytes: 2739732
|
45 |
+
num_examples: 10036
|
46 |
+
- name: validation
|
47 |
+
num_bytes: 805808
|
48 |
+
num_examples: 2002
|
49 |
+
download_size: 19700900
|
50 |
+
dataset_size: 3545540
|
51 |
+
- config_name: full
|
52 |
+
features:
|
53 |
+
- name: id
|
54 |
+
dtype: string
|
55 |
+
- name: question
|
56 |
+
dtype: string
|
57 |
+
- name: annotations
|
58 |
+
sequence:
|
59 |
+
- name: type
|
60 |
+
dtype: string
|
61 |
+
- name: answer
|
62 |
+
sequence: string
|
63 |
+
- name: qaPairs
|
64 |
+
sequence:
|
65 |
+
- name: question
|
66 |
+
dtype: string
|
67 |
+
- name: answer
|
68 |
+
sequence: string
|
69 |
+
- name: viewed_doc_titles
|
70 |
+
sequence: string
|
71 |
+
- name: used_queries
|
72 |
+
sequence:
|
73 |
+
- name: query
|
74 |
+
dtype: string
|
75 |
+
- name: results
|
76 |
+
sequence:
|
77 |
+
- name: title
|
78 |
+
dtype: string
|
79 |
+
- name: snippet
|
80 |
+
dtype: string
|
81 |
+
- name: nq_answer
|
82 |
+
sequence: string
|
83 |
+
- name: nq_doc_title
|
84 |
+
dtype: string
|
85 |
+
splits:
|
86 |
+
- name: train
|
87 |
+
num_bytes: 43538733
|
88 |
+
num_examples: 10036
|
89 |
+
- name: validation
|
90 |
+
num_bytes: 15383368
|
91 |
+
num_examples: 2002
|
92 |
+
download_size: 19700900
|
93 |
+
dataset_size: 58922101
|
94 |
---
|
95 |
|
96 |
# Dataset Card for AmbigQA: Answering Ambiguous Open-domain Questions
|
|
|
292 |
```
|
293 |
### Contributions
|
294 |
|
295 |
+
Thanks to [@cceyda](https://github.com/cceyda) for adding this dataset.
|