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 attends PersonY school<sep>Tail: He takes a class with Person Y.
Output:
| [
"No"
] | task1211-40bb370155734ccb9d2f00533dd91155 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX answers PersonY question<sep>Tail: gets reassured
Output:
| [
"No"
] | task1211-d5f7649849ef4df3b7287956fe7a67a9 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: read news<sep>Tail: pick nose
Output:
| [
"Yes"
] | task1211-018a4c6608604940970085b6c5038942 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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 art<sep>Tail: think about it's meaning
Output:
| [
"Yes"
] | task1211-cc45d2ceb70149f5a2d9b46f8c3f75a1 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX accepts the job<sep>Tail: To buy a new wardrobe
Output:
| [
"No"
] | task1211-6e27fce7cbd74b5086b88c848a100791 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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: throw knife in river
Output:
| [
"Yes"
] | task1211-017f80c4c69b44a9af7b68f5d701e659 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: take bath<sep>Tail: drain tub
Output:
| [
"Yes"
] | task1211-975a1f665a4443899a7b6fc2681ea82f |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: pay by check<sep>Tail: get out checks
Output:
| [
"Yes"
] | task1211-b0e64af8c90d49adb8f18f1509d03dac |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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: create topic
Output:
| [
"Yes"
] | task1211-a834e3d660d641ee9e01caed9c6b9003 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: lucid dream<sep>Tail: fall asleep
Output:
| [
"Yes"
] | task1211-31c1eba9d60b437db4135aa08af487fe |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: clean room<sep>Tail: vacuum floor
Output:
| [
"Yes"
] | task1211-32744c2b683f4db4a76c3f4be8226a17 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: go for run<sep>Tail: cool off
Output:
| [
"Yes"
] | task1211-15bb95613343414792f360ef8279301e |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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: order or prepare food
Output:
| [
"No"
] | task1211-64548e27c721426499903ca605d5aaff |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: attend classical concert<sep>Tail: enter auditorium
Output:
| [
"Yes"
] | task1211-2a1bdd5d0a664110bbac242e44470d16 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: commit murder<sep>Tail: might go to trial
Output:
| [
"Yes"
] | task1211-600a6ad0cf9143ddb80f003915dda2be |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: go for swim<sep>Tail: drying yourself
Output:
| [
"Yes"
] | task1211-98b0802ed6274d4ca8beb65ab8805bd0 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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: provide a service
Output:
| [
"No"
] | task1211-b244ea9496a6444398416cae92f2cf21 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: write<sep>Tail: put down pen
Output:
| [
"Yes"
] | task1211-157b810d0e53411da898a460fe292d4d |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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: testing heating
Output:
| [
"Yes"
] | task1211-f220bff73e004a4f87d1d71d0a37e392 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: purchase cellular phone<sep>Tail: put to ear
Output:
| [
"Yes"
] | task1211-b93613fb34504ca59b840cd5fbb99299 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX believes every word<sep>Tail: gets success
Output:
| [
"No"
] | task1211-0583269393054ba08c77d102c6f68683 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX accepts the job<sep>Tail: skilled
Output:
| [
"No"
] | task1211-8dd8565fff314464b41504bce5d0df27 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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: sign papers
Output:
| [
"Yes"
] | task1211-0d91d61a5bc7480d821d831718c107fa |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX begins to hurt<sep>Tail: tend to console
Output:
| [
"No"
] | task1211-3b65d802b23f4bb4b9f6e5ced4cb85fd |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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: establish approach
Output:
| [
"Yes"
] | task1211-45e9b8b88d684ba0b46ba11863f40511 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX affects every ___<sep>Tail: to see if they can get different results
Output:
| [
"No"
] | task1211-4d28d829fdf049bfbafdd93f80f7c098 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: sit on chair<sep>Tail: bend knees
Output:
| [
"Yes"
] | task1211-97a1aafb4ebd48a0a79a0880306d248c |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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: to honour person Y as a host
Output:
| [
"No"
] | task1211-64ea7a26594046caabbbeef55eff6c56 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX asks PersonY's mother for help<sep>Tail: a problem needing help
Output:
| [
"No"
] | task1211-fb150edd79af4502819681c118de1508 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: have lunch<sep>Tail: drink liquid
Output:
| [
"Yes"
] | task1211-2c19961b0df0416f8da01fdca4864966 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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: portray character
Output:
| [
"Yes"
] | task1211-d2ef16f22a98411faac940cceebafe4b |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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 concert<sep>Tail: sleep
Output:
| [
"Yes"
] | task1211-b73651a5fece4f2e83fb6ddb196adc59 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: fly kite<sep>Tail: reel in
Output:
| [
"Yes"
] | task1211-57165dce0a324aff98ca6b555fb410d0 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: follow recipe<sep>Tail: clean up
Output:
| [
"Yes"
] | task1211-dd2648d1f9c54ff3829364a310f672ed |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX asks PersonY's mother for help<sep>Tail: wanted
Output:
| [
"No"
] | task1211-23b5de8fa85844c7a01e5863d2188e6e |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: eat hamburger<sep>Tail: chew and swallow hamburger
Output:
| [
"Yes"
] | task1211-5f691ec320aa43c6a67712758a0111dd |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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: determine scope
Output:
| [
"Yes"
] | task1211-9f8399ca7d994806ad66ca9c88da6e5d |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: take bus<sep>Tail: pay bus fare
Output:
| [
"Yes"
] | task1211-66b9d0e48b6b4edea165e021c6f5f476 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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: lazy
Output:
| [
"No"
] | task1211-c9327230aed94577ac352c6c4424a511 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: read news<sep>Tail: recycle paper
Output:
| [
"Yes"
] | task1211-b9fa22a28c764f80828de52a0f2dd916 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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: get best weather predictions
Output:
| [
"Yes"
] | task1211-3217acf27a3e4b71a73318e652393f98 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: go for swim<sep>Tail: dip toe
Output:
| [
"Yes"
] | task1211-a23a9d092831484fab5713e4d5644c2b |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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: die gloriously
Output:
| [
"Yes"
] | task1211-c426c621456045e3a1797ae963e2417a |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: obstruct justice<sep>Tail: refuse to cooperate with authorities
Output:
| [
"Yes"
] | task1211-2e2d1e44c7374f84b8ccf4632427ffb0 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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 bends over backwards<sep>Tail: none
Output:
| [
"No"
] | task1211-10544ebce5c64e35bc404c0d6a5371dc |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: kiss<sep>Tail: look into eyes
Output:
| [
"Yes"
] | task1211-c20d3589fd3044d99184c7c7327033e1 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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 movie<sep>Tail: leave house
Output:
| [
"Yes"
] | task1211-699ecf77f2b346fa91006343c86c0fbe |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: soak in hotspring<sep>Tail: take off clothes
Output:
| [
"Yes"
] | task1211-ae8a7fd7408e4f11a41bc3ee38c75a89 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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 shortly<sep>Tail: Starts studying in class
Output:
| [
"No"
] | task1211-dd2ffe42279e4577ab0536c003a5e009 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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 walk<sep>Tail: go outside
Output:
| [
"Yes"
] | task1211-a6a7b1f1f8b7439987919c81566fa5a4 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: open gift<sep>Tail: what
Output:
| [
"Yes"
] | task1211-b58f4873bc4f4c60975d0db01db7e58a |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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: sell
Output:
| [
"Yes"
] | task1211-b4d4a047de2340b9b784234b848d0a5e |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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 mother for help<sep>Tail: unsure
Output:
| [
"No"
] | task1211-9685041d640a4aeb8294fad9c22a9e8d |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: play game of chess<sep>Tail: put away board
Output:
| [
"Yes"
] | task1211-9e2e2e6720b0436c87bbbffc3afd76f5 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX always tries<sep>Tail: satisfied to have given effort
Output:
| [
"No"
] | task1211-00bcdd90ca304568a1d4d07998ce2ce6 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX affects children 's ___<sep>Tail: to teach well
Output:
| [
"No"
] | task1211-cbe8aaa34eb94ddeaeeb0a8e5adceda4 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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 more question
Output:
| [
"No"
] | task1211-f7572f912d1e42db847c7ee5a94c2be6 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX becomes fast ___<sep>Tail: to have similar interests
Output:
| [
"No"
] | task1211-565eb66546f44b8a82cabe7a6d3598b2 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: play sport<sep>Tail: take shower
Output:
| [
"Yes"
] | task1211-1fdd949c7f2b48769383a64ab9f89ed4 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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 nervous breakdown<sep>Tail: cry
Output:
| [
"Yes"
] | task1211-e4c1ae12661644c798559986340d11b6 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: bring in verdict<sep>Tail: unhappiness
Output:
| [
"Yes"
] | task1211-d079a86929a0474eb03873ae941d8ae0 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX begins to hurt<sep>Tail: to get scolded by others
Output:
| [
"No"
] | task1211-e6ca653334054858be94f3959e3467ff |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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 up and down<sep>Tail: land
Output:
| [
"Yes"
] | task1211-1760259a80a543f4968e3d0313d4ce77 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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 laundromat<sep>Tail: locate laundromat's physical location
Output:
| [
"Yes"
] | task1211-2636cf3d42c446aeb1f91280081cb57d |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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: to get information.
Output:
| [
"No"
] | task1211-341e37effb1c4350a08c1b7351529321 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX affords every ___<sep>Tail: capable
Output:
| [
"No"
] | task1211-2c77fdb2b87d4c9f887fedd1f4d57964 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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: full
Output:
| [
"No"
] | task1211-f3b1125d4efc45dabbf003de84061864 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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 every ___<sep>Tail: open minded
Output:
| [
"No"
] | task1211-1a8606492ed845b7ba7d4c491e7fb8b7 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: urinate<sep>Tail: sit on toilet
Output:
| [
"Yes"
] | task1211-d9db6e344f2d4c088c083135c1bec933 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: write letter<sep>Tail: find pen and paper
Output:
| [
"Yes"
] | task1211-dee7a362bc6c41bb818f12c469438f20 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: play sport<sep>Tail: determine winner
Output:
| [
"Yes"
] | task1211-4316637b7f584b14879aec57502a3d98 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: discover truth<sep>Tail: am happy
Output:
| [
"Yes"
] | task1211-092035501e524a63b9fee3e9180d2b07 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: entertain<sep>Tail: clean up after leave
Output:
| [
"Yes"
] | task1211-3761a5e272dc42f387d6b5cdb9f142b9 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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 house<sep>Tail: dust
Output:
| [
"Yes"
] | task1211-2f803ef43b994b13ab081df13c8ec7f0 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX becomes PersonY wife<sep>Tail: good friends
Output:
| [
"No"
] | task1211-087ea1fb67ea48ca8464dc2a62add4ec |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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 question<sep>Tail: change their opinion
Output:
| [
"No"
] | task1211-e7e0af8cfbae4f00abcb7c39ca9a3745 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX bats PersonX's eyelashes<sep>Tail: amorous
Output:
| [
"No"
] | task1211-7308d84f605e416ead4b73e3d076f2ce |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: fight inflation<sep>Tail: buy more
Output:
| [
"Yes"
] | task1211-6fb59fa79c134368911d723776747495 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX bases on PersonX's experience<sep>Tail: knowledgeable
Output:
| [
"No"
] | task1211-0ea0edbbef3b40be9355c1c071ab123c |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX arrives at PersonY understanding<sep>Tail: to be finished
Output:
| [
"No"
] | task1211-7c40bf73e1e34f4fb0f4e08c753cf922 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX believes every ___<sep>Tail: work hard to achieve what he believes in
Output:
| [
"No"
] | task1211-8ad718c1e6f3481f9c0bd32e1d5a62aa |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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: gets respect at work
Output:
| [
"No"
] | task1211-a2125e24478b406f9ba629a7f03ee42a |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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 calculator<sep>Tail: turn on
Output:
| [
"Yes"
] | task1211-ff9f2423c3cb4a48a55d01ca759f3abd |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: build cathedral<sep>Tail: make blueprint
Output:
| [
"Yes"
] | task1211-0e55a15392fa47bd86aafe6eb662503f |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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: helping
Output:
| [
"No"
] | task1211-3ebf8fbe934b488598dd47ba86034c30 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX asks for the moon<sep>Tail: ashamed
Output:
| [
"No"
] | task1211-9fa2b5beb19148098bf22cc21fffd587 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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 into trance<sep>Tail: become hypnotized
Output:
| [
"Yes"
] | task1211-553de860e3fd4a5aadd20eddd27e7053 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: maintain good health<sep>Tail: eat right
Output:
| [
"Yes"
] | task1211-e1ecd71aa4144a1dad4ef05ef79c7c29 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: get divorce<sep>Tail: drinking beer
Output:
| [
"Yes"
] | task1211-11d45d2104c948d392c780c4783e136a |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: go to mall<sep>Tail: look around for friends
Output:
| [
"Yes"
] | task1211-bfb0faca5eb34e58a3a5040b0fe1a6cb |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX affects every ___<sep>Tail: to change the outcome
Output:
| [
"No"
] | task1211-e0fff1c5048b4c0aa8d03e045a7b70b9 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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: respectful
Output:
| [
"No"
] | task1211-bce5f507478a4ad88ad143119234003b |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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: put on proper clothes
Output:
| [
"Yes"
] | task1211-e027652a4a684a7899442868b751b4d3 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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 turn on the oven
Output:
| [
"No"
] | task1211-54d44a7a43844f76b3dd8fdeac61a710 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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 show<sep>Tail: to go to PersonY
Output:
| [
"No"
] | task1211-e331554514de4e1da910ef16b5071c20 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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 opera<sep>Tail: take seat
Output:
| [
"Yes"
] | task1211-aa5c97d56f3d4ff9b3bf99ce7fdeb1c2 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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: set up office
Output:
| [
"No"
] | task1211-6f7bc29018c3438ebd04e61eea4b2362 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: 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 reply
Output:
| [
"No"
] | task1211-831bceaa60d945508c7af601ff5dd309 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: set cup on table<sep>Tail: get cup
Output:
| [
"Yes"
] | task1211-2c9d5cfe1bea4effa94baf92208bc722 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: have conversation<sep>Tail: choose subject to discuss
Output: Yes
Positive Example 2 -
Input: Head: PersonX allergic to bees<sep>Tail: none
Output: No
Negative Example 1 -
Input: Head: PersonX asks to go home<sep>Tail: to go rest
Output: Yes
Negative Example 2 -
Input: Head: communicate<sep>Tail: gather thoughts
Output: No
Now complete the following example -
Input: Head: PersonX asks PersonY's mother for help<sep>Tail: relief
Output:
| [
"No"
] | task1211-76d0b54cd2c04d3783466524129703c1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.