Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,87 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
task_categories:
|
4 |
+
- question-answering
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
pretty_name: CopyColors MCQA
|
8 |
+
size_categories:
|
9 |
+
- n<1K
|
10 |
+
configs:
|
11 |
+
- config_name: 2_answer_choices
|
12 |
+
data_files:
|
13 |
+
- split: train
|
14 |
+
path: 2_answer_choices/train.jsonl
|
15 |
+
- split: validation
|
16 |
+
path: 2_answer_choices/validation.jsonl
|
17 |
+
- split: test
|
18 |
+
path: 2_answer_choices/test.jsonl
|
19 |
+
- config_name: 3_answer_choices
|
20 |
+
data_files:
|
21 |
+
- split: train
|
22 |
+
path: 3_answer_choices/train.jsonl
|
23 |
+
- split: validation
|
24 |
+
path: 3_answer_choices/validation.jsonl
|
25 |
+
- split: test
|
26 |
+
path: 3_answer_choices/test.jsonl
|
27 |
+
- config_name: 4_answer_choices
|
28 |
+
data_files:
|
29 |
+
- split: train
|
30 |
+
path: 4_answer_choices/train.jsonl
|
31 |
+
- split: validation
|
32 |
+
path: 4_answer_choices/validation.jsonl
|
33 |
+
- split: test
|
34 |
+
path: 4_answer_choices/test.jsonl
|
35 |
+
- config_name: 5_answer_choices
|
36 |
+
data_files:
|
37 |
+
- split: train
|
38 |
+
path: 5_answer_choices/train.jsonl
|
39 |
+
- split: validation
|
40 |
+
path: 5_answer_choices/validation.jsonl
|
41 |
+
- split: test
|
42 |
+
path: 5_answer_choices/test.jsonl
|
43 |
+
- config_name: 6_answer_choices
|
44 |
+
data_files:
|
45 |
+
- split: train
|
46 |
+
path: 6_answer_choices/train.jsonl
|
47 |
+
- split: validation
|
48 |
+
path: 6_answer_choices/validation.jsonl
|
49 |
+
- split: test
|
50 |
+
path: 6_answer_choices/test.jsonl
|
51 |
+
- config_name: 7_answer_choices
|
52 |
+
data_files:
|
53 |
+
- split: train
|
54 |
+
path: 7_answer_choices/train.jsonl
|
55 |
+
- split: validation
|
56 |
+
path: 7_answer_choices/validation.jsonl
|
57 |
+
- split: test
|
58 |
+
path: 7_answer_choices/test.jsonl
|
59 |
+
- config_name: 8_answer_choices
|
60 |
+
data_files:
|
61 |
+
- split: train
|
62 |
+
path: 8_answer_choices/train.jsonl
|
63 |
+
- split: validation
|
64 |
+
path: 8_answer_choices/validation.jsonl
|
65 |
+
- split: test
|
66 |
+
path: 8_answer_choices/test.jsonl
|
67 |
+
- config_name: 9_answer_choices
|
68 |
+
data_files:
|
69 |
+
- split: train
|
70 |
+
path: 9_answer_choices/train.jsonl
|
71 |
+
- split: validation
|
72 |
+
path: 9_answer_choices/validation.jsonl
|
73 |
+
- split: test
|
74 |
+
path: 9_answer_choices/test.jsonl
|
75 |
+
- config_name: 10_answer_choices
|
76 |
+
data_files:
|
77 |
+
- split: train
|
78 |
+
path: 10_answer_choices/train.jsonl
|
79 |
+
- split: validation
|
80 |
+
path: 10_answer_choices/validation.jsonl
|
81 |
+
- split: test
|
82 |
+
path: 10_answer_choices/test.jsonl
|
83 |
+
---
|
84 |
+
|
85 |
+
This dataset consists of formatted n-way multiple choice questions, where n is in [2,10]. The task itself is simply to copy the prototypical color from the context and produce the corresponding color's answer choice letter.
|
86 |
+
|
87 |
+
The "prototypical colors" dataset instances themselves come from [Memory Colors](https://aclanthology.org/2021.blackboxnlp-1.10/) (Norland et al. 2021) and [corypaik/coda](https://huggingface.co/datasets/corypaik/coda) (instances whose object_group is 0, indicating participants agreed on a prototypical color of that object).
|