Datasets:
Tasks:
Multiple Choice
Modalities:
Text
Formats:
parquet
Sub-tasks:
multiple-choice-qa
Languages:
English
Size:
10M - 100M
ArXiv:
License:
Commit
•
30c5c1a
1
Parent(s):
ebd2dc1
Replace YAML keys from int to str
Browse filesReplace YAML metadata integer keys with strings, as the Hub does not support integers.
See: https://github.com/huggingface/datasets/issues/5275
README.md
CHANGED
@@ -1,15 +1,14 @@
|
|
1 |
---
|
2 |
annotations_creators:
|
3 |
- crowdsourced
|
4 |
-
language:
|
5 |
-
- en
|
6 |
language_creators:
|
7 |
- found
|
|
|
|
|
8 |
license:
|
9 |
- cc-by-nc-sa-3.0
|
10 |
multilinguality:
|
11 |
- monolingual
|
12 |
-
pretty_name: Answer Sentence Natural Questions (ASNQ)
|
13 |
size_categories:
|
14 |
- 10M<n<100M
|
15 |
source_datasets:
|
@@ -19,6 +18,7 @@ task_categories:
|
|
19 |
task_ids:
|
20 |
- multiple-choice-qa
|
21 |
paperswithcode_id: asnq
|
|
|
22 |
dataset_info:
|
23 |
features:
|
24 |
- name: question
|
@@ -29,8 +29,8 @@ dataset_info:
|
|
29 |
dtype:
|
30 |
class_label:
|
31 |
names:
|
32 |
-
0: neg
|
33 |
-
1: pos
|
34 |
- name: sentence_in_long_answer
|
35 |
dtype: bool
|
36 |
- name: short_answer_in_sentence
|
|
|
1 |
---
|
2 |
annotations_creators:
|
3 |
- crowdsourced
|
|
|
|
|
4 |
language_creators:
|
5 |
- found
|
6 |
+
language:
|
7 |
+
- en
|
8 |
license:
|
9 |
- cc-by-nc-sa-3.0
|
10 |
multilinguality:
|
11 |
- monolingual
|
|
|
12 |
size_categories:
|
13 |
- 10M<n<100M
|
14 |
source_datasets:
|
|
|
18 |
task_ids:
|
19 |
- multiple-choice-qa
|
20 |
paperswithcode_id: asnq
|
21 |
+
pretty_name: Answer Sentence Natural Questions (ASNQ)
|
22 |
dataset_info:
|
23 |
features:
|
24 |
- name: question
|
|
|
29 |
dtype:
|
30 |
class_label:
|
31 |
names:
|
32 |
+
'0': neg
|
33 |
+
'1': pos
|
34 |
- name: sentence_in_long_answer
|
35 |
dtype: bool
|
36 |
- name: short_answer_in_sentence
|