input
stringlengths
1.15k
1.25k
output
listlengths
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 drives to the airport<sep>Tail: Boards plane Output:
[ "Yes" ]
task1200-11e0c30215d04b8090562578be2247a8
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 gone bad<sep>Tail: gets negative consequences Output:
[ "Yes" ]
task1200-485a57af4850445a8e513b9b852aee29
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 chases rainbows<sep>Tail: Continues to fail Output:
[ "Yes" ]
task1200-9ed02e6662f84660abf363a14e96e5b7
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: PersonX finances their children's education Output:
[ "Yes" ]
task1200-bf8a0c75b5d94af9ab0bfb6b4e87d14d
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 n't know how to play<sep>Tail: starts to practice Output:
[ "Yes" ]
task1200-23ef20b70c7c4ab6b49c2d4cc8d7030f
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 the ___ exactly<sep>Tail: gets rewarded Output:
[ "Yes" ]
task1200-67eac71e5fd94ff7bec971db9a260228
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 learns how to surf<sep>Tail: gets sunburn Output:
[ "Yes" ]
task1200-8bacaa742d344d479d9783bfdc4f3eee
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 amends PersonY act<sep>Tail: to help personY Output:
[ "No" ]
task1200-33f2eeb9ae264f659488546a7a1ff663
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: to make money Output:
[ "No" ]
task1200-4fbe09987dc242df88feac0848e2fcca
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 PersonX's life together<sep>Tail: stays out of troubles Output:
[ "Yes" ]
task1200-ea636edb038041599bfe3fd4d928bb19
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 every ___<sep>Tail: protected Output:
[ "No" ]
task1200-174fa8a5e83d4dcda497e3e0da2ca743
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 n't find PersonX's shoes<sep>Tail: doesn't want to be late Output:
[ "Yes" ]
task1200-d5b4c03c3d544bffa26231b32bd05a0e
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 blows PersonX's brains out<sep>Tail: ends life Output:
[ "Yes" ]
task1200-466d8e5f08a6431a82ec4948030187e9
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 leaves PersonX's book<sep>Tail: Person x returns to fetch book, thereby wasting time Output:
[ "Yes" ]
task1200-9e0ec8b63009409f9a77bb0617bf2359
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 go<sep>Tail: PersonY feels bad for how they acted. Output:
[ "No" ]
task1200-c4a4fe0335a94bdda9c5182d1640b5ec
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 PersonX's friend ___<sep>Tail: receives appreciation Output:
[ "Yes" ]
task1200-2d219d124ca44ef49612dcdd57c17bab
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 it cut<sep>Tail: gets bandaged Output:
[ "Yes" ]
task1200-5e0a4eb31a1d46a78865459c7882bf98
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 at PersonY understanding<sep>Tail: accepting Output:
[ "No" ]
task1200-8d1b1c4797214f8cb25bbb2b55ba0b6b
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 effect<sep>Tail: to see Output:
[ "No" ]
task1200-285352a193284112b52c1c6a98dacd27
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 inspires PersonY with confidence<sep>Tail: person tells person y that they are able to do more now. Output:
[ "Yes" ]
task1200-8ddab5cb4d61443b9adf5cef49d40945
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 learns how to juggle<sep>Tail: Shows off Output:
[ "Yes" ]
task1200-63b4531369c2495c93fe1feebd438b08
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 grabs PersonY's tools<sep>Tail: gets arrested Output:
[ "Yes" ]
task1200-10a57d5c24814b8bbacf2be061c9daf6
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 alone<sep>Tail: Is now with Person Y Output:
[ "Yes" ]
task1200-9d6ae93864404c7d991dc3f239e3c6db
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 quarter<sep>Tail: becomes excited Output:
[ "Yes" ]
task1200-34f8f4647ca049f9b65ee6e5f0dd53de
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: relieved Output:
[ "No" ]
task1200-c77f1f77864d4dff87b0378484661841
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: interesting Output:
[ "No" ]
task1200-07ebb43e475d408ab129c7522415bda4
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 the teacher<sep>Tail: helpful Output:
[ "No" ]
task1200-1d0fd63da20e45dc9ed267d658e963b2
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 causes ___ in patients<sep>Tail: X loses medical license Output:
[ "Yes" ]
task1200-1035bf58f9a64ae0b3f12b8c6b3d22bf
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 comes ___ that night<sep>Tail: Person x lies down in owns bed Output:
[ "Yes" ]
task1200-7cc11311574d4d72b2576bc4fdcba395
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 waiting for the bus<sep>Tail: the bus comes Output:
[ "Yes" ]
task1200-1badea4ddd104b3aa424585fabaeb748
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 offer<sep>Tail: job Output:
[ "No" ]
task1200-d2e332e8c6a84eceb9fb0397ef51a0e0
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 holds PersonX's ___ in PersonX's hands<sep>Tail: rub PersonY Output:
[ "Yes" ]
task1200-05c2c2a890ca495fb579c84a623cb841
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: twists their foot Output:
[ "Yes" ]
task1200-bf421910a4c04b8eb2eafc9acbbccf56
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 not get the job<sep>Tail: cries Output:
[ "Yes" ]
task1200-d35ee2f195c240998fdb2e59914354da
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 camping again<sep>Tail: gets bitten by bugs Output:
[ "Yes" ]
task1200-c493adfaa7084e7fbfea7a5921982399
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 best friends<sep>Tail: goes places with friends Output:
[ "Yes" ]
task1200-a0a9306d62bb4c128deed30020951d56
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 finishes the movie<sep>Tail: Grows tired Output:
[ "Yes" ]
task1200-7154300b248544ed81696c420c0f8ec4
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: Hungry Output:
[ "No" ]
task1200-dbc926047342477dab6a4b8048446b3f
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 leaves the ___ within hours<sep>Tail: to new job Output:
[ "Yes" ]
task1200-d8e6add022d540ee83716ddf3a1bba52
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: he gets a lot done Output:
[ "Yes" ]
task1200-0e55768154c74b97959aed96f009545f
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 boils the noodles<sep>Tail: has dirty dishes to clean Output:
[ "Yes" ]
task1200-e11883a642514fd6803ba8ffeaf76cd6
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: knowledgable Output:
[ "No" ]
task1200-7c71feb3e6f84a7c8c36fa48f6f2118b
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 the way of ___<sep>Tail: finds his way home Output:
[ "Yes" ]
task1200-96f084f51e2241459b511d1011ad4ba3
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 causes PersonY explosion<sep>Tail: none Output:
[ "Yes" ]
task1200-19bb95bad97f40d0b69028595438b418
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 fulfills PersonX's mission<sep>Tail: takes a good bath Output:
[ "Yes" ]
task1200-81e3dfaab190485d85faf03d6f759b56
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: has debt Output:
[ "Yes" ]
task1200-3fac914bafa94032b9dfb4306a9c6641
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: to prepare the supplies Output:
[ "No" ]
task1200-05d540f30a2741e18c108edbd6a9ad98
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 describes in detail the ___<sep>Tail: gets asked questions Output:
[ "Yes" ]
task1200-d87afe8b0e1a470caa3488d6993c51a0
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: wait for engagement Output:
[ "No" ]
task1200-9b326e8c61a049d7a4a443e880316fa3
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 waiting for the bus<sep>Tail: Paces Output:
[ "Yes" ]
task1200-71275d48519e41d8b89b38bb32547c5f
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 homesick<sep>Tail: take leave to go home Output:
[ "Yes" ]
task1200-495d87eeeca24fed95d04f21af7243a0
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 going to be late<sep>Tail: gets a ticket Output:
[ "Yes" ]
task1200-bd147502c18442498de2203e42d07f1e
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 grinds PersonX's gears<sep>Tail: cries Output:
[ "Yes" ]
task1200-d2d39f6ef3ae4579b58fdf3757418080
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: wants to see if they understand Output:
[ "Yes" ]
task1200-4d2d2a80e9f24d73b3820154fd647189
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 eyelashes in the evening Output:
[ "Yes" ]
task1200-aa302ac34dbb4da79969ba132fb8ea59
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 the ___ a sense<sep>Tail: receive a thank you Output:
[ "Yes" ]
task1200-3773fdc3feb94908aebc2228081647ab
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 checks PersonX's bag<sep>Tail: finds a hole at the bottom Output:
[ "Yes" ]
task1200-8948978045654015b696c93b2efe2292
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 leaves ___ for good<sep>Tail: Walks out with boxes of belongings Output:
[ "Yes" ]
task1200-c215a3de22bf4cd38431b72424f0dac9
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 at PersonY understanding<sep>Tail: agreeable Output:
[ "No" ]
task1200-bca5e52751d9423389e72acbbaaaf2eb
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 hikes in the woods one day<sep>Tail: Person X gets lost. Output:
[ "Yes" ]
task1200-237434fff53f4ea4b8ce86dcebded329
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 a high school student<sep>Tail: finishes project Output:
[ "Yes" ]
task1200-630624a7583a4bce8c909261628c9cae
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 alone<sep>Tail: gets asked question Output:
[ "Yes" ]
task1200-aec9e89ed81b4cff8d48a5736030c1b5
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: good Output:
[ "No" ]
task1200-74d1ec91f9d74ad693ef5bf37f3b443e
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 blesses PersonY's heart<sep>Tail: insulting Output:
[ "No" ]
task1200-94f3afe3318a4dfa885cfd6aae01ccb1
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 ___ for one<sep>Tail: needy Output:
[ "No" ]
task1200-13dcf5e7347944b689e7eb7ea21ddb80
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 ___ if PersonY could have one<sep>Tail: to get an answer Output:
[ "No" ]
task1200-b8c5bc4d36214bcebe5a804d03dc5f05
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: helpful Output:
[ "No" ]
task1200-e2c319a861964e89acf54b05d192f574
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 ___ if PersonY could have one<sep>Tail: none Output:
[ "Yes" ]
task1200-2efc5e61f36b470fb52f19332efa2d3d
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 holds hands<sep>Tail: ENSURE OF THE BECOMING Output:
[ "Yes" ]
task1200-6e1632457a064bc7a0ebb20b9c191f52
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 PersonY's candy<sep>Tail: is scolded Output:
[ "Yes" ]
task1200-4c6d0b36a98048d4a6083952cf97b7d7
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: missing cards Output:
[ "Yes" ]
task1200-4a66220dbfda4c58b8ad4d4e2dd97570
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: to support their family Output:
[ "No" ]
task1200-52d5d7f5346946bd908f65afef3bda18
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 fees ducks<sep>Tail: Throws it Output:
[ "Yes" ]
task1200-c1c54c02e47f4b4a8e561170bb8b0581
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 fast friends<sep>Tail: to seek out friends Output:
[ "No" ]
task1200-166e02af21a542f88e7a4514980ae4fd
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 bowling with PersonY's friends<sep>Tail: eats some snacks Output:
[ "Yes" ]
task1200-6bea39bce8c0456da8398328d7bde3e8
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 fights PersonX's battle<sep>Tail: they succeed Output:
[ "Yes" ]
task1200-80919e6b0d7a44aca92abcf9a2a1a61f
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 lots of water<sep>Tail: Get hydrated Output:
[ "Yes" ]
task1200-ea131c5e219f437799db0371a8ee8cd7
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 ordered ___<sep>Tail: to decide the hotel Output:
[ "No" ]
task1200-cd4dcfb455214d6c9c265bdb065a3d3a
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 help more Output:
[ "No" ]
task1200-0deb72c226f041c084ef604b1f0aa2c0
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 imposes ___ on imports<sep>Tail: restrictions Output:
[ "Yes" ]
task1200-1011fd09a432432db60c1ee54a3c411c
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 chases the rabbit<sep>Tail: sweats Output:
[ "Yes" ]
task1200-7629f812c560410fb5e1dc82feaf5aaa
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 catches in PersonY's throat<sep>Tail: none Output:
[ "Yes" ]
task1200-0708c3cfed4c448d84f4cd16ba23fd94
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 begins to hurt<sep>Tail: to cut his wrist Output:
[ "No" ]
task1200-3504eb1127024ae7995e9ce0f9b570cb
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 bends over backwards<sep>Tail: to reach out backwards Output:
[ "No" ]
task1200-7f0ed1f115e5487c853a5b234e084949
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 comfortable<sep>Tail: calms down Output:
[ "Yes" ]
task1200-1351080a34584b8e9a86ad44cd0b9297
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 'd better go<sep>Tail: late Output:
[ "No" ]
task1200-ec4bf6bcacf9451d80365fba2e657c2d
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 go<sep>Tail: to go to dinner. Output:
[ "No" ]
task1200-c3869f0a64dd4d0ab1e15204c5ea2b52
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: persony to convey information Output:
[ "No" ]
task1200-559fc4b7226d452e9c8934474efec942
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: to have great things Output:
[ "No" ]
task1200-59fbc2d6c3c34b82ab64b0c2fb8e6881
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 lies on PersonY's back<sep>Tail: falls off Output:
[ "Yes" ]
task1200-4cae24b6a330490a98f30b259ef8f252
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 decides to keep PersonY<sep>Tail: none Output:
[ "Yes" ]
task1200-62733dbfe02b405e9d25e45cdcce3756
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 addresses PersonY audience<sep>Tail: confident Output:
[ "No" ]
task1200-0d05595f17f44a048a598c3224048546
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: none Output:
[ "Yes" ]
task1200-010982e8a4c44c5ca1de1e00230dc5ec
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 clean themselves off beforehand Output:
[ "No" ]
task1200-2c930f86d8464d5b8be2e962cb6fc3fb
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 grandma<sep>Tail: cllas person y's grandma on the phone Output:
[ "No" ]
task1200-d125a86bf80e4988a7c605e9b8188872
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 drives to the airport<sep>Tail: takes lots of picture Output:
[ "Yes" ]
task1200-cc8b028fd9414dd686469eeb2d2dd987
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 holds PersonY hand<sep>Tail: none Output:
[ "Yes" ]
task1200-43e6af6e8cae44b3bd2cef049f1c6cff
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 it between the ditches<sep>Tail: avoids sins Output:
[ "Yes" ]
task1200-667a9afe0e804c9a847ff51b658adb67
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: to drive to the event. Output:
[ "No" ]
task1200-656eb3bda0714f82ada53b9e6c5fcb2c
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: Listen to what he said. Output:
[ "No" ]
task1200-9ae8410b22634c86b7dd1659e520ea4e