The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code: DatasetGenerationError
Exception: ValueError
Message: Expected object or value
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1872, in _prepare_split_single
for key, table in generator:
^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/json/json.py", line 227, in _generate_tables
examples = [ujson_loads(line) for line in batch.splitlines()]
^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/utils/json.py", line 20, in ujson_loads
return pd.io.json.ujson_loads(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: Expected object or value
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1347, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 884, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 947, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1739, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1925, in _prepare_split_single
raise DatasetGenerationError("An error occurred while generating the dataset") from e
datasets.exceptions.DatasetGenerationError: An error occurred while generating the datasetNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
instance_id int64 | task string | format string | application string | difficulty int64 | prompt string | target string | latent_structure unknown | instruct bool | metadata unknown |
|---|---|---|---|---|---|---|---|---|---|
0 | lookup_table | demonstration | forward | 1 | Input: fox → Output: fox
Input: iguana → Output: newt
Input: newt → Output: iguana
Question: What does 'owl' map to? Give only the one word.
Answer: | owl | {
"task_type": "lookup_table",
"difficulty": 1,
"symbols": [
"owl",
"iguana",
"newt",
"fox"
],
"mapping": {
"owl": "owl",
"iguana": "newt",
"newt": "iguana",
"fox": "fox"
}
} | false | null |
1 | lookup_table | demonstration | forward | 1 | Input: moose → Output: moose
Input: jaguar → Output: bear
Input: bear → Output: newt
Question: What does 'newt' map to? Give only the one word.
Answer: | jaguar | {
"task_type": "lookup_table",
"difficulty": 1,
"symbols": [
"jaguar",
"moose",
"newt",
"bear"
],
"mapping": {
"jaguar": "bear",
"moose": "moose",
"newt": "jaguar",
"bear": "newt"
}
} | false | null |
2 | lookup_table | demonstration | forward | 1 | Input: eagle → Output: eagle
Input: lion → Output: owl
Input: koala → Output: koala
Question: What does 'owl' map to? Give only the one word.
Answer: | lion | {
"task_type": "lookup_table",
"difficulty": 1,
"symbols": [
"koala",
"owl",
"lion",
"eagle"
],
"mapping": {
"koala": "koala",
"owl": "lion",
"lion": "owl",
"eagle": "eagle"
}
} | false | null |
3 | lookup_table | demonstration | forward | 1 | Input: goat → Output: newt
Input: newt → Output: goat
Input: horse → Output: ant
Question: What does 'ant' map to? Give only the one word.
Answer: | horse | {
"task_type": "lookup_table",
"difficulty": 1,
"symbols": [
"horse",
"goat",
"newt",
"ant"
],
"mapping": {
"horse": "ant",
"goat": "newt",
"newt": "goat",
"ant": "horse"
}
} | false | null |
4 | lookup_table | demonstration | forward | 1 | Input: iguana → Output: bear
Input: bear → Output: fox
Input: jaguar → Output: jaguar
Question: What does 'fox' map to? Give only the one word.
Answer: | iguana | {
"task_type": "lookup_table",
"difficulty": 1,
"symbols": [
"fox",
"jaguar",
"iguana",
"bear"
],
"mapping": {
"fox": "iguana",
"jaguar": "jaguar",
"iguana": "bear",
"bear": "fox"
}
} | false | null |
5 | lookup_table | demonstration | forward | 1 | Input: dog → Output: fox
Input: fox → Output: dog
Input: ant → Output: jaguar
Question: What does 'jaguar' map to? Give only the one word.
Answer: | ant | {
"task_type": "lookup_table",
"difficulty": 1,
"symbols": [
"ant",
"fox",
"jaguar",
"dog"
],
"mapping": {
"ant": "jaguar",
"fox": "dog",
"jaguar": "ant",
"dog": "fox"
}
} | false | null |
6 | lookup_table | demonstration | forward | 1 | Input: ant → Output: dog
Input: koala → Output: koala
Input: cat → Output: cat
Question: What does 'dog' map to? Give only the one word.
Answer: | ant | {
"task_type": "lookup_table",
"difficulty": 1,
"symbols": [
"koala",
"dog",
"cat",
"ant"
],
"mapping": {
"koala": "koala",
"dog": "ant",
"cat": "cat",
"ant": "dog"
}
} | false | null |
7 | lookup_table | demonstration | forward | 1 | Input: ant → Output: bear
Input: fox → Output: newt
Input: bear → Output: ant
Question: What does 'newt' map to? Give only the one word.
Answer: | fox | {
"task_type": "lookup_table",
"difficulty": 1,
"symbols": [
"bear",
"newt",
"ant",
"fox"
],
"mapping": {
"bear": "ant",
"newt": "fox",
"ant": "bear",
"fox": "newt"
}
} | false | null |
8 | lookup_table | demonstration | forward | 1 | Input: jaguar → Output: cat
Input: koala → Output: horse
Input: horse → Output: koala
Question: What does 'cat' map to? Give only the one word.
Answer: | jaguar | {
"task_type": "lookup_table",
"difficulty": 1,
"symbols": [
"horse",
"cat",
"koala",
"jaguar"
],
"mapping": {
"horse": "koala",
"cat": "jaguar",
"koala": "horse",
"jaguar": "cat"
}
} | false | null |
9 | lookup_table | demonstration | forward | 1 | Input: bear → Output: dog
Input: dog → Output: jaguar
Input: lion → Output: bear
Question: What does 'jaguar' map to? Give only the one word.
Answer: | lion | {
"task_type": "lookup_table",
"difficulty": 1,
"symbols": [
"jaguar",
"dog",
"bear",
"lion"
],
"mapping": {
"jaguar": "lion",
"dog": "jaguar",
"bear": "dog",
"lion": "bear"
}
} | false | null |
10 | lookup_table | demonstration | forward | 2 | Input: lion → Output: horse
Input: newt → Output: lion
Input: horse → Output: panda
Input: panda → Output: bear
Question: What does 'bear' map to? Give only the one word.
Answer: | moose | {
"task_type": "lookup_table",
"difficulty": 2,
"symbols": [
"newt",
"lion",
"panda",
"moose",
"horse",
"bear"
],
"mapping": {
"newt": "lion",
"lion": "horse",
"panda": "bear",
"moose": "newt",
"horse": "panda",
"bear": "moose"
}
} | false | null |
11 | lookup_table | demonstration | forward | 2 | Input: eagle → Output: horse
Input: newt → Output: ant
Input: goat → Output: lion
Input: horse → Output: eagle
Question: What does 'lion' map to? Give only the one word.
Answer: | goat | {
"task_type": "lookup_table",
"difficulty": 2,
"symbols": [
"lion",
"eagle",
"horse",
"ant",
"newt",
"goat"
],
"mapping": {
"lion": "goat",
"eagle": "horse",
"horse": "eagle",
"ant": "newt",
"newt": "ant",
"goat": "lion"
}
} | false | null |
12 | lookup_table | demonstration | forward | 2 | Input: jaguar → Output: horse
Input: ant → Output: eagle
Input: fox → Output: ant
Input: horse → Output: moose
Question: What does 'moose' map to? Give only the one word.
Answer: | jaguar | {
"task_type": "lookup_table",
"difficulty": 2,
"symbols": [
"ant",
"horse",
"eagle",
"fox",
"moose",
"jaguar"
],
"mapping": {
"ant": "eagle",
"horse": "moose",
"eagle": "fox",
"fox": "ant",
"moose": "jaguar",
"jaguar": "horse"
}
} | false | null |
13 | lookup_table | demonstration | forward | 2 | Input: lion → Output: iguana
Input: panda → Output: moose
Input: jaguar → Output: panda
Input: moose → Output: koala
Question: What does 'iguana' map to? Give only the one word.
Answer: | jaguar | {
"task_type": "lookup_table",
"difficulty": 2,
"symbols": [
"moose",
"panda",
"koala",
"lion",
"jaguar",
"iguana"
],
"mapping": {
"moose": "koala",
"panda": "moose",
"koala": "lion",
"lion": "iguana",
"jaguar": "panda",
"iguana": "jaguar"
}
} | false | null |
14 | lookup_table | demonstration | forward | 2 | Input: fox → Output: dog
Input: iguana → Output: eagle
Input: dog → Output: fox
Input: horse → Output: iguana
Question: What does 'eagle' map to? Give only the one word.
Answer: | koala | {
"task_type": "lookup_table",
"difficulty": 2,
"symbols": [
"horse",
"eagle",
"fox",
"koala",
"dog",
"iguana"
],
"mapping": {
"horse": "iguana",
"eagle": "koala",
"fox": "dog",
"koala": "horse",
"dog": "fox",
"iguana": "eagle"
}
} | false | null |
15 | lookup_table | demonstration | forward | 2 | Input: jaguar → Output: fox
Input: lion → Output: dog
Input: panda → Output: panda
Input: dog → Output: ant
Question: What does 'ant' map to? Give only the one word.
Answer: | lion | {
"task_type": "lookup_table",
"difficulty": 2,
"symbols": [
"ant",
"lion",
"jaguar",
"fox",
"panda",
"dog"
],
"mapping": {
"ant": "lion",
"lion": "dog",
"jaguar": "fox",
"fox": "jaguar",
"panda": "panda",
"dog": "ant"
}
} | false | null |
16 | lookup_table | demonstration | forward | 2 | Input: dog → Output: horse
Input: lion → Output: bear
Input: horse → Output: fox
Input: bear → Output: lion
Question: What does 'panda' map to? Give only the one word.
Answer: | dog | {
"task_type": "lookup_table",
"difficulty": 2,
"symbols": [
"dog",
"fox",
"lion",
"panda",
"horse",
"bear"
],
"mapping": {
"dog": "horse",
"fox": "panda",
"lion": "bear",
"panda": "dog",
"horse": "fox",
"bear": "lion"
}
} | false | null |
17 | lookup_table | demonstration | forward | 2 | Input: fox → Output: dog
Input: dog → Output: eagle
Input: newt → Output: moose
Input: eagle → Output: goat
Question: What does 'goat' map to? Give only the one word.
Answer: | newt | {
"task_type": "lookup_table",
"difficulty": 2,
"symbols": [
"fox",
"dog",
"moose",
"newt",
"eagle",
"goat"
],
"mapping": {
"fox": "dog",
"dog": "eagle",
"moose": "fox",
"newt": "moose",
"eagle": "goat",
"goat": "newt"
}
} | false | null |
18 | lookup_table | demonstration | forward | 2 | Input: moose → Output: bear
Input: lion → Output: moose
Input: horse → Output: ant
Input: newt → Output: newt
Question: What does 'bear' map to? Give only the one word.
Answer: | horse | {
"task_type": "lookup_table",
"difficulty": 2,
"symbols": [
"ant",
"bear",
"moose",
"newt",
"horse",
"lion"
],
"mapping": {
"ant": "lion",
"bear": "horse",
"moose": "bear",
"newt": "newt",
"horse": "ant",
"lion": "moose"
}
} | false | null |
19 | lookup_table | demonstration | forward | 2 | Input: bear → Output: fox
Input: moose → Output: panda
Input: koala → Output: koala
Input: goat → Output: goat
Question: What does 'fox' map to? Give only the one word.
Answer: | moose | {
"task_type": "lookup_table",
"difficulty": 2,
"symbols": [
"koala",
"bear",
"moose",
"fox",
"panda",
"goat"
],
"mapping": {
"koala": "koala",
"bear": "fox",
"moose": "panda",
"fox": "moose",
"panda": "bear",
"goat": "goat"
}
} | false | null |
20 | lookup_table | demonstration | forward | 3 | Input: bear → Output: dog
Input: newt → Output: owl
Input: eagle → Output: panda
Input: ant → Output: newt
Input: panda → Output: lion
Question: What does 'owl' map to? Give only the one word.
Answer: | ant | {
"task_type": "lookup_table",
"difficulty": 3,
"symbols": [
"owl",
"dog",
"panda",
"lion",
"bear",
"newt",
"eagle",
"ant"
],
"mapping": {
"owl": "ant",
"dog": "bear",
"panda": "lion",
"lion": "eagle",
"bear": "dog",
"newt": "owl",
"eagle": "panda",
... | false | null |
21 | lookup_table | demonstration | forward | 3 | Input: owl → Output: lion
Input: iguana → Output: iguana
Input: cat → Output: dog
Input: panda → Output: jaguar
Input: goat → Output: goat
Question: What does 'lion' map to? Give only the one word.
Answer: | panda | {
"task_type": "lookup_table",
"difficulty": 3,
"symbols": [
"lion",
"dog",
"owl",
"iguana",
"panda",
"goat",
"jaguar",
"cat"
],
"mapping": {
"lion": "panda",
"dog": "owl",
"owl": "lion",
"iguana": "iguana",
"panda": "jaguar",
"goat": "goat",
"jaguar... | false | null |
22 | lookup_table | demonstration | forward | 3 | Input: dog → Output: koala
Input: fox → Output: iguana
Input: newt → Output: dog
Input: moose → Output: lion
Input: koala → Output: ant
Question: What does 'iguana' map to? Give only the one word.
Answer: | moose | {
"task_type": "lookup_table",
"difficulty": 3,
"symbols": [
"lion",
"dog",
"koala",
"newt",
"ant",
"fox",
"moose",
"iguana"
],
"mapping": {
"lion": "fox",
"dog": "koala",
"koala": "ant",
"newt": "dog",
"ant": "newt",
"fox": "iguana",
"moose": "lion"... | false | null |
23 | lookup_table | demonstration | forward | 3 | Input: panda → Output: dog
Input: moose → Output: panda
Input: koala → Output: newt
Input: iguana → Output: koala
Input: horse → Output: horse
Question: What does 'dog' map to? Give only the one word.
Answer: | moose | {
"task_type": "lookup_table",
"difficulty": 3,
"symbols": [
"iguana",
"newt",
"koala",
"cat",
"horse",
"dog",
"panda",
"moose"
],
"mapping": {
"iguana": "koala",
"newt": "iguana",
"koala": "newt",
"cat": "cat",
"horse": "horse",
"dog": "moose",
"pan... | false | null |
24 | lookup_table | demonstration | forward | 3 | Input: iguana → Output: jaguar
Input: newt → Output: lion
Input: goat → Output: bear
Input: eagle → Output: newt
Input: fox → Output: fox
Question: What does 'lion' map to? Give only the one word.
Answer: | goat | {
"task_type": "lookup_table",
"difficulty": 3,
"symbols": [
"lion",
"jaguar",
"bear",
"goat",
"newt",
"iguana",
"eagle",
"fox"
],
"mapping": {
"lion": "goat",
"jaguar": "iguana",
"bear": "eagle",
"goat": "bear",
"newt": "lion",
"iguana": "jaguar",
"... | false | null |
25 | lookup_table | demonstration | forward | 3 | Input: newt → Output: jaguar
Input: fox → Output: koala
Input: koala → Output: fox
Input: moose → Output: eagle
Input: eagle → Output: iguana
Question: What does 'cat' map to? Give only the one word.
Answer: | cat | {
"task_type": "lookup_table",
"difficulty": 3,
"symbols": [
"cat",
"iguana",
"newt",
"eagle",
"fox",
"jaguar",
"moose",
"koala"
],
"mapping": {
"cat": "cat",
"iguana": "moose",
"newt": "jaguar",
"eagle": "iguana",
"fox": "koala",
"jaguar": "newt",
"... | false | null |
26 | lookup_table | demonstration | forward | 3 | Input: moose → Output: cat
Input: ant → Output: moose
Input: jaguar → Output: fox
Input: lion → Output: iguana
Input: fox → Output: jaguar
Question: What does 'iguana' map to? Give only the one word.
Answer: | ant | {
"task_type": "lookup_table",
"difficulty": 3,
"symbols": [
"ant",
"cat",
"moose",
"dog",
"lion",
"iguana",
"fox",
"jaguar"
],
"mapping": {
"ant": "moose",
"cat": "dog",
"moose": "cat",
"dog": "lion",
"lion": "iguana",
"iguana": "ant",
"fox": "jagua... | false | null |
27 | lookup_table | demonstration | forward | 3 | Input: koala → Output: moose
Input: fox → Output: iguana
Input: goat → Output: koala
Input: panda → Output: eagle
Input: newt → Output: goat
Question: What does 'moose' map to? Give only the one word.
Answer: | panda | {
"task_type": "lookup_table",
"difficulty": 3,
"symbols": [
"panda",
"iguana",
"moose",
"koala",
"goat",
"fox",
"newt",
"eagle"
],
"mapping": {
"panda": "eagle",
"iguana": "newt",
"moose": "panda",
"koala": "moose",
"goat": "koala",
"fox": "iguana",
... | false | null |
28 | lookup_table | demonstration | forward | 3 | Input: goat → Output: owl
Input: cat → Output: koala
Input: panda → Output: ant
Input: bear → Output: cat
Input: ant → Output: newt
Question: What does 'koala' map to? Give only the one word.
Answer: | panda | {
"task_type": "lookup_table",
"difficulty": 3,
"symbols": [
"ant",
"panda",
"bear",
"koala",
"newt",
"cat",
"goat",
"owl"
],
"mapping": {
"ant": "newt",
"panda": "ant",
"bear": "cat",
"koala": "panda",
"newt": "goat",
"cat": "koala",
"goat": "owl",
... | false | null |
29 | lookup_table | demonstration | forward | 3 | Input: jaguar → Output: panda
Input: owl → Output: moose
Input: horse → Output: jaguar
Input: ant → Output: ant
Input: dog → Output: horse
Question: What does 'moose' map to? Give only the one word.
Answer: | fox | {
"task_type": "lookup_table",
"difficulty": 3,
"symbols": [
"horse",
"panda",
"fox",
"dog",
"ant",
"jaguar",
"moose",
"owl"
],
"mapping": {
"horse": "jaguar",
"panda": "owl",
"fox": "dog",
"dog": "horse",
"ant": "ant",
"jaguar": "panda",
"moose": "f... | false | null |
30 | lookup_table | demonstration | inverse | 1 | Input: moose → Output: moose
Input: koala → Output: bear
Input: eagle → Output: koala
Question: Which symbol maps to 'moose'? Give only the one word.
Answer: | moose | {
"task_type": "lookup_table",
"difficulty": 1,
"symbols": [
"bear",
"koala",
"eagle",
"moose"
],
"mapping": {
"bear": "eagle",
"koala": "bear",
"eagle": "koala",
"moose": "moose"
}
} | false | null |
31 | lookup_table | demonstration | inverse | 1 | Input: horse → Output: bear
Input: jaguar → Output: newt
Input: bear → Output: horse
Question: Which symbol maps to 'horse'? Give only the one word.
Answer: | bear | {
"task_type": "lookup_table",
"difficulty": 1,
"symbols": [
"bear",
"horse",
"newt",
"jaguar"
],
"mapping": {
"bear": "horse",
"horse": "bear",
"newt": "jaguar",
"jaguar": "newt"
}
} | false | null |
32 | lookup_table | demonstration | inverse | 1 | Input: iguana → Output: iguana
Input: bear → Output: cat
Input: koala → Output: koala
Question: Which symbol maps to 'koala'? Give only the one word.
Answer: | koala | {
"task_type": "lookup_table",
"difficulty": 1,
"symbols": [
"cat",
"bear",
"iguana",
"koala"
],
"mapping": {
"cat": "bear",
"bear": "cat",
"iguana": "iguana",
"koala": "koala"
}
} | false | null |
33 | lookup_table | demonstration | inverse | 1 | Input: eagle → Output: eagle
Input: moose → Output: moose
Input: owl → Output: fox
Question: Which symbol maps to 'owl'? Give only the one word.
Answer: | fox | {
"task_type": "lookup_table",
"difficulty": 1,
"symbols": [
"owl",
"moose",
"eagle",
"fox"
],
"mapping": {
"owl": "fox",
"moose": "moose",
"eagle": "eagle",
"fox": "owl"
}
} | false | null |
34 | lookup_table | demonstration | inverse | 1 | Input: iguana → Output: iguana
Input: dog → Output: dog
Input: lion → Output: newt
Question: Which symbol maps to 'dog'? Give only the one word.
Answer: | dog | {
"task_type": "lookup_table",
"difficulty": 1,
"symbols": [
"newt",
"dog",
"lion",
"iguana"
],
"mapping": {
"newt": "lion",
"dog": "dog",
"lion": "newt",
"iguana": "iguana"
}
} | false | null |
35 | lookup_table | demonstration | inverse | 1 | Input: jaguar → Output: owl
Input: owl → Output: newt
Input: fox → Output: fox
Question: Which symbol maps to 'newt'? Give only the one word.
Answer: | owl | {
"task_type": "lookup_table",
"difficulty": 1,
"symbols": [
"fox",
"jaguar",
"newt",
"owl"
],
"mapping": {
"fox": "fox",
"jaguar": "owl",
"newt": "jaguar",
"owl": "newt"
}
} | false | null |
36 | lookup_table | demonstration | inverse | 1 | Input: dog → Output: newt
Input: panda → Output: panda
Input: newt → Output: dog
Question: Which symbol maps to 'jaguar'? Give only the one word.
Answer: | jaguar | {
"task_type": "lookup_table",
"difficulty": 1,
"symbols": [
"newt",
"jaguar",
"dog",
"panda"
],
"mapping": {
"newt": "dog",
"jaguar": "jaguar",
"dog": "newt",
"panda": "panda"
}
} | false | null |
37 | lookup_table | demonstration | inverse | 1 | Input: moose → Output: fox
Input: owl → Output: owl
Input: fox → Output: moose
Question: Which symbol maps to 'moose'? Give only the one word.
Answer: | fox | {
"task_type": "lookup_table",
"difficulty": 1,
"symbols": [
"fox",
"owl",
"moose",
"koala"
],
"mapping": {
"fox": "moose",
"owl": "owl",
"moose": "fox",
"koala": "koala"
}
} | false | null |
38 | lookup_table | demonstration | inverse | 1 | Input: goat → Output: goat
Input: cat → Output: panda
Input: ant → Output: cat
Question: Which symbol maps to 'ant'? Give only the one word.
Answer: | panda | {
"task_type": "lookup_table",
"difficulty": 1,
"symbols": [
"ant",
"goat",
"cat",
"panda"
],
"mapping": {
"ant": "cat",
"goat": "goat",
"cat": "panda",
"panda": "ant"
}
} | false | null |
39 | lookup_table | demonstration | inverse | 1 | Input: horse → Output: panda
Input: ant → Output: ant
Input: panda → Output: koala
Question: Which symbol maps to 'koala'? Give only the one word.
Answer: | panda | {
"task_type": "lookup_table",
"difficulty": 1,
"symbols": [
"ant",
"koala",
"horse",
"panda"
],
"mapping": {
"ant": "ant",
"koala": "horse",
"horse": "panda",
"panda": "koala"
}
} | false | null |
40 | lookup_table | demonstration | inverse | 2 | Input: jaguar → Output: jaguar
Input: koala → Output: eagle
Input: goat → Output: moose
Input: eagle → Output: koala
Question: Which symbol maps to 'goat'? Give only the one word.
Answer: | moose | {
"task_type": "lookup_table",
"difficulty": 2,
"symbols": [
"moose",
"goat",
"eagle",
"bear",
"jaguar",
"koala"
],
"mapping": {
"moose": "goat",
"goat": "moose",
"eagle": "koala",
"bear": "bear",
"jaguar": "jaguar",
"koala": "eagle"
}
} | false | null |
41 | lookup_table | demonstration | inverse | 2 | Input: eagle → Output: lion
Input: lion → Output: dog
Input: ant → Output: owl
Input: cat → Output: cat
Question: Which symbol maps to 'lion'? Give only the one word.
Answer: | eagle | {
"task_type": "lookup_table",
"difficulty": 2,
"symbols": [
"owl",
"dog",
"eagle",
"ant",
"cat",
"lion"
],
"mapping": {
"owl": "ant",
"dog": "eagle",
"eagle": "lion",
"ant": "owl",
"cat": "cat",
"lion": "dog"
}
} | false | null |
42 | lookup_table | demonstration | inverse | 2 | Input: horse → Output: iguana
Input: iguana → Output: horse
Input: lion → Output: lion
Input: eagle → Output: koala
Question: Which symbol maps to 'horse'? Give only the one word.
Answer: | iguana | {
"task_type": "lookup_table",
"difficulty": 2,
"symbols": [
"panda",
"lion",
"eagle",
"koala",
"iguana",
"horse"
],
"mapping": {
"panda": "panda",
"lion": "lion",
"eagle": "koala",
"koala": "eagle",
"iguana": "horse",
"horse": "iguana"
}
} | false | null |
43 | lookup_table | demonstration | inverse | 2 | Input: eagle → Output: eagle
Input: horse → Output: dog
Input: goat → Output: panda
Input: dog → Output: bear
Question: Which symbol maps to 'bear'? Give only the one word.
Answer: | dog | {
"task_type": "lookup_table",
"difficulty": 2,
"symbols": [
"goat",
"panda",
"horse",
"bear",
"eagle",
"dog"
],
"mapping": {
"goat": "panda",
"panda": "goat",
"horse": "dog",
"bear": "horse",
"eagle": "eagle",
"dog": "bear"
}
} | false | null |
44 | lookup_table | demonstration | inverse | 2 | Input: lion → Output: dog
Input: fox → Output: fox
Input: dog → Output: iguana
Input: owl → Output: lion
Question: Which symbol maps to 'dog'? Give only the one word.
Answer: | lion | {
"task_type": "lookup_table",
"difficulty": 2,
"symbols": [
"iguana",
"horse",
"lion",
"fox",
"dog",
"owl"
],
"mapping": {
"iguana": "horse",
"horse": "owl",
"lion": "dog",
"fox": "fox",
"dog": "iguana",
"owl": "lion"
}
} | false | null |
45 | lookup_table | demonstration | inverse | 2 | Input: goat → Output: fox
Input: lion → Output: newt
Input: koala → Output: lion
Input: jaguar → Output: goat
Question: Which symbol maps to 'jaguar'? Give only the one word.
Answer: | fox | {
"task_type": "lookup_table",
"difficulty": 2,
"symbols": [
"koala",
"jaguar",
"newt",
"goat",
"lion",
"fox"
],
"mapping": {
"koala": "lion",
"jaguar": "goat",
"newt": "koala",
"goat": "fox",
"lion": "newt",
"fox": "jaguar"
}
} | false | null |
46 | lookup_table | demonstration | inverse | 2 | Input: eagle → Output: dog
Input: iguana → Output: newt
Input: moose → Output: cat
Input: dog → Output: moose
Question: Which symbol maps to 'dog'? Give only the one word.
Answer: | eagle | {
"task_type": "lookup_table",
"difficulty": 2,
"symbols": [
"newt",
"cat",
"dog",
"eagle",
"moose",
"iguana"
],
"mapping": {
"newt": "eagle",
"cat": "iguana",
"dog": "moose",
"eagle": "dog",
"moose": "cat",
"iguana": "newt"
}
} | false | null |
47 | lookup_table | demonstration | inverse | 2 | Input: horse → Output: newt
Input: goat → Output: goat
Input: owl → Output: panda
Input: panda → Output: ant
Question: Which symbol maps to 'panda'? Give only the one word.
Answer: | owl | {
"task_type": "lookup_table",
"difficulty": 2,
"symbols": [
"owl",
"horse",
"ant",
"panda",
"goat",
"newt"
],
"mapping": {
"owl": "panda",
"horse": "newt",
"ant": "owl",
"panda": "ant",
"goat": "goat",
"newt": "horse"
}
} | false | null |
48 | lookup_table | demonstration | inverse | 2 | Input: panda → Output: panda
Input: dog → Output: dog
Input: moose → Output: jaguar
Input: fox → Output: moose
Question: Which symbol maps to 'bear'? Give only the one word.
Answer: | jaguar | {
"task_type": "lookup_table",
"difficulty": 2,
"symbols": [
"moose",
"fox",
"bear",
"panda",
"jaguar",
"dog"
],
"mapping": {
"moose": "jaguar",
"fox": "moose",
"bear": "fox",
"panda": "panda",
"jaguar": "bear",
"dog": "dog"
}
} | false | null |
49 | lookup_table | demonstration | inverse | 2 | Input: goat → Output: newt
Input: cat → Output: panda
Input: panda → Output: cat
Input: newt → Output: ant
Question: Which symbol maps to 'panda'? Give only the one word.
Answer: | cat | {
"task_type": "lookup_table",
"difficulty": 2,
"symbols": [
"lion",
"newt",
"panda",
"goat",
"cat",
"ant"
],
"mapping": {
"lion": "lion",
"newt": "ant",
"panda": "cat",
"goat": "newt",
"cat": "panda",
"ant": "goat"
}
} | false | null |
50 | lookup_table | demonstration | inverse | 3 | Input: horse → Output: newt
Input: moose → Output: goat
Input: newt → Output: eagle
Input: eagle → Output: dog
Input: jaguar → Output: moose
Question: Which symbol maps to 'newt'? Give only the one word.
Answer: | horse | {
"task_type": "lookup_table",
"difficulty": 3,
"symbols": [
"eagle",
"moose",
"newt",
"horse",
"ant",
"goat",
"jaguar",
"dog"
],
"mapping": {
"eagle": "dog",
"moose": "goat",
"newt": "eagle",
"horse": "newt",
"ant": "jaguar",
"goat": "ant",
"jaguar"... | false | null |
51 | lookup_table | demonstration | inverse | 3 | Input: jaguar → Output: iguana
Input: bear → Output: jaguar
Input: moose → Output: bear
Input: eagle → Output: eagle
Input: iguana → Output: horse
Question: Which symbol maps to 'jaguar'? Give only the one word.
Answer: | bear | {
"task_type": "lookup_table",
"difficulty": 3,
"symbols": [
"bear",
"iguana",
"eagle",
"jaguar",
"fox",
"cat",
"horse",
"moose"
],
"mapping": {
"bear": "jaguar",
"iguana": "horse",
"eagle": "eagle",
"jaguar": "iguana",
"fox": "fox",
"cat": "moose",
... | false | null |
52 | lookup_table | demonstration | inverse | 3 | Input: fox → Output: ant
Input: panda → Output: goat
Input: koala → Output: panda
Input: jaguar → Output: horse
Input: ant → Output: koala
Question: Which symbol maps to 'fox'? Give only the one word.
Answer: | lion | {
"task_type": "lookup_table",
"difficulty": 3,
"symbols": [
"horse",
"fox",
"jaguar",
"ant",
"goat",
"koala",
"lion",
"panda"
],
"mapping": {
"horse": "jaguar",
"fox": "ant",
"jaguar": "horse",
"ant": "koala",
"goat": "lion",
"koala": "panda",
"lion... | false | null |
53 | lookup_table | demonstration | inverse | 3 | Input: jaguar → Output: koala
Input: koala → Output: horse
Input: lion → Output: jaguar
Input: horse → Output: lion
Input: eagle → Output: dog
Question: Which symbol maps to 'panda'? Give only the one word.
Answer: | owl | {
"task_type": "lookup_table",
"difficulty": 3,
"symbols": [
"lion",
"jaguar",
"koala",
"eagle",
"owl",
"dog",
"panda",
"horse"
],
"mapping": {
"lion": "jaguar",
"jaguar": "koala",
"koala": "horse",
"eagle": "dog",
"owl": "panda",
"dog": "eagle",
"pa... | false | null |
54 | lookup_table | demonstration | inverse | 3 | Input: jaguar → Output: cat
Input: ant → Output: owl
Input: fox → Output: jaguar
Input: owl → Output: ant
Input: cat → Output: dog
Question: Which symbol maps to 'owl'? Give only the one word.
Answer: | ant | {
"task_type": "lookup_table",
"difficulty": 3,
"symbols": [
"fox",
"ant",
"cat",
"eagle",
"jaguar",
"koala",
"owl",
"dog"
],
"mapping": {
"fox": "jaguar",
"ant": "owl",
"cat": "dog",
"eagle": "koala",
"jaguar": "cat",
"koala": "fox",
"owl": "ant",
... | false | null |
55 | lookup_table | demonstration | inverse | 3 | Input: horse → Output: ant
Input: dog → Output: panda
Input: goat → Output: horse
Input: newt → Output: dog
Input: panda → Output: owl
Question: Which symbol maps to 'newt'? Give only the one word.
Answer: | iguana | {
"task_type": "lookup_table",
"difficulty": 3,
"symbols": [
"dog",
"iguana",
"ant",
"owl",
"horse",
"panda",
"newt",
"goat"
],
"mapping": {
"dog": "panda",
"iguana": "newt",
"ant": "iguana",
"owl": "goat",
"horse": "ant",
"panda": "owl",
"newt": "do... | false | null |
56 | lookup_table | demonstration | inverse | 3 | Input: bear → Output: koala
Input: fox → Output: fox
Input: koala → Output: goat
Input: goat → Output: newt
Input: lion → Output: lion
Question: Which symbol maps to 'goat'? Give only the one word.
Answer: | koala | {
"task_type": "lookup_table",
"difficulty": 3,
"symbols": [
"goat",
"fox",
"owl",
"ant",
"koala",
"bear",
"newt",
"lion"
],
"mapping": {
"goat": "newt",
"fox": "fox",
"owl": "ant",
"ant": "owl",
"koala": "goat",
"bear": "koala",
"newt": "bear",
... | false | null |
57 | lookup_table | demonstration | inverse | 3 | Input: horse → Output: eagle
Input: ant → Output: bear
Input: bear → Output: iguana
Input: moose → Output: horse
Input: iguana → Output: ant
Question: Which symbol maps to 'bear'? Give only the one word.
Answer: | ant | {
"task_type": "lookup_table",
"difficulty": 3,
"symbols": [
"horse",
"koala",
"iguana",
"moose",
"eagle",
"bear",
"ant",
"newt"
],
"mapping": {
"horse": "eagle",
"koala": "newt",
"iguana": "ant",
"moose": "horse",
"eagle": "moose",
"bear": "iguana",
... | false | null |
58 | lookup_table | demonstration | inverse | 3 | Input: panda → Output: horse
Input: owl → Output: owl
Input: bear → Output: panda
Input: cat → Output: fox
Input: fox → Output: goat
Question: Which symbol maps to 'owl'? Give only the one word.
Answer: | owl | {
"task_type": "lookup_table",
"difficulty": 3,
"symbols": [
"goat",
"fox",
"lion",
"panda",
"owl",
"bear",
"cat",
"horse"
],
"mapping": {
"goat": "lion",
"fox": "goat",
"lion": "bear",
"panda": "horse",
"owl": "owl",
"bear": "panda",
"cat": "fox",
... | false | null |
59 | lookup_table | demonstration | inverse | 3 | Input: dog → Output: newt
Input: fox → Output: koala
Input: iguana → Output: fox
Input: lion → Output: panda
Input: newt → Output: lion
Question: Which symbol maps to 'newt'? Give only the one word.
Answer: | dog | {
"task_type": "lookup_table",
"difficulty": 3,
"symbols": [
"dog",
"lion",
"koala",
"newt",
"fox",
"iguana",
"panda",
"ant"
],
"mapping": {
"dog": "newt",
"lion": "panda",
"koala": "iguana",
"newt": "lion",
"fox": "koala",
"iguana": "fox",
"panda": ... | false | null |
60 | lookup_table | demonstration | ood | 1 | Input: owl → Output: owl
Input: dog → Output: dog
Input: goat → Output: newt
Question: The following symbols were encoded using the code book: [dog, owl, newt]. Decode them back to the originals. Answer with the list in form [word1, word2, ...]. One line only.
Answer: | [dog, owl, goat] | {
"task_type": "lookup_table",
"difficulty": 1,
"symbols": [
"newt",
"goat",
"owl",
"dog"
],
"mapping": {
"newt": "goat",
"goat": "newt",
"owl": "owl",
"dog": "dog"
}
} | false | null |
61 | lookup_table | demonstration | ood | 1 | Input: bear → Output: bear
Input: owl → Output: horse
Input: horse → Output: owl
Question: The following symbols were encoded using the code book: [horse, bear, koala]. Decode them back to the originals. Answer with the list in form [word1, word2, ...]. One line only.
Answer: | [owl, bear, koala] | {
"task_type": "lookup_table",
"difficulty": 1,
"symbols": [
"horse",
"koala",
"owl",
"bear"
],
"mapping": {
"horse": "owl",
"koala": "koala",
"owl": "horse",
"bear": "bear"
}
} | false | null |
62 | lookup_table | demonstration | ood | 1 | Input: iguana → Output: lion
Input: cat → Output: horse
Input: lion → Output: iguana
Question: The following symbols were encoded using the code book: [iguana, lion, horse]. Decode them back to the originals. Answer with the list in form [word1, word2, ...]. One line only.
Answer: | [lion, iguana, cat] | {
"task_type": "lookup_table",
"difficulty": 1,
"symbols": [
"cat",
"iguana",
"horse",
"lion"
],
"mapping": {
"cat": "horse",
"iguana": "lion",
"horse": "cat",
"lion": "iguana"
}
} | false | null |
63 | lookup_table | demonstration | ood | 1 | Input: lion → Output: panda
Input: fox → Output: lion
Input: panda → Output: dog
Question: The following symbols were encoded using the code book: [fox, dog, panda]. Decode them back to the originals. Answer with the list in form [word1, word2, ...]. One line only.
Answer: | [dog, panda, lion] | {
"task_type": "lookup_table",
"difficulty": 1,
"symbols": [
"panda",
"fox",
"dog",
"lion"
],
"mapping": {
"panda": "dog",
"fox": "lion",
"dog": "fox",
"lion": "panda"
}
} | false | null |
64 | lookup_table | demonstration | ood | 1 | Input: ant → Output: ant
Input: horse → Output: fox
Input: eagle → Output: eagle
Question: The following symbols were encoded using the code book: [fox, eagle, horse]. Decode them back to the originals. Answer with the list in form [word1, word2, ...]. One line only.
Answer: | [horse, eagle, fox] | {
"task_type": "lookup_table",
"difficulty": 1,
"symbols": [
"fox",
"horse",
"eagle",
"ant"
],
"mapping": {
"fox": "horse",
"horse": "fox",
"eagle": "eagle",
"ant": "ant"
}
} | false | null |
65 | lookup_table | demonstration | ood | 1 | Input: fox → Output: lion
Input: eagle → Output: eagle
Input: horse → Output: horse
Question: The following symbols were encoded using the code book: [lion, eagle, fox]. Decode them back to the originals. Answer with the list in form [word1, word2, ...]. One line only.
Answer: | [fox, eagle, lion] | {
"task_type": "lookup_table",
"difficulty": 1,
"symbols": [
"horse",
"lion",
"eagle",
"fox"
],
"mapping": {
"horse": "horse",
"lion": "fox",
"eagle": "eagle",
"fox": "lion"
}
} | false | null |
66 | lookup_table | demonstration | ood | 1 | Input: jaguar → Output: fox
Input: cat → Output: newt
Input: newt → Output: cat
Question: The following symbols were encoded using the code book: [cat, fox, newt]. Decode them back to the originals. Answer with the list in form [word1, word2, ...]. One line only.
Answer: | [newt, jaguar, cat] | {
"task_type": "lookup_table",
"difficulty": 1,
"symbols": [
"fox",
"newt",
"jaguar",
"cat"
],
"mapping": {
"fox": "jaguar",
"newt": "cat",
"jaguar": "fox",
"cat": "newt"
}
} | false | null |
67 | lookup_table | demonstration | ood | 1 | Input: newt → Output: bear
Input: koala → Output: newt
Input: bear → Output: koala
Question: The following symbols were encoded using the code book: [bear, jaguar, newt]. Decode them back to the originals. Answer with the list in form [word1, word2, ...]. One line only.
Answer: | [newt, jaguar, koala] | {
"task_type": "lookup_table",
"difficulty": 1,
"symbols": [
"koala",
"bear",
"jaguar",
"newt"
],
"mapping": {
"koala": "newt",
"bear": "koala",
"jaguar": "jaguar",
"newt": "bear"
}
} | false | null |
68 | lookup_table | demonstration | ood | 1 | Input: newt → Output: koala
Input: horse → Output: goat
Input: koala → Output: horse
Question: The following symbols were encoded using the code book: [koala, newt, horse]. Decode them back to the originals. Answer with the list in form [word1, word2, ...]. One line only.
Answer: | [newt, goat, koala] | {
"task_type": "lookup_table",
"difficulty": 1,
"symbols": [
"newt",
"goat",
"koala",
"horse"
],
"mapping": {
"newt": "koala",
"goat": "newt",
"koala": "horse",
"horse": "goat"
}
} | false | null |
69 | lookup_table | demonstration | ood | 1 | Input: newt → Output: dog
Input: dog → Output: panda
Input: panda → Output: koala
Question: The following symbols were encoded using the code book: [dog, panda, koala]. Decode them back to the originals. Answer with the list in form [word1, word2, ...]. One line only.
Answer: | [newt, dog, panda] | {
"task_type": "lookup_table",
"difficulty": 1,
"symbols": [
"newt",
"panda",
"koala",
"dog"
],
"mapping": {
"newt": "dog",
"panda": "koala",
"koala": "newt",
"dog": "panda"
}
} | false | null |
70 | lookup_table | demonstration | ood | 2 | Input: eagle → Output: fox
Input: horse → Output: cat
Input: dog → Output: horse
Input: fox → Output: ant
Question: The following symbols were encoded using the code book: [cat, dog, fox, ant]. Decode them back to the originals. Answer with the list in form [word1, word2, ...]. One line only.
Answer: | [horse, ant, eagle, fox] | {
"task_type": "lookup_table",
"difficulty": 2,
"symbols": [
"ant",
"cat",
"dog",
"eagle",
"fox",
"horse"
],
"mapping": {
"ant": "dog",
"cat": "eagle",
"dog": "horse",
"eagle": "fox",
"fox": "ant",
"horse": "cat"
}
} | false | null |
71 | lookup_table | demonstration | ood | 2 | Input: panda → Output: bear
Input: koala → Output: iguana
Input: jaguar → Output: koala
Input: iguana → Output: panda
Question: The following symbols were encoded using the code book: [iguana, koala, panda, lion]. Decode them back to the originals. Answer with the list in form [word1, word2, ...]. One line only.
Answe... | [koala, jaguar, iguana, lion] | {
"task_type": "lookup_table",
"difficulty": 2,
"symbols": [
"iguana",
"panda",
"koala",
"bear",
"jaguar",
"lion"
],
"mapping": {
"iguana": "panda",
"panda": "bear",
"koala": "iguana",
"bear": "jaguar",
"jaguar": "koala",
"lion": "lion"
}
} | false | null |
72 | lookup_table | demonstration | ood | 2 | Input: koala → Output: jaguar
Input: moose → Output: koala
Input: dog → Output: horse
Input: horse → Output: cat
Question: The following symbols were encoded using the code book: [koala, cat, dog, horse]. Decode them back to the originals. Answer with the list in form [word1, word2, ...]. One line only.
Answer: | [moose, horse, cat, dog] | {
"task_type": "lookup_table",
"difficulty": 2,
"symbols": [
"dog",
"cat",
"horse",
"koala",
"moose",
"jaguar"
],
"mapping": {
"dog": "horse",
"cat": "dog",
"horse": "cat",
"koala": "jaguar",
"moose": "koala",
"jaguar": "moose"
}
} | false | null |
73 | lookup_table | demonstration | ood | 2 | Input: moose → Output: owl
Input: ant → Output: fox
Input: dog → Output: ant
Input: fox → Output: bear
Question: The following symbols were encoded using the code book: [bear, fox, dog, moose]. Decode them back to the originals. Answer with the list in form [word1, word2, ...]. One line only.
Answer: | [fox, ant, owl, bear] | {
"task_type": "lookup_table",
"difficulty": 2,
"symbols": [
"dog",
"moose",
"bear",
"ant",
"owl",
"fox"
],
"mapping": {
"dog": "ant",
"moose": "owl",
"bear": "moose",
"ant": "fox",
"owl": "dog",
"fox": "bear"
}
} | false | null |
74 | lookup_table | demonstration | ood | 2 | Input: iguana → Output: iguana
Input: newt → Output: dog
Input: bear → Output: horse
Input: dog → Output: fox
Question: The following symbols were encoded using the code book: [dog, iguana, fox, newt]. Decode them back to the originals. Answer with the list in form [word1, word2, ...]. One line only.
Answer: | [newt, iguana, dog, fox] | {
"task_type": "lookup_table",
"difficulty": 2,
"symbols": [
"bear",
"horse",
"fox",
"newt",
"dog",
"iguana"
],
"mapping": {
"bear": "horse",
"horse": "bear",
"fox": "newt",
"newt": "dog",
"dog": "fox",
"iguana": "iguana"
}
} | false | null |
75 | lookup_table | demonstration | ood | 2 | Input: fox → Output: fox
Input: iguana → Output: goat
Input: goat → Output: iguana
Input: cat → Output: horse
Question: The following symbols were encoded using the code book: [cat, fox, iguana, moose]. Decode them back to the originals. Answer with the list in form [word1, word2, ...]. One line only.
Answer: | [moose, fox, goat, horse] | {
"task_type": "lookup_table",
"difficulty": 2,
"symbols": [
"fox",
"horse",
"moose",
"iguana",
"goat",
"cat"
],
"mapping": {
"fox": "fox",
"horse": "moose",
"moose": "cat",
"iguana": "goat",
"goat": "iguana",
"cat": "horse"
}
} | false | null |
76 | lookup_table | demonstration | ood | 2 | Input: koala → Output: goat
Input: owl → Output: newt
Input: iguana → Output: panda
Input: panda → Output: iguana
Question: The following symbols were encoded using the code book: [goat, newt, owl, iguana]. Decode them back to the originals. Answer with the list in form [word1, word2, ...]. One line only.
Answer: | [koala, owl, goat, panda] | {
"task_type": "lookup_table",
"difficulty": 2,
"symbols": [
"owl",
"goat",
"koala",
"newt",
"panda",
"iguana"
],
"mapping": {
"owl": "newt",
"goat": "owl",
"koala": "goat",
"newt": "koala",
"panda": "iguana",
"iguana": "panda"
}
} | false | null |
77 | lookup_table | demonstration | ood | 2 | Input: dog → Output: lion
Input: horse → Output: cat
Input: lion → Output: koala
Input: cat → Output: horse
Question: The following symbols were encoded using the code book: [koala, eagle, dog, horse]. Decode them back to the originals. Answer with the list in form [word1, word2, ...]. One line only.
Answer: | [lion, koala, eagle, cat] | {
"task_type": "lookup_table",
"difficulty": 2,
"symbols": [
"dog",
"lion",
"cat",
"koala",
"eagle",
"horse"
],
"mapping": {
"dog": "lion",
"lion": "koala",
"cat": "horse",
"koala": "eagle",
"eagle": "dog",
"horse": "cat"
}
} | false | null |
78 | lookup_table | demonstration | ood | 2 | Input: goat → Output: panda
Input: panda → Output: jaguar
Input: jaguar → Output: bear
Input: horse → Output: horse
Question: The following symbols were encoded using the code book: [newt, horse, panda, goat]. Decode them back to the originals. Answer with the list in form [word1, word2, ...]. One line only.
Answer: | [newt, horse, goat, bear] | {
"task_type": "lookup_table",
"difficulty": 2,
"symbols": [
"jaguar",
"horse",
"goat",
"bear",
"newt",
"panda"
],
"mapping": {
"jaguar": "bear",
"horse": "horse",
"goat": "panda",
"bear": "goat",
"newt": "newt",
"panda": "jaguar"
}
} | false | null |
79 | lookup_table | demonstration | ood | 2 | Input: owl → Output: owl
Input: jaguar → Output: jaguar
Input: koala → Output: koala
Input: panda → Output: panda
Question: The following symbols were encoded using the code book: [newt, panda, owl, koala]. Decode them back to the originals. Answer with the list in form [word1, word2, ...]. One line only.
Answer: | [lion, panda, owl, koala] | {
"task_type": "lookup_table",
"difficulty": 2,
"symbols": [
"jaguar",
"owl",
"koala",
"panda",
"lion",
"newt"
],
"mapping": {
"jaguar": "jaguar",
"owl": "owl",
"koala": "koala",
"panda": "panda",
"lion": "newt",
"newt": "lion"
}
} | false | null |
80 | lookup_table | demonstration | ood | 3 | Input: eagle → Output: iguana
Input: koala → Output: horse
Input: lion → Output: bear
Input: cat → Output: koala
Input: newt → Output: eagle
Question: The following symbols were encoded using the code book: [newt, horse, koala, iguana, lion]. Decode them back to the originals. Answer with the list in form [word1, word... | [iguana, koala, cat, eagle, bear] | {
"task_type": "lookup_table",
"difficulty": 3,
"symbols": [
"bear",
"horse",
"newt",
"lion",
"koala",
"cat",
"iguana",
"eagle"
],
"mapping": {
"bear": "lion",
"horse": "cat",
"newt": "eagle",
"lion": "bear",
"koala": "horse",
"cat": "koala",
"iguana... | false | null |
81 | lookup_table | demonstration | ood | 3 | Input: lion → Output: panda
Input: iguana → Output: lion
Input: moose → Output: moose
Input: koala → Output: bear
Input: jaguar → Output: iguana
Question: The following symbols were encoded using the code book: [bear, iguana, eagle, koala, moose]. Decode them back to the originals. Answer with the list in form [word1,... | [koala, jaguar, eagle, panda, moose] | {
"task_type": "lookup_table",
"difficulty": 3,
"symbols": [
"panda",
"lion",
"moose",
"koala",
"eagle",
"iguana",
"bear",
"jaguar"
],
"mapping": {
"panda": "koala",
"lion": "panda",
"moose": "moose",
"koala": "bear",
"eagle": "eagle",
"iguana": "lion",
... | false | null |
82 | lookup_table | demonstration | ood | 3 | Input: bear → Output: koala
Input: fox → Output: horse
Input: owl → Output: fox
Input: cat → Output: owl
Input: eagle → Output: bear
Question: The following symbols were encoded using the code book: [cat, fox, horse, koala, goat]. Decode them back to the originals. Answer with the list in form [word1, word2, ...]. One... | [koala, owl, fox, bear, goat] | {
"task_type": "lookup_table",
"difficulty": 3,
"symbols": [
"cat",
"owl",
"eagle",
"fox",
"horse",
"goat",
"koala",
"bear"
],
"mapping": {
"cat": "owl",
"owl": "fox",
"eagle": "bear",
"fox": "horse",
"horse": "eagle",
"goat": "goat",
"koala": "cat",... | false | null |
83 | lookup_table | demonstration | ood | 3 | Input: iguana → Output: iguana
Input: eagle → Output: lion
Input: bear → Output: goat
Input: horse → Output: koala
Input: goat → Output: bear
Question: The following symbols were encoded using the code book: [eagle, bear, owl, lion, goat]. Decode them back to the originals. Answer with the list in form [word1, word2, ... | [koala, goat, owl, eagle, bear] | {
"task_type": "lookup_table",
"difficulty": 3,
"symbols": [
"koala",
"eagle",
"owl",
"lion",
"bear",
"horse",
"iguana",
"goat"
],
"mapping": {
"koala": "eagle",
"eagle": "lion",
"owl": "owl",
"lion": "horse",
"bear": "goat",
"horse": "koala",
"iguan... | false | null |
84 | lookup_table | demonstration | ood | 3 | Input: jaguar → Output: goat
Input: eagle → Output: newt
Input: horse → Output: horse
Input: ant → Output: jaguar
Input: iguana → Output: eagle
Question: The following symbols were encoded using the code book: [iguana, ant, bear, jaguar, newt]. Decode them back to the originals. Answer with the list in form [word1, wo... | [goat, newt, bear, ant, eagle] | {
"task_type": "lookup_table",
"difficulty": 3,
"symbols": [
"ant",
"iguana",
"bear",
"horse",
"newt",
"goat",
"eagle",
"jaguar"
],
"mapping": {
"ant": "jaguar",
"iguana": "eagle",
"bear": "bear",
"horse": "horse",
"newt": "ant",
"goat": "iguana",
"e... | false | null |
85 | lookup_table | demonstration | ood | 3 | Input: jaguar → Output: fox
Input: dog → Output: jaguar
Input: fox → Output: dog
Input: goat → Output: horse
Input: cat → Output: koala
Question: The following symbols were encoded using the code book: [dog, jaguar, panda, horse, goat]. Decode them back to the originals. Answer with the list in form [word1, word2, ...... | [fox, dog, horse, goat, koala] | {
"task_type": "lookup_table",
"difficulty": 3,
"symbols": [
"cat",
"koala",
"horse",
"goat",
"jaguar",
"panda",
"dog",
"fox"
],
"mapping": {
"cat": "koala",
"koala": "goat",
"horse": "panda",
"goat": "horse",
"jaguar": "fox",
"panda": "cat",
"dog": ... | false | null |
86 | lookup_table | demonstration | ood | 3 | Input: cat → Output: fox
Input: newt → Output: horse
Input: jaguar → Output: owl
Input: horse → Output: panda
Input: fox → Output: moose
Question: The following symbols were encoded using the code book: [horse, owl, jaguar, panda, fox]. Decode them back to the originals. Answer with the list in form [word1, word2, ...... | [newt, jaguar, panda, horse, cat] | {
"task_type": "lookup_table",
"difficulty": 3,
"symbols": [
"owl",
"fox",
"cat",
"horse",
"jaguar",
"newt",
"panda",
"moose"
],
"mapping": {
"owl": "cat",
"fox": "moose",
"cat": "fox",
"horse": "panda",
"jaguar": "owl",
"newt": "horse",
"panda": "ja... | false | null |
87 | lookup_table | demonstration | ood | 3 | Input: bear → Output: panda
Input: panda → Output: fox
Input: fox → Output: goat
Input: goat → Output: iguana
Input: moose → Output: bear
Question: The following symbols were encoded using the code book: [goat, bear, koala, moose, newt]. Decode them back to the originals. Answer with the list in form [word1, word2, ..... | [fox, moose, iguana, newt, koala] | {
"task_type": "lookup_table",
"difficulty": 3,
"symbols": [
"koala",
"fox",
"newt",
"bear",
"moose",
"panda",
"iguana",
"goat"
],
"mapping": {
"koala": "newt",
"fox": "goat",
"newt": "moose",
"bear": "panda",
"moose": "bear",
"panda": "fox",
"iguana... | false | null |
88 | lookup_table | demonstration | ood | 3 | Input: cat → Output: ant
Input: moose → Output: owl
Input: ant → Output: moose
Input: owl → Output: cat
Input: iguana → Output: goat
Question: The following symbols were encoded using the code book: [eagle, goat, dog, iguana, ant]. Decode them back to the originals. Answer with the list in form [word1, word2, ...]. On... | [eagle, iguana, dog, goat, cat] | {
"task_type": "lookup_table",
"difficulty": 3,
"symbols": [
"owl",
"cat",
"dog",
"moose",
"ant",
"eagle",
"goat",
"iguana"
],
"mapping": {
"owl": "cat",
"cat": "ant",
"dog": "dog",
"moose": "owl",
"ant": "moose",
"eagle": "eagle",
"goat": "iguana",
... | false | null |
89 | lookup_table | demonstration | ood | 3 | Input: cat → Output: panda
Input: ant → Output: ant
Input: koala → Output: koala
Input: iguana → Output: iguana
Input: horse → Output: horse
Question: The following symbols were encoded using the code book: [bear, koala, ant, panda, iguana]. Decode them back to the originals. Answer with the list in form [word1, word2... | [bear, koala, ant, cat, iguana] | {
"task_type": "lookup_table",
"difficulty": 3,
"symbols": [
"cat",
"panda",
"koala",
"horse",
"bear",
"goat",
"ant",
"iguana"
],
"mapping": {
"cat": "panda",
"panda": "goat",
"koala": "koala",
"horse": "horse",
"bear": "bear",
"goat": "cat",
"ant": ... | false | null |
90 | lookup_table | natural_language | forward | 1 | A secret code book translates each symbol into a different symbol. The translations are: 'moose' becomes 'moose'; 'bear' becomes 'newt'; 'newt' becomes 'koala'; 'koala' becomes 'bear'.
Question: What does 'newt' map to? Give only the one word.
Answer: | koala | {
"task_type": "lookup_table",
"difficulty": 1,
"symbols": [
"moose",
"newt",
"koala",
"bear"
],
"mapping": {
"moose": "moose",
"newt": "koala",
"koala": "bear",
"bear": "newt"
}
} | false | null |
91 | lookup_table | natural_language | forward | 1 | A secret code book translates each symbol into a different symbol. The translations are: 'moose' becomes 'koala'; 'goat' becomes 'panda'; 'koala' becomes 'moose'; 'panda' becomes 'goat'.
Question: What does 'panda' map to? Give only the one word.
Answer: | goat | {
"task_type": "lookup_table",
"difficulty": 1,
"symbols": [
"koala",
"panda",
"goat",
"moose"
],
"mapping": {
"koala": "moose",
"panda": "goat",
"goat": "panda",
"moose": "koala"
}
} | false | null |
92 | lookup_table | natural_language | forward | 1 | A secret code book translates each symbol into a different symbol. The translations are: 'bear' becomes 'bear'; 'fox' becomes 'goat'; 'moose' becomes 'moose'; 'goat' becomes 'fox'.
Question: What does 'bear' map to? Give only the one word.
Answer: | bear | {
"task_type": "lookup_table",
"difficulty": 1,
"symbols": [
"bear",
"goat",
"fox",
"moose"
],
"mapping": {
"bear": "bear",
"goat": "fox",
"fox": "goat",
"moose": "moose"
}
} | false | null |
93 | lookup_table | natural_language | forward | 1 | A secret code book translates each symbol into a different symbol. The translations are: 'panda' becomes 'panda'; 'bear' becomes 'bear'; 'lion' becomes 'owl'; 'owl' becomes 'lion'.
Question: What does 'owl' map to? Give only the one word.
Answer: | lion | {
"task_type": "lookup_table",
"difficulty": 1,
"symbols": [
"lion",
"bear",
"owl",
"panda"
],
"mapping": {
"lion": "owl",
"bear": "bear",
"owl": "lion",
"panda": "panda"
}
} | false | null |
94 | lookup_table | natural_language | forward | 1 | A secret code book translates each symbol into a different symbol. The translations are: 'horse' becomes 'jaguar'; 'iguana' becomes 'iguana'; 'newt' becomes 'newt'; 'jaguar' becomes 'horse'.
Question: What does 'jaguar' map to? Give only the one word.
Answer: | horse | {
"task_type": "lookup_table",
"difficulty": 1,
"symbols": [
"newt",
"horse",
"jaguar",
"iguana"
],
"mapping": {
"newt": "newt",
"horse": "jaguar",
"jaguar": "horse",
"iguana": "iguana"
}
} | false | null |
95 | lookup_table | natural_language | forward | 1 | A secret code book translates each symbol into a different symbol. The translations are: 'cat' becomes 'fox'; 'fox' becomes 'dog'; 'dog' becomes 'iguana'; 'iguana' becomes 'cat'.
Question: What does 'dog' map to? Give only the one word.
Answer: | iguana | {
"task_type": "lookup_table",
"difficulty": 1,
"symbols": [
"fox",
"cat",
"dog",
"iguana"
],
"mapping": {
"fox": "dog",
"cat": "fox",
"dog": "iguana",
"iguana": "cat"
}
} | false | null |
96 | lookup_table | natural_language | forward | 1 | A secret code book translates each symbol into a different symbol. The translations are: 'lion' becomes 'eagle'; 'ant' becomes 'ant'; 'koala' becomes 'koala'; 'eagle' becomes 'lion'.
Question: What does 'koala' map to? Give only the one word.
Answer: | koala | {
"task_type": "lookup_table",
"difficulty": 1,
"symbols": [
"eagle",
"ant",
"lion",
"koala"
],
"mapping": {
"eagle": "lion",
"ant": "ant",
"lion": "eagle",
"koala": "koala"
}
} | false | null |
97 | lookup_table | natural_language | forward | 1 | A secret code book translates each symbol into a different symbol. The translations are: 'ant' becomes 'eagle'; 'panda' becomes 'dog'; 'eagle' becomes 'ant'; 'dog' becomes 'panda'.
Question: What does 'panda' map to? Give only the one word.
Answer: | dog | {
"task_type": "lookup_table",
"difficulty": 1,
"symbols": [
"panda",
"eagle",
"ant",
"dog"
],
"mapping": {
"panda": "dog",
"eagle": "ant",
"ant": "eagle",
"dog": "panda"
}
} | false | null |
98 | lookup_table | natural_language | forward | 1 | A secret code book translates each symbol into a different symbol. The translations are: 'panda' becomes 'jaguar'; 'dog' becomes 'dog'; 'jaguar' becomes 'panda'; 'fox' becomes 'fox'.
Question: What does 'panda' map to? Give only the one word.
Answer: | jaguar | {
"task_type": "lookup_table",
"difficulty": 1,
"symbols": [
"dog",
"panda",
"fox",
"jaguar"
],
"mapping": {
"dog": "dog",
"panda": "jaguar",
"fox": "fox",
"jaguar": "panda"
}
} | false | null |
99 | lookup_table | natural_language | forward | 1 | A secret code book translates each symbol into a different symbol. The translations are: 'panda' becomes 'panda'; 'bear' becomes 'eagle'; 'jaguar' becomes 'jaguar'; 'eagle' becomes 'bear'.
Question: What does 'panda' map to? Give only the one word.
Answer: | panda | {
"task_type": "lookup_table",
"difficulty": 1,
"symbols": [
"bear",
"eagle",
"jaguar",
"panda"
],
"mapping": {
"bear": "eagle",
"eagle": "bear",
"jaguar": "jaguar",
"panda": "panda"
}
} | false | null |
End of preview.