input
stringlengths 1.15k
1.25k
| output
sequencelengths 1
1
| id
stringlengths 41
41
|
---|---|---|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX is feeling much better<sep>Tail: playing cricket
Output:
| [
"Yes"
] | task1200-3a6d945ebc6b493d8087948fb81208f6 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX brings the kids<sep>Tail: plays games
Output:
| [
"Yes"
] | task1200-9e61823d9a4b48c29c492fe0e96bd949 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX is highschool sweethearts<sep>Tail: none
Output:
| [
"Yes"
] | task1200-d57b7e04e64b4ed1aa188065ddead427 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX is nervous and excited<sep>Tail: avoids coffee for the whole day
Output:
| [
"Yes"
] | task1200-65f68c66686f45db9e662f508685eb2c |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX applies for a loan<sep>Tail: to buy a car.
Output:
| [
"No"
] | task1200-dc81832b1e5d475b8ac1222a72dac181 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX gives PersonY some pills<sep>Tail: see personY have the pills
Output:
| [
"Yes"
] | task1200-ac038c52a4b44488873c41d1294ce3ed |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX affords another ___<sep>Tail: affluent
Output:
| [
"No"
] | task1200-d265c00a866e47bdaab33cb1cb895d34 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX gets PersonY's credit card<sep>Tail: PersonX goes to Spain.
Output:
| [
"Yes"
] | task1200-b18310fbcca842c08e85ec383008af79 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX lightens PersonY's purse<sep>Tail: gets thanked
Output:
| [
"Yes"
] | task1200-ef53af8e6865476a9df841357cde6950 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX achieves PersonX's objective<sep>Tail: to celebrate
Output:
| [
"No"
] | task1200-9c3bbdaf49894daa8ce4fc5f89a431c3 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX gains weight<sep>Tail: gets unhealthy
Output:
| [
"Yes"
] | task1200-fd943ab283124f7cb84ba1038dc10179 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX adapts ___ to conditions<sep>Tail: Get things doen more effectively
Output:
| [
"Yes"
] | task1200-d6b3a9d9c47646c09f4274a0657fa563 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX gives ___ a special gift<sep>Tail: smiles in pride
Output:
| [
"Yes"
] | task1200-211f464318a44680a87def5298f1a77a |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX also loved ___<sep>Tail: to enjoy themselves
Output:
| [
"No"
] | task1200-927f3719a1474895b629365e1899cb40 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX argues a lot<sep>Tail: to release stress
Output:
| [
"No"
] | task1200-d68f4ce5c65741eea28fdd6e7039f2c2 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX buys an old house<sep>Tail: PersonX sees a ghost
Output:
| [
"Yes"
] | task1200-579521353cb345509fe7483a39ff5d3f |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX achieves PersonX's ___ by means<sep>Tail: to make a plan
Output:
| [
"No"
] | task1200-084816e31df44392875782315cf7ffc2 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX gives ___ a special gift<sep>Tail: receives a compliment
Output:
| [
"Yes"
] | task1200-b665c8b033b545f4b35eb11c93eb329f |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX babysits PersonY's nephew<sep>Tail: Helpful
Output:
| [
"No"
] | task1200-555f51674dc34445934daa5332125ae3 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX affects children 's ___<sep>Tail: to know how PersonX carries out their work
Output:
| [
"No"
] | task1200-fbac7e7b0a18490f822cba8ffed335d8 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX keeps ___ in mind<sep>Tail: gets a job
Output:
| [
"Yes"
] | task1200-10a95410e24e42adbd38655882addd80 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX explains PersonX's reasons<sep>Tail: ask questions
Output:
| [
"Yes"
] | task1200-c5c3d2c9e0974d6f81c773e1baa5eb5d |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX arrives home that ___<sep>Tail: to get some rest
Output:
| [
"No"
] | task1200-6c8ad0c2d96d47ddb04202b33c8360d1 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX asks PersonY's teacher<sep>Tail: helpful.
Output:
| [
"No"
] | task1200-db4d58a4f8a24692bcfcda99fe389076 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX does ___ every day<sep>Tail: looked at funny
Output:
| [
"Yes"
] | task1200-10bd97bce3d249c998e5644566966ddc |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX becomes PersonY's wife<sep>Tail: happy, overjoyed
Output:
| [
"No"
] | task1200-723c8b1ffae44fbaa6201bf6ba52bedb |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX affords PersonY every ___<sep>Tail: happy
Output:
| [
"No"
] | task1200-170b2811da334d4886f758442172b5c5 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX becomes PersonY wife<sep>Tail: unite
Output:
| [
"No"
] | task1200-1f21db6a49524c059cfd39970ae97a4a |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX goes ___ that night<sep>Tail: on a date
Output:
| [
"Yes"
] | task1200-727e2a20917145d385ed6061a32e3545 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX drinks ___ every morning<sep>Tail: becomes a coffee addict
Output:
| [
"Yes"
] | task1200-7b325cccc15e40599aa8f3d26d30d3b2 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX gives ___ a pep talk<sep>Tail: hopes that it helps
Output:
| [
"Yes"
] | task1200-0a0a71462f7b4961be4ec2e74ff6c298 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX asks PersonY to say<sep>Tail: controlling
Output:
| [
"No"
] | task1200-dc301755232942ec80395c4e8ca82922 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX always wore<sep>Tail: to ask PersonX where they got their clothes
Output:
| [
"No"
] | task1200-677a31a3fb1546ffa94ee1651ade1037 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX eventually healed<sep>Tail: got rehabilitated
Output:
| [
"Yes"
] | task1200-482fa8c6fbd747f8bbaf44edf518e9ca |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX adjusts spacing as well as minimizing<sep>Tail: discerning
Output:
| [
"No"
] | task1200-2ee3b41d1e40476e857b634f576a1270 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX bakes bread<sep>Tail: mix the ingredients
Output:
| [
"No"
] | task1200-05b408a0a1b54037bf49569e91360713 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX asks PersonY to make<sep>Tail: gets publicity
Output:
| [
"No"
] | task1200-7342dfd6fa074031b35101ea12382ecf |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX has food poisoning<sep>Tail: wants to get better
Output:
| [
"Yes"
] | task1200-2e5e3692a4d94a0ebbf44c2979ef5219 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX behaves like a PersonY<sep>Tail: PersonX is viewed as pathetic
Output:
| [
"Yes"
] | task1200-393bea502e7d42f3892d50d25137cd9b |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX arranges a date<sep>Tail: kinship
Output:
| [
"No"
] | task1200-62b83d3ddd4448699cedca1cab3a97e4 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX closes PersonY eyes<sep>Tail: playing with Y
Output:
| [
"Yes"
] | task1200-c758ed3f475341ba9a9ffdbe6d2f6654 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX answers PersonY question<sep>Tail: accomplished because x likes to help others.
Output:
| [
"No"
] | task1200-5c6cc67b985e4eda9a0d1e95f332dba0 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: to thank person X
Output:
| [
"No"
] | task1200-bdd2e0f5fef445a696fb8c288c328552 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX becomes PersonY wife<sep>Tail: happpy
Output:
| [
"No"
] | task1200-d8b05cf77281454bb2b664a0dee7f992 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX beats PersonX's swords into ploughshares<sep>Tail: gets Nobel peace prize
Output:
| [
"Yes"
] | task1200-36babf0f9c9246018c52567727d61df8 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX becomes PersonY wife<sep>Tail: a ring
Output:
| [
"No"
] | task1200-c74ee99a94bd49c2bfc572fe37759682 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX closes PersonY's eyes for a moment<sep>Tail: none
Output:
| [
"Yes"
] | task1200-4c1f3bfedc9243509fd00ec871780f33 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX bears the brunt<sep>Tail: yells loudly
Output:
| [
"Yes"
] | task1200-6e91c0c0625e4abe889339abf499295e |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX eats it for dinner<sep>Tail: throws up
Output:
| [
"Yes"
] | task1200-48923ccce8b94757aa346fb7286b3b4a |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX does well on PersonX's test<sep>Tail: gets good gpa
Output:
| [
"Yes"
] | task1200-2f2a15b82ce3470f81d3d754bb46565f |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX is PersonY's best man<sep>Tail: becomes more big relation
Output:
| [
"Yes"
] | task1200-a139e2cbe41144d7a0f8c6ac23dbd657 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX collects baseball cards<sep>Tail: sells and buys cards for a living.
Output:
| [
"Yes"
] | task1200-bac17ca84d6c40e1a449f7683daa0750 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX almost fell<sep>Tail: puts hands out
Output:
| [
"Yes"
] | task1200-7a3ab94aca7e4968803976b223a14d0e |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX asks PersonX's grandma<sep>Tail: to go visit their grandchild
Output:
| [
"No"
] | task1200-7cfeb63794ca41e38d03f85b827c10ec |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX accepts PersonY invitation<sep>Tail: none
Output:
| [
"No"
] | task1200-98d21fd346914233a5cbe82d219ed0bf |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX knows what PersonY meant<sep>Tail: PersonX understands PersonY
Output:
| [
"Yes"
] | task1200-3365f17477a44ad48829cb380563a4b8 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX becomes happier<sep>Tail: to shout with joy
Output:
| [
"No"
] | task1200-db07f3ff218a4baf8e4175165641c1fc |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX affects PersonY's interests<sep>Tail: helped
Output:
| [
"No"
] | task1200-3873634c788148b49349bb0f90fb4d32 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX gets engaged<sep>Tail: swings between moods
Output:
| [
"Yes"
] | task1200-4f37acf315ea4f99b1d7d83190a98ee7 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX accepts the job<sep>Tail: skilled
Output:
| [
"No"
] | task1200-5b42a55d5d2d415085aa4701c886e6b1 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX feels bad but<sep>Tail: Person X blushes in embarrassment.
Output:
| [
"Yes"
] | task1200-62fd5fde447a47409889531497c10f23 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX gets lots of candy<sep>Tail: gets a sweet tooth
Output:
| [
"Yes"
] | task1200-a741b73ac460421da4ff9990fc932776 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX goes on PersonY's way<sep>Tail: none
Output:
| [
"Yes"
] | task1200-da33ed3a6f7b458a993928de455bf13c |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX asks PersonY to stay<sep>Tail: decides to stay
Output:
| [
"No"
] | task1200-5108d1d0a1134d8e941eef5938cc93dc |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX arrives home<sep>Tail: to leave previous place.
Output:
| [
"No"
] | task1200-d73df25ecef94ac6915cd5274cdbec42 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX discusses later in the chapter<sep>Tail: enlightens many
Output:
| [
"Yes"
] | task1200-a9374bb94ccb4f30849baaef66a89e85 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX gives PersonY the number<sep>Tail: none
Output:
| [
"Yes"
] | task1200-892de81f077b48b49958ae5591efb0e0 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX argues a lot<sep>Tail: angry
Output:
| [
"No"
] | task1200-6fde541a76174c8884e05b428288dd68 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX grows big and tall<sep>Tail: has a hard time breathing
Output:
| [
"Yes"
] | task1200-0bc04a101db84157bd8b037a7841f60b |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX finds PersonY outlet<sep>Tail: none
Output:
| [
"Yes"
] | task1200-b0304805c2a34b7ea6d6b4982c3284ef |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX believes every word<sep>Tail: to buy it
Output:
| [
"No"
] | task1200-0c3e440564744e7ab13c87d65b92e28f |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX calls PersonY 's parents<sep>Tail: hears voice
Output:
| [
"Yes"
] | task1200-791eb20d15c34afabec5cb94939dc1d7 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX asks to play<sep>Tail: thinks of fun things to do
Output:
| [
"Yes"
] | task1200-50bbba804af1494d828b5d9eedd7e66e |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX applies sunscreen<sep>Tail: to go outside
Output:
| [
"No"
] | task1200-487615c852af424b8946a195b073a2ef |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX goes to the polls<sep>Tail: gets ID checked
Output:
| [
"Yes"
] | task1200-d08c7ed625224a1eb749765ea7839cc6 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX always tries<sep>Tail: reliable
Output:
| [
"No"
] | task1200-3e8c342643be46fe945a69ef14b58b61 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX deletes everything<sep>Tail: frowns
Output:
| [
"Yes"
] | task1200-d2a3e2af2f8947adb1697fc62df53e65 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX accepts happily<sep>Tail: says you're welcome
Output:
| [
"No"
] | task1200-288c3d4b8e9e4cbe8565a4be46f20efb |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX accepts happily<sep>Tail: go together
Output:
| [
"No"
] | task1200-b3f1c708d2f44aa6b2e344be65aa296d |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX changes the world<sep>Tail: Is globally recognized
Output:
| [
"Yes"
] | task1200-66b3ea9a40d04707a0249a41ceddbcf6 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX applies to medical school<sep>Tail: to learn medicine.
Output:
| [
"No"
] | task1200-284b1cbb6bee4584b0125b3edafb1755 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX finds a wallet on the street<sep>Tail: person x gains money
Output:
| [
"Yes"
] | task1200-2d6b93bcfd6b40b79163f022e006d17c |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX leaned toward PersonY<sep>Tail: Blushes
Output:
| [
"Yes"
] | task1200-ec541e02fe3243438508b3ee28559205 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: gets followed
Output:
| [
"No"
] | task1200-564cd3873d1f4ea4834dce20f8e96a11 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX is afraid of the dark<sep>Tail: he paces alot
Output:
| [
"Yes"
] | task1200-71572944b00642d5b3dd08107708e88c |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX bakes bread<sep>Tail: eat it
Output:
| [
"No"
] | task1200-d315a1b8d1a3450a8ef42915b3a052e1 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX achieves ___ by means<sep>Tail: is recognized by others
Output:
| [
"Yes"
] | task1200-0de588616d6241e58c1c1dffdb23d01a |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX gives PersonY a shock<sep>Tail: is slapped
Output:
| [
"Yes"
] | task1200-d5224a01938a436a9951ed935e5bb8e2 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX can not find a job<sep>Tail: none
Output:
| [
"Yes"
] | task1200-5cac07dcbe2f4046958722121a35c5a5 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX follows PersonY to the door<sep>Tail: gets invited inside
Output:
| [
"Yes"
] | task1200-29f7c6a360f3486dbf7dd4a55b58efec |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX achieves PersonY objective<sep>Tail: strong
Output:
| [
"No"
] | task1200-796b57960e6a4ac399ec3c0e49ace2e0 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX bears ___ unto the PersonY<sep>Tail: Friendly
Output:
| [
"No"
] | task1200-f1b859a4e81c4a8e904137673d0fd451 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX always watch ___<sep>Tail: to watch something else
Output:
| [
"No"
] | task1200-4a1d49e1dae04d8192bb5ca6c4f48474 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX bats PersonX's eyelashes<sep>Tail: to be flirtatious.
Output:
| [
"No"
] | task1200-43ce05c94b6b4a5fb0d33735fa1675d5 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX finds a better job<sep>Tail: they earn better pay
Output:
| [
"Yes"
] | task1200-fcdc88a169b54a7f859823ed019942ce |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX becomes distracted<sep>Tail: They would suffer injuries too.
Output:
| [
"No"
] | task1200-b262a173ffb1440cb9835b91fa66d8d7 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX changes PersonX's shape<sep>Tail: is less hungry
Output:
| [
"Yes"
] | task1200-7ac6b661de5a4f879b2111e9fa5abf16 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX has a christmas party<sep>Tail: gets puke on shirt
Output:
| [
"Yes"
] | task1200-9880eb8f3a6e46a58290775e5851cbdd |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX expands the ___ to include<sep>Tail: They get credit for giving better information
Output:
| [
"Yes"
] | task1200-5bd2d9e573e44154859d59093173a1b9 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else
Output: Yes
Negative Example 2 -
Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth
Output: No
Now complete the following example -
Input: Head: PersonX bakes PersonX's own bread<sep>Tail: buy ingredients
Output:
| [
"No"
] | task1200-e7d419abc08647ea9c996b33d961d190 |