Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Sub-tasks:
extractive-qa
Size:
100K - 1M
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -29,6 +29,69 @@ task_categories:
|
|
29 |
task_ids:
|
30 |
- extractive-qa
|
31 |
paperswithcode_id: tydi-qa
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
---
|
33 |
|
34 |
# Dataset Card for "tydiqa"
|
|
|
29 |
task_ids:
|
30 |
- extractive-qa
|
31 |
paperswithcode_id: tydi-qa
|
32 |
+
dataset_info:
|
33 |
+
- config_name: primary_task
|
34 |
+
features:
|
35 |
+
- name: passage_answer_candidates
|
36 |
+
sequence:
|
37 |
+
- name: plaintext_start_byte
|
38 |
+
dtype: int32
|
39 |
+
- name: plaintext_end_byte
|
40 |
+
dtype: int32
|
41 |
+
- name: question_text
|
42 |
+
dtype: string
|
43 |
+
- name: document_title
|
44 |
+
dtype: string
|
45 |
+
- name: language
|
46 |
+
dtype: string
|
47 |
+
- name: annotations
|
48 |
+
sequence:
|
49 |
+
- name: passage_answer_candidate_index
|
50 |
+
dtype: int32
|
51 |
+
- name: minimal_answers_start_byte
|
52 |
+
dtype: int32
|
53 |
+
- name: minimal_answers_end_byte
|
54 |
+
dtype: int32
|
55 |
+
- name: yes_no_answer
|
56 |
+
dtype: string
|
57 |
+
- name: document_plaintext
|
58 |
+
dtype: string
|
59 |
+
- name: document_url
|
60 |
+
dtype: string
|
61 |
+
splits:
|
62 |
+
- name: train
|
63 |
+
num_bytes: 5550574617
|
64 |
+
num_examples: 166916
|
65 |
+
- name: validation
|
66 |
+
num_bytes: 484380443
|
67 |
+
num_examples: 18670
|
68 |
+
download_size: 1953887429
|
69 |
+
dataset_size: 6034955060
|
70 |
+
- config_name: secondary_task
|
71 |
+
features:
|
72 |
+
- name: id
|
73 |
+
dtype: string
|
74 |
+
- name: title
|
75 |
+
dtype: string
|
76 |
+
- name: context
|
77 |
+
dtype: string
|
78 |
+
- name: question
|
79 |
+
dtype: string
|
80 |
+
- name: answers
|
81 |
+
sequence:
|
82 |
+
- name: text
|
83 |
+
dtype: string
|
84 |
+
- name: answer_start
|
85 |
+
dtype: int32
|
86 |
+
splits:
|
87 |
+
- name: train
|
88 |
+
num_bytes: 52948607
|
89 |
+
num_examples: 49881
|
90 |
+
- name: validation
|
91 |
+
num_bytes: 5006461
|
92 |
+
num_examples: 5077
|
93 |
+
download_size: 1953887429
|
94 |
+
dataset_size: 57955068
|
95 |
---
|
96 |
|
97 |
# Dataset Card for "tydiqa"
|