input
stringlengths 1.28k
1.38k
| output
sequencelengths 1
1
| id
stringlengths 41
41
|
---|---|---|
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX accepts happily<sep>Tail: grateful
Output:
| [
"No"
] | task1198-1909909619874787a922a970b6314450 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX beats PersonX's swords into ploughshares<sep>Tail: mean
Output:
| [
"No"
] | task1198-84232b75cea24a97b3f2b82a6cfc6969 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX discusses PersonY's problems<sep>Tail: to talk more with the friend
Output:
| [
"Yes"
] | task1198-e171f96feecf4a56af42a74f915492c9 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX asks to play<sep>Tail: meet friend
Output:
| [
"No"
] | task1198-f3c9d0aef31e4817ad8652e4e5de291d |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX finds PersonY opening<sep>Tail: to ask PersonX for more details
Output:
| [
"Yes"
] | task1198-10d36734934b4bd5a29bfaecab41342b |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX makes ___ on mturk<sep>Tail: none
Output:
| [
"Yes"
] | task1198-82407f077e074e34b04d2fd235765a1d |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX asks ___ if PersonY could have one<sep>Tail: to speak for PersonY
Output:
| [
"No"
] | task1198-4e0c235c85d646698c46d2998265a57c |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX arrives home<sep>Tail: to drive.
Output:
| [
"No"
] | task1198-c27b5d8b5a114e52a263e4a819a5bdb9 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX achieves ___ by means<sep>Tail: achieves success
Output:
| [
"No"
] | task1198-7f196791645b451da2e72b767a59ba2e |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX eventually got ___<sep>Tail: none
Output:
| [
"Yes"
] | task1198-0f8a79b5e69f49f39c482c61c06bdc11 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX increases PersonY's output<sep>Tail: to ask for more help
Output:
| [
"Yes"
] | task1198-eca7decc5abc4d4db743a0d4c499c8c0 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX agrees to the challenge<sep>Tail: ready
Output:
| [
"No"
] | task1198-86ff04eea10146e792a02e79c5015023 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX holds PersonY's ___ in PersonX's hands<sep>Tail: assure PersonX
Output:
| [
"Yes"
] | task1198-e589450fd75a47f2a47ad65ca0f7e5e2 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX creates PersonY impression<sep>Tail: Tell the person x it is funny.
Output:
| [
"Yes"
] | task1198-c77e9bf6b7b24ea3957a2f268e50ef12 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX hopes would come<sep>Tail: to maybe consider actually going
Output:
| [
"Yes"
] | task1198-5995fb28c3984627944ee000a2ed563a |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX is making breakfast<sep>Tail: to put their dishes in the dishwasher after eating.
Output:
| [
"Yes"
] | task1198-ebd6f3d382844801ab8cb8310a655de5 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX finds PersonY trace<sep>Tail: to investigate the findings
Output:
| [
"Yes"
] | task1198-dcf13adf8c524c38a5fe29ccb8c78a1f |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX meets ___ at the park<sep>Tail: to say hello to person x
Output:
| [
"Yes"
] | task1198-936dad0db7de48819a0de05cd8c410e9 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX asks PersonY's mother for help<sep>Tail: nervous
Output:
| [
"No"
] | task1198-399bfd196a674d218c8d7f589e194117 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX almost fell<sep>Tail: none
Output:
| [
"Yes"
] | task1198-4d1528316fa54bf686d54dc62e7bbf76 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX changes PersonY clothes<sep>Tail: x to remove their clothes
Output:
| [
"Yes"
] | task1198-8bdf66854b7445f8aa7f45ddf914b8b9 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX behaves like a PersonY<sep>Tail: to carry out acts like PersonY
Output:
| [
"No"
] | task1198-2b9f72e6bf3746c1865d184e6a7c13cf |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX opens a savings account<sep>Tail: none
Output:
| [
"Yes"
] | task1198-f7a58699cc1d4ff8b82f6a72233f919a |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX leaves early<sep>Tail: none
Output:
| [
"Yes"
] | task1198-2f7935d442ff4f74b842d5ebda9890c9 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX buys an apple<sep>Tail: none
Output:
| [
"Yes"
] | task1198-e89cb3b3d4d04c6cbea4d57158a9d333 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX gets PersonY information<sep>Tail: to punish him
Output:
| [
"Yes"
] | task1198-24bbc7ffb6d649808046db3e5742763c |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX achieves ___ by means<sep>Tail: controlled
Output:
| [
"No"
] | task1198-48aed69ebc33485fafbb07958e3b23eb |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX is no longer scared<sep>Tail: to listen to PersonX talk
Output:
| [
"Yes"
] | task1198-5eca7ec3167e47ba84b3b5a26e00a7a8 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX agrees to the challenge<sep>Tail: competetive
Output:
| [
"No"
] | task1198-0d371fe86afc4fd09f815e8668193b86 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX adapts ___ to conditions<sep>Tail: he gets a lot done
Output:
| [
"No"
] | task1198-48fee2f94e21401083deac3380c0dd30 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX asks PersonY to show<sep>Tail: none
Output:
| [
"No"
] | task1198-420c4233805345e18385deec96185c60 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX hands it back to PersonY<sep>Tail: to take it
Output:
| [
"Yes"
] | task1198-65686424bf1b45a98d90b18c32c32e04 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX makes PersonX's friends laugh<sep>Tail: invite bac
Output:
| [
"Yes"
] | task1198-a5643add5275475e901c54bcacf75485 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX falls to PersonY's knees<sep>Tail: to tell PersonX to get up
Output:
| [
"Yes"
] | task1198-cb3f8024f1054e62a4ae4a4f73060668 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX left PersonX's ___ behind PersonY<sep>Tail: none
Output:
| [
"Yes"
] | task1198-09bff5acfe8a4442a979fcd4116d5fd0 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX asks PersonY's mother for help<sep>Tail: frowns
Output:
| [
"No"
] | task1198-d83e6757b0014608ba63c068708f9f64 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX affords PersonY every ___<sep>Tail: loses opportunity
Output:
| [
"No"
] | task1198-661a816883a249c0b22fbfe8cb7325d1 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX eats ___ the next day<sep>Tail: none
Output:
| [
"Yes"
] | task1198-99bcbb22f6f04c72bf406b29df9575b0 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX bats PersonX's eyelashes<sep>Tail: flirty
Output:
| [
"No"
] | task1198-c65d9d1c47a64c1193c1eb4e14febf99 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX applies for a loan<sep>Tail: to be financially secure
Output:
| [
"No"
] | task1198-e31d6734df8e4278b7467fc190350c85 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX hangs five<sep>Tail: to rest on the beach
Output:
| [
"Yes"
] | task1198-85eee46166e0446084794453ee158cb3 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX asks to play<sep>Tail: join game
Output:
| [
"No"
] | task1198-90805413e8874ba8971b5560aeb316b6 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX accepts PersonY invitation<sep>Tail: to ask about the event
Output:
| [
"Yes"
] | task1198-fda35d386490436bab54f0691f2ed561 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX interferes in PersonY way<sep>Tail: to grow with PersonX
Output:
| [
"Yes"
] | task1198-ce4fafc874cf49a4bb992988e7126a6d |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX asks PersonY to make<sep>Tail: excited
Output:
| [
"No"
] | task1198-bcd58ac88e9946b9b05411c9a4f8119c |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX changes PersonY clothes<sep>Tail: to thank person X
Output:
| [
"Yes"
] | task1198-5e81a2a38216425798d5d79ccfef42f2 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX lightens PersonY's purse<sep>Tail: to thank PersonY for removing some items
Output:
| [
"Yes"
] | task1198-184fa2bc48ac4302844e4fef2bc9a329 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX meets at the park<sep>Tail: To enjoy a day outside
Output:
| [
"Yes"
] | task1198-aaca960d24724de29b34b72e72f502c7 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX bakes bread<sep>Tail: to store it in the bread box
Output:
| [
"No"
] | task1198-3324f5cc84264f3eb9537824b89287bc |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX beats PersonX's swords into ploughshares<sep>Tail: destructive
Output:
| [
"No"
] | task1198-c09d173d8beb4df7b292f543d162296b |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX accepts the job<sep>Tail: brave
Output:
| [
"No"
] | task1198-baad69269a824a3f917828eea5a83a04 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX accepts the invitation<sep>Tail: to attend his friend's marriage
Output:
| [
"No"
] | task1198-276eafd98f20438c900f49a1719b67ff |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX always ate ___<sep>Tail: COFFEE
Output:
| [
"No"
] | task1198-10fbaafc67f14b6098fec0e085b51ccf |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX attends PersonY school<sep>Tail: educated
Output:
| [
"No"
] | task1198-a64ea219269f4edfb30dfe87178f25e9 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX does n't feel well<sep>Tail: to take care of him
Output:
| [
"Yes"
] | task1198-2638368825cf4650aecc3fa0a7ed6b7c |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX exercises PersonX's right<sep>Tail: to get as much out of PersonX as possible
Output:
| [
"Yes"
] | task1198-bf0a0b428aef4c5db440f4a2bf55901d |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX defeats PersonY's purpose<sep>Tail: Pretend like he's listening
Output:
| [
"Yes"
] | task1198-7f71a56e7b734a86870e3f12a5246d3d |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX asks PersonX's mother for help<sep>Tail: to help out PersonX
Output:
| [
"Yes"
] | task1198-b7f168caae2e4800ad0530749c6425bf |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX leaves PersonY at home<sep>Tail: watch television
Output:
| [
"Yes"
] | task1198-097736768a8e405584b19b49a37e58f0 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX answers the question<sep>Tail: to be cooperative
Output:
| [
"No"
] | task1198-b25458f97b134b678cbfd91353c4562f |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX is in first grade<sep>Tail: to make the teacher happy
Output:
| [
"Yes"
] | task1198-bf029d50b1514aa8ac6af7eacc053b1f |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX affords another ___<sep>Tail: to enjoy it
Output:
| [
"No"
] | task1198-f35a958ab68b4ec7b24374467b6114ec |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX goes a week<sep>Tail: none
Output:
| [
"Yes"
] | task1198-867bca7deb0b40c784a6debc1a3d317f |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX affects children 's ___<sep>Tail: satisfied
Output:
| [
"No"
] | task1198-a5ccf945fee44b3db49eb019c50a1880 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX fees PersonY's kids<sep>Tail: secure them life
Output:
| [
"Yes"
] | task1198-064fe8a8870841c5acfc4063d642abc7 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX leaves at home<sep>Tail: their son to save money
Output:
| [
"Yes"
] | task1198-463f17567fc74c598d4ca36e6edfa5e1 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX gives PersonY a number<sep>Tail: to call them
Output:
| [
"Yes"
] | task1198-2a5d15ca79b345f08622633aad64d3b0 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX is getting dirty<sep>Tail: none
Output:
| [
"Yes"
] | task1198-2b95e4d49f584a71a1135f2e069017d4 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX loses ___ of time<sep>Tail: to find somebody else to take the appointment slot at the last minute.
Output:
| [
"Yes"
] | task1198-a7699646d28f4d87b2c61127763ca83f |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX always lost<sep>Tail: to collect their money
Output:
| [
"Yes"
] | task1198-c7fb67be76a548a48e6612523d19d719 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX asks PersonX's mother for help<sep>Tail: desperate
Output:
| [
"No"
] | task1198-afc81414fa3f442397a2c05a8fb97e4c |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX feels PersonY's pain<sep>Tail: person y can thank person x for being there
Output:
| [
"Yes"
] | task1198-16f289b01ffb4d0697f9478ad3fc4a77 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX carries PersonY into execution<sep>Tail: to get away
Output:
| [
"Yes"
] | task1198-b562dee3e11b4399be320e60ebb39996 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX babysits PersonY's nephew<sep>Tail: play games with the nephew
Output:
| [
"No"
] | task1198-c2ca855bb99c4a1b8cd64f446e1a576f |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX makes friends<sep>Tail: get dinner
Output:
| [
"Yes"
] | task1198-e639ba4b82884cf1b31f683a2b57203b |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX meets anyone<sep>Tail: to discuss future
Output:
| [
"Yes"
] | task1198-3366fe8f884b46b997fdd60be443558b |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX acts weird<sep>Tail: funny
Output:
| [
"No"
] | task1198-c98b54a04979491db2cf05aadd387c4e |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX applies sunscreen<sep>Tail: stays safe
Output:
| [
"No"
] | task1198-fe584f3d44d64aee8321f9766ea3f254 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX arrives home that ___<sep>Tail: determined
Output:
| [
"No"
] | task1198-3560545d6fbf4eecaaa6afd7d76165a3 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX is 18 years old<sep>Tail: to send PersonX off to college
Output:
| [
"Yes"
] | task1198-e9478fad3dac44efa498fbfdfae25980 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX gives it to PersonY's friend<sep>Tail: to give it back to personX
Output:
| [
"Yes"
] | task1198-1a54373afd304a879d2719b802360a50 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: Motivated
Output:
| [
"No"
] | task1198-7176926c66434957be00e12dd78f6d29 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX grows closer<sep>Tail: none
Output:
| [
"Yes"
] | task1198-87bec855bc8445f58bcf7b9f6c25d1ec |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX leaves the living room<sep>Tail: none
Output:
| [
"Yes"
] | task1198-1ef672e889df4bed87163c53f8a2f9a2 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX makes PersonY agreement<sep>Tail: to listen to PersonX
Output:
| [
"Yes"
] | task1198-716801505e5c4a968231a1bab522e3cd |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX asks PersonY to go<sep>Tail: happy
Output:
| [
"No"
] | task1198-7004b174818848e1b0908e777fcf7948 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX accepts PersonX's diploma<sep>Tail: They pose for photographs
Output:
| [
"No"
] | task1198-21bb3fa56e654fd999f3d4dc8b2eeba5 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX keeps track of the number<sep>Tail: to get rid off
Output:
| [
"Yes"
] | task1198-28932c572e3a42b5a2d39e3d69a1ff3d |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX assumes another ___<sep>Tail: none
Output:
| [
"Yes"
] | task1198-a5dfb92796e44065a33c568e851e25a9 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX asks ___ if PersonY could have one<sep>Tail: disgusted
Output:
| [
"No"
] | task1198-145940f1b2ec49cb900f788a4ca00c7f |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX always ate<sep>Tail: guilty
Output:
| [
"No"
] | task1198-fb0c3b0437424cefa4ce43808966d67f |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX achieves PersonX's objective<sep>Tail: to know the objective
Output:
| [
"No"
] | task1198-0c43248b7deb401082884e5bb0ee3cc9 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX applies to medical school<sep>Tail: excited
Output:
| [
"No"
] | task1198-84b5ab6955ad46ea8e4b8ebc85bf79ab |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX bakes bread<sep>Tail: happy.
Output:
| [
"No"
] | task1198-a3ed20c8d1d040c3ac306f035c384056 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX achieves PersonX's objective<sep>Tail: thinks about the success.
Output:
| [
"No"
] | task1198-c7596d7b4cbb4e3fa2dcd5925245597c |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX drinks PersonY's coffee<sep>Tail: to drink X's coffee
Output:
| [
"Yes"
] | task1198-601979c2e546414c85a2a0178d9f3f14 |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX greets PersonY warmly<sep>Tail: to give a greeting back.
Output:
| [
"Yes"
] | task1198-071af5d0775c4f7781e5837ff8472eff |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX fills ___ to the top<sep>Tail: none
Output:
| [
"Yes"
] | task1198-29a5171b87794f41be58496073085dcd |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX pays PersonX's debt to society<sep>Tail: none
Output:
| [
"Yes"
] | task1198-77bd92f8d6904517a06024831dc3318b |
Definition: In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY or others will want what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonY and others, respectively. For example, as a result of PersonX giving PersonY gifts, PersonY may want to open the gift. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX holds PersonY's head<sep>Tail: to be messaged
Output: Yes
Positive Example 2 -
Input: Head: PersonX achieves PersonX's dream<sep>Tail: to achieve the dream
Output: No
Negative Example 1 -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: relieved
Output: Yes
Negative Example 2 -
Input: Head: PersonX loses PersonX's cool<sep>Tail: to fight PersonX
Output: No
Now complete the following example -
Input: Head: PersonX asks PersonY to stay<sep>Tail: to answer about staying or not
Output:
| [
"Yes"
] | task1198-5da794ff8f1645519551b4b7c95e77fe |