File size: 2,015 Bytes
b220c92
 
 
 
 
 
 
 
 
c595db5
 
 
 
 
 
 
affd030
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c595db5
 
 
 
 
 
 
 
 
 
 
 
b220c92
 
301093c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
---
license: apache-2.0
task_categories:
- question-answering
language:
- en
pretty_name: CopyColors MCQA
size_categories:
- n<1K
configs:
- config_name: 2_answer_choices
  data_files:
  - split: validation
    path: 2_answer_choices/validation.jsonl
  - split: test
    path: 2_answer_choices/test.jsonl
- config_name: 3_answer_choices
  data_files:
  - split: validation
    path: 3_answer_choices/validation.jsonl
  - split: test
    path: 3_answer_choices/test.jsonl
- config_name: 4_answer_choices
  data_files:
  - split: validation
    path: 4_answer_choices/validation.jsonl
  - split: test
    path: 4_answer_choices/test.jsonl
- config_name: 5_answer_choices
  data_files:
  - split: validation
    path: 5_answer_choices/validation.jsonl
  - split: test
    path: 5_answer_choices/test.jsonl
- config_name: 6_answer_choices
  data_files:
  - split: validation
    path: 6_answer_choices/validation.jsonl
  - split: test
    path: 6_answer_choices/test.jsonl
- config_name: 7_answer_choices
  data_files:
  - split: validation
    path: 7_answer_choices/validation.jsonl
  - split: test
    path: 7_answer_choices/test.jsonl
- config_name: 8_answer_choices
  data_files:
  - split: validation
    path: 8_answer_choices/validation.jsonl
  - split: test
    path: 8_answer_choices/test.jsonl
- config_name: 9_answer_choices
  data_files:
  - split: validation
    path: 9_answer_choices/validation.jsonl
  - split: test
    path: 9_answer_choices/test.jsonl
- config_name: 10_answer_choices
  data_files:
  - split: validation
    path: 10_answer_choices/validation.jsonl
  - split: test
    path: 10_answer_choices/test.jsonl
- config_name: 11_answer_choices
  data_files:
  - split: validation
    path: 11_answer_choices/validation.jsonl
  - split: test
    path: 11_answer_choices/test.jsonl
---

This dataset consists of a formatted version of the [Memory Colors dataset](https://aclanthology.org/2021.blackboxnlp-1.10/) (Norland et al. 2021), formatted for n-way multiple choice where n is in [2,11].