input
stringlengths 618
630
| output
sequencelengths 1
4
| id
stringlengths 41
41
|
---|---|---|
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: scrub : brush. dig : ?
Output:
| [
"shovel"
] | task1156-be3385e2e75a4911b02caa5a45416113 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: wash : detergent. bake : ?
Output:
| [
"oven"
] | task1156-8a4c4e8c191c49f0951080004dd4f491 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: vacuum : vacuum. sweep : ?
Output:
| [
"broom"
] | task1156-802a89055d564d23a0a5ba1378552fb1 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: type : keyboard. eat : ?
Output:
| [
"fork",
"spoon"
] | task1156-5711620eec8b426fb61c9331fff6044d |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: cut : scissors. cook : ?
Output:
| [
"pan",
"stove"
] | task1156-a256df42e9394dbba84ca7707281fa8d |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: cut : scissors. mop : ?
Output:
| [
"mop"
] | task1156-a522df266a4840f4860081e149a1e882 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: cook : pan. clamp : ?
Output:
| [
"clamp"
] | task1156-f7f57d51559c494ba4cb1ab093d55aed |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: sweep : broom. bake : ?
Output:
| [
"oven"
] | task1156-d6d30bbc123f40be9c31e9118e5d2253 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: eat : fork. stir : ?
Output:
| [
"spoon"
] | task1156-2ced59b5d55d4ba1a320125f41b142a5 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: scrub : brush. toast : ?
Output:
| [
"toaster"
] | task1156-63655a810bef4d68b45a5c7aaf1e1942 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: bake : oven. stir : ?
Output:
| [
"spoon"
] | task1156-f966a7420382409fb94ba44f6092094c |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: wash : washcloth. sweep : ?
Output:
| [
"broom"
] | task1156-f85ab31d917c4970928f90d4ca169385 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: type : keyboard. sweep : ?
Output:
| [
"broom"
] | task1156-ef58b5f738c6438e83492274724dfb14 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: cut : sword. type : ?
Output:
| [
"keyboard"
] | task1156-320d29ef28b14e5c807dbc8357c4fc38 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: wash : soap. type : ?
Output:
| [
"keyboard"
] | task1156-9a92e71f34dd4bd8b25221b0e9113217 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: toast : toaster. hit : ?
Output:
| [
"hammer"
] | task1156-f2cf0fe8e4304228a64dbf06593ac3d7 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: stir : spoon. type : ?
Output:
| [
"keyboard"
] | task1156-6e341309f2724ef197924da8fd433871 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: cook : stove. cut : ?
Output:
| [
"scissors",
"sword",
"glass",
"knife"
] | task1156-69c2f97ec8384771a347d2805d8804c8 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: type : keyboard. spread : ?
Output:
| [
"knife"
] | task1156-703138cefb694f9d8ab54416038c9d23 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: spread : knife. iron : ?
Output:
| [
"iron"
] | task1156-aafa40fa628e4513a66ca0c1cfbb4e89 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: wash : detergent. eat : ?
Output:
| [
"fork",
"spoon"
] | task1156-8f044dfd09c041338a81562d8f31bd22 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: eat : fork. eat : ?
Output:
| [
"fork",
"spoon"
] | task1156-92360eb65ff44f9985931c6dc9f6693f |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: cut : glass. toast : ?
Output:
| [
"toaster"
] | task1156-6aa528ebf4444b57a4cc8336a2a62d1f |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: cook : stove. stir : ?
Output:
| [
"spoon"
] | task1156-19163f509c9040f49b429a41e5ba33b3 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: dry : blowdryer. dig : ?
Output:
| [
"shovel"
] | task1156-d35d768027ac4a5ab05ab8a1dd6b81ca |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: wash : soap. pull : ?
Output:
| [
"pliers"
] | task1156-ba4b959fde304fa4bff75221f3eaaed8 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: clamp : clamp. cut : ?
Output:
| [
"scissors",
"sword",
"glass",
"knife"
] | task1156-afd2799cf1024355a7fbeb57099097bb |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: iron : iron. pull : ?
Output:
| [
"pliers"
] | task1156-42df353c8abb40b68d9b5687c40891d1 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: drill : drill. toast : ?
Output:
| [
"toaster"
] | task1156-ab7409a62c4c45b7bc48b1c2d9fc995b |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: cook : stove. hit : ?
Output:
| [
"hammer"
] | task1156-64eb4b95c00e4553af05e0c43b8be9b5 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: cut : knife. pull : ?
Output:
| [
"pliers"
] | task1156-86d544287f2646e0934072a32da8cd4a |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: cook : pan. scrub : ?
Output:
| [
"brush"
] | task1156-e24b5a15ad384ddcb8171b2c10906a60 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: sweep : broom. scrub : ?
Output:
| [
"brush"
] | task1156-a918e59dd359401eb2f189a4164a57bf |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: stir : spoon. bake : ?
Output:
| [
"oven"
] | task1156-ddd635a42dc54c2cab770bab14154736 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: drill : drill. iron : ?
Output:
| [
"iron"
] | task1156-059c57306a7a4df7901ac6286d8a2e96 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: mop : mop. toast : ?
Output:
| [
"toaster"
] | task1156-2a74504db46446c3a9d4e4bf3a2c9b36 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: cut : sword. pull : ?
Output:
| [
"pliers"
] | task1156-ac0fc067ee6c4f2ebcd01f76c4057997 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: iron : iron. dig : ?
Output:
| [
"shovel"
] | task1156-8afc2aedf8d54d5c8b7b69be3f37fff2 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: scrub : brush. crack : ?
Output:
| [
"nutcracker"
] | task1156-e3b6b5b921e04809a7bbb07aed05f01d |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: dig : shovel. crack : ?
Output:
| [
"nutcracker"
] | task1156-e3e19864693843e4ba79b95fb1789e54 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: hit : hammer. type : ?
Output:
| [
"keyboard"
] | task1156-8775a1ec38c44264a8fbe2c2e811af95 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: cut : glass. pull : ?
Output:
| [
"pliers"
] | task1156-3bb4353e55474cae9b53cb4336ea3c58 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: vacuum : vacuum. type : ?
Output:
| [
"keyboard"
] | task1156-c841e542afa444aa8642aa1f531985ca |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: wash : detergent. type : ?
Output:
| [
"keyboard"
] | task1156-c4915adf57874c29bb54b9c0b8639ccb |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: vacuum : vacuum. spread : ?
Output:
| [
"knife"
] | task1156-07d449fa168b4240bdc7cb2ca88c2ab2 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: toast : toaster. eat : ?
Output:
| [
"fork",
"spoon"
] | task1156-43ad972c8dcd47c3a0aad87dac36cf5c |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: wash : detergent. wash : ?
Output:
| [
"soap",
"washcloth",
"detergent",
"rag"
] | task1156-d3e0febdfd3b4be6b4912f5a6e377d81 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: cook : pan. drill : ?
Output:
| [
"drill"
] | task1156-ad578a16441f4f06940bad3f20f34ae7 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: type : keyboard. vacuum : ?
Output:
| [
"vacuum"
] | task1156-bedcb13c21d24ba78ace0e7ea3e0d3f8 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: cut : knife. cut : ?
Output:
| [
"scissors",
"sword",
"glass",
"knife"
] | task1156-8c48de5031464ec8bcde7dbd9e68e625 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: mop : mop. hit : ?
Output:
| [
"hammer"
] | task1156-04cd38c6a39c4b7998212020dea54100 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: wash : soap. toast : ?
Output:
| [
"toaster"
] | task1156-087ab585192847f8a0582cbcb3685dd7 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: sweep : broom. spread : ?
Output:
| [
"knife"
] | task1156-c2f2b79dbd994a84bdfff90622c91869 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: toast : toaster. sweep : ?
Output:
| [
"broom"
] | task1156-6f75338f21664c44aafc07a0825d521b |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: wash : rag. spread : ?
Output:
| [
"knife"
] | task1156-8372e2abd2bd4b40a24d6a7c07c960d1 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: hit : hammer. stir : ?
Output:
| [
"spoon"
] | task1156-a500f78e5ccb4db0a3e31d770c2fdc69 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: wash : soap. clamp : ?
Output:
| [
"clamp"
] | task1156-196b949b27a14f9d8b2789037d4c1202 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: dry : cloth. spread : ?
Output:
| [
"knife"
] | task1156-6b5f7028a305412484f706f2e9810ae4 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: mop : mop. stir : ?
Output:
| [
"spoon"
] | task1156-ca453ca4871c4727a39419589ac342a0 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: wash : detergent. pull : ?
Output:
| [
"pliers"
] | task1156-c8c34c624e594f29aca66a5f8d4bd327 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: cook : pan. eat : ?
Output:
| [
"fork",
"spoon"
] | task1156-52a455f758c646e0b8c8e77ca2272596 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: drill : drill. pull : ?
Output:
| [
"pliers"
] | task1156-1c0f379730df4c01a6d726e6ac5f8f99 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: cook : stove. dig : ?
Output:
| [
"shovel"
] | task1156-0bf45c6a28b94201961c1b6b33d8887f |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: mop : mop. cut : ?
Output:
| [
"scissors",
"sword",
"glass",
"knife"
] | task1156-be394f28e4c94521bd89a0bd71c7f045 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: iron : iron. dry : ?
Output:
| [
"cloth",
"blowdryer"
] | task1156-2f042ca6222547c7a43e643673b74ed7 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: mop : mop. dry : ?
Output:
| [
"cloth",
"blowdryer"
] | task1156-b9551e17050e434dbde5ec006fff32fa |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: cook : pan. bake : ?
Output:
| [
"oven"
] | task1156-4f82748de7504a51838dd45d80fafdf2 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: dry : blowdryer. stir : ?
Output:
| [
"spoon"
] | task1156-8250789c5a28460d9776d442f061e050 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: eat : spoon. stir : ?
Output:
| [
"spoon"
] | task1156-ac036227f6ee431ab5908328967efc5a |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: cook : pan. spread : ?
Output:
| [
"knife"
] | task1156-2b2f7a3bc1ab45e8ab8a72458973dec5 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: type : keyboard. mop : ?
Output:
| [
"mop"
] | task1156-cfdcd6df143341759e38eca885af87bd |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: dry : cloth. eat : ?
Output:
| [
"fork",
"spoon"
] | task1156-98ef40145a0f443884ccecccc8759d57 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: clamp : clamp. crack : ?
Output:
| [
"nutcracker"
] | task1156-d855b3bceab649c591fc61962eec066a |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: wash : detergent. toast : ?
Output:
| [
"toaster"
] | task1156-b5ceac146ab54d7c907492b77dee1005 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: pull : pliers. unlock : ?
Output:
| [
"key"
] | task1156-105e25bf334641d9a1dd08cec4d9a408 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: unlock : key. bake : ?
Output:
| [
"oven"
] | task1156-198f6122c68a4995a1d7fd7c57be6d57 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: stir : spoon. scrub : ?
Output:
| [
"brush"
] | task1156-04b0a43ac93e49c29b23e40d193cd02c |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: wash : soap. cook : ?
Output:
| [
"pan",
"stove"
] | task1156-647f4861cbfd499cb5a1926307840342 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: spread : knife. hit : ?
Output:
| [
"hammer"
] | task1156-a9f1a1ec191847ba82c81fd73f85180b |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: crack : nutcracker. eat : ?
Output:
| [
"fork",
"spoon"
] | task1156-dd59eac9a5234cc68e29774516e697fa |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: dry : cloth. wash : ?
Output:
| [
"soap",
"washcloth",
"detergent",
"rag"
] | task1156-b4f8ac98799a4a9f8f437725131ea7e9 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: wash : soap. crack : ?
Output:
| [
"nutcracker"
] | task1156-4c75bb5205354845a390615308fb4fa5 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: cut : sword. dry : ?
Output:
| [
"cloth",
"blowdryer"
] | task1156-f57bcf3ef4cb4ea7b282939e3fdc0fc0 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: mop : mop. iron : ?
Output:
| [
"iron"
] | task1156-833400b3ca174c3cbf74b0951b9c8646 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: cook : stove. scrub : ?
Output:
| [
"brush"
] | task1156-868c76b87b9448508356a04a56bfc4c5 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: dry : blowdryer. iron : ?
Output:
| [
"iron"
] | task1156-5cfac04195904efd837ee93c01b9c111 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: bake : oven. unlock : ?
Output:
| [
"key"
] | task1156-3059291535964deebbc0989d2c92b597 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: cut : sword. toast : ?
Output:
| [
"toaster"
] | task1156-0c622cfd5b0746eabbe40d46766d4e3a |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: dry : blowdryer. cut : ?
Output:
| [
"scissors",
"sword",
"glass",
"knife"
] | task1156-57cb948238254320bc9b9eeca21a8b6d |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: cook : stove. vacuum : ?
Output:
| [
"vacuum"
] | task1156-b4446e107aa44f7db0d5e594a98dd7fa |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: vacuum : vacuum. pull : ?
Output:
| [
"pliers"
] | task1156-79c0455ef40443039dfd763edf28ee43 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: dry : cloth. hit : ?
Output:
| [
"hammer"
] | task1156-c74f2eaeba4041148416acbdfe66a78f |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: pull : pliers. type : ?
Output:
| [
"keyboard"
] | task1156-549cf1f0d7db402c812d7dc5583e7e1d |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: cut : scissors. cut : ?
Output:
| [
"scissors",
"sword",
"glass",
"knife"
] | task1156-338d0738db4e417fb36dd94bae659d42 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: scrub : brush. mop : ?
Output:
| [
"mop"
] | task1156-7fa7d1625980495681f891ee1e48d335 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: cut : glass. eat : ?
Output:
| [
"fork",
"spoon"
] | task1156-ed9cdd25f4754949b1125eadb90657dd |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: type : keyboard. scrub : ?
Output:
| [
"brush"
] | task1156-5429578777d648058227bbcd9d08e27e |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: cut : scissors. dry : ?
Output:
| [
"cloth",
"blowdryer"
] | task1156-d502259d80764460a8b2f737dde54637 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: cook : pan. iron : ?
Output:
| [
"iron"
] | task1156-d9d7f74131974d7a92df7376209f9cf4 |
Definition: Two analogies that relate actions to the tools used to perform the action is given in the form "A : B. C : ?". "A : B" relates action A to tool B. Your task is to replace the question mark (?) with the appropriate tool for the given action C, following the "A : B" relation.
Positive Example 1 -
Input: eat : fork. cook : ?
Output: pan
Positive Example 2 -
Input: wash : rag. mop : ?
Output: mop
Negative Example 1 -
Input: dig : shovel. wash : ?
Output: sink
Negative Example 2 -
Input: drill : drill. crack : ?
Output: shovel
Now complete the following example -
Input: drill : drill. sweep : ?
Output:
| [
"broom"
] | task1156-e64a4de23e544a34bca23ab600f2f321 |
Subsets and Splits