Datasets:
Tasks:
Question Answering
Sub-tasks:
extractive-qa
Languages:
English
Size:
1K<n<10K
ArXiv:
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -21,6 +21,90 @@ paperswithcode_id: qed
|
|
21 |
pretty_name: QED
|
22 |
tags:
|
23 |
- explanations-in-question-answering
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
---
|
25 |
|
26 |
# Dataset Card for QED
|
|
|
21 |
pretty_name: QED
|
22 |
tags:
|
23 |
- explanations-in-question-answering
|
24 |
+
dataset_info:
|
25 |
+
features:
|
26 |
+
- name: example_id
|
27 |
+
dtype: int64
|
28 |
+
- name: title_text
|
29 |
+
dtype: string
|
30 |
+
- name: url
|
31 |
+
dtype: string
|
32 |
+
- name: question
|
33 |
+
dtype: string
|
34 |
+
- name: paragraph_text
|
35 |
+
dtype: string
|
36 |
+
- name: sentence_starts
|
37 |
+
sequence: int32
|
38 |
+
- name: original_nq_answers
|
39 |
+
list:
|
40 |
+
- name: start
|
41 |
+
dtype: int32
|
42 |
+
- name: end
|
43 |
+
dtype: int32
|
44 |
+
- name: string
|
45 |
+
dtype: string
|
46 |
+
- name: annotation
|
47 |
+
struct:
|
48 |
+
- name: referential_equalities
|
49 |
+
list:
|
50 |
+
- name: question_reference
|
51 |
+
struct:
|
52 |
+
- name: start
|
53 |
+
dtype: int32
|
54 |
+
- name: end
|
55 |
+
dtype: int32
|
56 |
+
- name: string
|
57 |
+
dtype: string
|
58 |
+
- name: sentence_reference
|
59 |
+
struct:
|
60 |
+
- name: start
|
61 |
+
dtype: int32
|
62 |
+
- name: end
|
63 |
+
dtype: int32
|
64 |
+
- name: bridge
|
65 |
+
dtype: string
|
66 |
+
- name: string
|
67 |
+
dtype: string
|
68 |
+
- name: answer
|
69 |
+
list:
|
70 |
+
- name: sentence_reference
|
71 |
+
struct:
|
72 |
+
- name: start
|
73 |
+
dtype: int32
|
74 |
+
- name: end
|
75 |
+
dtype: int32
|
76 |
+
- name: bridge
|
77 |
+
dtype: string
|
78 |
+
- name: string
|
79 |
+
dtype: string
|
80 |
+
- name: paragraph_reference
|
81 |
+
struct:
|
82 |
+
- name: start
|
83 |
+
dtype: int32
|
84 |
+
- name: end
|
85 |
+
dtype: int32
|
86 |
+
- name: string
|
87 |
+
dtype: string
|
88 |
+
- name: explanation_type
|
89 |
+
dtype: string
|
90 |
+
- name: selected_sentence
|
91 |
+
struct:
|
92 |
+
- name: start
|
93 |
+
dtype: int32
|
94 |
+
- name: end
|
95 |
+
dtype: int32
|
96 |
+
- name: string
|
97 |
+
dtype: string
|
98 |
+
config_name: qed
|
99 |
+
splits:
|
100 |
+
- name: train
|
101 |
+
num_bytes: 8602094
|
102 |
+
num_examples: 7638
|
103 |
+
- name: validation
|
104 |
+
num_bytes: 1584139
|
105 |
+
num_examples: 1355
|
106 |
+
download_size: 14083968
|
107 |
+
dataset_size: 10186233
|
108 |
---
|
109 |
|
110 |
# Dataset Card for QED
|