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 acts weird<sep>Tail: falls asleep
Output:
| [
"No"
] | task1211-97ddcd6a56b64556a1ea6debc130b9e6 |
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: decides to stay
Output:
| [
"No"
] | task1211-eb29f4c3f6394e29a415e8901b13a0a0 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX affords PersonY protection<sep>Tail: to write up a contract
Output:
| [
"No"
] | task1211-f2987e17f6f3474cb0bb9d196fce25a1 |
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: comfort friend<sep>Tail: inner peace
Output:
| [
"Yes"
] | task1211-b398478cead14f4a9e6315bcbdc08004 |
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: helpful
Output:
| [
"No"
] | task1211-4bb3a821530d4d499a6e47f7216d473b |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX asks PersonY's teacher<sep>Tail: PersonX thanks the teacher
Output:
| [
"No"
] | task1211-0f36fe81f9684c508281d474e5d24744 |
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: smoke<sep>Tail: put out cigarette
Output:
| [
"Yes"
] | task1211-df7bd237c55146db93238647658eff09 |
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: buy ticket
Output:
| [
"Yes"
] | task1211-c6b5a145c0374bb094ca4da53ba1e8a0 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: enjoy film<sep>Tail: leave theater
Output:
| [
"Yes"
] | task1211-3dd1a4f0967945f285fd37d840eff3ca |
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: look down
Output:
| [
"Yes"
] | task1211-d58afa33e092495abb6eb6322385ba1e |
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 affects every ___<sep>Tail: important
Output:
| [
"No"
] | task1211-f450921305984ec9afb76998ea4a866e |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX asks PersonY to say<sep>Tail: Instinctively avoids
Output:
| [
"No"
] | task1211-be083092dbf1493191f613f039b7a69d |
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: flirt<sep>Tail: make eye contact
Output:
| [
"Yes"
] | task1211-8af3d5054b9948a29f13ebc2f0983465 |
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: start fire<sep>Tail: ignite lighter
Output:
| [
"Yes"
] | task1211-15f91356e9534dac86e2dc29baa0023d |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: have lunch<sep>Tail: buy food
Output:
| [
"Yes"
] | task1211-63ab9437420945c5bba14d242bc6b108 |
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<sep>Tail: gloat
Output:
| [
"Yes"
] | task1211-050635b6494f4f279664577ef9851fd3 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX assumes another ___<sep>Tail: to plan ahead
Output:
| [
"No"
] | task1211-7e20d3f9f5be4c149281f685949f5a76 |
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: jail time
Output:
| [
"Yes"
] | task1211-d13f80d347224a2fbe4d19a60b2488f3 |
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 'd better go<sep>Tail: not speak to anyone
Output:
| [
"No"
] | task1211-c041452917bc43f299dea9faf713fe81 |
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 swim<sep>Tail: climb out
Output:
| [
"Yes"
] | task1211-37e43863db0b419bbd883476c046a485 |
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: meet friend<sep>Tail: say hello
Output:
| [
"Yes"
] | task1211-605078fd62a8404c815fe6d22a3e02fc |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX adopts PersonY attitude<sep>Tail: be aware of the other persons attitude
Output:
| [
"No"
] | task1211-d17e8b55d971481d8b2a0890b975de76 |
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 examination<sep>Tail: bend over
Output:
| [
"Yes"
] | task1211-b60a19c031544e458ae8f6c55254f907 |
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: greets people well
Output:
| [
"No"
] | task1211-8a14a62934a2480196daff7956b9617e |
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 harp<sep>Tail: put away
Output:
| [
"Yes"
] | task1211-e3cc3be1243447d38801a62e383af3f6 |
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: is nervous
Output:
| [
"No"
] | task1211-f03c9a3c27b4430c9863c32df723ab34 |
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: contemplate<sep>Tail: think
Output:
| [
"Yes"
] | task1211-90a73050cf8d4cf59bd29934f1ebbd48 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: get divorce<sep>Tail: tell other
Output:
| [
"Yes"
] | task1211-f3fd7b5382624717ad34f4040232c574 |
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: hand in application
Output:
| [
"Yes"
] | task1211-6a4a6ae73fed41d3b4bbaade3b8c0cbf |
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: Buy the correct size.
Output:
| [
"No"
] | task1211-5001eefde3054c5e8342d68d4c99bbbe |
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: stop cleaning
Output:
| [
"Yes"
] | task1211-35a67c48c70d423ea552d82d41e5ee5e |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: eat in fast food restaurant<sep>Tail: get in line
Output:
| [
"Yes"
] | task1211-cc72eff788b24bb4948176b9f9421a57 |
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 checkup<sep>Tail: check reflexes
Output:
| [
"Yes"
] | task1211-07ead14aad3a4869ba2d1ea55e6ba30d |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX adopts PersonY attitude<sep>Tail: none
Output:
| [
"No"
] | task1211-7fb5397cf9884a9f9c2b1817befcff8e |
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: none
Output:
| [
"No"
] | task1211-ce4ee8c6b62a42e6bb673fe0203b0591 |
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: listen to radio<sep>Tail: turning off radio
Output:
| [
"Yes"
] | task1211-e84bc88c14c04d1f9f8a18d6eee580a1 |
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 grandma<sep>Tail: to ask with person y's grandmother
Output:
| [
"No"
] | task1211-c72b9ea5c0e34b7d9d613c123db5f8a3 |
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: surf net<sep>Tail: turn on computer and modem
Output:
| [
"Yes"
] | task1211-dc639fb4899547b0957fb21a37ea7cc9 |
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: surf net<sep>Tail: send copy
Output:
| [
"Yes"
] | task1211-5e4f3907d4c04d4d8fa2121d66e7d9a4 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX begins to hurt<sep>Tail: to help
Output:
| [
"No"
] | task1211-f22cca75edf04ba5a759ddc18619c62a |
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: tickle<sep>Tail: run away fast
Output:
| [
"Yes"
] | task1211-1c824ba6a4084f148988a20754e34d42 |
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: go back inside
Output:
| [
"No"
] | task1211-14930508d2854675ac5d60a2308f1ba7 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: satisfied.
Output:
| [
"No"
] | task1211-f436337e595a43b4835ce1e0cf7c95b1 |
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 gift<sep>Tail: carefully select
Output:
| [
"Yes"
] | task1211-0db557cddc374d9ba425ae3ed45a66fa |
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: skate<sep>Tail: leave ice
Output:
| [
"Yes"
] | task1211-2948f655ca774e298935409c5a88be92 |
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: jump off
Output:
| [
"Yes"
] | task1211-30bedd64f32847249c5057c366eda523 |
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: urinate<sep>Tail: flush
Output:
| [
"Yes"
] | task1211-3af02cc44d1c4a2b858941082b3ae166 |
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 mall<sep>Tail: leave
Output:
| [
"Yes"
] | task1211-02d93c0c542945968943973ddf5030ac |
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: to try something new
Output:
| [
"No"
] | task1211-a5e755ad9d784e11bef8caf79e476836 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX asks PersonY's mother for help<sep>Tail: receives assitance
Output:
| [
"No"
] | task1211-0457f33a61a14fc7bc14ed3c7e4a3748 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: write letter<sep>Tail: evaluating what reader will think
Output:
| [
"Yes"
] | task1211-794b221ab45147d8af542922e75139ef |
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: design software<sep>Tail: design solution strategy
Output:
| [
"Yes"
] | task1211-f5ddea9f1cbf40c3b508eca3a3dad653 |
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: debate politics<sep>Tail: research issues
Output:
| [
"Yes"
] | task1211-65ad84e52b0b45368266f0981f368e9b |
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: catalog events
Output:
| [
"Yes"
] | task1211-31ac0cd924984d2fa596e6047f0ce772 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX bears the brunt<sep>Tail: to have something difficult to do
Output:
| [
"No"
] | task1211-59232136994d49e4adf9a078482d55c0 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX behaves like a PersonY<sep>Tail: to know why they were impersonated
Output:
| [
"No"
] | task1211-51d7698742174df49e3eaf0801e3f40e |
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: inquisitive
Output:
| [
"No"
] | task1211-875feafcf69a42ffb905cb5d6c5128df |
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: are kicked out the competition
Output:
| [
"No"
] | task1211-284bb8c9ef5e49d69b8c03a85188f77f |
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: end connection
Output:
| [
"Yes"
] | task1211-318a1033c1f2402789e6ac5ef1cd28d4 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: bathe<sep>Tail: pour feces on yourself
Output:
| [
"Yes"
] | task1211-69e8ad1fccce48d78d720d25061e3525 |
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 play<sep>Tail: walk outside
Output:
| [
"No"
] | task1211-7ccef2915b834bf1b022afecce8eb2c6 |
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: hit bottle<sep>Tail: pass out
Output:
| [
"Yes"
] | task1211-bc9b982aa8954108ab3a68f2824e52d3 |
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 agrees to the challenge<sep>Tail: to practice hard
Output:
| [
"No"
] | task1211-156468059df445dcab4fa0147534272e |
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: curious
Output:
| [
"No"
] | task1211-32d2ca32f8a34a46a877297684e877a7 |
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: to achieve goal
Output:
| [
"No"
] | task1211-3dd8f1127e704fe9928cdc7b8d0fef64 |
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: to call him
Output:
| [
"No"
] | task1211-e0eea17be78b43de895c2f3a65c7775c |
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 patchwork quilt<sep>Tail: decide on pattern
Output:
| [
"Yes"
] | task1211-05464b8bd0354db6bfa117f4dc99f618 |
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 bakes bread<sep>Tail: hungry
Output:
| [
"No"
] | task1211-b26e9c80dd5c40a5b68984916e695a64 |
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: stays safe
Output:
| [
"No"
] | task1211-593d0ed06f664fa7991887fefef28d21 |
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: winner emerges
Output:
| [
"Yes"
] | task1211-e0571cecf03145a0bc73f008ec7e58b5 |
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: to walk to the door
Output:
| [
"No"
] | task1211-6b210e33610f4927ac3d1b9de8d21814 |
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: fix computer<sep>Tail: turn on
Output:
| [
"Yes"
] | task1211-ad51742489bf46e1a9914d6d25b4be69 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: take bath<sep>Tail: pour water into tub
Output:
| [
"Yes"
] | task1211-d461ee8c83094494b700735018fa1e33 |
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: reach impasse<sep>Tail: innovation
Output:
| [
"Yes"
] | task1211-b26d12e4dc32456792c320efd4c7b5d5 |
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: pick up clutter
Output:
| [
"Yes"
] | task1211-d6f5c24a044e47c898ee083217f90ff1 |
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: test car<sep>Tail: get into
Output:
| [
"Yes"
] | task1211-96aafdfc0c4d48b9b3b6123cb5fbb4ed |
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: ask a question also
Output:
| [
"No"
] | task1211-91caf5bd8c364396a9c06ea71b68808d |
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: program computer<sep>Tail: type
Output:
| [
"Yes"
] | task1211-45421add7d7d4a2da77b80ad374e2a8b |
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: jog<sep>Tail: put on running shoes
Output:
| [
"Yes"
] | task1211-2912fefce4ad4c53a674a727565b609b |
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 perjury<sep>Tail: defendant pays well
Output:
| [
"Yes"
] | task1211-3927124fffa740a48df25d0b6cc2e658 |
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: build cathedral<sep>Tail: consecrate ground
Output:
| [
"Yes"
] | task1211-3be4701defde401c9d9078e2256c0108 |
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: yawn<sep>Tail: close mouth
Output:
| [
"Yes"
] | task1211-72a280d8111b472b8be6e7931e2b5ef4 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX affords PersonY protection<sep>Tail: keep every thing safe in advance
Output:
| [
"No"
] | task1211-22e33e2cf9b24caba7a9aaf7da2dba8b |
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: piss<sep>Tail: open zip
Output:
| [
"Yes"
] | task1211-bbbb9140c9b74b96a0ea80af3e9d61ea |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: have lunch<sep>Tail: decide what want
Output:
| [
"Yes"
] | task1211-b83c7a0f76a94342a65c640235a084a2 |
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: is ready for the day
Output:
| [
"No"
] | task1211-204cd409aeca4bb2847b2cbe16aab135 |
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: to help person.
Output:
| [
"No"
] | task1211-06da6431aabe4d1685b9c93499e886ac |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: to buy the things
Output:
| [
"No"
] | task1211-dadf318595e54c86a724d5f08dd22ce1 |
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 every ___<sep>Tail: protected
Output:
| [
"No"
] | task1211-ecd640209fc24a409a48ffe171b8d416 |
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 for a loan<sep>Tail: responsible
Output:
| [
"No"
] | task1211-9194232a1909425391d1a640f922f485 |
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 the moon<sep>Tail: to talk x to their senses
Output:
| [
"No"
] | task1211-2c803f9b12334d5e8ea4ff368059479e |
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: build cathedral<sep>Tail: get architect
Output:
| [
"Yes"
] | task1211-eaeb38eb58e549999d0f446eac5ba470 |
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: become ill
Output:
| [
"Yes"
] | task1211-95678a4e1e1448f0a17133f3e9a8f2e9 |
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: Drive a vehicle
Output:
| [
"No"
] | task1211-49191d1ebf0e44cab439e981e2ab4f7a |
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: locate messes
Output:
| [
"Yes"
] | task1211-871ada00d24d4dbcab3d851bef314e52 |
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: cash in<sep>Tail: feel good
Output:
| [
"Yes"
] | task1211-462c5fe2194547f8a7cbe08945431eb9 |
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 go on a honeymoon
Output:
| [
"No"
] | task1211-2190d39821924577befbe2b702878f06 |
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 for a loan<sep>Tail: buys new car
Output:
| [
"No"
] | task1211-6054add98b9a48b583f70b21fe308968 |
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: bring in verdict<sep>Tail: have judged
Output:
| [
"Yes"
] | task1211-d2b4d43772654b2c9043d67c9b859a48 |
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: test car<sep>Tail: open hood
Output:
| [
"Yes"
] | task1211-3143ac2253234d9889eb3884b1272097 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.