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: downtown : subway. mars : ?
Output:
| [
"spaceship"
] | task1154-7abb5e1207484bf4b6024f7d1f3d5ad1 |
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. moon : ?
Output:
| [
"rocket"
] | task1154-0fe2e72731d545e1adcaac44d133a972 |
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: work : car. portland : ?
Output:
| [
"car"
] | task1154-88a226a59c264deba94e8fb6675d8e0c |
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. spain : ?
Output:
| [
"airplane"
] | task1154-396b219908ba4382a20417ef8fb8b9b8 |
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. portland : ?
Output:
| [
"car"
] | task1154-48286456692543678b872d2063005b06 |
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. hospital : ?
Output:
| [
"ambulance"
] | task1154-07ebfce57d794303a85c80279755d820 |
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. store : ?
Output:
| [
"car"
] | task1154-5604ef5b57bd44b5bfa3b1e3032edf1a |
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. restaurant : ?
Output:
| [
"taxi"
] | task1154-9608c1913e104d7c9eaafa39bb139307 |
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: australia : airplane. hawaii : ?
Output:
| [
"airplane"
] | task1154-2ddbaa5bc93748d7b94fd8f576649288 |
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. hospital : ?
Output:
| [
"ambulance"
] | task1154-0c74630e6a1a40be92677202b1db7465 |
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. office : ?
Output:
| [
"car"
] | task1154-8f66c127f83141feb0abe8aee7c0d2ba |
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. canada : ?
Output:
| [
"car",
"bus"
] | task1154-d320e98fe9264aca85fefa2c76ec6107 |
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. cemetery : ?
Output:
| [
"hearse"
] | task1154-116741b143344bcaa00b901f880a849b |
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. work : ?
Output:
| [
"car"
] | task1154-76a0d0d1af55403ca4341f99bedc46bd |
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. hotel : ?
Output:
| [
"taxi"
] | task1154-a7b5a80fd7274f25bf52d7401c4daebc |
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. mainland : ?
Output:
| [
"boat"
] | task1154-b440cd744f0f4d5785d5da843e6e410b |
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. australia : ?
Output:
| [
"airplane"
] | task1154-b25cba86e4724924bbdb34a0b4b8d571 |
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. school : ?
Output:
| [
"bus",
"bicycle",
"skateboard"
] | task1154-82625dcbbeb1479e980b437a97affde9 |
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. washington : ?
Output:
| [
"train",
"airplane"
] | task1154-c26f3a4832eb4eed9fb31398a8f9c427 |
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. hawaii : ?
Output:
| [
"airplane"
] | task1154-c9b51cba275e4bf5a9485f713d78793d |
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. hawaii : ?
Output:
| [
"airplane"
] | task1154-6ceb8b63affd46aa95c2f668d43a6bcf |
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. mall : ?
Output:
| [
"bus"
] | task1154-f8ba58e3510d4454a2bf5eed5d48b578 |
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. island : ?
Output:
| [
"boat"
] | task1154-f5da5f2452a64c0c86ae826083ee0768 |
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. airport : ?
Output:
| [
"train",
"taxi",
"car"
] | task1154-491327927851494898f3a76a9cd8057a |
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. park : ?
Output:
| [
"bicycle"
] | task1154-4b9b5c18819a42a38cd86b52b39f9634 |
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. park : ?
Output:
| [
"bicycle"
] | task1154-86b4c27f47654b45803d8bb83dfcaeb2 |
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. portland : ?
Output:
| [
"car"
] | task1154-3a305a5b0cb84cd4b0e71bbd00c7f7e6 |
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. downtown : ?
Output:
| [
"subway"
] | task1154-4ead7de587cb4aeb9fc5a2bc77ecbd82 |
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. cemetery : ?
Output:
| [
"hearse"
] | task1154-640ef751be67438e814d963891c7d8b9 |
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. washington : ?
Output:
| [
"train",
"airplane"
] | task1154-4ab66789860d423396a2af2206dbc842 |
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. mall : ?
Output:
| [
"bus"
] | task1154-b69b6d6443fb45ed9d94b95c94e4fdd6 |
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. washington : ?
Output:
| [
"train",
"airplane"
] | task1154-df0f2009d9354498bed927cfb231692d |
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. france : ?
Output:
| [
"airplane"
] | task1154-85f219c7e54b4c83ac385471aa13216f |
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. museum : ?
Output:
| [
"bus"
] | task1154-9fbd61b407704630b7af9571068d7a9b |
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: work : car. theater : ?
Output:
| [
"car"
] | task1154-157f45fa577a4c5dbfe33ac04efdad3e |
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. france : ?
Output:
| [
"airplane"
] | task1154-08dcf94ddcdc4f7e9f9935da28a0e79a |
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: australia : airplane. bermuda : ?
Output:
| [
"airplane"
] | task1154-94577b0672854c579ed356c882529a4a |
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: australia : airplane. mars : ?
Output:
| [
"spaceship"
] | task1154-4065fc63a72d4abd9221912f0f49e95b |
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. restaurant : ?
Output:
| [
"taxi"
] | task1154-8d4301e36bce417685a68d4cda0cd8b1 |
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. australia : ?
Output:
| [
"airplane"
] | task1154-267ac9b2bc3d4e42928e0669bcb11ac3 |
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: australia : airplane. island : ?
Output:
| [
"boat"
] | task1154-689769a3916e41b29e22182ac51a5f83 |
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. island : ?
Output:
| [
"boat"
] | task1154-44cf2467cf084f6c884de0a76555d005 |
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: work : car. hawaii : ?
Output:
| [
"airplane"
] | task1154-344716536d6f47cdb5c099ca8795aa33 |
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. washington : ?
Output:
| [
"train",
"airplane"
] | task1154-8b500d9147604d35b2a3c8c78d98569c |
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. store : ?
Output:
| [
"car"
] | task1154-e66aee27062b458fa602fab7c978b214 |
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. mars : ?
Output:
| [
"spaceship"
] | task1154-6fdda04110d24ed28ffd67e6589412cf |
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. cemetery : ?
Output:
| [
"hearse"
] | task1154-f0764dd34c3c466c91f4785834af6783 |
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. hospital : ?
Output:
| [
"ambulance"
] | task1154-09250ec371174d86be3b1d6876dc02f5 |
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. moon : ?
Output:
| [
"rocket"
] | task1154-9824ad7a289a4b9395ce9dd7ee1d172f |
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. hawaii : ?
Output:
| [
"airplane"
] | task1154-e83f54eecb2840ba9bb42a2937c34153 |
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. canada : ?
Output:
| [
"car",
"bus"
] | task1154-a1ced640316e489f9f6893a4148ab3be |
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: hotel : taxi. office : ?
Output:
| [
"car"
] | task1154-98d76d3213f74287bc25f39b33dabfba |
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. moon : ?
Output:
| [
"rocket"
] | task1154-573d40d38c4942c487402df08eca7a9a |
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. mall : ?
Output:
| [
"bus"
] | task1154-52eac8de4efb477695cb950f0a1f002b |
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. island : ?
Output:
| [
"boat"
] | task1154-f74faad8ed1440338e2f5f1bd5d12e3c |
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. office : ?
Output:
| [
"car"
] | task1154-29d12bc1987b4686a110c0d86ce81086 |
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. australia : ?
Output:
| [
"airplane"
] | task1154-22d9b30a50094eb4b4660cc9dd1f8c38 |
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: work : car. school : ?
Output:
| [
"bus",
"bicycle",
"skateboard"
] | task1154-22f612d5748b49b691f0b03fc8976624 |
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. office : ?
Output:
| [
"car"
] | task1154-8177539205814c25b90009bd0d2b5574 |
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. hawaii : ?
Output:
| [
"airplane"
] | task1154-d821db06b53e445aa84a11efdb3027e9 |
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. downtown : ?
Output:
| [
"subway"
] | task1154-12526bc211b44cdabe1f635f2737e0dc |
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. airport : ?
Output:
| [
"train",
"taxi",
"car"
] | task1154-de21b2b57fbe4476ad4fbcb7f931c740 |
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. canada : ?
Output:
| [
"car",
"bus"
] | task1154-403e73f33893476d8837198c0729b2a4 |
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: moon : rocket. australia : ?
Output:
| [
"airplane"
] | task1154-c4f9786b8f5d4bbeaf44ac683a709b82 |
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. museum : ?
Output:
| [
"bus"
] | task1154-a153cc8e79f54422b9f2ae606b5327a6 |
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. australia : ?
Output:
| [
"airplane"
] | task1154-0b8c232619ec471595900bb1713a77a4 |
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: hotel : taxi. spain : ?
Output:
| [
"airplane"
] | task1154-545d63bf8f634f4098f69a1d8688b1d2 |
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. restaurant : ?
Output:
| [
"taxi"
] | task1154-c4fa40f598444ee79b5af779b6c4ee30 |
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. canada : ?
Output:
| [
"car",
"bus"
] | task1154-4859ccdabbb8495988fb72b65c6e265b |
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. mall : ?
Output:
| [
"bus"
] | task1154-da87b28f63734b738f3fab706c423b85 |
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. island : ?
Output:
| [
"boat"
] | task1154-426c531014f742e39a9929d8c0f47a27 |
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. moon : ?
Output:
| [
"rocket"
] | task1154-80d02412b88a4bdb953ebe156401f3a1 |
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. airport : ?
Output:
| [
"train",
"taxi",
"car"
] | task1154-a44eec96f5724419b74d13e8e7b1c052 |
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. school : ?
Output:
| [
"bus",
"bicycle",
"skateboard"
] | task1154-750cb539d9fe4095bffb5da6d86e8448 |
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. store : ?
Output:
| [
"car"
] | task1154-28bd99d1c2c74d7c9e14713614a04efb |
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. museum : ?
Output:
| [
"bus"
] | task1154-d5283854c930474f84f35a25d3d90a27 |
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. australia : ?
Output:
| [
"airplane"
] | task1154-cd189bcc406f4b98b174955aef2645dc |
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. mall : ?
Output:
| [
"bus"
] | task1154-5c3333e8d53846a7b7c5e3d6fccc7292 |
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. australia : ?
Output:
| [
"airplane"
] | task1154-ac36dec7e48049d68a22ed42cf64b33c |
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. restaurant : ?
Output:
| [
"taxi"
] | task1154-9f384d65c70247799864de699ba70993 |
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. cemetery : ?
Output:
| [
"hearse"
] | task1154-af1473a115704d3ba8516e40fce15543 |
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. museum : ?
Output:
| [
"bus"
] | task1154-ee164573074642e8a02d968dece8846b |
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. mainland : ?
Output:
| [
"boat"
] | task1154-21dcdbc4cb584e30859265c309ce8e0b |
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. moon : ?
Output:
| [
"rocket"
] | task1154-44f2d46ae264490080bbcf0e8db2dda8 |
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. museum : ?
Output:
| [
"bus"
] | task1154-573124bb9b524a8890d7dd8ea3dd63fb |
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. bermuda : ?
Output:
| [
"airplane"
] | task1154-45e054a7f74b425a995cf219fb446078 |
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. moon : ?
Output:
| [
"rocket"
] | task1154-dae8ce8416a2446ead696073216f5771 |
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. school : ?
Output:
| [
"bus",
"bicycle",
"skateboard"
] | task1154-f1736a1f944c4534857b1adb4298df4f |
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. cemetery : ?
Output:
| [
"hearse"
] | task1154-db2d2bf407e842f7a035b8632d46fbf6 |
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. theater : ?
Output:
| [
"car"
] | task1154-3c46f6ef99e34ec1a1748b5cbce1d222 |
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. airport : ?
Output:
| [
"train",
"taxi",
"car"
] | task1154-9b3e2a5166dd4c8090a8cae27c9b1e6a |
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. theater : ?
Output:
| [
"car"
] | task1154-6c082e3a548d4c1bbf181061b333a782 |
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. school : ?
Output:
| [
"bus",
"bicycle",
"skateboard"
] | task1154-fb666c566179447bb6bb96eb89313d26 |
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. spain : ?
Output:
| [
"airplane"
] | task1154-9e0d68c98c114de3862dba4c2881987c |
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. hotel : ?
Output:
| [
"taxi"
] | task1154-ec14e16d7eca4a6c87e0506e48652cef |
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. mainland : ?
Output:
| [
"boat"
] | task1154-fd58ede92ac1428faed671ca4378c6c6 |
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. france : ?
Output:
| [
"airplane"
] | task1154-27a36d59d68749bd82f8b95f9beb2fe2 |
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: hotel : taxi. work : ?
Output:
| [
"car"
] | task1154-bbf7b9581af748209f40a363c5845e67 |
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. work : ?
Output:
| [
"car"
] | task1154-4c6110669db14daaa44c77e9df40b51a |
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: australia : airplane. office : ?
Output:
| [
"car"
] | task1154-cefc100cd9be4401a7dee87b1444611a |