Datasets:
Tasks:
Question Answering
Sub-tasks:
extractive-qa
Languages:
English
Size:
100K<n<1M
ArXiv:
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -19,6 +19,77 @@ task_categories:
|
|
19 |
task_ids:
|
20 |
- extractive-qa
|
21 |
paperswithcode_id: searchqa
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for "search_qa"
|
@@ -227,4 +298,4 @@ The data fields are the same among all splits.
|
|
227 |
|
228 |
### Contributions
|
229 |
|
230 |
-
Thanks to [@lewtun](https://github.com/lewtun), [@mariamabarham](https://github.com/mariamabarham), [@lhoestq](https://github.com/lhoestq), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
|
|
|
19 |
task_ids:
|
20 |
- extractive-qa
|
21 |
paperswithcode_id: searchqa
|
22 |
+
dataset_info:
|
23 |
+
- config_name: raw_jeopardy
|
24 |
+
features:
|
25 |
+
- name: category
|
26 |
+
dtype: string
|
27 |
+
- name: air_date
|
28 |
+
dtype: string
|
29 |
+
- name: question
|
30 |
+
dtype: string
|
31 |
+
- name: value
|
32 |
+
dtype: string
|
33 |
+
- name: answer
|
34 |
+
dtype: string
|
35 |
+
- name: round
|
36 |
+
dtype: string
|
37 |
+
- name: show_number
|
38 |
+
dtype: int32
|
39 |
+
- name: search_results
|
40 |
+
sequence:
|
41 |
+
- name: urls
|
42 |
+
dtype: string
|
43 |
+
- name: snippets
|
44 |
+
dtype: string
|
45 |
+
- name: titles
|
46 |
+
dtype: string
|
47 |
+
- name: related_links
|
48 |
+
dtype: string
|
49 |
+
splits:
|
50 |
+
- name: train
|
51 |
+
num_bytes: 7770972348
|
52 |
+
num_examples: 216757
|
53 |
+
download_size: 3314386157
|
54 |
+
dataset_size: 7770972348
|
55 |
+
- config_name: train_test_val
|
56 |
+
features:
|
57 |
+
- name: category
|
58 |
+
dtype: string
|
59 |
+
- name: air_date
|
60 |
+
dtype: string
|
61 |
+
- name: question
|
62 |
+
dtype: string
|
63 |
+
- name: value
|
64 |
+
dtype: string
|
65 |
+
- name: answer
|
66 |
+
dtype: string
|
67 |
+
- name: round
|
68 |
+
dtype: string
|
69 |
+
- name: show_number
|
70 |
+
dtype: int32
|
71 |
+
- name: search_results
|
72 |
+
sequence:
|
73 |
+
- name: urls
|
74 |
+
dtype: string
|
75 |
+
- name: snippets
|
76 |
+
dtype: string
|
77 |
+
- name: titles
|
78 |
+
dtype: string
|
79 |
+
- name: related_links
|
80 |
+
dtype: string
|
81 |
+
splits:
|
82 |
+
- name: test
|
83 |
+
num_bytes: 1466749978
|
84 |
+
num_examples: 43228
|
85 |
+
- name: train
|
86 |
+
num_bytes: 5303005740
|
87 |
+
num_examples: 151295
|
88 |
+
- name: validation
|
89 |
+
num_bytes: 740962715
|
90 |
+
num_examples: 21613
|
91 |
+
download_size: 3148550732
|
92 |
+
dataset_size: 7510718433
|
93 |
---
|
94 |
|
95 |
# Dataset Card for "search_qa"
|
|
|
298 |
|
299 |
### Contributions
|
300 |
|
301 |
+
Thanks to [@lewtun](https://github.com/lewtun), [@mariamabarham](https://github.com/mariamabarham), [@lhoestq](https://github.com/lhoestq), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
|