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 catches PersonY's eyes<sep>Tail: Person Y smiles
Output:
| [
"Yes"
] | task1196-b24bf65639ef4f55b6e34641a051c568 |
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 finds PersonY outlet<sep>Tail: learns where outlet is
Output:
| [
"Yes"
] | task1196-77651f77981847a9b569afd20e9e9773 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX changes the world<sep>Tail: none
Output:
| [
"Yes"
] | task1196-a8ff15c03b5542aab5d5ce63470b41da |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX babysits PersonX's nephew<sep>Tail: Playful
Output:
| [
"No"
] | task1196-af955def369745268eedfd3d3429d820 |
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 play<sep>Tail: to know PersonY
Output:
| [
"No"
] | task1196-05c47836be364a978e245c663572faa2 |
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 very sad<sep>Tail: PersonY's breathing becomes strained
Output:
| [
"Yes"
] | task1196-7444300fa7be4866a122441ac7751ab3 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX asks for the moon<sep>Tail: to refuse x
Output:
| [
"No"
] | task1196-e2154a8db92d442ba3002d067c90db2f |
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: to be in the safer side
Output:
| [
"No"
] | task1196-4874bf8e2c8548ddb41b87b784b8abc9 |
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: THEY GAIN SOMETHING FROM X GETTING THEIR OBJECTIVE
Output:
| [
"Yes"
] | task1196-6a65c76491db4d2287b6be33aa832158 |
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 fast friends<sep>Tail: open
Output:
| [
"No"
] | task1196-10cec646c25c4ac2b7393465876147f5 |
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 later told PersonY<sep>Tail: learns something new
Output:
| [
"Yes"
] | task1196-4565aa2c5cf341119afda63d4ad07ec1 |
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 another ___<sep>Tail: happy
Output:
| [
"No"
] | task1196-8000e66c0c804162ba7becc13b7ee2a9 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX feels very comfortable<sep>Tail: none
Output:
| [
"Yes"
] | task1196-be531e886b0141a6879698f0d88b3313 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: fight PersonX
Output:
| [
"No"
] | task1196-69fd98e8aa6948a5a87a5a55243b9e5a |
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: be invited by PersonY
Output:
| [
"No"
] | task1196-0dbef8e4361646c58acde9364bcb04e8 |
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 defeats PersonY's purpose<sep>Tail: NONE
Output:
| [
"Yes"
] | task1196-8b577be3736747d0abc6b11b7de262bc |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX has free time<sep>Tail: none
Output:
| [
"Yes"
] | task1196-c41c97edf4a04623b16015b8dacc0b33 |
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 needs ___ to talk<sep>Tail: becomes bored with X
Output:
| [
"Yes"
] | task1196-fd10d6159110402c94f41d430befa871 |
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 work hard
Output:
| [
"No"
] | task1196-854602ead6b1429391f248b0d084eebc |
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: help
Output:
| [
"No"
] | task1196-d9ae1d3b921c4e428c30ed52398cccf8 |
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: listens
Output:
| [
"Yes"
] | task1196-ea5e7e2e22f045859a28ca029e333b38 |
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: become involved with person x
Output:
| [
"Yes"
] | task1196-2bbfdc2d7dbe4c73bc48316c9bfd9dd9 |
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 later told PersonY<sep>Tail: thanks X
Output:
| [
"Yes"
] | task1196-a9d33eae477c4f88be0739ad51c8f494 |
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 PersonY in charge<sep>Tail: HAVE ALL RESPOCIBILITIES
Output:
| [
"Yes"
] | task1196-20410846e49e4857afcbb483f6db57c4 |
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 offer<sep>Tail: none
Output:
| [
"No"
] | task1196-a976d941ac3645c686474a3c5d57af8f |
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 wife<sep>Tail: none
Output:
| [
"Yes"
] | task1196-71db13fd569748d4970fe350231103a7 |
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: learns date and time of event
Output:
| [
"No"
] | task1196-eca9147cc5814168a513164826944f6a |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX asks for the moon<sep>Tail: inconsiderate
Output:
| [
"No"
] | task1196-c5609dd3d35d4762af73f48c0041afc2 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX reaches PersonX's house<sep>Tail: none
Output:
| [
"Yes"
] | task1196-2515b7a970df49b2b623b7affdd066dd |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX runs PersonY's hands through PersonY's hair<sep>Tail: Person y's hands connect with bair
Output:
| [
"Yes"
] | task1196-031834160bd648d1a8f566369afa1d76 |
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 interferes in PersonY way<sep>Tail: is blocked
Output:
| [
"Yes"
] | task1196-837ba420fd754114969d0d10ea5115b7 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX feels a lot better<sep>Tail: none
Output:
| [
"Yes"
] | task1196-a115645b96d141b29b5c130d23d48c2c |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX asks PersonY's mother<sep>Tail: is happy
Output:
| [
"Yes"
] | task1196-c04dcdf9857f470eb7a5dbf633bb4f32 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX is going to be late<sep>Tail: none
Output:
| [
"Yes"
] | task1196-ca9a3fd1d26241ad959f43af52bde8c2 |
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 clicks on the email button<sep>Tail: read email
Output:
| [
"Yes"
] | task1196-1c75898709834a9685df07069d4daf49 |
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 a man 's ___<sep>Tail: man lives
Output:
| [
"Yes"
] | task1196-0cfab59da0d6491b91eb388745ab41ff |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX accepts the job<sep>Tail: competent
Output:
| [
"No"
] | task1196-4101838b27714a7bb99e06b435eca7fd |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX has to drive to the store<sep>Tail: They thank X
Output:
| [
"Yes"
] | task1196-c527b19e4fe24c18baf478e520b84571 |
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 means the world to ___<sep>Tail: loves someone
Output:
| [
"Yes"
] | task1196-ccfb6cac42524db9aede4a381f05a4c6 |
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 feel better<sep>Tail: smiles
Output:
| [
"Yes"
] | task1196-63036142af21481da60b2a44ef95b115 |
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: to order more things
Output:
| [
"No"
] | task1196-1f35fb034a7d49f3b9690cce32c9dfde |
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: learns
Output:
| [
"Yes"
] | task1196-b123a251ba8a4ed896e7a72df6d0ffa9 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: sneaky
Output:
| [
"No"
] | task1196-86579811a4b1480995632c0a948692ea |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX asks if PersonY was okay<sep>Tail: to learn about PersonY
Output:
| [
"No"
] | task1196-b47dcef8f13a47dea80a86f1b2b32a7f |
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 closes PersonY's eyes for a moment<sep>Tail: person y opens eyes
Output:
| [
"Yes"
] | task1196-67b2c3ae40114d99a2a56e8aa4398abd |
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: becomes sweaty
Output:
| [
"No"
] | task1196-eab268dff3d947708b86a5bef316c843 |
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 the reader a ___<sep>Tail: tries to see personX's point
Output:
| [
"Yes"
] | task1196-13e075c6905a49fd801df23b3e7b3c6b |
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 at PersonX's friend 's house<sep>Tail: they have fun
Output:
| [
"Yes"
] | task1196-c36ea6e501ab4ce4a56cfd22425c84b5 |
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 redeems oneself<sep>Tail: people change opinion
Output:
| [
"Yes"
] | task1196-09c5cd8fde2a4a31840ba448b0c2ca3a |
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 ___ around PersonY<sep>Tail: PersonY may feel physically burdened by PersonX actions.
Output:
| [
"Yes"
] | task1196-472e3928c02440f2b32a59266e3d16fa |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX argues a lot<sep>Tail: like they are above others ideals
Output:
| [
"No"
] | task1196-11c84529f3c448a7b313510b96e2cfbc |
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 a friend<sep>Tail: gains something new
Output:
| [
"Yes"
] | task1196-bd988c7b80d84d7da9ec4d769b2a7f73 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX pours ___ over PersonY's head<sep>Tail: PersonY yells at PersonX
Output:
| [
"Yes"
] | task1196-aae2e029d1854a5ca12786e92f2df0b2 |
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 at PersonY understanding<sep>Tail: dutiful
Output:
| [
"No"
] | task1196-62e5e796d0a14d10bdff97b7cec8362c |
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 loosens PersonY's tie<sep>Tail: PersonY's tie falls off
Output:
| [
"Yes"
] | task1196-c3cfd35fcd59474f87092363b9790127 |
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 pulled over by a police officer<sep>Tail: none
Output:
| [
"Yes"
] | task1196-715f8c47431c490fb0c3702614c60334 |
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 up PersonY's money<sep>Tail: can invest funds
Output:
| [
"Yes"
] | task1196-92972462e5fa4c2b9900726ff985280e |
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 addresses PersonY audience<sep>Tail: to provide background
Output:
| [
"No"
] | task1196-143a090a2896486db279572dd3e17140 |
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 food<sep>Tail: of being thankful
Output:
| [
"Yes"
] | task1196-1c714826741f4033b9eeb6dafefe186e |
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 play<sep>Tail: none
Output:
| [
"Yes"
] | task1196-cd9a81d33b844adcbe2ac6e6501f6126 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX breaks PersonY's wrist<sep>Tail: sue
Output:
| [
"Yes"
] | task1196-c95835b86b41416c9b155a2dfccd92b2 |
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 money on bread<sep>Tail: none
Output:
| [
"Yes"
] | task1196-8fd3edd2618944fda4827f34f7eb2763 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX asks PersonY's mother<sep>Tail: to yell at PersonX
Output:
| [
"No"
] | task1196-0a3a0333113f48a8be1ee27f2e1921eb |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX arrives home from lunch<sep>Tail: on-time
Output:
| [
"No"
] | task1196-34c7975ab3454924999dd1254f6bcf00 |
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 finds PersonY opening<sep>Tail: none
Output:
| [
"Yes"
] | task1196-e80ee7d858e54c30b3590ea4a3c783f0 |
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 interprets the ___ in terms<sep>Tail: none
Output:
| [
"Yes"
] | task1196-89ca3e26ccc449f18353471f9460963c |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX attends PersonY school<sep>Tail: to ride with PersonX
Output:
| [
"No"
] | task1196-c401a63a1264484a88159f9f720e8006 |
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: Articulate
Output:
| [
"No"
] | task1196-c675271d3b994e1aa03a528171de6d47 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX reaches PersonY understanding<sep>Tail: Y gets a restraining order.
Output:
| [
"Yes"
] | task1196-6ba290be8f4a4a8f894e7cd8172f8793 |
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 at PersonY's friend 's house<sep>Tail: receives gratitude for inviting personx
Output:
| [
"Yes"
] | task1196-60e8fc9f882247caadbcb969e4e71712 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX always ate ___<sep>Tail: satisfied with the result
Output:
| [
"No"
] | task1196-fb075722607841e6bed9549e6f5325e5 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX plays together<sep>Tail: gets tired
Output:
| [
"Yes"
] | task1196-01b7baf4a6964e68a2a9984461e7bba0 |
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's friend ___<sep>Tail: Receives present
Output:
| [
"Yes"
] | task1196-860fde9905dd4c0a9e3e49a41fd94174 |
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 offer<sep>Tail: to let PersonX know of the rules with the offer
Output:
| [
"No"
] | task1196-3e0bbfc4fb8a46de8e2206d933d157bb |
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 PersonX's diploma<sep>Tail: graduating
Output:
| [
"No"
] | task1196-39412d6cfb064fe38c960141bd9244a5 |
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: to feel used
Output:
| [
"No"
] | task1196-74df4ae1992b4045ab2ee356b2a3a450 |
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 look<sep>Tail: none
Output:
| [
"Yes"
] | task1196-1e336202e3f6404388afe3bb5e8b14e8 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX reaches ___ in height<sep>Tail: PersonY marries X.
Output:
| [
"Yes"
] | task1196-d9102d738b804a51a4b88d0599f2fb2e |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX attends school<sep>Tail: To be a student
Output:
| [
"No"
] | task1196-8c1d038a33584389a3a07520b8b6694b |
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 boyfriend<sep>Tail: gets rejected
Output:
| [
"No"
] | task1196-c614f95fa7bd49aaa9bc8f0791f4d197 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX arrives home from work<sep>Tail: Relieved
Output:
| [
"No"
] | task1196-1e7c74be96f04d929eda3f958bc30336 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: become friends
Output:
| [
"Yes"
] | task1196-cb1f81cdb4774088b54598f3ef4da583 |
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 wife<sep>Tail: committed
Output:
| [
"No"
] | task1196-33b3072509aa458dacaf1aae83776594 |
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 comes in handy<sep>Tail: get assistance
Output:
| [
"Yes"
] | task1196-3e5dbc92d50141bbb4fa9e624b7bd4f1 |
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 pockets dial<sep>Tail: wants to call them back
Output:
| [
"Yes"
] | task1196-b28eba0e19634251b8f9ec3ade4f1122 |
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: busy
Output:
| [
"No"
] | task1196-d1310521f70448f2a074436fbb65b011 |
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: worried
Output:
| [
"No"
] | task1196-c626cdc0bc7d4dfbb5fa61c007f5ded7 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. For example, X may get hugged, and Y may blush in response. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes the way of the dodo<sep>Tail: none
Output: Yes
Positive Example 2 -
Input: Head: PersonX applies sunscreen<sep>Tail: safe
Output: No
Negative Example 1 -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output: Yes
Negative Example 2 -
Input: Head: PersonX invites PersonY to join PersonZ<sep>Tail: they get joined by PersonY
Output: No
Now complete the following example -
Input: Head: PersonX asks PersonY to stay<sep>Tail: hopeful
Output:
| [
"No"
] | task1196-a5ab8cf5643d49a1a3134cff0b5b5ee9 |
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: helped
Output:
| [
"No"
] | task1196-d06b78658e7543b98220f933706c56f2 |
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 carries the can<sep>Tail: none
Output:
| [
"Yes"
] | task1196-525449715f7346aa860518797bfd8f74 |
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: happy
Output:
| [
"No"
] | task1196-c0db0e2f246f4d67898cf8deade9978c |
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 invites PersonY to take<sep>Tail: is made happy
Output:
| [
"Yes"
] | task1196-3fd3fa8f8ffd4924ac23843dafacb044 |
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 anyone<sep>Tail: Talk
Output:
| [
"Yes"
] | task1196-a947dfa3aea248e4b68935893879a0ed |
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 forgets PersonX's homework<sep>Tail: none
Output:
| [
"Yes"
] | task1196-e61651465f6d4edd804def17b5d9951a |
Subsets and Splits