input
stringlengths 660
677
| output
sequencelengths 1
3
| id
stringlengths 41
41
|
---|---|---|
Definition: Two analogies that relate places/locations to the associated travel mode is given in the form "A : B. C : ?". "A : B" relates place A to travel mode B. Your task is to replace the question mark (?) with the appropriate travel mode for the given place C, following the "A : B" relation.
Positive Example 1 -
Input: moon : rocket. france : ?
Output: airplane
Positive Example 2 -
Input: mall : bus. theater : ?
Output: car
Negative Example 1 -
Input: park : bicycle. school : ?
Output: students
Negative Example 2 -
Input: restaurant : taxi. downtown : ?
Output: rocket
Now complete the following example -
Input: store : car. island : ?
Output:
| [
"boat"
] | task1154-35ecdb750231472bbec2d33d3bd4f9c4 |
Definition: Two analogies that relate places/locations to the associated travel mode is given in the form "A : B. C : ?". "A : B" relates place A to travel mode B. Your task is to replace the question mark (?) with the appropriate travel mode for the given place C, following the "A : B" relation.
Positive Example 1 -
Input: moon : rocket. france : ?
Output: airplane
Positive Example 2 -
Input: mall : bus. theater : ?
Output: car
Negative Example 1 -
Input: park : bicycle. school : ?
Output: students
Negative Example 2 -
Input: restaurant : taxi. downtown : ?
Output: rocket
Now complete the following example -
Input: school : bicycle. france : ?
Output:
| [
"airplane"
] | task1154-083270cbf3a5410fa76ca390fab5fba3 |
Definition: Two analogies that relate places/locations to the associated travel mode is given in the form "A : B. C : ?". "A : B" relates place A to travel mode B. Your task is to replace the question mark (?) with the appropriate travel mode for the given place C, following the "A : B" relation.
Positive Example 1 -
Input: moon : rocket. france : ?
Output: airplane
Positive Example 2 -
Input: mall : bus. theater : ?
Output: car
Negative Example 1 -
Input: park : bicycle. school : ?
Output: students
Negative Example 2 -
Input: restaurant : taxi. downtown : ?
Output: rocket
Now complete the following example -
Input: downtown : subway. france : ?
Output:
| [
"airplane"
] | task1154-ec22a13e06fe4069901f4cd40c369334 |
Definition: Two analogies that relate places/locations to the associated travel mode is given in the form "A : B. C : ?". "A : B" relates place A to travel mode B. Your task is to replace the question mark (?) with the appropriate travel mode for the given place C, following the "A : B" relation.
Positive Example 1 -
Input: moon : rocket. france : ?
Output: airplane
Positive Example 2 -
Input: mall : bus. theater : ?
Output: car
Negative Example 1 -
Input: park : bicycle. school : ?
Output: students
Negative Example 2 -
Input: restaurant : taxi. downtown : ?
Output: rocket
Now complete the following example -
Input: airport : car. museum : ?
Output:
| [
"bus"
] | task1154-9f9afa98e6484062ae52f9ee006d9b78 |
Definition: Two analogies that relate places/locations to the associated travel mode is given in the form "A : B. C : ?". "A : B" relates place A to travel mode B. Your task is to replace the question mark (?) with the appropriate travel mode for the given place C, following the "A : B" relation.
Positive Example 1 -
Input: moon : rocket. france : ?
Output: airplane
Positive Example 2 -
Input: mall : bus. theater : ?
Output: car
Negative Example 1 -
Input: park : bicycle. school : ?
Output: students
Negative Example 2 -
Input: restaurant : taxi. downtown : ?
Output: rocket
Now complete the following example -
Input: washington : train. store : ?
Output:
| [
"car"
] | task1154-f29658277f024c599ffc56251bb3de8b |
Definition: Two analogies that relate places/locations to the associated travel mode is given in the form "A : B. C : ?". "A : B" relates place A to travel mode B. Your task is to replace the question mark (?) with the appropriate travel mode for the given place C, following the "A : B" relation.
Positive Example 1 -
Input: moon : rocket. france : ?
Output: airplane
Positive Example 2 -
Input: mall : bus. theater : ?
Output: car
Negative Example 1 -
Input: park : bicycle. school : ?
Output: students
Negative Example 2 -
Input: restaurant : taxi. downtown : ?
Output: rocket
Now complete the following example -
Input: portland : car. island : ?
Output:
| [
"boat"
] | task1154-b46c75edd6fe4e4bb8a5470308828d44 |
Definition: Two analogies that relate places/locations to the associated travel mode is given in the form "A : B. C : ?". "A : B" relates place A to travel mode B. Your task is to replace the question mark (?) with the appropriate travel mode for the given place C, following the "A : B" relation.
Positive Example 1 -
Input: moon : rocket. france : ?
Output: airplane
Positive Example 2 -
Input: mall : bus. theater : ?
Output: car
Negative Example 1 -
Input: park : bicycle. school : ?
Output: students
Negative Example 2 -
Input: restaurant : taxi. downtown : ?
Output: rocket
Now complete the following example -
Input: hospital : ambulance. mall : ?
Output:
| [
"bus"
] | task1154-ce4162bc11e3437e949058cd6817c129 |
Definition: Two analogies that relate places/locations to the associated travel mode is given in the form "A : B. C : ?". "A : B" relates place A to travel mode B. Your task is to replace the question mark (?) with the appropriate travel mode for the given place C, following the "A : B" relation.
Positive Example 1 -
Input: moon : rocket. france : ?
Output: airplane
Positive Example 2 -
Input: mall : bus. theater : ?
Output: car
Negative Example 1 -
Input: park : bicycle. school : ?
Output: students
Negative Example 2 -
Input: restaurant : taxi. downtown : ?
Output: rocket
Now complete the following example -
Input: restaurant : taxi. hospital : ?
Output:
| [
"ambulance"
] | task1154-5ab828c269db44d69459bd8f38583c75 |
Definition: Two analogies that relate places/locations to the associated travel mode is given in the form "A : B. C : ?". "A : B" relates place A to travel mode B. Your task is to replace the question mark (?) with the appropriate travel mode for the given place C, following the "A : B" relation.
Positive Example 1 -
Input: moon : rocket. france : ?
Output: airplane
Positive Example 2 -
Input: mall : bus. theater : ?
Output: car
Negative Example 1 -
Input: park : bicycle. school : ?
Output: students
Negative Example 2 -
Input: restaurant : taxi. downtown : ?
Output: rocket
Now complete the following example -
Input: park : bicycle. restaurant : ?
Output:
| [
"taxi"
] | task1154-61993f81d6c94f5bb6ed7483d27aa892 |
Definition: Two analogies that relate places/locations to the associated travel mode is given in the form "A : B. C : ?". "A : B" relates place A to travel mode B. Your task is to replace the question mark (?) with the appropriate travel mode for the given place C, following the "A : B" relation.
Positive Example 1 -
Input: moon : rocket. france : ?
Output: airplane
Positive Example 2 -
Input: mall : bus. theater : ?
Output: car
Negative Example 1 -
Input: park : bicycle. school : ?
Output: students
Negative Example 2 -
Input: restaurant : taxi. downtown : ?
Output: rocket
Now complete the following example -
Input: airport : taxi. airport : ?
Output:
| [
"train",
"taxi",
"car"
] | task1154-e53e8f0e11f744b8afe14e5dd4d1fa59 |
Definition: Two analogies that relate places/locations to the associated travel mode is given in the form "A : B. C : ?". "A : B" relates place A to travel mode B. Your task is to replace the question mark (?) with the appropriate travel mode for the given place C, following the "A : B" relation.
Positive Example 1 -
Input: moon : rocket. france : ?
Output: airplane
Positive Example 2 -
Input: mall : bus. theater : ?
Output: car
Negative Example 1 -
Input: park : bicycle. school : ?
Output: students
Negative Example 2 -
Input: restaurant : taxi. downtown : ?
Output: rocket
Now complete the following example -
Input: canada : bus. office : ?
Output:
| [
"car"
] | task1154-6ce9c30eb44547a58961753ca7ab99d6 |
Definition: Two analogies that relate places/locations to the associated travel mode is given in the form "A : B. C : ?". "A : B" relates place A to travel mode B. Your task is to replace the question mark (?) with the appropriate travel mode for the given place C, following the "A : B" relation.
Positive Example 1 -
Input: moon : rocket. france : ?
Output: airplane
Positive Example 2 -
Input: mall : bus. theater : ?
Output: car
Negative Example 1 -
Input: park : bicycle. school : ?
Output: students
Negative Example 2 -
Input: restaurant : taxi. downtown : ?
Output: rocket
Now complete the following example -
Input: airport : taxi. spain : ?
Output:
| [
"airplane"
] | task1154-a3a61d1a2e47465c95660cb60b492a82 |
Definition: Two analogies that relate places/locations to the associated travel mode is given in the form "A : B. C : ?". "A : B" relates place A to travel mode B. Your task is to replace the question mark (?) with the appropriate travel mode for the given place C, following the "A : B" relation.
Positive Example 1 -
Input: moon : rocket. france : ?
Output: airplane
Positive Example 2 -
Input: mall : bus. theater : ?
Output: car
Negative Example 1 -
Input: park : bicycle. school : ?
Output: students
Negative Example 2 -
Input: restaurant : taxi. downtown : ?
Output: rocket
Now complete the following example -
Input: theater : car. mainland : ?
Output:
| [
"boat"
] | task1154-35ed0cd8a9db4551a11eb9b0bb74f770 |
Definition: Two analogies that relate places/locations to the associated travel mode is given in the form "A : B. C : ?". "A : B" relates place A to travel mode B. Your task is to replace the question mark (?) with the appropriate travel mode for the given place C, following the "A : B" relation.
Positive Example 1 -
Input: moon : rocket. france : ?
Output: airplane
Positive Example 2 -
Input: mall : bus. theater : ?
Output: car
Negative Example 1 -
Input: park : bicycle. school : ?
Output: students
Negative Example 2 -
Input: restaurant : taxi. downtown : ?
Output: rocket
Now complete the following example -
Input: mall : bus. bermuda : ?
Output:
| [
"airplane"
] | task1154-6d06d9cf67d0412a9f78fed4e80e67a1 |
Definition: Two analogies that relate places/locations to the associated travel mode is given in the form "A : B. C : ?". "A : B" relates place A to travel mode B. Your task is to replace the question mark (?) with the appropriate travel mode for the given place C, following the "A : B" relation.
Positive Example 1 -
Input: moon : rocket. france : ?
Output: airplane
Positive Example 2 -
Input: mall : bus. theater : ?
Output: car
Negative Example 1 -
Input: park : bicycle. school : ?
Output: students
Negative Example 2 -
Input: restaurant : taxi. downtown : ?
Output: rocket
Now complete the following example -
Input: island : boat. park : ?
Output:
| [
"bicycle"
] | task1154-f9db4944a76b4cdeba82fe93670370d1 |
Definition: Two analogies that relate places/locations to the associated travel mode is given in the form "A : B. C : ?". "A : B" relates place A to travel mode B. Your task is to replace the question mark (?) with the appropriate travel mode for the given place C, following the "A : B" relation.
Positive Example 1 -
Input: moon : rocket. france : ?
Output: airplane
Positive Example 2 -
Input: mall : bus. theater : ?
Output: car
Negative Example 1 -
Input: park : bicycle. school : ?
Output: students
Negative Example 2 -
Input: restaurant : taxi. downtown : ?
Output: rocket
Now complete the following example -
Input: school : skateboard. work : ?
Output:
| [
"car"
] | task1154-29332eee474242c88e41d7d95cfd53c6 |
Definition: Two analogies that relate places/locations to the associated travel mode is given in the form "A : B. C : ?". "A : B" relates place A to travel mode B. Your task is to replace the question mark (?) with the appropriate travel mode for the given place C, following the "A : B" relation.
Positive Example 1 -
Input: moon : rocket. france : ?
Output: airplane
Positive Example 2 -
Input: mall : bus. theater : ?
Output: car
Negative Example 1 -
Input: park : bicycle. school : ?
Output: students
Negative Example 2 -
Input: restaurant : taxi. downtown : ?
Output: rocket
Now complete the following example -
Input: school : skateboard. office : ?
Output:
| [
"car"
] | task1154-a986ccec25ed484b91ce75e7dbc939cc |
Definition: Two analogies that relate places/locations to the associated travel mode is given in the form "A : B. C : ?". "A : B" relates place A to travel mode B. Your task is to replace the question mark (?) with the appropriate travel mode for the given place C, following the "A : B" relation.
Positive Example 1 -
Input: moon : rocket. france : ?
Output: airplane
Positive Example 2 -
Input: mall : bus. theater : ?
Output: car
Negative Example 1 -
Input: park : bicycle. school : ?
Output: students
Negative Example 2 -
Input: restaurant : taxi. downtown : ?
Output: rocket
Now complete the following example -
Input: airport : train. spain : ?
Output:
| [
"airplane"
] | task1154-3c630ff26f3d4a5bbb99a301a0a888f6 |
Definition: Two analogies that relate places/locations to the associated travel mode is given in the form "A : B. C : ?". "A : B" relates place A to travel mode B. Your task is to replace the question mark (?) with the appropriate travel mode for the given place C, following the "A : B" relation.
Positive Example 1 -
Input: moon : rocket. france : ?
Output: airplane
Positive Example 2 -
Input: mall : bus. theater : ?
Output: car
Negative Example 1 -
Input: park : bicycle. school : ?
Output: students
Negative Example 2 -
Input: restaurant : taxi. downtown : ?
Output: rocket
Now complete the following example -
Input: museum : bus. australia : ?
Output:
| [
"airplane"
] | task1154-6ffdb51927e443f4b057b7742e44038c |
Definition: Two analogies that relate places/locations to the associated travel mode is given in the form "A : B. C : ?". "A : B" relates place A to travel mode B. Your task is to replace the question mark (?) with the appropriate travel mode for the given place C, following the "A : B" relation.
Positive Example 1 -
Input: moon : rocket. france : ?
Output: airplane
Positive Example 2 -
Input: mall : bus. theater : ?
Output: car
Negative Example 1 -
Input: park : bicycle. school : ?
Output: students
Negative Example 2 -
Input: restaurant : taxi. downtown : ?
Output: rocket
Now complete the following example -
Input: store : car. mall : ?
Output:
| [
"bus"
] | task1154-ce38247af0b1467dae4ecf1551a7aea1 |
Definition: Two analogies that relate places/locations to the associated travel mode is given in the form "A : B. C : ?". "A : B" relates place A to travel mode B. Your task is to replace the question mark (?) with the appropriate travel mode for the given place C, following the "A : B" relation.
Positive Example 1 -
Input: moon : rocket. france : ?
Output: airplane
Positive Example 2 -
Input: mall : bus. theater : ?
Output: car
Negative Example 1 -
Input: park : bicycle. school : ?
Output: students
Negative Example 2 -
Input: restaurant : taxi. downtown : ?
Output: rocket
Now complete the following example -
Input: office : car. mars : ?
Output:
| [
"spaceship"
] | task1154-a291c77d9d604bac8206126e5a132418 |
Definition: Two analogies that relate places/locations to the associated travel mode is given in the form "A : B. C : ?". "A : B" relates place A to travel mode B. Your task is to replace the question mark (?) with the appropriate travel mode for the given place C, following the "A : B" relation.
Positive Example 1 -
Input: moon : rocket. france : ?
Output: airplane
Positive Example 2 -
Input: mall : bus. theater : ?
Output: car
Negative Example 1 -
Input: park : bicycle. school : ?
Output: students
Negative Example 2 -
Input: restaurant : taxi. downtown : ?
Output: rocket
Now complete the following example -
Input: airport : train. canada : ?
Output:
| [
"car",
"bus"
] | task1154-3cb155541baa4f4a8013f3a956488db0 |
Definition: Two analogies that relate places/locations to the associated travel mode is given in the form "A : B. C : ?". "A : B" relates place A to travel mode B. Your task is to replace the question mark (?) with the appropriate travel mode for the given place C, following the "A : B" relation.
Positive Example 1 -
Input: moon : rocket. france : ?
Output: airplane
Positive Example 2 -
Input: mall : bus. theater : ?
Output: car
Negative Example 1 -
Input: park : bicycle. school : ?
Output: students
Negative Example 2 -
Input: restaurant : taxi. downtown : ?
Output: rocket
Now complete the following example -
Input: cemetery : hearse. theater : ?
Output:
| [
"car"
] | task1154-ebe10985da5e40d885e507e527fbc050 |
Definition: Two analogies that relate places/locations to the associated travel mode is given in the form "A : B. C : ?". "A : B" relates place A to travel mode B. Your task is to replace the question mark (?) with the appropriate travel mode for the given place C, following the "A : B" relation.
Positive Example 1 -
Input: moon : rocket. france : ?
Output: airplane
Positive Example 2 -
Input: mall : bus. theater : ?
Output: car
Negative Example 1 -
Input: park : bicycle. school : ?
Output: students
Negative Example 2 -
Input: restaurant : taxi. downtown : ?
Output: rocket
Now complete the following example -
Input: france : airplane. airport : ?
Output:
| [
"train",
"taxi",
"car"
] | task1154-f18464aaa75c46f6b4df865e543a5cd6 |
Definition: Two analogies that relate places/locations to the associated travel mode is given in the form "A : B. C : ?". "A : B" relates place A to travel mode B. Your task is to replace the question mark (?) with the appropriate travel mode for the given place C, following the "A : B" relation.
Positive Example 1 -
Input: moon : rocket. france : ?
Output: airplane
Positive Example 2 -
Input: mall : bus. theater : ?
Output: car
Negative Example 1 -
Input: park : bicycle. school : ?
Output: students
Negative Example 2 -
Input: restaurant : taxi. downtown : ?
Output: rocket
Now complete the following example -
Input: store : car. mars : ?
Output:
| [
"spaceship"
] | task1154-294e83469e24499b93862a9aabbd82fd |
Definition: Two analogies that relate places/locations to the associated travel mode is given in the form "A : B. C : ?". "A : B" relates place A to travel mode B. Your task is to replace the question mark (?) with the appropriate travel mode for the given place C, following the "A : B" relation.
Positive Example 1 -
Input: moon : rocket. france : ?
Output: airplane
Positive Example 2 -
Input: mall : bus. theater : ?
Output: car
Negative Example 1 -
Input: park : bicycle. school : ?
Output: students
Negative Example 2 -
Input: restaurant : taxi. downtown : ?
Output: rocket
Now complete the following example -
Input: portland : car. spain : ?
Output:
| [
"airplane"
] | task1154-b25bb921c12b4e8281804e1b459855d3 |
Definition: Two analogies that relate places/locations to the associated travel mode is given in the form "A : B. C : ?". "A : B" relates place A to travel mode B. Your task is to replace the question mark (?) with the appropriate travel mode for the given place C, following the "A : B" relation.
Positive Example 1 -
Input: moon : rocket. france : ?
Output: airplane
Positive Example 2 -
Input: mall : bus. theater : ?
Output: car
Negative Example 1 -
Input: park : bicycle. school : ?
Output: students
Negative Example 2 -
Input: restaurant : taxi. downtown : ?
Output: rocket
Now complete the following example -
Input: bermuda : airplane. moon : ?
Output:
| [
"rocket"
] | task1154-06afbae4734e4052825896d6692b35dc |
Definition: Two analogies that relate places/locations to the associated travel mode is given in the form "A : B. C : ?". "A : B" relates place A to travel mode B. Your task is to replace the question mark (?) with the appropriate travel mode for the given place C, following the "A : B" relation.
Positive Example 1 -
Input: moon : rocket. france : ?
Output: airplane
Positive Example 2 -
Input: mall : bus. theater : ?
Output: car
Negative Example 1 -
Input: park : bicycle. school : ?
Output: students
Negative Example 2 -
Input: restaurant : taxi. downtown : ?
Output: rocket
Now complete the following example -
Input: washington : airplane. school : ?
Output:
| [
"bus",
"bicycle",
"skateboard"
] | task1154-14738f475f624e8ea289b8efd6538a56 |
Definition: Two analogies that relate places/locations to the associated travel mode is given in the form "A : B. C : ?". "A : B" relates place A to travel mode B. Your task is to replace the question mark (?) with the appropriate travel mode for the given place C, following the "A : B" relation.
Positive Example 1 -
Input: moon : rocket. france : ?
Output: airplane
Positive Example 2 -
Input: mall : bus. theater : ?
Output: car
Negative Example 1 -
Input: park : bicycle. school : ?
Output: students
Negative Example 2 -
Input: restaurant : taxi. downtown : ?
Output: rocket
Now complete the following example -
Input: store : car. australia : ?
Output:
| [
"airplane"
] | task1154-bc756a8091a6405a877c6dd8356e1877 |
Definition: Two analogies that relate places/locations to the associated travel mode is given in the form "A : B. C : ?". "A : B" relates place A to travel mode B. Your task is to replace the question mark (?) with the appropriate travel mode for the given place C, following the "A : B" relation.
Positive Example 1 -
Input: moon : rocket. france : ?
Output: airplane
Positive Example 2 -
Input: mall : bus. theater : ?
Output: car
Negative Example 1 -
Input: park : bicycle. school : ?
Output: students
Negative Example 2 -
Input: restaurant : taxi. downtown : ?
Output: rocket
Now complete the following example -
Input: mainland : boat. cemetery : ?
Output:
| [
"hearse"
] | task1154-e7639f2e901046b689972657b9ceb16b |
Definition: Two analogies that relate places/locations to the associated travel mode is given in the form "A : B. C : ?". "A : B" relates place A to travel mode B. Your task is to replace the question mark (?) with the appropriate travel mode for the given place C, following the "A : B" relation.
Positive Example 1 -
Input: moon : rocket. france : ?
Output: airplane
Positive Example 2 -
Input: mall : bus. theater : ?
Output: car
Negative Example 1 -
Input: park : bicycle. school : ?
Output: students
Negative Example 2 -
Input: restaurant : taxi. downtown : ?
Output: rocket
Now complete the following example -
Input: washington : train. school : ?
Output:
| [
"bus",
"bicycle",
"skateboard"
] | task1154-30da093014234558a566379d71edc563 |
Definition: Two analogies that relate places/locations to the associated travel mode is given in the form "A : B. C : ?". "A : B" relates place A to travel mode B. Your task is to replace the question mark (?) with the appropriate travel mode for the given place C, following the "A : B" relation.
Positive Example 1 -
Input: moon : rocket. france : ?
Output: airplane
Positive Example 2 -
Input: mall : bus. theater : ?
Output: car
Negative Example 1 -
Input: park : bicycle. school : ?
Output: students
Negative Example 2 -
Input: restaurant : taxi. downtown : ?
Output: rocket
Now complete the following example -
Input: hawaii : airplane. airport : ?
Output:
| [
"train",
"taxi",
"car"
] | task1154-81b75a5a70ad4a0f8e949b85b411a533 |
Definition: Two analogies that relate places/locations to the associated travel mode is given in the form "A : B. C : ?". "A : B" relates place A to travel mode B. Your task is to replace the question mark (?) with the appropriate travel mode for the given place C, following the "A : B" relation.
Positive Example 1 -
Input: moon : rocket. france : ?
Output: airplane
Positive Example 2 -
Input: mall : bus. theater : ?
Output: car
Negative Example 1 -
Input: park : bicycle. school : ?
Output: students
Negative Example 2 -
Input: restaurant : taxi. downtown : ?
Output: rocket
Now complete the following example -
Input: bermuda : airplane. downtown : ?
Output:
| [
"subway"
] | task1154-f139f701d4c14698a9a06e3122284446 |
Definition: Two analogies that relate places/locations to the associated travel mode is given in the form "A : B. C : ?". "A : B" relates place A to travel mode B. Your task is to replace the question mark (?) with the appropriate travel mode for the given place C, following the "A : B" relation.
Positive Example 1 -
Input: moon : rocket. france : ?
Output: airplane
Positive Example 2 -
Input: mall : bus. theater : ?
Output: car
Negative Example 1 -
Input: park : bicycle. school : ?
Output: students
Negative Example 2 -
Input: restaurant : taxi. downtown : ?
Output: rocket
Now complete the following example -
Input: spain : airplane. theater : ?
Output:
| [
"car"
] | task1154-486c506d0aa84cffa3a89a3871b22183 |
Definition: Two analogies that relate places/locations to the associated travel mode is given in the form "A : B. C : ?". "A : B" relates place A to travel mode B. Your task is to replace the question mark (?) with the appropriate travel mode for the given place C, following the "A : B" relation.
Positive Example 1 -
Input: moon : rocket. france : ?
Output: airplane
Positive Example 2 -
Input: mall : bus. theater : ?
Output: car
Negative Example 1 -
Input: park : bicycle. school : ?
Output: students
Negative Example 2 -
Input: restaurant : taxi. downtown : ?
Output: rocket
Now complete the following example -
Input: school : skateboard. park : ?
Output:
| [
"bicycle"
] | task1154-0730caa6e99f4b6e972b4e2e0e24cfca |
Definition: Two analogies that relate places/locations to the associated travel mode is given in the form "A : B. C : ?". "A : B" relates place A to travel mode B. Your task is to replace the question mark (?) with the appropriate travel mode for the given place C, following the "A : B" relation.
Positive Example 1 -
Input: moon : rocket. france : ?
Output: airplane
Positive Example 2 -
Input: mall : bus. theater : ?
Output: car
Negative Example 1 -
Input: park : bicycle. school : ?
Output: students
Negative Example 2 -
Input: restaurant : taxi. downtown : ?
Output: rocket
Now complete the following example -
Input: museum : bus. canada : ?
Output:
| [
"car",
"bus"
] | task1154-6aec27356d874fb092a834d8c94b1cfd |
Definition: Two analogies that relate places/locations to the associated travel mode is given in the form "A : B. C : ?". "A : B" relates place A to travel mode B. Your task is to replace the question mark (?) with the appropriate travel mode for the given place C, following the "A : B" relation.
Positive Example 1 -
Input: moon : rocket. france : ?
Output: airplane
Positive Example 2 -
Input: mall : bus. theater : ?
Output: car
Negative Example 1 -
Input: park : bicycle. school : ?
Output: students
Negative Example 2 -
Input: restaurant : taxi. downtown : ?
Output: rocket
Now complete the following example -
Input: france : airplane. downtown : ?
Output:
| [
"subway"
] | task1154-7ab9d9e0b2b64661b0046b81cceac90b |
Definition: Two analogies that relate places/locations to the associated travel mode is given in the form "A : B. C : ?". "A : B" relates place A to travel mode B. Your task is to replace the question mark (?) with the appropriate travel mode for the given place C, following the "A : B" relation.
Positive Example 1 -
Input: moon : rocket. france : ?
Output: airplane
Positive Example 2 -
Input: mall : bus. theater : ?
Output: car
Negative Example 1 -
Input: park : bicycle. school : ?
Output: students
Negative Example 2 -
Input: restaurant : taxi. downtown : ?
Output: rocket
Now complete the following example -
Input: school : bus. theater : ?
Output:
| [
"car"
] | task1154-94d49f09f3a94fa388eb90c269e1eb56 |
Definition: Two analogies that relate places/locations to the associated travel mode is given in the form "A : B. C : ?". "A : B" relates place A to travel mode B. Your task is to replace the question mark (?) with the appropriate travel mode for the given place C, following the "A : B" relation.
Positive Example 1 -
Input: moon : rocket. france : ?
Output: airplane
Positive Example 2 -
Input: mall : bus. theater : ?
Output: car
Negative Example 1 -
Input: park : bicycle. school : ?
Output: students
Negative Example 2 -
Input: restaurant : taxi. downtown : ?
Output: rocket
Now complete the following example -
Input: island : boat. mars : ?
Output:
| [
"spaceship"
] | task1154-c30647ea80554203832aae56298e0305 |
Definition: Two analogies that relate places/locations to the associated travel mode is given in the form "A : B. C : ?". "A : B" relates place A to travel mode B. Your task is to replace the question mark (?) with the appropriate travel mode for the given place C, following the "A : B" relation.
Positive Example 1 -
Input: moon : rocket. france : ?
Output: airplane
Positive Example 2 -
Input: mall : bus. theater : ?
Output: car
Negative Example 1 -
Input: park : bicycle. school : ?
Output: students
Negative Example 2 -
Input: restaurant : taxi. downtown : ?
Output: rocket
Now complete the following example -
Input: mars : spaceship. store : ?
Output:
| [
"car"
] | task1154-ac6d148ad4374331847f00e28f4a61c2 |
Definition: Two analogies that relate places/locations to the associated travel mode is given in the form "A : B. C : ?". "A : B" relates place A to travel mode B. Your task is to replace the question mark (?) with the appropriate travel mode for the given place C, following the "A : B" relation.
Positive Example 1 -
Input: moon : rocket. france : ?
Output: airplane
Positive Example 2 -
Input: mall : bus. theater : ?
Output: car
Negative Example 1 -
Input: park : bicycle. school : ?
Output: students
Negative Example 2 -
Input: restaurant : taxi. downtown : ?
Output: rocket
Now complete the following example -
Input: airport : car. france : ?
Output:
| [
"airplane"
] | task1154-41db9e872b0e40eb85143e6c747144d8 |
Definition: Two analogies that relate places/locations to the associated travel mode is given in the form "A : B. C : ?". "A : B" relates place A to travel mode B. Your task is to replace the question mark (?) with the appropriate travel mode for the given place C, following the "A : B" relation.
Positive Example 1 -
Input: moon : rocket. france : ?
Output: airplane
Positive Example 2 -
Input: mall : bus. theater : ?
Output: car
Negative Example 1 -
Input: park : bicycle. school : ?
Output: students
Negative Example 2 -
Input: restaurant : taxi. downtown : ?
Output: rocket
Now complete the following example -
Input: office : car. school : ?
Output:
| [
"bus",
"bicycle",
"skateboard"
] | task1154-e1f940fded534f7cb43f9fe017f9c7b5 |
Definition: Two analogies that relate places/locations to the associated travel mode is given in the form "A : B. C : ?". "A : B" relates place A to travel mode B. Your task is to replace the question mark (?) with the appropriate travel mode for the given place C, following the "A : B" relation.
Positive Example 1 -
Input: moon : rocket. france : ?
Output: airplane
Positive Example 2 -
Input: mall : bus. theater : ?
Output: car
Negative Example 1 -
Input: park : bicycle. school : ?
Output: students
Negative Example 2 -
Input: restaurant : taxi. downtown : ?
Output: rocket
Now complete the following example -
Input: store : car. france : ?
Output:
| [
"airplane"
] | task1154-d2ca174fa1d944e684c317e2face4a41 |
Subsets and Splits