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: PersonX asks PersonX's boyfriend<sep>Tail: loving
Output:
| [
"No"
] | task1211-0dcae8fc2c6d47cb9f93d6f1e83af3da |
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 ___ to go with PersonY<sep>Tail: them to have someone with them while they go
Output:
| [
"No"
] | task1211-6ffba9587e2d41508124ebd8f7e9bcae |
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: make phone call<sep>Tail: lift receiver
Output:
| [
"Yes"
] | task1211-e925a5cbd6ef4b26994dd50c3895bb4f |
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: cross street<sep>Tail: look for on coming trafic
Output:
| [
"Yes"
] | task1211-9c1aa76430f249bcabcc5d7ac15c1e08 |
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 performance<sep>Tail: get ticket
Output:
| [
"Yes"
] | task1211-c899467abdf14f15a1f16963208b0b62 |
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 believes every ___<sep>Tail: She breaks up with him
Output:
| [
"No"
] | task1211-f620073f9b5e4e02993b1a2cd2ecbbec |
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 more clean<sep>Tail: stop throwing things on floor
Output:
| [
"Yes"
] | task1211-cad3a86281344fdca9cb5210777ba3ff |
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: score homer<sep>Tail: touch home plate
Output:
| [
"Yes"
] | task1211-a8801f7c239045afa357e9866772cd50 |
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: visit art gallery<sep>Tail: open door
Output:
| [
"Yes"
] | task1211-6d06a94e38a6453ca740cde1bba622d9 |
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: call for help
Output:
| [
"No"
] | task1211-36b2cf163bd64f7299784dd9a2549f21 |
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: wipe mouth
Output:
| [
"Yes"
] | task1211-d48739689daf47e3893677c0382528ac |
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 door<sep>Tail: He opens the door
Output:
| [
"No"
] | task1211-b75edfaa749845fca3563570b95c995b |
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 house<sep>Tail: talk to property agent
Output:
| [
"Yes"
] | task1211-8a14eeececdc4e54b1aa4d24cbd79162 |
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 beats PersonX's swords into ploughshares<sep>Tail: to take a break
Output:
| [
"No"
] | task1211-a85c68158b8e4cf3b908810da8ffe792 |
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: advance into battle<sep>Tail: might get shot
Output:
| [
"Yes"
] | task1211-aa03cc7a87e7471293dbc309efe99a56 |
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: to have a perfect document
Output:
| [
"No"
] | task1211-b740aa6d4d454189b3e90d05c88b06d3 |
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 classical concert<sep>Tail: may clap
Output:
| [
"Yes"
] | task1211-36e19576bb9d482e9dcfa241cf0c7bd2 |
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: kiss<sep>Tail: open mouth
Output:
| [
"Yes"
] | task1211-e988c21bccfe48fea86e91357300d52c |
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: conduct trial<sep>Tail: dress like clown
Output:
| [
"Yes"
] | task1211-e03c39974a6d4ab18dbbf1a87218dfa9 |
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: conquer nation<sep>Tail: take away people's weapons
Output:
| [
"Yes"
] | task1211-c9fccc960007451cb31440f72352f203 |
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 do it again
Output:
| [
"No"
] | task1211-e4d136ff692c4a50aef0aa4a31292f59 |
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: to buy a house together
Output:
| [
"No"
] | task1211-29b3a9239a274f199b5882a9dc28835e |
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: hide unsightly
Output:
| [
"Yes"
] | task1211-24518b088f6b4e5ab5166f74f3dc3725 |
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: gather referrals
Output:
| [
"Yes"
] | task1211-f1358b2aa11946bc97d95e3043536077 |
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 sunbathe
Output:
| [
"No"
] | task1211-88fd92b0210340778c2de3a66cce1678 |
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 babysits PersonX's nephew<sep>Tail: to ask their sibling a favor
Output:
| [
"No"
] | task1211-9e95360edc5b4ced8858d271637aa824 |
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 job<sep>Tail: competent
Output:
| [
"No"
] | task1211-054205cdb7514ff1818a098fb4f26fe8 |
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: might fall asleep
Output:
| [
"Yes"
] | task1211-4e0eb64690af476b83fed3a4b88fd3bd |
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: stretching hamstrings
Output:
| [
"Yes"
] | task1211-a4636e0b83184654b5e6d0f88756d9d4 |
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: choose<sep>Tail: make decision
Output:
| [
"Yes"
] | task1211-b98bace496a748dc9509faa4d9519069 |
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 phone call<sep>Tail: hear phone ringing
Output:
| [
"Yes"
] | task1211-866c0777268a4e2091849fc641954381 |
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: fight enemy<sep>Tail: learn all can about
Output:
| [
"Yes"
] | task1211-92b4c9a335f44a32b7e8684b145ddc0b |
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: find good stove
Output:
| [
"Yes"
] | task1211-be6a00c2a7004e388141f9bb0584755e |
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: make sure it's useful
Output:
| [
"Yes"
] | task1211-82e2c16e4edb4d6a860538c8c9d2ebfd |
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<sep>Tail: gains information
Output:
| [
"No"
] | task1211-b009df86bc094137a7364507a314e1b7 |
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: act in play<sep>Tail: nervousness
Output:
| [
"Yes"
] | task1211-a0e759c8b29947af8a0703621600ef66 |
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 make<sep>Tail: to call PersonY and make a request
Output:
| [
"No"
] | task1211-57f10bc01da04acd83c88ffd606bfc38 |
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 stay<sep>Tail: persuasive
Output:
| [
"No"
] | task1211-839795be197d4f1e8c00f8dd41499eb3 |
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 tries<sep>Tail: attains riches
Output:
| [
"No"
] | task1211-47b934b9575a488cafc9abaeb68f0832 |
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 pay
Output:
| [
"No"
] | task1211-63b3b1059ab34da9ad88e689ee9e8beb |
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: catch mumps<sep>Tail: sleep
Output:
| [
"Yes"
] | task1211-9fac7671b65f473ba3486c2762128834 |
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 talk to someone
Output:
| [
"No"
] | task1211-ce9624074c3749d3957acc431e372ef3 |
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: wake up in morning<sep>Tail: forget dreams
Output:
| [
"Yes"
] | task1211-2039ae9fd0a24a2c84133fdd022b179f |
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: find passion
Output:
| [
"No"
] | task1211-3874be016e1c497c9ae673c8018259d2 |
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: weed garden<sep>Tail: find weeds
Output:
| [
"Yes"
] | task1211-94173c21ab98433691dd74008b3a6a54 |
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 school<sep>Tail: studious
Output:
| [
"No"
] | task1211-7a88d269ffec45b5a7b750c85012cbcc |
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: open book
Output:
| [
"Yes"
] | task1211-e2ae9e762f4943e28332c85a543778d6 |
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 door<sep>Tail: excited
Output:
| [
"No"
] | task1211-2338c2d883204cf79e35e2742c99fceb |
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 object<sep>Tail: giving
Output:
| [
"No"
] | task1211-7e11583ef5914fc48cccd9e3b15fad06 |
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: travel towards destination
Output:
| [
"Yes"
] | task1211-fbecfdcfd8924c25832043ec3acb76da |
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 PersonY question<sep>Tail: informed
Output:
| [
"No"
] | task1211-876e9a95364e4077a29141a964a3cd99 |
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: exercise<sep>Tail: feeling better yourself
Output:
| [
"Yes"
] | task1211-2b0b1481ca2b4233a67dd5a1a62e84ea |
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: learn language<sep>Tail: learn to introduce yourself
Output:
| [
"Yes"
] | task1211-23315419d5ec40ca98c09428217d97e6 |
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: receive degree<sep>Tail: look for job
Output:
| [
"Yes"
] | task1211-c4c5856b531f4621827583e9b032dcf6 |
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: lost a lot of money
Output:
| [
"No"
] | task1211-69048a329a244e3098f7c70aecbb57b3 |
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 off strike<sep>Tail: sleep
Output:
| [
"Yes"
] | task1211-60a2ac71962b469396d967ff6db5934e |
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: graduate from the previous grade
Output:
| [
"No"
] | task1211-791e07f0d9374e5596745376b872af09 |
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 play<sep>Tail: to take a break from playing.
Output:
| [
"No"
] | task1211-935c8510cb834098b6c97ccaee2d971e |
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: breathe<sep>Tail: air goes into lungs
Output:
| [
"Yes"
] | task1211-289e73dd8b9540a3a83bd8e14bd0b08c |
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: convict suspect for crime<sep>Tail: refer to all facts not emotion
Output:
| [
"Yes"
] | task1211-4800f999a61a4bac81171029a6b54932 |
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: leave line<sep>Tail: get to hold place
Output:
| [
"Yes"
] | task1211-d4a79a4a99c94591838afbb454093746 |
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: give plug<sep>Tail: collect small bribe
Output:
| [
"Yes"
] | task1211-66682d429dee4c3e8964ff143944c339 |
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 in film<sep>Tail: get up to leave theater
Output:
| [
"Yes"
] | task1211-6d66e8da254a43ecb47eaaf170db0b5b |
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: visit museum<sep>Tail: look around
Output:
| [
"Yes"
] | task1211-c89cb5a7f96346348b7c51e34fa21abe |
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: turn on stove
Output:
| [
"Yes"
] | task1211-f6728312c18a4881b65cd4fba6be1944 |
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: bungee jump from high bridge<sep>Tail: tie bungee cord
Output:
| [
"Yes"
] | task1211-af2217bdcec44876b1aa0387bca2e9c8 |
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: is recognized by others
Output:
| [
"No"
] | task1211-35f83159bf034202a015e3768e2672c6 |
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 home from lunch<sep>Tail: to drive home
Output:
| [
"No"
] | task1211-01f86dcb799a461f9fbd8dd58cfd31e2 |
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 ate<sep>Tail: healthy
Output:
| [
"No"
] | task1211-a47e25a0d7424b95bc7a9d4805c7262f |
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 amends PersonY act<sep>Tail: to help others
Output:
| [
"No"
] | task1211-ae029841f0a64e2a9d242e202b91f26b |
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: fight enemy<sep>Tail: plan attack
Output:
| [
"Yes"
] | task1211-a4e6128c94fb403290c2eb4cbe5a2bc5 |
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 happier<sep>Tail: at ease
Output:
| [
"No"
] | task1211-de066923265a4ac7bffcc5269aaf54f9 |
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 god 's ___<sep>Tail: to continue to follow God
Output:
| [
"No"
] | task1211-68531614fb8d497fa70dd78dd83746fd |
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 arranges a date<sep>Tail: kiss goodnight
Output:
| [
"No"
] | task1211-99854f29af7844e6a2d5cb3cb4e71a43 |
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: prepare for vote<sep>Tail: cast vote
Output:
| [
"Yes"
] | task1211-6a8e3dadc2304e2db20d8aac1b7a5cc7 |
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: stand in queue<sep>Tail: wait behind other people
Output:
| [
"Yes"
] | task1211-8a73f02744474d408743cbabb9b2dcee |
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 drive<sep>Tail: unlock car
Output:
| [
"Yes"
] | task1211-02beb76ee4454890ae7e552fb9246f14 |
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 benefits
Output:
| [
"Yes"
] | task1211-73bd708b11a54059a2f84ca1d5ee5b8d |
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: commit murder<sep>Tail: choose victim
Output:
| [
"Yes"
] | task1211-48ae025c0a3d4ea38fcd227d50ff28d1 |
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: conquer nation<sep>Tail: get conquered
Output:
| [
"Yes"
] | task1211-5886d6a41a25484298f51b610d00080d |
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<sep>Tail: pick up pen
Output:
| [
"Yes"
] | task1211-889999888c4e41a7a6e4744c1d780848 |
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: wipe down
Output:
| [
"Yes"
] | task1211-10b0da25e7d441578071949ccb3a1496 |
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 good hand hold
Output:
| [
"Yes"
] | task1211-84bf025ea90b4c978cffe2e72861e8b7 |
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 to the restaurant<sep>Tail: to eat dinner
Output:
| [
"No"
] | task1211-a8659d0c2e414ff3b1a80ef00281a48f |
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: to provide him an opportunity
Output:
| [
"No"
] | task1211-752546423ce7497dbc77fa88699a09df |
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: find seat
Output:
| [
"Yes"
] | task1211-2d73858bdf8140029e231b55463b5087 |
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: none
Output:
| [
"No"
] | task1211-d92f572067d44b0ca5c7eae60f570177 |
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 video<sep>Tail: display video
Output:
| [
"Yes"
] | task1211-3089d4ea96fa45218f06182fc90218a9 |
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 adapts ___ to conditions<sep>Tail: converse about topics to someone
Output:
| [
"No"
] | task1211-1a8af2859a42425aae48ae58602348d1 |
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 wore ___<sep>Tail: funny
Output:
| [
"No"
] | task1211-202888c44c434794a32b5bc7201c47cd |
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 ___ for one<sep>Tail: curious
Output:
| [
"No"
] | task1211-a3d49b1e5f944abfa4e539a8d4977215 |
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: return to work<sep>Tail: take off coat
Output:
| [
"Yes"
] | task1211-8e7d77c34c284f7b82cc4b41fdd46063 |
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: to win
Output:
| [
"No"
] | task1211-013d22cf95e54f0c9b0dfd35e44e3ebc |
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 to go home<sep>Tail: becomes homesick
Output:
| [
"No"
] | task1211-4a54ddeddbe647e1b188dff627777e37 |
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 invitation<sep>Tail: also happy
Output:
| [
"No"
] | task1211-8166bb1d265d44ccb7a14e9abcd08af8 |
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 pub<sep>Tail: take seat
Output:
| [
"Yes"
] | task1211-b31ea21b27fb4d3fa6cb92547d911e65 |
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 house<sep>Tail: examining cupboards
Output:
| [
"Yes"
] | task1211-98508ee76d2948988144e4a9c8951319 |
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: plan
Output:
| [
"Yes"
] | task1211-30dd248a48964c45afe2ba3e4d6482fa |
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 happier<sep>Tail: more happy
Output:
| [
"No"
] | task1211-dea4603bc69c400a813a9aa15cb35988 |
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: find opponent
Output:
| [
"Yes"
] | task1211-8ef8597d949248469b16bbef70495f85 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.