Datasets:
Tasks:
Question Answering
Languages:
English
Size:
10K<n<100K
ArXiv:
Tags:
multihop-tabular-text-qa
License:
Commit
•
988bd87
1
Parent(s):
69b2996
Fix typo in train split name (#3751)
Browse files* Fix typo in README guide
* Fix split naming and table alignment in README guide
* Fix split naming and table alignment in all datasets
* Fix previously malformed dataset cards
* Fix previously malformed dataset cards
Commit from https://github.com/huggingface/datasets/commit/af6e54febe3b822118dfed28ddb797d8350e5d27
README.md
CHANGED
@@ -21,7 +21,7 @@ paperswithcode_id: hybridqa
|
|
21 |
pretty_name: HybridQA
|
22 |
---
|
23 |
|
24 |
-
# Dataset Card
|
25 |
|
26 |
## Table of Contents
|
27 |
- [Dataset Description](#dataset-description)
|
@@ -119,15 +119,32 @@ A typical example looks like this
|
|
119 |
|
120 |
### Data Fields
|
121 |
|
122 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
123 |
|
124 |
### Data Splits
|
125 |
|
126 |
The dataset is split into `train`, `dev` and `test` splits.
|
127 |
|
128 |
-
| |
|
129 |
-
| ---------------
|
130 |
-
| N. Instances | 62682
|
131 |
|
132 |
|
133 |
## Dataset Creation
|
|
|
21 |
pretty_name: HybridQA
|
22 |
---
|
23 |
|
24 |
+
# Dataset Card for HybridQA
|
25 |
|
26 |
## Table of Contents
|
27 |
- [Dataset Description](#dataset-description)
|
|
|
119 |
|
120 |
### Data Fields
|
121 |
|
122 |
+
- `question_id` (str)
|
123 |
+
- `question` (str)
|
124 |
+
- `table_id` (str)
|
125 |
+
- `answer_text` (str)
|
126 |
+
- `question_postag` (str)
|
127 |
+
- `table` (dict):
|
128 |
+
- `url` (str)
|
129 |
+
- `title` (str)
|
130 |
+
- `header` (list of str)
|
131 |
+
- `data` (list of dict):
|
132 |
+
- `value` (str)
|
133 |
+
- `urls` (list of dict):
|
134 |
+
- `url` (str)
|
135 |
+
- `summary` (str)
|
136 |
+
- `section_title` (str)
|
137 |
+
- `section_text` (str)
|
138 |
+
- `uid` (str)
|
139 |
+
- `intro` (str)
|
140 |
|
141 |
### Data Splits
|
142 |
|
143 |
The dataset is split into `train`, `dev` and `test` splits.
|
144 |
|
145 |
+
| | train | validation | test |
|
146 |
+
| --------------- |------:|-----------:|-----:|
|
147 |
+
| N. Instances | 62682 | 3466 | 3463 |
|
148 |
|
149 |
|
150 |
## Dataset Creation
|