Datasets:
Tasks:
Question Answering
Languages:
English
Size:
10K<n<100K
ArXiv:
Tags:
multihop-tabular-text-qa
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -20,6 +20,57 @@ paperswithcode_id: hybridqa
|
|
20 |
pretty_name: HybridQA
|
21 |
tags:
|
22 |
- multihop-tabular-text-qa
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
|
25 |
# Dataset Card for HybridQA
|
|
|
20 |
pretty_name: HybridQA
|
21 |
tags:
|
22 |
- multihop-tabular-text-qa
|
23 |
+
dataset_info:
|
24 |
+
features:
|
25 |
+
- name: question_id
|
26 |
+
dtype: string
|
27 |
+
- name: question
|
28 |
+
dtype: string
|
29 |
+
- name: table_id
|
30 |
+
dtype: string
|
31 |
+
- name: answer_text
|
32 |
+
dtype: string
|
33 |
+
- name: question_postag
|
34 |
+
dtype: string
|
35 |
+
- name: table
|
36 |
+
struct:
|
37 |
+
- name: url
|
38 |
+
dtype: string
|
39 |
+
- name: title
|
40 |
+
dtype: string
|
41 |
+
- name: header
|
42 |
+
sequence: string
|
43 |
+
- name: data
|
44 |
+
list:
|
45 |
+
- name: value
|
46 |
+
dtype: string
|
47 |
+
- name: urls
|
48 |
+
list:
|
49 |
+
- name: url
|
50 |
+
dtype: string
|
51 |
+
- name: summary
|
52 |
+
dtype: string
|
53 |
+
- name: section_title
|
54 |
+
dtype: string
|
55 |
+
- name: section_text
|
56 |
+
dtype: string
|
57 |
+
- name: uid
|
58 |
+
dtype: string
|
59 |
+
- name: intro
|
60 |
+
dtype: string
|
61 |
+
config_name: hybrid_qa
|
62 |
+
splits:
|
63 |
+
- name: test
|
64 |
+
num_bytes: 148795919
|
65 |
+
num_examples: 3463
|
66 |
+
- name: train
|
67 |
+
num_bytes: 2745712769
|
68 |
+
num_examples: 62682
|
69 |
+
- name: validation
|
70 |
+
num_bytes: 153512016
|
71 |
+
num_examples: 3466
|
72 |
+
download_size: 217436855
|
73 |
+
dataset_size: 3048020704
|
74 |
---
|
75 |
|
76 |
# Dataset Card for HybridQA
|