input
stringlengths 1.08k
1.19k
| output
listlengths 1
1
| id
stringlengths 41
41
|
---|---|---|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX serves PersonY right<sep>Tail: PersonX accepts gracious tip
Output:
|
[
"Yes"
] |
task1206-6816c90e44054a6c83b285e59e76f37c
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX acts like a man<sep>Tail: praised
Output:
|
[
"No"
] |
task1206-df9d9cfc29e546ab856eb0be99b0a0f6
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX drives my car<sep>Tail: PersonX feels relieved to get around town
Output:
|
[
"Yes"
] |
task1206-89ff33e8e9924dcd86744b612e2e1871
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX works closely with PersonY<sep>Tail: PersonX takes notes of how to perform like PersonY
Output:
|
[
"Yes"
] |
task1206-7728ad651daa43d89956560e3307da62
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX achieves PersonY understanding<sep>Tail: to rest
Output:
|
[
"No"
] |
task1206-5f0decb3ded349a2b0543158180a3777
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX accidentally got ___<sep>Tail: sad
Output:
|
[
"No"
] |
task1206-288bb5ccb8ae44c0abbd3c37e1b47a4b
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX shows PersonY's daughter<sep>Tail: PersonX wraps the present in wrapping paper
Output:
|
[
"Yes"
] |
task1206-a40c97b1655e46458ba4a82bd49311e1
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX moves back to PersonY<sep>Tail: PersonX leaves again one day to never return
Output:
|
[
"Yes"
] |
task1206-3347d3c20f4f4d56b04f6ca0af61a375
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX places PersonY in a position<sep>Tail: PersonX gives PersonY a paycheck
Output:
|
[
"Yes"
] |
task1206-655db3dfafb540dc9fdce453af9f1eb5
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX adapts the ___ to the needs<sep>Tail: alter the adaptation if necessary
Output:
|
[
"No"
] |
task1206-ffc533cacedb4c10bc29c08089c722d0
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX accidentally dropped<sep>Tail: none
Output:
|
[
"No"
] |
task1206-0324cbdb7978480c8242fdff9ffc39e5
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX cups PersonY's cheek<sep>Tail: PersonX wipes PersonY's face clean
Output:
|
[
"Yes"
] |
task1206-3bd0e578ca9b420582ccaff19749446d
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX says hello to PersonY<sep>Tail: PersonX makes small talk for a while
Output:
|
[
"Yes"
] |
task1206-764ff8e2728242ccb523642f1931b4b6
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX achieves PersonX's ends<sep>Tail: to be successful
Output:
|
[
"No"
] |
task1206-bd99fc6863a64433a23e14d2b71211be
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX actually liked ___<sep>Tail: Sit down
Output:
|
[
"No"
] |
task1206-bfbffbfa931240cbbbfad3c37f38ec8d
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX writes a paper for PersonY's english class<sep>Tail: PersonX hands it over to them
Output:
|
[
"Yes"
] |
task1206-5b7564ca1cb54a60adf12dc80096cd87
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX asks if could come<sep>Tail: PersonX gets in the car with PersonY
Output:
|
[
"Yes"
] |
task1206-525fbfcf9e2c4bf8b3784bc0b3403f73
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX acknowledges gratefully the ___<sep>Tail: listen to advice
Output:
|
[
"No"
] |
task1206-b95ed19752564df1ad12bf702793ee69
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX is hot outside<sep>Tail: PersonX enters PersonX's home for some lemonade
Output:
|
[
"Yes"
] |
task1206-bc5168c806934958bfbcb9c02f78d696
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX achieves PersonX's goals<sep>Tail: PLAY IN GAMES
Output:
|
[
"No"
] |
task1206-12bc34620a774a71be3edb8c8c1ae7b9
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX actually liked ___<sep>Tail: get to know PersonX
Output:
|
[
"No"
] |
task1206-13d909c5d4be4e09b47ee032ad08bb86
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX accomplishes PersonX's task<sep>Tail: accomplished
Output:
|
[
"No"
] |
task1206-b46b98fb65eb482e900881bb02cf146c
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX accepts every ___<sep>Tail: starts to write on a book
Output:
|
[
"No"
] |
task1206-38a7c059e08e4c459c3ef65759f1a4a8
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX brings up PersonX's children<sep>Tail: PersonX scares off PersonY
Output:
|
[
"Yes"
] |
task1206-2eb445a8170242739c832578f452b3d1
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX accepts the dare<sep>Tail: amused
Output:
|
[
"No"
] |
task1206-ae1511a162404094920bf7a1bce1ad8a
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX accidentally shot<sep>Tail: clumsy
Output:
|
[
"No"
] |
task1206-ae75a7c5b8b946d6986f3484f184c984
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX has a dog named PersonY<sep>Tail: PersonX gave dog a name
Output:
|
[
"Yes"
] |
task1206-78024d70c0094e2e949421301919d1c4
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX acts like men<sep>Tail: masculine
Output:
|
[
"No"
] |
task1206-3708ff47dad64ce9895bfb933914a0c1
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX takes a cab<sep>Tail: PersonX goes to sleep
Output:
|
[
"Yes"
] |
task1206-0703847ab70240b08758f7f836cf4e15
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX acts like a PersonY<sep>Tail: to be viewed as normal in society.
Output:
|
[
"No"
] |
task1206-ec93b0dab60c49ed8f45b8d69c41118e
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX reads a book<sep>Tail: PersonX falls asleep for 2 hours
Output:
|
[
"Yes"
] |
task1206-372c17059c2f489baced4a7c6413f538
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX gets surgery<sep>Tail: PersonX stays in the hospital for a few days
Output:
|
[
"Yes"
] |
task1206-1a7ff12eddf2475ba897e0de4558db43
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX fees PersonX's baby<sep>Tail: PersonX loves PersonX's job
Output:
|
[
"Yes"
] |
task1206-b81d5a8bd62e42b480c2e1f6f0e85871
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX sings the song<sep>Tail: PersonX receives a standing ovation
Output:
|
[
"Yes"
] |
task1206-a69f150ffe9946a287e33157199bd0b2
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX spends all of PersonX's money<sep>Tail: PersonX is worse off financially than before
Output:
|
[
"Yes"
] |
task1206-e3674dcaa5a54d0f854c288e47d619fd
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX accepts PersonY's resignation<sep>Tail: look for a new worker
Output:
|
[
"No"
] |
task1206-b0dd1521497e44718ce6ae0d8b5fe8c4
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX achieves PersonY goal<sep>Tail: competitive
Output:
|
[
"No"
] |
task1206-f654abe87e38480ba294e359f906525b
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX goes to the zoo with PersonY's family<sep>Tail: PersonX sees the elephants
Output:
|
[
"Yes"
] |
task1206-487e42904f8c4cc4a3fe6e772c015e37
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX decides PersonY's fate<sep>Tail: PersonX banished PersonY to hell
Output:
|
[
"Yes"
] |
task1206-0d310d33c64742409ea5405ebba0c8a8
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX seeks PersonX's fortune<sep>Tail: PersonX buys many lottery tickets
Output:
|
[
"Yes"
] |
task1206-a1ce0f0bbfc84855b78d27269d65bff0
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX absolutely loved it<sep>Tail: to eat more
Output:
|
[
"No"
] |
task1206-65fa8380a7e242839f0e2772d108c699
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX accomplishes PersonX's purposes<sep>Tail: careful
Output:
|
[
"No"
] |
task1206-71b233bdb74e40908660ed97ab58bcf7
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX takes good care of it<sep>Tail: PersonX adopts the cat
Output:
|
[
"Yes"
] |
task1206-64f3bcc714ef4aefbdcb2552c75b95b3
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX acts as PersonY agent<sep>Tail: to protect y from harm
Output:
|
[
"No"
] |
task1206-2a9ea7b932a24e81a32fc6c5cc3bd9fd
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX needs some money<sep>Tail: PersonX goes to the atm to get money out
Output:
|
[
"Yes"
] |
task1206-ee2fc37c46d84c269e04e85e558d7b5a
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX has a great job<sep>Tail: PersonX is set for life
Output:
|
[
"Yes"
] |
task1206-27f5ce6aa8ee43c5b88016c253c52d96
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX accuses ___ of cheating<sep>Tail: cries
Output:
|
[
"No"
] |
task1206-2b6c0ba785854416bf9579c0f1679659
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX accidentally hit ___<sep>Tail: to say sorry
Output:
|
[
"No"
] |
task1206-22f63daf3dfc4eef9656350c95f5fc24
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX accepts the challenge<sep>Tail: wins the competition
Output:
|
[
"No"
] |
task1206-08f90aa97950485cb3e12fbbb8e6b1dc
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX pulls PersonY's shirt<sep>Tail: PersonX explains the situation to PersonY
Output:
|
[
"Yes"
] |
task1206-cca29e77605d4f11b3821246eabd4f57
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX understands clearly the manual<sep>Tail: PersonX sets up their phone
Output:
|
[
"Yes"
] |
task1206-57e3cee61bf24d0486556680e1155473
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX bakes PersonY a cake<sep>Tail: PersonX takes the cake from the oven
Output:
|
[
"Yes"
] |
task1206-17848985bb85492c9e16760fba354811
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX acts as PersonY agent<sep>Tail: get paid
Output:
|
[
"No"
] |
task1206-6207751ed45746d8afde0ad606909fe3
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX reads PersonY mind<sep>Tail: PersonX bows as the audience applauds
Output:
|
[
"Yes"
] |
task1206-409349be763841a1aa098b03177fb51a
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX accepts one 's ___<sep>Tail: happy
Output:
|
[
"No"
] |
task1206-2074590560b64ea0a9ec05ce90033734
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX turns PersonX's scepter upon PersonY<sep>Tail: PersonX turns PersonY into a toad
Output:
|
[
"Yes"
] |
task1206-269dec303b6b43d29d6b9fe4b2b11a31
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX accidentally dropped it<sep>Tail: smiles
Output:
|
[
"No"
] |
task1206-d7f1f15d1c7e4477ab355b005943fd82
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX goes halves<sep>Tail: PersonX gets to have new things
Output:
|
[
"Yes"
] |
task1206-46a959583ef6457aaa54ff8730ce2773
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX learns how to use it<sep>Tail: PersonX takes lots of photographs
Output:
|
[
"Yes"
] |
task1206-1b153baa210c434a8847f774a7af7bb2
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX goes to the store to buy some<sep>Tail: PersonX loads the items in the trunk
Output:
|
[
"Yes"
] |
task1206-711b3a12771a4537b90b9fea9fbfc9d8
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX sells PersonX's motorcycle<sep>Tail: PersonX takes the money and buys a new bike with the money
Output:
|
[
"Yes"
] |
task1206-8d453c41537e4f028363a7be0d169c9f
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX acts like a PersonY<sep>Tail: goofy
Output:
|
[
"No"
] |
task1206-1ea0a3b3319a48c4958f7f3969b93808
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX watches wrestling<sep>Tail: PersonX falls asleep before the match is finished
Output:
|
[
"Yes"
] |
task1206-6dda3eafb88247fab43cd720a56ffb14
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX looks high and low<sep>Tail: PersonX finds it
Output:
|
[
"Yes"
] |
task1206-c4cede871b684418b32e90f00941f062
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX accidentally broke ___<sep>Tail: becomes nervous
Output:
|
[
"No"
] |
task1206-83f114163bb74ddeafbb4170376a2dda
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX accepts PersonY thanks<sep>Tail: none
Output:
|
[
"No"
] |
task1206-ca3a0306d0e8400eaf74d15e8ee66b65
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX sees if could help<sep>Tail: PersonX makes a tea from the herb and drinks it
Output:
|
[
"Yes"
] |
task1206-91a8c18847bc4d738485b7952e7c2eac
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX acts like PersonY<sep>Tail: to show their loyalty
Output:
|
[
"No"
] |
task1206-64aeb9ab5fb44790942af97d462738a9
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX accepts PersonY's proposal<sep>Tail: happy to be getting started
Output:
|
[
"No"
] |
task1206-e4c915b6ba184cd991a0bd8773f973dd
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX achieves PersonX's objectives<sep>Tail: to show his grades to his mom
Output:
|
[
"No"
] |
task1206-ba7fa96ebcff4e97be733184d627ba68
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX takes the red pill<sep>Tail: PersonX sleeps almost immediately
Output:
|
[
"Yes"
] |
task1206-7ca4e58e1efa4e4a91e54fa576ee0b0b
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX accepts one 's ___<sep>Tail: to improve his work performance
Output:
|
[
"No"
] |
task1206-081cf658a1a64845b8edcad4c334dc39
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX returns a coat immediately<sep>Tail: PersonX looks for another coat to buy
Output:
|
[
"Yes"
] |
task1206-6b1fe5be0c09421aa4543a0cd3cedc01
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX accidentally dropped<sep>Tail: their foot gets bruised
Output:
|
[
"No"
] |
task1206-2b2ed772da314aa38b98e175bb5fdf48
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX plants an apple tree<sep>Tail: PersonX waters tree
Output:
|
[
"Yes"
] |
task1206-837dddefab9a4755b7b5b8998f04ad6d
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX watches my favorite show<sep>Tail: PersonX falls asleep during the show
Output:
|
[
"Yes"
] |
task1206-5f58f23a82c446b0a2f37de2c1cdce37
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX abolishes ___ altogether<sep>Tail: not to feel pain
Output:
|
[
"No"
] |
task1206-c99bc33474d74a9dbe1fbdd5b15d19bd
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX accepts one 's ___<sep>Tail: people trust PersonX
Output:
|
[
"No"
] |
task1206-98f06078da0d4d7a9121669763539059
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX acts funny<sep>Tail: is happy about things
Output:
|
[
"No"
] |
task1206-cc2149e1ab6941a9a8802a240cb88687
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX continues PersonX's search<sep>Tail: PersonX fails to find a roommate
Output:
|
[
"Yes"
] |
task1206-90a701544e3a41c583a7b1c1694f0c29
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX accidentally stepped<sep>Tail: make apology
Output:
|
[
"No"
] |
task1206-66528a87787747b5b9774a2572e76786
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX learns karate<sep>Tail: PersonX fights and wins
Output:
|
[
"Yes"
] |
task1206-c325dc0bfebc4b898ac671738b3ac033
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX accidentally threw ___<sep>Tail: to be interested
Output:
|
[
"No"
] |
task1206-3bd4ef8879ba40619e1e53a83294927a
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX feels pretty good<sep>Tail: PersonX goes for a bike ride
Output:
|
[
"Yes"
] |
task1206-71d45d6227974509970fd2ab72fe7efa
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX sells PersonX's home<sep>Tail: PersonX makes a 6% commision on the sale
Output:
|
[
"Yes"
] |
task1206-4b4d94b7e4e94678aa12c6599fecbba0
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX is my guest<sep>Tail: PersonX follows me around
Output:
|
[
"Yes"
] |
task1206-5e70ade2b1f14f46b8985d8ac5acf666
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX aces the test<sep>Tail: to get a degree
Output:
|
[
"No"
] |
task1206-1cd9394c9e49448ebe6f9b90a6dccd9d
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX acts on PersonX's behalf<sep>Tail: to find out what someone wants
Output:
|
[
"No"
] |
task1206-444a3bf641f14baa9a693a342db115f6
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX places the vase on a basis<sep>Tail: PersonX turns the vase around
Output:
|
[
"Yes"
] |
task1206-6aa6ce5f178c41fb95332b0de20c4e8f
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX acts in PersonY way<sep>Tail: to see how personY acts
Output:
|
[
"No"
] |
task1206-396029e8ea5b45b6a7e13aa66d66067a
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX loves PersonX's new home<sep>Tail: PersonX builds an office in the new house
Output:
|
[
"Yes"
] |
task1206-fa6a1ec891d64c6585edc254f318feae
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX accomplishes PersonX's goals<sep>Tail: gains self worth
Output:
|
[
"No"
] |
task1206-dea4c60e2d774a819451bb721c7829c7
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX adapts to PersonX's environment<sep>Tail: to settle into the situation comfortably
Output:
|
[
"No"
] |
task1206-e9af2e654c9f4ffb87c2ec23627bd6b2
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX accuses ___ of cheating<sep>Tail: to bring justice
Output:
|
[
"No"
] |
task1206-c3de761b16194fe9b28441d0f92f5048
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX acts as PersonY agent<sep>Tail: helpful
Output:
|
[
"No"
] |
task1206-8632c42f1a1242cdaadede2a38a86d2d
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX accidentally put ___<sep>Tail: clumsy
Output:
|
[
"No"
] |
task1206-a2e53db821774dbc8c0fe2545cf99c49
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX vacuums the floor<sep>Tail: PersonX puts the vacuum back up
Output:
|
[
"Yes"
] |
task1206-280e6e4c21e543b8b987a6ce1dc45293
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX accomplishes PersonX's goals<sep>Tail: relieves stress
Output:
|
[
"No"
] |
task1206-c80415c9bc92463eb2980fd7435f3bc6
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX accepts PersonY's proposal<sep>Tail: excited
Output:
|
[
"No"
] |
task1206-3e0956f8fcb343afa5c1809b6ba5361c
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX keeps PersonX's house<sep>Tail: PersonX works extra shifts to save money
Output:
|
[
"Yes"
] |
task1206-f97eeaa729ea45778c0676f299ba0f8c
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.