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 asks PersonY's grandma<sep>Tail: to go to Person Y's grandma Output:
[ "No" ]
task1200-89d80f3fa0134ec588a64bf81a9adb3c
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: covered in flour Output:
[ "Yes" ]
task1200-66ff8b448b4c4a9081726a83af43959f
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money Output: Yes Positive Example 2 - Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking Output: No Negative Example 1 - Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else Output: Yes Negative Example 2 - Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth Output: No Now complete the following example - Input: Head: PersonX behaves like a PersonY<sep>Tail: t invite them to the party Output:
[ "Yes" ]
task1200-74c9beada963412db35a2dc2f2cb8289
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money Output: Yes Positive Example 2 - Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking Output: No Negative Example 1 - Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else Output: Yes Negative Example 2 - Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth Output: No Now complete the following example - Input: Head: PersonX knows ___ enough<sep>Tail: exposes knowledge Output:
[ "Yes" ]
task1200-673d1280ac5142b9b804abc730a84e90
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 car keys<sep>Tail: X has to look for the keys. Output:
[ "Yes" ]
task1200-cf90323712ce4d7a9e93fe7bac993be6
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 draws a picture<sep>Tail: puts chart in the board Output:
[ "Yes" ]
task1200-0c53389b133340f282207f9f4a43e5a7
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money Output: Yes Positive Example 2 - Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking Output: No Negative Example 1 - Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else Output: Yes Negative Example 2 - Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth Output: No Now complete the following example - Input: Head: PersonX bears the brunt<sep>Tail: none Output:
[ "No" ]
task1200-12d3c34995544e40ac004245f01604a6
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money Output: Yes Positive Example 2 - Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking Output: No Negative Example 1 - Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else Output: Yes Negative Example 2 - Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth Output: No Now complete the following example - Input: Head: PersonX always wore<sep>Tail: to reuse the same clothing Output:
[ "No" ]
task1200-a12d150f9651443dbe193cf24aff3951
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money Output: Yes Positive Example 2 - Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking Output: No Negative Example 1 - Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else Output: Yes Negative Example 2 - Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth Output: No Now complete the following example - Input: Head: PersonX affects PersonY's interests<sep>Tail: loses a friend Output:
[ "Yes" ]
task1200-2cfc58aca679431a95285218fba99258
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's letter<sep>Tail: learn to read Output:
[ "No" ]
task1200-52c8665ce01d43a09c7d25db015163bb
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 to the restaurant<sep>Tail: to travel to the restaurant Output:
[ "No" ]
task1200-e6029acabc98444f98eba235a627b07a
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 bullied at school<sep>Tail: cries at home Output:
[ "Yes" ]
task1200-1f941337b4544ceaa13e4ffaa847e48a
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money Output: Yes Positive Example 2 - Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking Output: No Negative Example 1 - Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else Output: Yes Negative Example 2 - Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth Output: No Now complete the following example - Input: Head: PersonX achieves PersonX's dream<sep>Tail: to celebrate Output:
[ "No" ]
task1200-291fbe30e1f541309d1327bff741a59d
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 enhances PersonX's ability<sep>Tail: is more admired Output:
[ "Yes" ]
task1200-f3f0a24b5c7f4722b9caf711a1190eb5
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 get a better career Output:
[ "No" ]
task1200-4b66dce5248e4be9ac4c8d7a014a5bd2
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money Output: Yes Positive Example 2 - Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking Output: No Negative Example 1 - Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else Output: Yes Negative Example 2 - Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth Output: No Now complete the following example - Input: Head: PersonX asks to play<sep>Tail: friendly Output:
[ "No" ]
task1200-84b12a280b1d46f79b53060f526852f4
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 home<sep>Tail: becomes homesick Output:
[ "Yes" ]
task1200-0818a17604b74e82962376175ad65afa
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money Output: Yes Positive Example 2 - Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking Output: No Negative Example 1 - Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else Output: Yes Negative Example 2 - Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth Output: No Now complete the following example - Input: Head: PersonX affords PersonY protection<sep>Tail: to get paid Output:
[ "No" ]
task1200-9189d765e2344cc9aa266b575fa99bbc
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 improves PersonX's grade<sep>Tail: does well in life Output:
[ "Yes" ]
task1200-9a905f3af12c4564817da6140839658d
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money Output: Yes Positive Example 2 - Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking Output: No Negative Example 1 - Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else Output: Yes Negative Example 2 - Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth Output: No Now complete the following example - Input: Head: PersonX applies to medical school<sep>Tail: take all the required prerequisites Output:
[ "No" ]
task1200-39506e89f7af425a9edd63b147d06ce1
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 pancakes<sep>Tail: becomes full Output:
[ "Yes" ]
task1200-143be36408bb44f5b8511e929055315f
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 the moon<sep>Tail: to be high maintenance Output:
[ "No" ]
task1200-40637442f5b34c49b5e2ee0c891297e4
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 carries PersonY into execution<sep>Tail: gets stressed Output:
[ "Yes" ]
task1200-dfbb95cf1a68413f996d22c695bc3666
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: secure Output:
[ "No" ]
task1200-94f9663b88964548aa53268c9308fe9e
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 friends<sep>Tail: enjoys companionship Output:
[ "Yes" ]
task1200-1001993171eb49c1982ce5abd611d63b
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 lands on PersonX's back<sep>Tail: PersonX rolls over and grabs their back to bear the pain Output:
[ "Yes" ]
task1200-e0b681c9686341b0a3d925ef77dc6965
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 lays upon PersonY<sep>Tail: PersonX breathes slowly Output:
[ "Yes" ]
task1200-a468ac8aca854518b9de2b48137b90e9
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 hands ___ back to PersonY<sep>Tail: Demands Y look Output:
[ "Yes" ]
task1200-bf4444b83c9d42da9e07d6773702f607
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money Output: Yes Positive Example 2 - Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking Output: No Negative Example 1 - Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else Output: Yes Negative Example 2 - Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth Output: No Now complete the following example - Input: Head: PersonX believes every word<sep>Tail: to convince Person X. Output:
[ "No" ]
task1200-31546b2b4ae649cb8c247a1f73dedd36
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 playing soccer<sep>Tail: sweats from exertion Output:
[ "Yes" ]
task1200-5c20107749ce496d9d1f6cb3c5d970ad
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 to get a job<sep>Tail: goes in for interview Output:
[ "Yes" ]
task1200-4e195c28b4e448cc951ce6f6404c016e
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 hath PersonY ear<sep>Tail: none Output:
[ "Yes" ]
task1200-2e5d2375128b4d1da8286b6d716c25a8
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 early<sep>Tail: Gets a head start Output:
[ "Yes" ]
task1200-9b96b17394cc427680f0cf91e2535728
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 ___<sep>Tail: tenacious Output:
[ "No" ]
task1200-e1e38b13091b42b58ddfd4e272d78bdd
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 defeats PersonX's purpose<sep>Tail: PersonX harms his own purpose Output:
[ "Yes" ]
task1200-ce11a3f23cd8472cbe668a7f7e1b8ec9
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: hopeful Output:
[ "No" ]
task1200-bbeacf0ba56d41bfa81f039f61605ec1
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 cancer<sep>Tail: prays Output:
[ "Yes" ]
task1200-c883c9c736bd403aaa894e0de00732b5
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: none Output:
[ "No" ]
task1200-90d8659158424a8ea95d9b380f4fb25a
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 furthers PersonX's ends<sep>Tail: accomplishes something Output:
[ "Yes" ]
task1200-dd4369a49e3143b7b24aa66568fb6077
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 challenges PersonY to a game<sep>Tail: gets yelled at Output:
[ "Yes" ]
task1200-f5fa4642ac4c4db1a86fdc5c42ed795e
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: none Output:
[ "Yes" ]
task1200-ee4599ec744b4c3fa75b31d2e76eacac
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money Output: Yes Positive Example 2 - Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking Output: No Negative Example 1 - Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else Output: Yes Negative Example 2 - Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth Output: No Now complete the following example - Input: Head: PersonX achieves PersonX's objective<sep>Tail: appease himself Output:
[ "No" ]
task1200-9c7240765b9b4a12a9a4cd320902a1af
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money Output: Yes Positive Example 2 - Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking Output: No Negative Example 1 - Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else Output: Yes Negative Example 2 - Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth Output: No Now complete the following example - Input: Head: PersonX can not find it anywhere<sep>Tail: worries Output:
[ "Yes" ]
task1200-65bb967f6bb9484a8d65f7298c08df11
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 forgets to do PersonX's homework<sep>Tail: receives a failing grade Output:
[ "Yes" ]
task1200-84927e8da80f4621a3122b9bc6db2ddc
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 the ___ in PersonX's hands<sep>Tail: sets drink on table Output:
[ "Yes" ]
task1200-df1bbddeac0548ea8f6d847d02ddb67b
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's hands<sep>Tail: let go of the hand after some time Output:
[ "Yes" ]
task1200-34fffbf14a4b47b9989ba383a627307c
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: to facilitate a friendship Output:
[ "No" ]
task1200-e371d8c0d022485f9456b63efc62a8c6
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money Output: Yes Positive Example 2 - Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking Output: No Negative Example 1 - Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else Output: Yes Negative Example 2 - Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth Output: No Now complete the following example - Input: Head: PersonX babysits PersonX's nephew<sep>Tail: receives love Output:
[ "Yes" ]
task1200-0a2499be73654e248780e94789372114
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 demands PersonX's rights<sep>Tail: furrows brows Output:
[ "Yes" ]
task1200-9edb497ec99e48fda24f4df23c449170
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 acts weird<sep>Tail: confused Output:
[ "No" ]
task1200-e5960cb85fe044e18381c4317ed6f285
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 begging<sep>Tail: is given money Output:
[ "Yes" ]
task1200-343eb050af1e4697aa3afa4c50306a77
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 birth to a baby girl<sep>Tail: They hold their baby Output:
[ "Yes" ]
task1200-ebeb4231d1c64d51be48ff7fc0fda8ec
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 later<sep>Tail: none Output:
[ "Yes" ]
task1200-ee38f8b0a31345749662a28250aa8421
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 quickly<sep>Tail: and falls down the stairs Output:
[ "Yes" ]
task1200-bba027eb0c344556a326890629b1dbfb
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 the ball rolling<sep>Tail: none Output:
[ "Yes" ]
task1200-db8e61d0537c4c639b9cfe91c42719a3
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 constitutes another ___<sep>Tail: thinks Output:
[ "Yes" ]
task1200-769f49c699a742ab848ad7bbab6c3e78
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 star football player<sep>Tail: plays in many games Output:
[ "Yes" ]
task1200-adbfafcaed724977895f2057abc3baa9
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 attends school<sep>Tail: none Output:
[ "No" ]
task1200-39066168d1ef4755815c87eb09de7243
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money Output: Yes Positive Example 2 - Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking Output: No Negative Example 1 - Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else Output: Yes Negative Example 2 - Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth Output: No Now complete the following example - Input: Head: PersonX can not find PersonX's car keys<sep>Tail: they search the house Output:
[ "Yes" ]
task1200-04c969ab26744b9b9adf7ef7405f5a2b
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 adopts every ___<sep>Tail: Gets all options Output:
[ "Yes" ]
task1200-fb9e668d93aa400cb3696e24c52f2b01
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money Output: Yes Positive Example 2 - Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking Output: No Negative Example 1 - Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else Output: Yes Negative Example 2 - Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth Output: No Now complete the following example - Input: Head: PersonX changes PersonY clothes<sep>Tail: Gets tired Output:
[ "Yes" ]
task1200-51849db0a4fb48e089ef3d34d607e1a8
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 get a message from PersonY. Output:
[ "No" ]
task1200-558c8838244941758ae84bddc6086dcd
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 defends PersonX's country<sep>Tail: gets heated Output:
[ "Yes" ]
task1200-1db54db3d6b444f5a565cd35e37f2fa8
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money Output: Yes Positive Example 2 - Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking Output: No Negative Example 1 - Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else Output: Yes Negative Example 2 - Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth Output: No Now complete the following example - Input: Head: PersonX affects PersonY's interests<sep>Tail: powerful Output:
[ "No" ]
task1200-be50528bf3324c7f8cb4a69441e8c85d
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 for years<sep>Tail: has someone to borrow money from Output:
[ "Yes" ]
task1200-2b7257effc774747ae5b72ee07670c6b
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: curious Output:
[ "No" ]
task1200-0753889b7ba24629b25e5d9e344003be
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 begs for food<sep>Tail: to have no food. Output:
[ "No" ]
task1200-cfdb08aa65144406b1c02521f3cba2ac
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money Output: Yes Positive Example 2 - Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking Output: No Negative Example 1 - Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else Output: Yes Negative Example 2 - Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth Output: No Now complete the following example - Input: Head: PersonX accepts PersonY's offer<sep>Tail: to discuss the agreement further Output:
[ "No" ]
task1200-ce4229d9ec98484ab0eb4e4ad6073c97
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money Output: Yes Positive Example 2 - Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking Output: No Negative Example 1 - Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else Output: Yes Negative Example 2 - Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth Output: No Now complete the following example - Input: Head: PersonX always wore<sep>Tail: safe Output:
[ "No" ]
task1200-94305ce5da494786923858495c877e6c
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 lays PersonX's ___ upon it<sep>Tail: Senses item with fingertips. Output:
[ "Yes" ]
task1200-0504f9e8bd924c8988f6c0f021c58324
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money Output: Yes Positive Example 2 - Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking Output: No Negative Example 1 - Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else Output: Yes Negative Example 2 - Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth Output: No Now complete the following example - Input: Head: PersonX argues a lot<sep>Tail: nervous Output:
[ "No" ]
task1200-e05de8c6682b407bbe834628d87049db
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money Output: Yes Positive Example 2 - Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking Output: No Negative Example 1 - Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else Output: Yes Negative Example 2 - Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth Output: No Now complete the following example - Input: Head: PersonX affects PersonY's interests<sep>Tail: receives reaction Output:
[ "Yes" ]
task1200-edb3221ece6a41988a090dfca4550932
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: bad because tgey had to deny x's request Output:
[ "No" ]
task1200-af3c1716e5074ed186db4470e8ef2595
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 birth to a daughter<sep>Tail: Changes dippers Output:
[ "Yes" ]
task1200-52b9ae70117d4a6e85ffa994da3080a9
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money Output: Yes Positive Example 2 - Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking Output: No Negative Example 1 - Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else Output: Yes Negative Example 2 - Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth Output: No Now complete the following example - Input: Head: PersonX gives PersonY an ultimatum<sep>Tail: Get their point across Output:
[ "Yes" ]
task1200-c2709aaac80e41089925332c9d2b70ba
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 birth to PersonY<sep>Tail: gets sweaty Output:
[ "Yes" ]
task1200-8abe5eb23c7a4fa7804181929cd3f105
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 breaks PersonX's wrist<sep>Tail: person x passes out Output:
[ "Yes" ]
task1200-a27fa1cf11ab4c85ac17b1592cf9b43b
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money Output: Yes Positive Example 2 - Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking Output: No Negative Example 1 - Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else Output: Yes Negative Example 2 - Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth Output: No Now complete the following example - Input: Head: PersonX behaves like a PersonY<sep>Tail: to observe PersonY Output:
[ "No" ]
task1200-9d3aeb9599c24b319a2fea0384972308
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 PersonY's kids<sep>Tail: updates checkbook Output:
[ "Yes" ]
task1200-2e1ea2346f644460a4591d099ed5f6c9
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 ___ to dinner<sep>Tail: eats Output:
[ "Yes" ]
task1200-108ed70f95e84e5ca91ff08a0a63d323
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 cuts off PersonY's retreat<sep>Tail: GIVES REFRESHMENT Output:
[ "Yes" ]
task1200-57e1709773b84d1685893f619c4dad66
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 PersonX's cereal<sep>Tail: spills milk on his shirt Output:
[ "Yes" ]
task1200-66a48494de354c909b653a5405bd9fd5
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money Output: Yes Positive Example 2 - Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking Output: No Negative Example 1 - Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else Output: Yes Negative Example 2 - Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth Output: No Now complete the following example - Input: Head: PersonX arrives home that ___<sep>Tail: eats dinner Output:
[ "Yes" ]
task1200-bb119aef19f447f2a77a3b251f35ca78
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: to approach PersonY Output:
[ "No" ]
task1200-2e3eb7051c404c98890c4ee922a75a2c
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 scared of heights<sep>Tail: avoids flying Output:
[ "Yes" ]
task1200-9f62ad7aa35b472d86724cd9c353c03c
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 ___ some pills<sep>Tail: Calls doctor again Output:
[ "Yes" ]
task1200-4965821165e84774a38346dc71abdd82
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money Output: Yes Positive Example 2 - Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking Output: No Negative Example 1 - Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else Output: Yes Negative Example 2 - Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth Output: No Now complete the following example - Input: Head: PersonX becomes PersonY's wife<sep>Tail: regretful Output:
[ "No" ]
task1200-8af8db4722db48e080b0aef7e6692cda
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 declares ___ on japan<sep>Tail: gets peace entity from japan Output:
[ "Yes" ]
task1200-1619340a127b41488f89a18f42b6f933
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money Output: Yes Positive Example 2 - Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking Output: No Negative Example 1 - Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else Output: Yes Negative Example 2 - Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth Output: No Now complete the following example - Input: Head: PersonX affords PersonY protection<sep>Tail: give instructions Output:
[ "No" ]
task1200-ef5cd3561a374d95940db3ca145b16b2
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money Output: Yes Positive Example 2 - Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking Output: No Negative Example 1 - Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else Output: Yes Negative Example 2 - Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth Output: No Now complete the following example - Input: Head: PersonX babysits PersonX's nephew<sep>Tail: to practice Output:
[ "No" ]
task1200-f621d194de494fd9958d6c10be12e9be
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 allergic to bees<sep>Tail: BE CAREFULL Output:
[ "Yes" ]
task1200-d4bad7d7f4c149c1b149ab30bf722e4b
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money Output: Yes Positive Example 2 - Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking Output: No Negative Example 1 - Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else Output: Yes Negative Example 2 - Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth Output: No Now complete the following example - Input: Head: PersonX gains weight<sep>Tail: gets fat Output:
[ "Yes" ]
task1200-d6d4368a3a4d45f9bc503c63c6ae6fc4
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money Output: Yes Positive Example 2 - Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking Output: No Negative Example 1 - Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else Output: Yes Negative Example 2 - Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth Output: No Now complete the following example - Input: Head: PersonX grows big and tall<sep>Tail: can't fit into clothes Output:
[ "Yes" ]
task1200-0f32c672cffa4b1cbc8b99eeee82266a
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 improves PersonY's condition<sep>Tail: checks on PersonY Output:
[ "Yes" ]
task1200-c85422da5b7743d0a40dd93863a2e349
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's letter<sep>Tail: receive letter Output:
[ "No" ]
task1200-60295419378f4cb7b5d83b4128b2c3c5
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonX will be affected as mentioned in the Tail or not. These effects are social actions that may occur after the Head event. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: PersonX goes ___ with some friends<sep>Tail: spends too much money Output: Yes Positive Example 2 - Input: Head: PersonX achieves ___ by means<sep>Tail: hardworking Output: No Negative Example 1 - Input: Head: PersonX asks PersonY to go<sep>Tail: goes somewhere else Output: Yes Negative Example 2 - Input: Head: PersonX eats red meat<sep>Tail: gets meat stuck in teeth Output: No Now complete the following example - Input: Head: PersonX calls my boss<sep>Tail: Tells him I'm sick Output:
[ "Yes" ]
task1200-baaf8420842543c795c43e3b511b756f
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 ___ from the vending machine<sep>Tail: PersonX smiles Output:
[ "Yes" ]
task1200-578c32028ed84f90b1ddeeb6111859be
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 to the restaurant<sep>Tail: none Output:
[ "No" ]
task1200-0f1d4998a6d94beda300d57f38fc9c0f
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: Brakes bread Output:
[ "Yes" ]
task1200-05bf27b53f7b417488fb37510e53ae47
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 increases PersonY's rate<sep>Tail: monitors Y Output:
[ "Yes" ]
task1200-458e2a2c67da45058249fdd63a24c0d2