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
@@ -19,6 +19,28 @@ task_ids:
|
|
19 |
- open-domain-qa
|
20 |
paperswithcode_id: tweetqa
|
21 |
pretty_name: TweetQA
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for TweetQA
|
@@ -181,4 +203,4 @@ CC BY-SA 4.0.
|
|
181 |
|
182 |
### Contributions
|
183 |
|
184 |
-
Thanks to [@anaerobeth](https://github.com/anaerobeth) for adding this dataset.
|
|
|
19 |
- open-domain-qa
|
20 |
paperswithcode_id: tweetqa
|
21 |
pretty_name: TweetQA
|
22 |
+
dataset_info:
|
23 |
+
features:
|
24 |
+
- name: Question
|
25 |
+
dtype: string
|
26 |
+
- name: Answer
|
27 |
+
sequence: string
|
28 |
+
- name: Tweet
|
29 |
+
dtype: string
|
30 |
+
- name: qid
|
31 |
+
dtype: string
|
32 |
+
splits:
|
33 |
+
- name: test
|
34 |
+
num_bytes: 473730
|
35 |
+
num_examples: 1979
|
36 |
+
- name: train
|
37 |
+
num_bytes: 2770036
|
38 |
+
num_examples: 10692
|
39 |
+
- name: validation
|
40 |
+
num_bytes: 295435
|
41 |
+
num_examples: 1086
|
42 |
+
download_size: 1573980
|
43 |
+
dataset_size: 3539201
|
44 |
---
|
45 |
|
46 |
# Dataset Card for TweetQA
|
|
|
203 |
|
204 |
### Contributions
|
205 |
|
206 |
+
Thanks to [@anaerobeth](https://github.com/anaerobeth) for adding this dataset.
|