input
stringlengths 1.06k
1.15k
| output
sequencelengths 1
1
| id
stringlengths 41
41
|
---|---|---|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: go to get haircut<sep>Tail: brush off newly cut hair
Output:
| [
"Yes"
] | task1211-c47bfbf2f325483abb410cbc56fe9709 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX always lost<sep>Tail: dumb
Output:
| [
"No"
] | task1211-92c3731bcc4e47369569a15345f5474c |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX asks PersonY's mother for help<sep>Tail: to speak with PersonY's mother
Output:
| [
"No"
] | task1211-843fe47dfb514f4f9274dc9b764ee7d1 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: travel<sep>Tail: get on plane for home
Output:
| [
"Yes"
] | task1211-eb0dbf4224e6467f8a08a9f499d16862 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX adjusts spacing as well as minimizing<sep>Tail: neat
Output:
| [
"No"
] | task1211-1bd8b98414a74f09a2a1018ce650518c |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: institute civil action<sep>Tail: file civil action in court
Output:
| [
"Yes"
] | task1211-fb5ff6936e5d499b9167d0c12860e1df |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX asks PersonY to say<sep>Tail: curious
Output:
| [
"No"
] | task1211-6898e3ff81574487b41a91520368a8b5 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: awake<sep>Tail: rub eyes
Output:
| [
"Yes"
] | task1211-42e4c82781e449519e80bff9cc1b3a45 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: groom<sep>Tail: comb hair
Output:
| [
"Yes"
] | task1211-7af5ac98aee64a86bc58311ea24529c3 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: lucid dream<sep>Tail: become aware dreaming
Output:
| [
"Yes"
] | task1211-4019539113114c4098123d2d29b4bed9 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX affords PersonY protection<sep>Tail: proud
Output:
| [
"No"
] | task1211-d6731d42402d4586a744419fbc558b07 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX asks PersonY's mother for help<sep>Tail: personx cannot do it alone
Output:
| [
"No"
] | task1211-1f2b524f27cf43929fb39febb951bc23 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: win baseball game<sep>Tail: congratulate other team
Output:
| [
"Yes"
] | task1211-ec6a48b2421e49a18fb003d306b5dcc0 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: have epileptic fit<sep>Tail: glaze over
Output:
| [
"Yes"
] | task1211-d0083d1bf9744a2e84f8a2b3c96b0550 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: run marathon<sep>Tail: move
Output:
| [
"Yes"
] | task1211-01e811ee95ca47a49f1a2b813734c8dd |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: enjoy day<sep>Tail: feel good
Output:
| [
"Yes"
] | task1211-39aed81ee3044cedba33571fc8cc5dc3 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX achieves PersonX's ___ by means<sep>Tail: helps others more
Output:
| [
"No"
] | task1211-faea25e58e2748d0a7c06bb1df178652 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX accepts PersonX's diploma<sep>Tail: take final exams
Output:
| [
"No"
] | task1211-7c118eca364d4835bfaeaeae419ccae5 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: skateboard<sep>Tail: take feet off board
Output:
| [
"Yes"
] | task1211-953e0600952e4d5d85e38bfd9439dabb |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: write letter<sep>Tail: run out of words
Output:
| [
"Yes"
] | task1211-bbf82c637adb41f183b010ef2f2eeda3 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX asks PersonY to say<sep>Tail: none
Output:
| [
"No"
] | task1211-983349fabbe944b684658d2ff090cf8b |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: work box office<sep>Tail: promote event
Output:
| [
"Yes"
] | task1211-8e5bd7ce7280468bb32dd1e81e00bebb |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX answers the question<sep>Tail: to see if he needs to finish
Output:
| [
"No"
] | task1211-ee746a908c0545dc9dca4a792bbc658b |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: buy<sep>Tail: choose what need
Output:
| [
"Yes"
] | task1211-5f00774db2e24f90aba5cb8ad91a1c6d |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX also ordered ___<sep>Tail: to save money
Output:
| [
"No"
] | task1211-d7902de6e6374dbaa475754056f9d943 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX becomes fast friends<sep>Tail: to meet someone
Output:
| [
"No"
] | task1211-1efb5c39b63c4bec972707ae61861483 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX allergic to bees<sep>Tail: bothered
Output:
| [
"No"
] | task1211-a4859c6de56f49f288845bffcfb09e02 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: hike<sep>Tail: take off shoes
Output:
| [
"Yes"
] | task1211-3ffd71eefb51465d93f885f7d12ee6cc |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: paint<sep>Tail: clean up mess
Output:
| [
"Yes"
] | task1211-1fcae1953342435ea64c9db6d5b99bc9 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: take bus<sep>Tail: walk onto bus
Output:
| [
"Yes"
] | task1211-231ff3d3eb7b451c87c3432f882a911c |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: hear crowd go mad<sep>Tail: stand up and cheer
Output:
| [
"Yes"
] | task1211-f9f24314361348089f7d00ca36bd6516 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX becomes flat<sep>Tail: sleeps
Output:
| [
"No"
] | task1211-d2f9a59ab51f46d4a3a0db4b31424459 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: drill hole<sep>Tail: chose drill bit
Output:
| [
"Yes"
] | task1211-1f9b938a35724d0fbca214b25925a7fc |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: clean room<sep>Tail: vacuum
Output:
| [
"Yes"
] | task1211-4a16af2b2c8c40aa960c28e9ef4bdef9 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: bathe<sep>Tail: towel off
Output:
| [
"Yes"
] | task1211-37da9070dc35453b94b6b2381e062bf9 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: use computer<sep>Tail: plug in
Output:
| [
"Yes"
] | task1211-a2ac865bdc37436e9f892c4011bab549 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: dress nice<sep>Tail: look at yourself in mirror
Output:
| [
"Yes"
] | task1211-15cf74f0309043bf9a6ee2177c0fabba |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX attends PersonY school<sep>Tail: curious
Output:
| [
"No"
] | task1211-dc03ae47e47a4c828f1c7e5fe74bb3bf |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX bears ___ unto the PersonY<sep>Tail: they are more sympathetic to those who are struggling
Output:
| [
"No"
] | task1211-3d9791a1790f49b8a9be34d93e07c295 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX asks PersonY's teacher<sep>Tail: interested
Output:
| [
"No"
] | task1211-7dbbf501dac24bdfbc1e6c435f9e1fa7 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: attend lecture<sep>Tail: take notes
Output:
| [
"Yes"
] | task1211-5ec88d12d6d64bf39e7b7d2788b71670 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: stay fit<sep>Tail: want more pussy
Output:
| [
"Yes"
] | task1211-79460653130247ffa0038dd0d0661c0b |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX becomes PersonY wife<sep>Tail: Loving
Output:
| [
"No"
] | task1211-cd069e53381d45e7a06d73aea3ce894c |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX achieves PersonY effect<sep>Tail: to prepare
Output:
| [
"No"
] | task1211-56742ee18fc14bbd8fe0ab8d44c3d111 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: wash car<sep>Tail: get sponge
Output:
| [
"Yes"
] | task1211-f4edf711958941e99c618415d66ff19e |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX becomes flat<sep>Tail: talentless
Output:
| [
"No"
] | task1211-aa10a553bbc94e96a11b0c6955f1d47a |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: play game of chess<sep>Tail: checkmate
Output:
| [
"Yes"
] | task1211-885c63d9be67437fa19a3191add3ea7d |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: enter<sep>Tail: count people inside
Output:
| [
"Yes"
] | task1211-aea5207ab66f416bb89f741a5f0f33fb |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: cook curry<sep>Tail: gather together ingredients
Output:
| [
"Yes"
] | task1211-239208f7ac334f848f49c7fd64746ff6 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX asks if PersonY was okay<sep>Tail: questioning
Output:
| [
"No"
] | task1211-da97fd0d311f4b1da2b7257be4d9f87a |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: communicate<sep>Tail: work out main points
Output:
| [
"Yes"
] | task1211-4ab17e925b704bafa26f5ecb6f3e856e |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX asks PersonY's mother for help<sep>Tail: To check assignments
Output:
| [
"No"
] | task1211-e27272a07d244396848c5501fc8bf9c9 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: study for subject<sep>Tail: open textbook
Output:
| [
"Yes"
] | task1211-75cef8edab2c4a2ebac5b65dec004910 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: have lunch<sep>Tail: pour cup of coffee
Output:
| [
"Yes"
] | task1211-f0544cdeb18f4125af7567fd63cb3d0e |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX begins to hurt<sep>Tail: to lay down
Output:
| [
"No"
] | task1211-f76d82c828d142aa9cdd85f1a4ed274c |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: impanel jury<sep>Tail: send out jury duty notices
Output:
| [
"Yes"
] | task1211-ea2f9d45cc3f44799be880f772e58604 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX arrives at PersonY understanding<sep>Tail: to see their side of it
Output:
| [
"No"
] | task1211-89be2829fab64f9e94acd4b125840210 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX achieves PersonX's objective<sep>Tail: to celebrate
Output:
| [
"No"
] | task1211-641d7c563d5342aaa4bd4586decbcc90 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: get good grade<sep>Tail: admit cheated
Output:
| [
"Yes"
] | task1211-96d0cb1c4b0f4029bb2a7c0a41afd5e7 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX behaves like a PersonY<sep>Tail: PersonX is viewed as pathetic
Output:
| [
"No"
] | task1211-8e4d9e4c1f024c65a6b94330985e14ae |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: open business<sep>Tail: change sign on door
Output:
| [
"Yes"
] | task1211-0e7e16d135da4c65acf1a06f8480e8bd |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: take bath<sep>Tail: private
Output:
| [
"Yes"
] | task1211-85dcace53e1d499f8f037bea756b673f |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX assumes another ___<sep>Tail: think of names
Output:
| [
"No"
] | task1211-2082ddcb408c4137877c6e283982f984 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: drill hole<sep>Tail: look through hole
Output:
| [
"Yes"
] | task1211-09d972e77dac4121a0c6acde9f9ccd63 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX bats PersonX's eyelashes<sep>Tail: kiss Personx
Output:
| [
"No"
] | task1211-c59e5188eeb14ae792a433384d18483d |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: view film at home<sep>Tail: pick one out
Output:
| [
"Yes"
] | task1211-3e94fff3aa0944b1ac3fbb74aaafbdbc |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX bases on PersonX's experience<sep>Tail: to have experiance
Output:
| [
"No"
] | task1211-8615fe7c403b42238053b1c49939d406 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: awake<sep>Tail: drink coffee
Output:
| [
"Yes"
] | task1211-9951d855076b42d5b8998ec0f9fa06d3 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: study<sep>Tail: graduate
Output:
| [
"Yes"
] | task1211-af39babed85c494bb996cfaf6a7c245c |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX becomes PersonY wife<sep>Tail: weds
Output:
| [
"No"
] | task1211-1ac7c6f8620e4d89808fbdd993c253b6 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: buy hamburger<sep>Tail: take to seat
Output:
| [
"Yes"
] | task1211-a5222be40fbb45e9962fb6241852b98c |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX adopts PersonY attitude<sep>Tail: gets thanked
Output:
| [
"No"
] | task1211-8d1ada9da6ef44599d9ded93e0a6436c |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: go for run<sep>Tail: cool down
Output:
| [
"Yes"
] | task1211-cf368f18623440039daee2b0c61a4ddb |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: apply for job<sep>Tail: make phone call
Output:
| [
"Yes"
] | task1211-0c5784d6a3624cf8a65978e0d56000a2 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: read<sep>Tail: contemplate
Output:
| [
"Yes"
] | task1211-98f86b5391b2435fb2f42d3d889f8a48 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX argues a lot<sep>Tail: unfriendly
Output:
| [
"No"
] | task1211-f6ba163958e8479bbd4214cf11a5ffc1 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX answers PersonX's purpose<sep>Tail: helpful
Output:
| [
"No"
] | task1211-3cff05039ad447b8b37002e0b3bddbc5 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: awake<sep>Tail: feeling groggy
Output:
| [
"Yes"
] | task1211-e184b4675aad4f98912548757f224ad5 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: have epileptic fit<sep>Tail: shake
Output:
| [
"Yes"
] | task1211-fe6ce0af187445c4aa55b1ba5b95011a |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: invest money or energy<sep>Tail: evaluate possible consequences
Output:
| [
"Yes"
] | task1211-8a1254660fad4afab6c6b7ed44156e65 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: eat apple<sep>Tail: pick up
Output:
| [
"Yes"
] | task1211-d7f1ec1b85404a1a868547d3dbf400c7 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: holiday shop<sep>Tail: get enough money
Output:
| [
"Yes"
] | task1211-61dc0bee66004e419612d151830f1e74 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: follow recipe<sep>Tail: serve food
Output:
| [
"Yes"
] | task1211-4975036cdd2b46e5ab4af6c36feca0d3 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: eat in fast food restaurant<sep>Tail: order food at counter
Output:
| [
"Yes"
] | task1211-170a7cb7c2db490ea44fa7572722b08f |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX also loved ___<sep>Tail: to buy something
Output:
| [
"No"
] | task1211-e398dd1e9d9d4a19b38c17c11a4b6784 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: grocery shop<sep>Tail: put groceries in pantry
Output:
| [
"Yes"
] | task1211-ad6f578f4071461e8c2f5e38e2d22be0 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX applies sunscreen<sep>Tail: to be healthy
Output:
| [
"No"
] | task1211-c4e0337cb8384b0cb5597de11b0abe87 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: Trusting
Output:
| [
"No"
] | task1211-9c1209d01efe4273a377b74283ed1d1b |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX becomes PersonY's wife<sep>Tail: To live with X
Output:
| [
"No"
] | task1211-c40782a796df4e87972cc24c06f65460 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: use vcr<sep>Tail: hit play button
Output:
| [
"Yes"
] | task1211-35aa0fe1e0d541fa89a2c33fa7fa5dcc |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX also ordered ___<sep>Tail: to check the menu
Output:
| [
"No"
] | task1211-73fd44b193b54a4081188b7dd900f9e1 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX accepts the invitation<sep>Tail: to get a new shirt
Output:
| [
"No"
] | task1211-cff5f6220fde4843b0d0d2c1623e539e |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX affords PersonY every ___<sep>Tail: none
Output:
| [
"No"
] | task1211-b1475327dbda4a5f834f6e1bda2af8a5 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: buy shirt<sep>Tail: check size
Output:
| [
"Yes"
] | task1211-60888a3fdd864995bc5c0dc716919f10 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: fly<sep>Tail: land
Output:
| [
"Yes"
] | task1211-585e1b917aeb4121aacba48a5f464480 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: climb<sep>Tail: get to top
Output:
| [
"Yes"
] | task1211-69b6a438e5dc4f74acdcb03e1b905aeb |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: awake<sep>Tail: put on eyeglasses
Output:
| [
"Yes"
] | task1211-3fac8265357044fd8ec42c00a83d6ec2 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX arrives at PersonY understanding<sep>Tail: curious
Output:
| [
"No"
] | task1211-358988f42ccf48d9a9d75a9e14e851cf |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: become christian<sep>Tail: stop swearing
Output:
| [
"Yes"
] | task1211-4372717d0f224816bf36c9e3c96ecce5 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX behaves like a PersonY<sep>Tail: to be like someone else
Output:
| [
"No"
] | task1211-0f1c1649a0ee4c34909c21934e9e9141 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.