input
stringlengths 1.21k
1.33k
| output
sequencelengths 1
1
| id
stringlengths 41
41
|
---|---|---|
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX goes PersonY's way<sep>Tail: greets PersonX
Output:
| [
"Yes"
] | task1196-98af883e9542402fbfca7423564f1fea |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX attends PersonY school<sep>Tail: does homework
Output:
| [
"No"
] | task1196-135ad4adb3724846bfacdd2d1d68fb5d |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX asks PersonY's mother<sep>Tail: help personX
Output:
| [
"No"
] | task1196-8aa82ff2055c4ddeb3af03f7050171b6 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX arrives to the restaurant<sep>Tail: To recommend a dish to X
Output:
| [
"No"
] | task1196-cb3ff44bb16a498d96af8e9044fbbfa5 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX amends PersonY act<sep>Tail: to help personY
Output:
| [
"No"
] | task1196-885dfff34dd6477c8b7ed41ab1afb982 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out who he is
Output:
| [
"No"
] | task1196-3394a9bb2bbd4e21991cc1d34aa475a7 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX arrives home from work<sep>Tail: relieved
Output:
| [
"No"
] | task1196-89e6ae2a2818499aa36db164eb56aa81 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX builds bridges<sep>Tail: none
Output:
| [
"Yes"
] | task1196-0a9b4030657845fd99af1403553afce1 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX babysits PersonX's nephew<sep>Tail: to practice
Output:
| [
"No"
] | task1196-a66a6a68beef4ab2bfb8e293f6923eed |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX can not find PersonY anywhere<sep>Tail: cannot see the other person
Output:
| [
"Yes"
] | task1196-30731830f63445bd8f96aa45f6df27dd |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX reaches PersonY understanding<sep>Tail: knows they understand
Output:
| [
"Yes"
] | task1196-c96be2f4cf8d440a9b85c651995d026e |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX is in first grade<sep>Tail: none
Output:
| [
"Yes"
] | task1196-b25b3832ddb048ae9f87ec711a71d58d |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX pours ___ over PersonY's head<sep>Tail: they get into a fight
Output:
| [
"Yes"
] | task1196-0470d40cc6aa49a6b4e0055a698bad4d |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX always ate<sep>Tail: none
Output:
| [
"Yes"
] | task1196-011faeb0b1104ea7bee0ffae8d7c16e3 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX achieves PersonY objective<sep>Tail: strong
Output:
| [
"No"
] | task1196-4b4d9e9dbb0b42d6b05d247cf5b3aae5 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX is caught and arrested<sep>Tail: judge prosecutes PersonX
Output:
| [
"Yes"
] | task1196-9fd16e9e7b214b108f8a2b542ac9082f |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX opens every ___<sep>Tail: none
Output:
| [
"Yes"
] | task1196-94e99f963ba24ec68e3888ab233ac5a5 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX achieves PersonX's objective<sep>Tail: to know the objective
Output:
| [
"No"
] | task1196-d1a836bd76034a7e9b9992838ad59d0b |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX assumes another ___<sep>Tail: get a new job
Output:
| [
"No"
] | task1196-56763c8e387e4c1d9fd300c75f3e2869 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX is going camping<sep>Tail: none
Output:
| [
"Yes"
] | task1196-5f2543663182482caef3a8b0c7218361 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX draws a picture<sep>Tail: he gets the picture
Output:
| [
"Yes"
] | task1196-fb91c2618749448fb96522589aa86f89 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX receives PersonY invitation<sep>Tail: PerssonY releases invitation
Output:
| [
"Yes"
] | task1196-90d44a5359b54b55820c76b2ebc1af40 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX affords PersonY protection<sep>Tail: relieved
Output:
| [
"No"
] | task1196-dd5830151f0f47ef8d62742de4712c97 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX breaks PersonY's wrist<sep>Tail: screams in pain
Output:
| [
"Yes"
] | task1196-ea448e9767c14ae8a5d3a67fad83a06d |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX gives PersonY the ability<sep>Tail: becomes grateful to PersonX
Output:
| [
"Yes"
] | task1196-0e4bf0a1b18d47a5ac07642039845990 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX finishes baking<sep>Tail: none
Output:
| [
"Yes"
] | task1196-817307192987467bb5101e1e10f5c8f9 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX asks to play<sep>Tail: to relax his mind
Output:
| [
"No"
] | task1196-4f0abc4ff2384ce18aaac65275a28875 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX babysits PersonX's nephew<sep>Tail: to ask if PersonX needs anything dnoe
Output:
| [
"No"
] | task1196-3b4ad4dcd1af425ca7acffe3d0caba7b |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX arrives shortly<sep>Tail: good.
Output:
| [
"No"
] | task1196-ad79894b27174ee98d61dcf5c59b4790 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX accepts PersonY invitation<sep>Tail: PersonX mails an RSVP to PersonY
Output:
| [
"No"
] | task1196-8a8bb35d18f84200a57928a33faabf99 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX applies to medical school<sep>Tail: send their application
Output:
| [
"No"
] | task1196-d69a4d4ad56e4b69be33f90e3c6e942d |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX applies for a loan<sep>Tail: curious
Output:
| [
"No"
] | task1196-68f06e7776b8422885097330dc3b06d1 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX bats PersonX's eyelashes<sep>Tail: see something that they fancy
Output:
| [
"No"
] | task1196-2ce593608e7f4d789da1c911c0066973 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX kicks off PersonY's shoes<sep>Tail: none
Output:
| [
"Yes"
] | task1196-5cd2bf48bf764606a3c6b63e17ec95d0 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX achieves PersonY objective<sep>Tail: to receive thanks
Output:
| [
"No"
] | task1196-beeb6193395e4096bae97244063d625f |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX 'd better go<sep>Tail: to go somewhere else more important.
Output:
| [
"No"
] | task1196-c249a432792d4aeab2e23da65c182d86 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX pours ___ over PersonX's head<sep>Tail: Laughs
Output:
| [
"Yes"
] | task1196-f645eadf0d3e4e76b5801ee228b192d5 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX asks for the moon<sep>Tail: to be great
Output:
| [
"No"
] | task1196-a46b240cad3e4b9193a1d174ccc01acc |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX feels awkward<sep>Tail: Try to reassure X
Output:
| [
"Yes"
] | task1196-86c95300f2b341d9b55447c3422ceaee |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX adopts PersonY attitude<sep>Tail: liberated
Output:
| [
"No"
] | task1196-feda2df11a744eac92d52bcd56c9bfc6 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX gives PersonY the heave-ho<sep>Tail: Person Y goes to live at home.
Output:
| [
"Yes"
] | task1196-1566aa3ea97c4dcfb3dab71fbadb5993 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX asks if PersonY was okay<sep>Tail: none
Output:
| [
"Yes"
] | task1196-404f71cab23d4a8e93bffcaf0572a336 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX holds PersonY's ground<sep>Tail: they gain confidence
Output:
| [
"Yes"
] | task1196-7cb8c294077c4b3d9c6521a984e8e551 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX becomes PersonY's wife<sep>Tail: acquires a family
Output:
| [
"No"
] | task1196-04d8de9d2e4f4551a165306c460a3f69 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX holds ___ in PersonY's hands<sep>Tail: cringes at PersonX's touch
Output:
| [
"Yes"
] | task1196-dfd9a336684f4d91ac515fe8cf773250 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX changes PersonY clothes<sep>Tail: is comfortable
Output:
| [
"Yes"
] | task1196-19113703757a4b1084d8632fd090617c |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX arrives home<sep>Tail: to be at their house
Output:
| [
"No"
] | task1196-646615c997c14b379bc03e5dc92296f8 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX 'd better go<sep>Tail: avoidant
Output:
| [
"No"
] | task1196-ca1b606646384a4db3025272aba55e09 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX grasps both of breasts firmly<sep>Tail: persony screams
Output:
| [
"Yes"
] | task1196-34cf77f18868417ea516130724d73038 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX makes more friends<sep>Tail: gets used to a new person in the group
Output:
| [
"Yes"
] | task1196-259ce3925baa4046b704b942ba01e219 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX affords PersonY protection<sep>Tail: talks to him
Output:
| [
"No"
] | task1196-80aad7c9293845f9a3c304f5b391a14a |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX applies for a loan<sep>Tail: to drive to the bank
Output:
| [
"No"
] | task1196-c526aa4e2ea84fc5b4b3d8181ba9ef07 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX is a senior in high school<sep>Tail: none
Output:
| [
"Yes"
] | task1196-a466e8c6c93e4860a793cd3598443afc |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX asks PersonY's mother<sep>Tail: polite
Output:
| [
"No"
] | task1196-20329bb5a81f49189303991cbd1830ac |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX looks after PersonY's children<sep>Tail: children become grateful for fun time
Output:
| [
"Yes"
] | task1196-5acfbf0487c3451c8381666d0c0117ba |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX accepts the offer<sep>Tail: to shake their hand
Output:
| [
"No"
] | task1196-194c2b898cf941399c3da66c6abcc313 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX also ordered ___<sep>Tail: anxious to eat it soon
Output:
| [
"No"
] | task1196-edc087ddfa924476810495fd104cca44 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX accepts PersonY's invitation<sep>Tail: reply the card
Output:
| [
"No"
] | task1196-9b363e7fc8054f699cb032f1ff816eeb |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX catches some zs<sep>Tail: none
Output:
| [
"Yes"
] | task1196-1391f81412484d29bc66d40e8b9482a9 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: to complain about person x's intrusion into their affairs
Output:
| [
"No"
] | task1196-8120b598c7084a0fa9aaa322ef64bdd5 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX always wore ___<sep>Tail: to appreciate him
Output:
| [
"No"
] | task1196-839f6cf90fbb41e581ade61cadedd212 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX amends PersonY act<sep>Tail: none
Output:
| [
"Yes"
] | task1196-7a272150d4e74f7a8f0c8bd63ead6ac5 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX makes it to work<sep>Tail: appreciates their employee
Output:
| [
"Yes"
] | task1196-71393bb9da6344a9a238f5f7a8a6c1ec |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX rides PersonY's motorcycle<sep>Tail: gets shocked to see personx on motorcycle
Output:
| [
"Yes"
] | task1196-f3abb799e32942a698e433000a77362c |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX accepts ___ in exchange<sep>Tail: to have the salary
Output:
| [
"No"
] | task1196-9c19fd8b24e24dae85896d3e676812ad |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX decides to visit PersonY<sep>Tail: greet guest
Output:
| [
"Yes"
] | task1196-3561d4b340c542be97dbb976743de79a |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX puts the cake<sep>Tail: none
Output:
| [
"Yes"
] | task1196-4a1e0c8f22f24e30a41bda7c92c75b70 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX argues a lot<sep>Tail: lose some money
Output:
| [
"Yes"
] | task1196-18e94e2b96da4e16ae4c7de0f7a8b1cc |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX hides PersonX's ___ in PersonY's hands<sep>Tail: comforts
Output:
| [
"Yes"
] | task1196-4507111ecdfb457789a64e383d480cbe |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX attends school<sep>Tail: To go back home and complete homework
Output:
| [
"No"
] | task1196-a2e646b7910b40b98ed5f7c956974b69 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX arrives home<sep>Tail: safe
Output:
| [
"No"
] | task1196-4f8ce867bc6a4aa69387a3d39b8b01db |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX puts PersonX's ___ in thee<sep>Tail: none
Output:
| [
"Yes"
] | task1196-100595c3b1334a1c9d1eb1501fac28d4 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX asks PersonY's teacher<sep>Tail: report back to the student
Output:
| [
"No"
] | task1196-b35f718841f242a7a0c61c69b08c5d43 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX asks PersonY's grandma<sep>Tail: Check how Person Y's grandma responds
Output:
| [
"No"
] | task1196-3cb8cce882364287a423e2c36b73561f |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX asks to go home<sep>Tail: to have had enough
Output:
| [
"No"
] | task1196-521848fbbafe47a5a61b09504a3fb4ea |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX always wore<sep>Tail: get made fun of
Output:
| [
"No"
] | task1196-d38dea8bf67240a49afb47828dc0389c |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX accepts happily<sep>Tail: instructs PersonX
Output:
| [
"Yes"
] | task1196-cf8b3a4a9f534ae084a806e981f544e8 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX assumes another ___<sep>Tail: to go to the court house
Output:
| [
"No"
] | task1196-c34f767f731d4c0ca67d83cce8cdbfdf |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX improves PersonY's condition<sep>Tail: person y thanks person x
Output:
| [
"Yes"
] | task1196-9892ce68b55b4b91a78a3459c1efc860 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX has PersonX's head read<sep>Tail: can't hide secret
Output:
| [
"Yes"
] | task1196-d1e9b68412754a0fa0a8739a8d155066 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX ministers unto PersonY<sep>Tail: Learns
Output:
| [
"Yes"
] | task1196-a4bcd9bf71934f57ba166538bf2da9d7 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX proves PersonX's case<sep>Tail: look for the real culprit
Output:
| [
"Yes"
] | task1196-afaebaeb8aaf4930a869bea2137fa0df |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX offered PersonX's hand<sep>Tail: returns the favor
Output:
| [
"Yes"
] | task1196-89fe10158e6644358a7e724a0571e7f4 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX keeps the baby<sep>Tail: none
Output:
| [
"Yes"
] | task1196-096f729d607d4b5fbc588d2db9a6f58f |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX bears ___ unto the PersonY<sep>Tail: To provide reliable testimony
Output:
| [
"No"
] | task1196-58b73e9dc18147b29823b8c64874289f |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX calls PersonY a liar<sep>Tail: PersonY wants to defend themselves
Output:
| [
"Yes"
] | task1196-bd819cb07c6148ad8b9b9998e5bfde0e |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX ministers unto PersonY<sep>Tail: none
Output:
| [
"Yes"
] | task1196-359e7fad384042998a7f9d68539fe7ef |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX always ate<sep>Tail: Gets sick
Output:
| [
"No"
] | task1196-01b5438cbca94b4cbe9ffd2c2055e0c9 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX plays ___ together<sep>Tail: takes a position
Output:
| [
"Yes"
] | task1196-95a1fb7b430a4ef78e91afd14bea2a93 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX catches the thief<sep>Tail: gets arrested
Output:
| [
"Yes"
] | task1196-19a30bd294cd46b9ab31580d2419d9fa |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX runs for PersonX's life<sep>Tail: none
Output:
| [
"Yes"
] | task1196-770d911fcd684669a83867a79fe4652c |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: Follow the other people.
Output:
| [
"No"
] | task1196-1544d16cbaa245009127a29f392291b9 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX acts weird<sep>Tail: gets tired
Output:
| [
"No"
] | task1196-6f541f0b2b7840df810cf1c578243b8f |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX asks PersonY to stay<sep>Tail: Alone
Output:
| [
"No"
] | task1196-2632cfb5a7ab48068de8588c81d0b215 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX also ordered ___<sep>Tail: consistent
Output:
| [
"No"
] | task1196-fe61bf224d404be5bef3bbd1faedbf59 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX becomes PersonY's wife<sep>Tail: kisses
Output:
| [
"No"
] | task1196-83f19a0872be48d0aaa2ca7a20ecdba7 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX asks PersonX's mother for help<sep>Tail: thanked
Output:
| [
"Yes"
] | task1196-e8f394b6e2e049808f8a928e849393ea |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX buries the lead<sep>Tail: the audience loses interest in the message
Output:
| [
"Yes"
] | task1196-54b39af5c5ea4f318ea412e05c421c6e |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX lies on PersonY's back<sep>Tail: can't breath
Output:
| [
"Yes"
] | task1196-d58dc001dd1a4269853ced4d19a6bbca |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX makes PersonY feel sick<sep>Tail: Asks to be left alone
Output:
| [
"Yes"
] | task1196-f7817d5738f647a8b6006f66e1562e05 |
Subsets and Splits