Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -23,6 +23,58 @@ task_ids:
|
|
23 |
- extractive-qa
|
24 |
paperswithcode_id: quac
|
25 |
pretty_name: Question Answering in Context
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
---
|
27 |
|
28 |
# Dataset Card for Question Answering in Context
|
@@ -238,4 +290,4 @@ Provide the [BibTex](http://www.bibtex.org/)-formatted reference for the dataset
|
|
238 |
|
239 |
### Contributions
|
240 |
|
241 |
-
Thanks to [@VictorSanh](https://github.com/VictorSanh) for adding this dataset.
|
|
|
23 |
- extractive-qa
|
24 |
paperswithcode_id: quac
|
25 |
pretty_name: Question Answering in Context
|
26 |
+
dataset_info:
|
27 |
+
features:
|
28 |
+
- name: dialogue_id
|
29 |
+
dtype: string
|
30 |
+
- name: wikipedia_page_title
|
31 |
+
dtype: string
|
32 |
+
- name: background
|
33 |
+
dtype: string
|
34 |
+
- name: section_title
|
35 |
+
dtype: string
|
36 |
+
- name: context
|
37 |
+
dtype: string
|
38 |
+
- name: turn_ids
|
39 |
+
sequence: string
|
40 |
+
- name: questions
|
41 |
+
sequence: string
|
42 |
+
- name: followups
|
43 |
+
sequence:
|
44 |
+
class_label:
|
45 |
+
names:
|
46 |
+
0: y
|
47 |
+
1: n
|
48 |
+
2: m
|
49 |
+
- name: yesnos
|
50 |
+
sequence:
|
51 |
+
class_label:
|
52 |
+
names:
|
53 |
+
0: y
|
54 |
+
1: n
|
55 |
+
2: x
|
56 |
+
- name: answers
|
57 |
+
sequence:
|
58 |
+
- name: texts
|
59 |
+
sequence: string
|
60 |
+
- name: answer_starts
|
61 |
+
sequence: int32
|
62 |
+
- name: orig_answers
|
63 |
+
struct:
|
64 |
+
- name: texts
|
65 |
+
sequence: string
|
66 |
+
- name: answer_starts
|
67 |
+
sequence: int32
|
68 |
+
config_name: plain_text
|
69 |
+
splits:
|
70 |
+
- name: train
|
71 |
+
num_bytes: 58174754
|
72 |
+
num_examples: 11567
|
73 |
+
- name: validation
|
74 |
+
num_bytes: 7375938
|
75 |
+
num_examples: 1000
|
76 |
+
download_size: 77043986
|
77 |
+
dataset_size: 65550692
|
78 |
---
|
79 |
|
80 |
# Dataset Card for Question Answering in Context
|
|
|
290 |
|
291 |
### Contributions
|
292 |
|
293 |
+
Thanks to [@VictorSanh](https://github.com/VictorSanh) for adding this dataset.
|