Dataset Viewer
input
stringlengths 716
734
| output
sequencelengths 1
1
| id
stringlengths 40
40
|
---|---|---|
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: coals
Word2: hole
Output:
| [
"in"
] | task585-8a4fd0426019453284ebc98e8c36c251 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: areas
Word2: application
Output:
| [
"of"
] | task585-09eb56dcba6145f9968c49edf13d9d3d |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: medicine
Word2: heart
Output:
| [
"for"
] | task585-b69289485d6e4fb9a530edbacff82216 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: system
Word2: today
Output:
| [
"of"
] | task585-c165a859fb9c4bb2823598649a3dbd9e |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: orchestra
Word2: symphony
Output:
| [
"for"
] | task585-531f0416948543498ebb3d764f05d6df |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: music
Word2: country
Output:
| [
"in"
] | task585-0c210628ca4f4f16bb81acdd28a43948 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: follicles
Word2: hair
Output:
| [
"for"
] | task585-de77cb730a004607a7c1dd2ecb454202 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: relation
Word2: government
Output:
| [
"with"
] | task585-684bc3c6ee064c228d01089f9908a1aa |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: place
Word2: weekend
Output:
| [
"for"
] | task585-7108ccd34ff34f8bb641002bc7403980 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: room
Word2: tea
Output:
| [
"for"
] | task585-3db0acb762bc4e4996bee0ebf175e06d |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: union
Word2: customs
Output:
| [
"about"
] | task585-846d3d5911ca4ec3b1657253f48cd7d5 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: blitz
Word2: advertising
Output:
| [
"in"
] | task585-c43cdde658dc421f9e4c2488dae6a5ae |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: meeting
Word2: breakfast
Output:
| [
"at"
] | task585-4e1eb16ec3ab408c8e74747d636aa8b0 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: feed
Word2: animal
Output:
| [
"for"
] | task585-e427c63442524a77b7a898823aea2f5c |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: credit
Word2: convenience
Output:
| [
"for"
] | task585-b76d76cfc0ba484c8937206890d3a3c8 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: middle
Word2: conversation
Output:
| [
"of"
] | task585-3e4c489e3d8f42139f1cfd07f1fe927e |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: material
Word2: advertising
Output:
| [
"for"
] | task585-fa9f36f3f3844d0b9ec0c45d7ef684e6 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: plant
Word2: power
Output:
| [
"for"
] | task585-070fc709a3724099b547464060b8ebd5 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: magic
Word2: prayer
Output:
| [
"of"
] | task585-73fdcd1777274fc99a1eba3a61434922 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: neighbors
Word2: houses
Output:
| [
"in"
] | task585-9b5343f81ba34ec39dacf6fb3277a3a5 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: troughs
Word2: eaves
Output:
| [
"on"
] | task585-b44318e9aa164d2d978fc663184ee7f8 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: official
Word2: administration
Output:
| [
"for"
] | task585-8bbf0bcb3200409688912ee2a916c7c5 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: object
Word2: table
Output:
| [
"on"
] | task585-a040408a1ee648fba5bea19a5b6dd469 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: product
Word2: skin
Output:
| [
"for"
] | task585-c8a2add1250149f790dfb6e5b55788c2 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: debt
Word2: government
Output:
| [
"of"
] | task585-546cedbbba6d4e03b0d24cd95f24fe22 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: increase
Word2: price
Output:
| [
"in"
] | task585-89cfcf2d97bb4b62bc7b81a34a02d103 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: impact
Word2: trade
Output:
| [
"of"
] | task585-c6b3d26f52b54fc785424cae6c85482f |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: education
Word2: business
Output:
| [
"about"
] | task585-50ce18e632af4128872d6243c1038e0a |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: choice
Word2: consumer
Output:
| [
"of"
] | task585-a62587a1e4474234ae8cc94237a457d2 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: specks
Word2: clouds
Output:
| [
"of"
] | task585-0f615c37ae5741bcb6a6a221e99f66b4 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: contribution
Word2: campaign
Output:
| [
"for"
] | task585-4317901eaa264240ab93eb713039bd2e |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: people
Word2: door
Output:
| [
"in"
] | task585-806da5788f444a87bf907836b6fae0f2 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: Equipment
Word2: recognition
Output:
| [
"for"
] | task585-c10f63b369a54971be45cc93fe401a1b |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: candles
Word2: mantel
Output:
| [
"on"
] | task585-7105b4a45c9f4001ad7d8e24baac9c6e |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: device
Word2: accounting
Output:
| [
"for"
] | task585-b8d41c0780c946619462a2fd5b4daca4 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: cultivation
Word2: subsistence
Output:
| [
"for"
] | task585-40c4783863b74d2c982413ba7909c91c |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: crest
Word2: hillocks
Output:
| [
"of"
] | task585-eee330d7e35c4b12994f38b029fa7748 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: disappointment
Word2: earnings
Output:
| [
"in"
] | task585-af6155a64c394c4784588b885d7548ab |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: hero
Word2: war
Output:
| [
"of"
] | task585-30fd97af7b8d4290bf9b291b8ef5c5cb |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: industry
Word2: insurance
Output:
| [
"for"
] | task585-9d24690ebff24750843acf3afaaf21fb |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: laws
Word2: election
Output:
| [
"about"
] | task585-6a38420277954b7f9a5a097cf7236730 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: novel
Word2: mystery
Output:
| [
"of"
] | task585-bd2280af0ed04c63b5e31f40d6b6ef3d |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: spirits
Word2: ancestor
Output:
| [
"of"
] | task585-0642d040cc8e45c6b098fc7120e7c5c4 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: janitor
Word2: dorm
Output:
| [
"of"
] | task585-01651ec54743471aa548d2c06ebd84d5 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: telephone
Word2: convenience
Output:
| [
"for"
] | task585-7714499b267048c2ab13bea94fc7aaa5 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: yield
Word2: bonds
Output:
| [
"from"
] | task585-9d4644a816324c57b79e146f5133f874 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: loan
Word2: consumer
Output:
| [
"for"
] | task585-1db3c3b10a6f45cf99b13469265357ba |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: device
Word2: shorthand
Output:
| [
"for"
] | task585-42b0ba6974ae4d24a98fd18ad58caee9 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: smoke
Word2: fires
Output:
| [
"from"
] | task585-d9ae461e215244ce93cadfaee3e11610 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: curriculum
Word2: baccalaureate
Output:
| [
"for"
] | task585-44e54726605e4930acf482afb834de12 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: demand
Word2: future
Output:
| [
"in"
] | task585-35975adddddf472d836551f271a9c274 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: industry
Word2: banana
Output:
| [
"for"
] | task585-fb9b281002934a02a35f5bf6f15a7f8f |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: acceleration
Word2: earnings
Output:
| [
"in"
] | task585-7388a5814bdf4d1c9c89c013e17b125f |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: debt
Word2: installment
Output:
| [
"in"
] | task585-3036a63b9722448fb8992bc7336df2f2 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: amount
Word2: tape
Output:
| [
"of"
] | task585-8603651f93cd4c78a0481173a835aba3 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: products
Word2: food
Output:
| [
"from"
] | task585-9346ecc150d24c3bb6fdb62ec0f3b76f |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: cut
Word2: tariff
Output:
| [
"in"
] | task585-8ba2d9f709894cf796f6afb067d625b4 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: worker
Word2: training
Output:
| [
"in"
] | task585-15de78d04fff4cbbaafe6b5cd063e56b |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: monster
Word2: sea
Output:
| [
"from"
] | task585-35cc4a79ec844be89a56460c5b6429da |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: source
Word2: trade
Output:
| [
"of"
] | task585-cf2676c23d1a40e7b10792fdbe17057d |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: sweep
Word2: brooms
Output:
| [
"of"
] | task585-84e9cd41930a4d4a8c7cd61204dd280c |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: dog
Word2: spots
Output:
| [
"with"
] | task585-b9d76a49357a44658a74a312e52137f5 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: granules
Word2: pigment
Output:
| [
"of"
] | task585-fc8d12c9cbf54e939e8ac8bca4e356d2 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: portion
Word2: company
Output:
| [
"of"
] | task585-4910386da94141ef93794a725b6954d3 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: people
Word2: surplus
Output:
| [
"in"
] | task585-876ec193978a4726b6d0cd7b269a735b |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: temperature
Word2: room
Output:
| [
"of"
] | task585-1300696fafee4cc688b3f1128153f8e6 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: sentiment
Word2: dollar
Output:
| [
"about"
] | task585-485873b1afa7417ab9880e06b16a7c2e |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: oppression
Word2: head
Output:
| [
"in"
] | task585-d037dfc2041a4084b84ddfff2dcb1e9c |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: opportunity
Word2: growth
Output:
| [
"for"
] | task585-e194c56fb6c14a40ba6d11eeb33f7dcb |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: increase
Word2: production
Output:
| [
"in"
] | task585-6afc486f571b4e1eb257c114fd48d13b |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: rate
Word2: unemployment
Output:
| [
"of"
] | task585-a1c51873fee94fb5b6758f990949e1b9 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: loop
Word2: rock
Output:
| [
"on"
] | task585-05c131286a0e446aa1afb82d8be20977 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: servant
Word2: gate
Output:
| [
"from"
] | task585-eba701d44f49444fae95f4c42a3e2001 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: deadline
Word2: payment
Output:
| [
"for"
] | task585-6d9978a593824e42b5b198cf79745150 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: broker
Word2: reinsurance
Output:
| [
"for"
] | task585-352479a8873c4df0b4bb635c367ffa84 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: gain
Word2: interest
Output:
| [
"in"
] | task585-fe7c1f9b1ad948908b76239e146ab1c4 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: community
Word2: frontier
Output:
| [
"on"
] | task585-5fa03326145c4b9b96d62b1c381d8765 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: spokesman
Word2: worker
Output:
| [
"for"
] | task585-58d1e780fcd643d6ac7f878d53364368 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: liability
Word2: future
Output:
| [
"in"
] | task585-31d8c4f843864d0eac31b1ee3afe7cc9 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: hole
Word2: head
Output:
| [
"in"
] | task585-8d5a023c92db493c902dd23dece11f7c |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: optimism
Word2: business
Output:
| [
"in"
] | task585-b0cd48270ce34bacb8ce24175fea6356 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: bow
Word2: sky
Output:
| [
"in"
] | task585-965b61cc224148d09725849f10912c88 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: revenue
Word2: tax
Output:
| [
"from"
] | task585-7808d8c55cae42278a6654750ff926db |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: economics
Word2: business
Output:
| [
"for"
] | task585-6f3b491c60954cad90be68f3f524bf6e |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: trader
Word2: stock
Output:
| [
"for"
] | task585-12f073836b77459e90becc9e3ffed8c1 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: beat
Word2: song
Output:
| [
"of"
] | task585-f6879a31bfaf4a6b92ee6730913b5556 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: displacement
Word2: bones
Output:
| [
"of"
] | task585-cbdad7fd7bf249318a8bd6d48ccb4286 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: fire
Word2: hut
Output:
| [
"in"
] | task585-3fd21e7480d04b48b8f76c188a908a9b |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: player
Word2: market
Output:
| [
"in"
] | task585-096298402ce74bbd9733723fccae20ed |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: mixture
Word2: reaction
Output:
| [
"for"
] | task585-f56be0dd747d461c903fb4b80cc06c45 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: coalition
Word2: opposition
Output:
| [
"in"
] | task585-8d1a9077682c41eaa5bfde440b38f855 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: vase
Word2: decoration
Output:
| [
"for"
] | task585-f1963611fa1e4037817a4dd372b0bbee |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: concern
Word2: newspaper
Output:
| [
"about"
] | task585-76350224b18e492db0b1f3a65c1c1ed2 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: foot
Word2: earth
Output:
| [
"on"
] | task585-310d9c8d53734fe095090c053a05f1a0 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: journals
Word2: education
Output:
| [
"about"
] | task585-5fcfd66e7e77458daf54d1be7f603de9 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: market
Word2: junk
Output:
| [
"for"
] | task585-e61f60a1fe394921b4dce73c04a5b4bb |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: law
Word2: property
Output:
| [
"about"
] | task585-c94194e0f499400ab9264fd59ce92618 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: scenario
Word2: budget
Output:
| [
"of"
] | task585-df7991efcd4748899ff85e67d9dff202 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: trading
Word2: securities
Output:
| [
"in"
] | task585-cb50a525885f4470966a81921e0bb440 |
Definition: In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Positive Example 1 -
Input: Word1: story
Word2: pearl
Output: of
Positive Example 2 -
Input: Word1: need
Word2: speech
Output: for
Negative Example 1 -
Input: Word1: city
Word2: stone
Output: in
Negative Example 2 -
Input: Word1: part
Word2: world
Output: part of world
Now complete the following example -
Input: Word1: sheet
Word2: paper
Output:
| [
"of"
] | task585-d6f9fcef4db64ad1bf0b7dc9ad803a41 |
End of preview. Expand
in Data Studio
Dataset Card for Natural Instructions (https://github.com/allenai/natural-instructions) Task: task585_preposition_classification
Additional Information
Citation Information
The following paper introduces the corpus in detail. If you use the corpus in published work, please cite it:
@misc{wang2022supernaturalinstructionsgeneralizationdeclarativeinstructions,
title={Super-NaturalInstructions: Generalization via Declarative Instructions on 1600+ NLP Tasks},
author={Yizhong Wang and Swaroop Mishra and Pegah Alipoormolabashi and Yeganeh Kordi and Amirreza Mirzaei and Anjana Arunkumar and Arjun Ashok and Arut Selvan Dhanasekaran and Atharva Naik and David Stap and Eshaan Pathak and Giannis Karamanolakis and Haizhi Gary Lai and Ishan Purohit and Ishani Mondal and Jacob Anderson and Kirby Kuznia and Krima Doshi and Maitreya Patel and Kuntal Kumar Pal and Mehrad Moradshahi and Mihir Parmar and Mirali Purohit and Neeraj Varshney and Phani Rohitha Kaza and Pulkit Verma and Ravsehaj Singh Puri and Rushang Karia and Shailaja Keyur Sampat and Savan Doshi and Siddhartha Mishra and Sujan Reddy and Sumanta Patro and Tanay Dixit and Xudong Shen and Chitta Baral and Yejin Choi and Noah A. Smith and Hannaneh Hajishirzi and Daniel Khashabi},
year={2022},
eprint={2204.07705},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2204.07705},
}
More details can also be found in the following paper:
@misc{brüelgabrielsson2024compressserveservingthousands,
title={Compress then Serve: Serving Thousands of LoRA Adapters with Little Overhead},
author={Rickard Brüel-Gabrielsson and Jiacheng Zhu and Onkar Bhardwaj and Leshem Choshen and Kristjan Greenewald and Mikhail Yurochkin and Justin Solomon},
year={2024},
eprint={2407.00066},
archivePrefix={arXiv},
primaryClass={cs.DC},
url={https://arxiv.org/abs/2407.00066},
}
Contact Information
For any comments or questions, please email Rickard Brüel Gabrielsson
- Downloads last month
- 42