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 affects PersonY's interests<sep>Tail: to help others
Output:
| [
"No"
] | task1196-fd0893a87b03470aa64d9f65cefe0cb4 |
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 grandma<sep>Tail: To visit grandma
Output:
| [
"No"
] | task1196-f3ba0538bad949f1b2dfc68e3c4319fa |
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 prevents the ___ from occurring<sep>Tail: none
Output:
| [
"Yes"
] | task1196-142a4efab93a440a9b74ed68893d869e |
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 conducts PersonY interview<sep>Tail: thinks about getting hired
Output:
| [
"Yes"
] | task1196-61d13af051404de5b1b438ce28c7c782 |
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 ___ by means<sep>Tail: to be a winner
Output:
| [
"No"
] | task1196-5f79bbfc0b2649cba5675a057eadf1fe |
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 posts photos<sep>Tail: Sees photos
Output:
| [
"Yes"
] | task1196-920d4f009f224400a7cfb96aeaa8d818 |
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 lasts two hours<sep>Tail: none
Output:
| [
"Yes"
] | task1196-319891bf027f459d8d178df661d7b184 |
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: Social
Output:
| [
"No"
] | task1196-cf25f57bd89841f1889b2a8792d5437d |
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 getting old<sep>Tail: none
Output:
| [
"Yes"
] | task1196-85a0c20650964b978d16c3f915db30f5 |
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 just leave
Output:
| [
"No"
] | task1196-4f8b60beaa9e4a1ab00228ad6a37f415 |
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 seems interested<sep>Tail: none
Output:
| [
"Yes"
] | task1196-023eed7778fc4c3a8325ff7ae3167fed |
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 house in order<sep>Tail: none
Output:
| [
"Yes"
] | task1196-03baca533eb146969c97ccfa65b23fe7 |
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 god 's ___<sep>Tail: to continue to follow God
Output:
| [
"No"
] | task1196-05890865f2a24f3c9fb64b8db5081990 |
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 keep PersonY<sep>Tail: PersonY is held hostage
Output:
| [
"Yes"
] | task1196-3bea32668e3144278d521e5968eba94c |
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 answers PersonY question<sep>Tail: ask a question also
Output:
| [
"No"
] | task1196-e28bb96c2c904723a4e8d075dee0da0d |
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 up PersonY's hand<sep>Tail: person y answers a question
Output:
| [
"Yes"
] | task1196-94d2f8cc271a4dca90221d38b9c10573 |
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 picks PersonY up at the airport<sep>Tail: is grateful to personX
Output:
| [
"Yes"
] | task1196-16d8a8cc95c449e795095bf2462175a2 |
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 gets revenge<sep>Tail: none
Output:
| [
"Yes"
] | task1196-ec16e4e110694160b3290be2c8934abb |
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 mad<sep>Tail: punches
Output:
| [
"Yes"
] | task1196-1fbf9ce6b28049a98e414de165f97a95 |
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 tries<sep>Tail: hopeful
Output:
| [
"No"
] | task1196-76898fd8b977466b80b04f65a6cb050a |
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 arranges a date<sep>Tail: organized
Output:
| [
"No"
] | task1196-d8e54d74f5c84fd88c69807edc6591d5 |
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 answers the door<sep>Tail: shakes hand
Output:
| [
"Yes"
] | task1196-16fe422a9dbd43bfafc43b9d370741d4 |
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 escape<sep>Tail: at large
Output:
| [
"Yes"
] | task1196-6c0341c8c6a14ed3b6df451fccc125b3 |
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 knows anything about PersonY<sep>Tail: blushes
Output:
| [
"Yes"
] | task1196-237f4da64009446c9f00b432222e32af |
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 discusses later in the chapter<sep>Tail: none
Output:
| [
"Yes"
] | task1196-d52068d349774dbe98a0a7fdb647c895 |
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: answer questions
Output:
| [
"No"
] | task1196-288c3896f0c54c7992d8bfe2f1cb105c |
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 PersonX enough rope<sep>Tail: Person Y thanks Person X.
Output:
| [
"Yes"
] | task1196-5e902249c60c44019f810b2eda099332 |
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 explains every ___<sep>Tail: They know how to use something
Output:
| [
"Yes"
] | task1196-d44c571be5ab4c9f93602596fa72d4d3 |
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 one<sep>Tail: to walk over to the neighbor's house
Output:
| [
"No"
] | task1196-3734851439e746ad8ad1a7819149ecce |
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: do the best they can
Output:
| [
"No"
] | task1196-0ed17f73d1f74986b02f7bcc271079d9 |
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 PersonY up all night<sep>Tail: persony has red eyes
Output:
| [
"Yes"
] | task1196-c8785ad3bc2441f9aa4e05978b180c89 |
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 ___ by means<sep>Tail: to overcome
Output:
| [
"No"
] | task1196-6a94af6bf8554029b9ec37d643bf5c2e |
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 tries<sep>Tail: courageous
Output:
| [
"No"
] | task1196-52480d21ee484098a908917f4598e673 |
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 bases on PersonX's experience<sep>Tail: To learn from X
Output:
| [
"No"
] | task1196-0a4860443d894463bf890dfde557cedb |
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 skateboarding with PersonY's friends<sep>Tail: Learns a trick from X
Output:
| [
"Yes"
] | task1196-d47d19cf2fa24f5a8d8f0657606bbf98 |
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 ___ to PersonX's friend<sep>Tail: gets engaged in conversation
Output:
| [
"Yes"
] | task1196-272c32063f7340c486092036a770cf55 |
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 everyone ___<sep>Tail: Everyone feels happy from the gift.
Output:
| [
"Yes"
] | task1196-209ef449f4db4c2d864c855707cee0cb |
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: Outgoing
Output:
| [
"No"
] | task1196-fc843657da234fe88c84ce461dbe2cdc |
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 throwing a party<sep>Tail: gets invited to party
Output:
| [
"Yes"
] | task1196-b8721f4c49454d1796a3c01546f445b7 |
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: none
Output:
| [
"Yes"
] | task1196-0251c77490a641448ab334b631a3b7c6 |
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 towards PersonY<sep>Tail: is stared at
Output:
| [
"Yes"
] | task1196-3fd01e97b6c54a51b9a6847e5c8c37fb |
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 complete something
Output:
| [
"No"
] | task1196-24f920d8645f4c93be6e620e2d07ee33 |
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 ___ as understood<sep>Tail: none
Output:
| [
"Yes"
] | task1196-05b440b3f1e44b15ba4a0f1a48ec11a4 |
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 my hand<sep>Tail: gets engaged
Output:
| [
"Yes"
] | task1196-d7d93135f10a472a98de99903d8b7183 |
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 one<sep>Tail: hopeful
Output:
| [
"No"
] | task1196-2d85a5e791ad47fca94583ab9d4dc45f |
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: LEARNING
Output:
| [
"No"
] | task1196-81c25eea5f9443faa8f980455947b6b8 |
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's case<sep>Tail: Receives retribution
Output:
| [
"Yes"
] | task1196-7810a6d817924b35a51da45c0d23492a |
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: happy to be invited
Output:
| [
"No"
] | task1196-1ff88ccf020c4bc29718dde941e143ca |
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 birth<sep>Tail: celebrate
Output:
| [
"Yes"
] | task1196-da5cd9486b4a45fd95970da317b822c8 |
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 show<sep>Tail: to clarify his doubts
Output:
| [
"No"
] | task1196-df51186858b0467195eeeec3ef6b6d1c |
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 PersonY posted<sep>Tail: picks up phone
Output:
| [
"Yes"
] | task1196-e1653255a00d4112a6a3b857612ce02d |
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 object<sep>Tail: loyal
Output:
| [
"No"
] | task1196-b6130cfb31fc4fbb98b5b7592b5f2627 |
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 does this every day<sep>Tail: eat the lunch
Output:
| [
"Yes"
] | task1196-6b93e1e68fc04f89b466f1ebf19a930a |
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: to follow up for a response
Output:
| [
"No"
] | task1196-61679fbe91dd44109d029f5331e54db5 |
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 PersonY's point<sep>Tail: none
Output:
| [
"Yes"
] | task1196-4ec1e77b88d14e5198c6f7e13ca0b1b9 |
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 bakes bread<sep>Tail: wait for it to cool
Output:
| [
"No"
] | task1196-4eca5ea3807f4422806a94e8ef81f8f8 |
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: Pays money
Output:
| [
"No"
] | task1196-24b68f93c28746faa872e5a5072135a0 |
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: happy
Output:
| [
"No"
] | task1196-151185bf562f4292bafce2b536a79740 |
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 recently purchased ___<sep>Tail: none
Output:
| [
"Yes"
] | task1196-456145b9a3f74beb93370bea92fb8db2 |
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 effect<sep>Tail: feels glad about the success
Output:
| [
"No"
] | task1196-037ebebed01a4a5da16e293193277799 |
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 grandma<sep>Tail: To determine what they want
Output:
| [
"No"
] | task1196-2c36b714cbb3406cbc1d9a77149d0267 |
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 water<sep>Tail: none
Output:
| [
"Yes"
] | task1196-c13ed1cc08f64b5c8db67938f1bdfdcc |
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 badly wanted<sep>Tail: desiring
Output:
| [
"No"
] | task1196-39d28a8ee4294e438e9f598a891cd0b4 |
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 bases on PersonX's experience<sep>Tail: To show examples
Output:
| [
"No"
] | task1196-baf80b8d20db41f98e6fd0ae5848a6cc |
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 arranges a date<sep>Tail: civil
Output:
| [
"No"
] | task1196-232da8309851474a9ba764b1267f803d |
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 leads PersonY to the conclusion<sep>Tail: figures out what they think about it
Output:
| [
"Yes"
] | task1196-c7d235c1bb974f55b484c6ed8c9c7ec6 |
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 n't scared anymore<sep>Tail: none
Output:
| [
"Yes"
] | task1196-8d6560ad339d4d7fbb6cab2d7976b9cd |
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: to go to his mother
Output:
| [
"No"
] | task1196-89d376bc62ce40648e51a483c70d4c03 |
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 prevents ___ from occurring<sep>Tail: safe
Output:
| [
"Yes"
] | task1196-fb04f7625936478d8a821d39c3ed0aac |
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 hands ___ back to PersonY<sep>Tail: Looks at the item
Output:
| [
"Yes"
] | task1196-c218b6841c2b420a8e4ea2fe2cc65ea9 |
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 eats PersonY's candy<sep>Tail: hears the parents lecture person X
Output:
| [
"Yes"
] | task1196-cc4fbdd046294b40b9b9c2c74194a54e |
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 dream<sep>Tail: person x's life gets better
Output:
| [
"No"
] | task1196-34f4104b63e24b49812d17d83d55b980 |
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 go<sep>Tail: inviting
Output:
| [
"No"
] | task1196-d57b7247839d40b2b9c80f4d598a01a8 |
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 hand<sep>Tail: hurt
Output:
| [
"Yes"
] | task1196-c5468e79dc5d43fda3f00793e11f8155 |
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 adapts ___ to conditions<sep>Tail: Teacher
Output:
| [
"No"
] | task1196-0827eb4769074629a0f328ab4f55bbba |
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: like they were helpful.
Output:
| [
"No"
] | task1196-05c2239b2684447c9f36cac08ad1f82d |
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 meets everyone 's ___<sep>Tail: none
Output:
| [
"Yes"
] | task1196-e05599d2b6c240ecba577cf9184e50c6 |
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 never eat ___<sep>Tail: none
Output:
| [
"Yes"
] | task1196-1c21ff0852514318a5ddd876118eb68c |
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 allergic to bees<sep>Tail: allergic reaction from contact with bee
Output:
| [
"No"
] | task1196-0827f7929d7e4bdf8dca6896a41dfeaa |
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 up ___ online<sep>Tail: none
Output:
| [
"Yes"
] | task1196-4dea67056a854b03a4bcdd1d9a80e313 |
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 hands<sep>Tail: their hand sweats
Output:
| [
"Yes"
] | task1196-f551a8100b7248f6897901c58ceda2fb |
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 the brunt<sep>Tail: to have something difficult to do
Output:
| [
"No"
] | task1196-79bda5fd776e470e88c8984b06b1f522 |
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 saves PersonY's ___ from destruction<sep>Tail: none
Output:
| [
"Yes"
] | task1196-14c886a7621a490eb455aeba33f44d2b |
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 fees the ducks<sep>Tail: none
Output:
| [
"Yes"
] | task1196-10c34d22a7844271b44a4936921b2c23 |
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 order food
Output:
| [
"No"
] | task1196-c34e6bb0a12546649cf5f6150d06cdc1 |
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 very nice<sep>Tail: none
Output:
| [
"Yes"
] | task1196-29ba3bdbe73d49bdaf0a42e43b1f3b54 |
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: to hang up the phone
Output:
| [
"No"
] | task1196-80ac4571de3b402cbc7cece16afa23c8 |
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 escape from him
Output:
| [
"No"
] | task1196-57a12ccd4afb4583a6778b88a9a10e21 |
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 some pills<sep>Tail: They overdose
Output:
| [
"Yes"
] | task1196-28003923ba5d4a68981b6edb5a2c7889 |
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 ___ to my friend<sep>Tail: smiles
Output:
| [
"Yes"
] | task1196-3b61f9f2fb6b469fa9f33118555602fb |
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 the teacher<sep>Tail: to know the answer
Output:
| [
"No"
] | task1196-9f45b3689b0349cd8aa66c20c8563f9f |
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 eats PersonY's candy<sep>Tail: none
Output:
| [
"Yes"
] | task1196-0683989a8d094c00bd769f4dd0396941 |
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 answers the door<sep>Tail: to get to know PersonX
Output:
| [
"No"
] | task1196-c693f39e183b40059733b13f1938cf43 |
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 nice<sep>Tail: none
Output:
| [
"Yes"
] | task1196-9d5c8b89dd064d2cb8d9474c5e6c5a6b |
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 eventually got fed up<sep>Tail: none
Output:
| [
"Yes"
] | task1196-d23b2082f38244a1bfd11a21a7c02724 |
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 beats PersonX's swords into ploughshares<sep>Tail: hardworking
Output:
| [
"No"
] | task1196-7fb2854d218d473f85f33941e5f1a0f7 |
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 begins to hurt<sep>Tail: to take medication
Output:
| [
"No"
] | task1196-46950303a1d24921b94d22be145b1472 |
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 set a goal
Output:
| [
"No"
] | task1196-8b7e4bae9f774daabf3e16add7f19e26 |
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 gets ___ from PersonX's sister<sep>Tail: grows closer to X
Output:
| [
"Yes"
] | task1196-59006e2ac9034f26b04583d1ee44d9b0 |
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 enhances one 's ___<sep>Tail: none
Output:
| [
"Yes"
] | task1196-6238f427a2594ff9bb30c3b53f89f48b |
Subsets and Splits