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 arranges a date<sep>Tail: none
Output:
| [
"No"
] | task1211-f15e3ddd634f47588df1a5abb7e74986 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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: happy.
Output:
| [
"No"
] | task1211-de27713d3a3b4ddda9260142c1b5fd34 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX becomes PersonY's wife<sep>Tail: help person x move in
Output:
| [
"No"
] | task1211-9adb7d39ccb34730a17ec0cca3d82000 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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 new kitten<sep>Tail: relinquish authority
Output:
| [
"Yes"
] | task1211-0ec6e5f36fbb4cf3b86e4992a24e3a52 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: invest money or energy<sep>Tail: research return on investment
Output:
| [
"Yes"
] | task1211-a9c3197904ec4f17877b5c63aa58f17e |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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 public<sep>Tail: tell
Output:
| [
"Yes"
] | task1211-3843b13098654ca7aa36b7e320a7d8d6 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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 offer<sep>Tail: humble
Output:
| [
"No"
] | task1211-4379d3c47714424688b8f7017e599f17 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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: frustration
Output:
| [
"Yes"
] | task1211-adb81d925bae45e0bf1f8d69c6775775 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: stop car<sep>Tail: turn car off
Output:
| [
"Yes"
] | task1211-573559747b22493aabd233a8a4552803 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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 flame or fire<sep>Tail: gather wood
Output:
| [
"Yes"
] | task1211-dd16a1152d0b4953ab8083af2d1efbb6 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX arrives to the restaurant<sep>Tail: To set an time to arrive
Output:
| [
"No"
] | task1211-a4c9300cccd64219915601c0dae80957 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: leave room<sep>Tail: open door
Output:
| [
"Yes"
] | task1211-0fe88c56fc03414a85bcf882174d5aa0 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: see particular program<sep>Tail: press alt f4
Output:
| [
"Yes"
] | task1211-7e79efaf0556408bad5c56530dc57d0c |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: post message<sep>Tail: find appropriate medium
Output:
| [
"Yes"
] | task1211-8ce0174298d348b2854594e845a07f0c |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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: to think of a response
Output:
| [
"No"
] | task1211-6e08f2fbb9084eeba317e2121a9693ce |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX arranges a date<sep>Tail: go home
Output:
| [
"No"
] | task1211-64dead9538ea490eb38121785d100e15 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: ski<sep>Tail: ride in ambulance
Output:
| [
"Yes"
] | task1211-806094a7ec5d4f7dba73542d0109acde |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX adapts ___ to conditions<sep>Tail: none
Output:
| [
"No"
] | task1211-a9a2dfa273924610a5a731f09bbf5104 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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 break<sep>Tail: return to work
Output:
| [
"Yes"
] | task1211-5394aa8b8ac54601971a712a1d0ae3f5 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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's letter<sep>Tail: to invite PersonY
Output:
| [
"No"
] | task1211-935bb187c5fc4c91be37d2df3973b818 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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: to prepare the dough
Output:
| [
"No"
] | task1211-c7aad69eb3ca45348c5a13b9b8242b60 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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: phone interview
Output:
| [
"Yes"
] | task1211-92a08552ee704d8eac0df5c667d748a2 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX argues a lot<sep>Tail: none
Output:
| [
"No"
] | task1211-dc28fa53c1814908b21c208c87b821a7 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: tell story<sep>Tail: start once upon time
Output:
| [
"Yes"
] | task1211-34706538f6854484a98a1fae20383f79 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: holiday shop<sep>Tail: plan meals
Output:
| [
"Yes"
] | task1211-949b569668fd4c1fac9f794406e6de1b |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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: knit brow
Output:
| [
"Yes"
] | task1211-73e3a49cb8e74d37a02cf6089786cacc |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: act in play<sep>Tail: rehearsal
Output:
| [
"Yes"
] | task1211-94d3c8f41cc240378e6b8c1194c3fc8b |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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 offer<sep>Tail: to gain something
Output:
| [
"No"
] | task1211-239227d0946b4c838563db66a5d644ee |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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: create flame
Output:
| [
"Yes"
] | task1211-fc7a1ded41664dc0aa170a91009ec1e5 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: kill<sep>Tail: go to jail
Output:
| [
"Yes"
] | task1211-1fcbe285a55d42c590c29f5f581f8919 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: kill<sep>Tail: run away
Output:
| [
"Yes"
] | task1211-d54b83f49cb84423a194b479251e0881 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: exercise<sep>Tail: burn fat
Output:
| [
"Yes"
] | task1211-f8eee301d6bc4dc8b50512b4f69ea5c0 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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 watch ___<sep>Tail: to start watching something
Output:
| [
"No"
] | task1211-2038466488ea4272b2bfef90618759a0 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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: take money
Output:
| [
"Yes"
] | task1211-34d6c77bc1134912805057363f8915f3 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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: take step
Output:
| [
"Yes"
] | task1211-838bd1ceff1041298dccb9b3be120260 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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: apetite
Output:
| [
"No"
] | task1211-28947a1ff23e4b9cac8057c2d1525ed8 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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: reach top
Output:
| [
"Yes"
] | task1211-7237fa5e84744d4a97a223d9d1e1032b |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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: Fake
Output:
| [
"No"
] | task1211-72231632a67e4ac1a3f634f33dc0e5d0 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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: open bottle
Output:
| [
"Yes"
] | task1211-5f5e06758d9f44b2810c38598ffbf959 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: hear crowd go mad<sep>Tail: run away
Output:
| [
"Yes"
] | task1211-07ec46b638eb40be88636ab63a674903 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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 car engine<sep>Tail: insert key
Output:
| [
"Yes"
] | task1211-1d3139eee2214ea2ba0efa249c44524e |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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 mountain<sep>Tail: feeling breathless
Output:
| [
"Yes"
] | task1211-1497a47b224f4719af4ca24ee42360c8 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: ride bike<sep>Tail: put on padding and helmet
Output:
| [
"Yes"
] | task1211-65482512f9ea47758645a6a48ede23d0 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: jump at chance<sep>Tail: risk proper evaluation
Output:
| [
"Yes"
] | task1211-fe3b820cacd1421ebf829019b22afdaa |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: ski<sep>Tail: buy lift ticket
Output:
| [
"Yes"
] | task1211-f4ac3da6769d4bd3b70533c37cfee489 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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: to be ill
Output:
| [
"No"
] | task1211-e177d1120da24f2095076345cebebd30 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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 mountain<sep>Tail: hammer
Output:
| [
"Yes"
] | task1211-bdc7d0250130432d8176d02824c26cbc |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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: sit on examination table
Output:
| [
"Yes"
] | task1211-86a5208a41ef4c49be34add8ed8facfb |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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 to medical school<sep>Tail: to learn medicine.
Output:
| [
"No"
] | task1211-fed43d247b264719a084166cc22bf6cf |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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: notice cute person
Output:
| [
"Yes"
] | task1211-3fc2f85bf08a48e5a8c0105e18be4ce9 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: receive degree<sep>Tail: tell girlfriend
Output:
| [
"Yes"
] | task1211-57c81a964f5e4c0f97a202ffca38a928 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: fence<sep>Tail: have proper tools
Output:
| [
"Yes"
] | task1211-56a57a6df6044bd6b5d86e3df4b30e51 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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<sep>Tail: to get up
Output:
| [
"No"
] | task1211-07696325f79d4940a4d2fcd25798f5b0 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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: to be comfortable
Output:
| [
"No"
] | task1211-71bde4a900d84c6bb3fb0ec860b82be1 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: use vcr<sep>Tail: push play button
Output:
| [
"Yes"
] | task1211-90c7665d7ce5472aada41846b69dab49 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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: log off
Output:
| [
"Yes"
] | task1211-749b70de1d4c41a0901760aba68b92aa |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX amends PersonY act<sep>Tail: scolded
Output:
| [
"No"
] | task1211-63d52853c7864efdb5814aa480d4b1c4 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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 that ___<sep>Tail: to eat dinner
Output:
| [
"No"
] | task1211-41ff1ed3430c441c895a5f5fe46395b0 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX asks PersonY to play<sep>Tail: to tell PersonY to stop playing
Output:
| [
"No"
] | task1211-c9a16c9cda6b4d1d99cd6ddd49c2c8fb |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX accepts the offer<sep>Tail: to benefit from it
Output:
| [
"No"
] | task1211-fd4213fe9426452380cad2f3e47e0859 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX accepts god 's ___<sep>Tail: To become monk
Output:
| [
"No"
] | task1211-87633aed43f544dc8dd570edc35b1334 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: pass class<sep>Tail: put class notes away
Output:
| [
"Yes"
] | task1211-7a684109a08649dab713882b4e0109dc |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: cross street<sep>Tail: look both ways
Output:
| [
"Yes"
] | task1211-c32d14c7a3894f838da55dc10ca905bf |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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 badly wanted<sep>Tail: eager
Output:
| [
"No"
] | task1211-f57f708178db454b8f1ed48d1773e286 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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: to see what PersonX's favorite clothes are
Output:
| [
"No"
] | task1211-3e2dd6f6f3b44401b8532691dc344188 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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 watch ___<sep>Tail: irritated
Output:
| [
"No"
] | task1211-a7edd783ff434259b61ad9905d073be0 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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: to talk
Output:
| [
"No"
] | task1211-0d3e91019d2145c1be228d2d01abafa4 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: find truth<sep>Tail: ask questions
Output:
| [
"Yes"
] | task1211-dcb646cea32347b4a007c7952fd98a25 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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: Know PersonY
Output:
| [
"No"
] | task1211-701c57a65c1047bb9eb7c042c9b0faef |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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 distracted<sep>Tail: absentminded
Output:
| [
"No"
] | task1211-2431bc3ac1ca44ca9c14d52423f098ad |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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: Teacher thinks deeply to not provide private information to PersonX
Output:
| [
"No"
] | task1211-f1e5c9e676d04b92b1f8e536ed6f549a |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX asks ___ if PersonY could have one<sep>Tail: to give theirs to PersonY
Output:
| [
"No"
] | task1211-9bc6f79ff4a5447bab806bf78eaf0383 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX beats PersonX's swords into ploughshares<sep>Tail: peaceful
Output:
| [
"No"
] | task1211-cbae59c7f5c44c9e90e03c9cc54313d9 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX answers the question<sep>Tail: to ask a question
Output:
| [
"No"
] | task1211-3d06414f2e784edf9e8c8845bddbeda9 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: hike<sep>Tail: start walking
Output:
| [
"Yes"
] | task1211-c70318b3dc984a36811ab5d39187a612 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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: start sorting through piles of stuff
Output:
| [
"Yes"
] | task1211-f7f8dd6d967d43fd9ece2f7e90adf32d |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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: smile
Output:
| [
"Yes"
] | task1211-002b5c4b518748a49001a2b4f9c49148 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: good to have someone with them
Output:
| [
"No"
] | task1211-8828f76e2a884e858b5b1b69ae3b44bd |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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: to be involved
Output:
| [
"No"
] | task1211-399ef3e7b1824ac5a1b2f6ecb17ed980 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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: define roles
Output:
| [
"Yes"
] | task1211-54136de34a6a4e64b5a8e1876584ea4d |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: buy house<sep>Tail: examining sinks
Output:
| [
"Yes"
] | task1211-ec74aad9c8904ed19d4a99a128ed671f |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX achieves PersonY effect<sep>Tail: to see
Output:
| [
"No"
] | task1211-ff9d782de01a44468610061adc30ee03 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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 work and earn money<sep>Tail: save
Output:
| [
"Yes"
] | task1211-bc33fb99531e4c868e6e432d212226c8 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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's letter<sep>Tail: kind
Output:
| [
"No"
] | task1211-197e9d95d6474a0894789568feb346f1 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: enjoy day<sep>Tail: relax before going to bed
Output:
| [
"Yes"
] | task1211-418c4ebb16a7433396c328c583cd8d20 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: buy shirt<sep>Tail: try on first
Output:
| [
"Yes"
] | task1211-125e14f5041e4c5ca02361ba26c2fb15 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: advance into battle<sep>Tail: lose
Output:
| [
"Yes"
] | task1211-54c5f810ced748dbabf5ea809c3ec568 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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 open his mouth
Output:
| [
"No"
] | task1211-e51620131dce4c7c9c673fb8cd429c1f |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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 invitation<sep>Tail: excited to see persony
Output:
| [
"No"
] | task1211-15e8beff3a5a4b4f98e2c28671965605 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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: to feel better
Output:
| [
"No"
] | task1211-3c67155104194e7fb2504bc7efe22627 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: go to get haircut<sep>Tail: enter beauty parlor
Output:
| [
"Yes"
] | task1211-22aa06df454e42a6b8d04ab87f39da39 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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: none
Output:
| [
"No"
] | task1211-b0fbcd773b064118bbd8c10c43ef5d79 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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: gather patches
Output:
| [
"Yes"
] | task1211-2677750e714240e1994ed0a065f7e0f6 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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 dream<sep>Tail: to be an astronaut
Output:
| [
"No"
] | task1211-85c47959187b4e968dec680a99e96bda |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: buy<sep>Tail: spend money
Output:
| [
"Yes"
] | task1211-4be25e933ec84b3ba2a20fbb0157c78a |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: become more clean<sep>Tail: smell better
Output:
| [
"Yes"
] | task1211-e39af86d84714c50be8d749fab1c9712 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX also ordered ___<sep>Tail: to store items
Output:
| [
"No"
] | task1211-c9d486ce1fc7492d888132d4d43500f3 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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 invitation<sep>Tail: happy personx accepted
Output:
| [
"No"
] | task1211-130254cd14e6451584c8bc2f9c056b49 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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 invitation<sep>Tail: forgets about it
Output:
| [
"No"
] | task1211-062d14fefec749e78e3ea3e8431465fa |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: act in play<sep>Tail: hit bottle
Output:
| [
"Yes"
] | task1211-3fdd14e4a42f41248217546c3f05afd4 |