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 achieves the organization 's ___<sep>Tail: gets a mention in the newsletter
Output:
|
[
"No"
] |
task1206-bfa335843b644a348d1d750b991a180a
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 intermediary<sep>Tail: to help
Output:
|
[
"No"
] |
task1206-bf9a193bec5c4e358ecf058b61d4de13
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 knocked ___<sep>Tail: embarrassed
Output:
|
[
"No"
] |
task1206-34274922f9e44a2f9d85891a790707a6
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 parents<sep>Tail: PersonX gives the gift to PersonY
Output:
|
[
"Yes"
] |
task1206-a301ed6adeae4579a16434fccecc8c13
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 asked to leave<sep>Tail: PersonX walks out
Output:
|
[
"Yes"
] |
task1206-7f49e15f90cc463f9d32ffff377cb5fb
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 knocked<sep>Tail: livid
Output:
|
[
"No"
] |
task1206-a35baef4c96e413fb39ef692526c679b
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 bumped<sep>Tail: run or drive with absent-mind
Output:
|
[
"No"
] |
task1206-e5c2cdf7a5a04da88e09e0ffbd98eb81
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 PersonY's environment<sep>Tail: appreciated
Output:
|
[
"No"
] |
task1206-f7fea741dcd8491e9ae1273fce17383e
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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: Fair
Output:
|
[
"No"
] |
task1206-1020505316d248b0b7d58c638a3514b5
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 quickly<sep>Tail: runs
Output:
|
[
"No"
] |
task1206-4dd946178c6a4a75b1b811e72414c807
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 compliments<sep>Tail: PersonX takes note of the recipe
Output:
|
[
"Yes"
] |
task1206-74e02b3a59a44da49da3232bb7ce2ce6
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 object<sep>Tail: Gets rewarded
Output:
|
[
"No"
] |
task1206-1e11a2ef96544ceca1abcbba59ab6ea1
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 pretty damn good<sep>Tail: PersonX rings up customer
Output:
|
[
"Yes"
] |
task1206-8184c734bc5b44f58379202a406c849f
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 raises PersonX's voice<sep>Tail: PersonX got the student's attention
Output:
|
[
"Yes"
] |
task1206-0b5438efefc64ac2aa8ff913cd8a7b60
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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: to be accepts person thanks
Output:
|
[
"No"
] |
task1206-fda1677b40f245df81b9c2df1dacdbd6
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 movement<sep>Tail: PersonX bags a deer
Output:
|
[
"Yes"
] |
task1206-51bf67c3f76649808e583717544df922
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 know what is needed
Output:
|
[
"No"
] |
task1206-cac920e2f7e24f44a76b701619024555
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 very cold<sep>Tail: PersonX goes back inside and gets dressed
Output:
|
[
"Yes"
] |
task1206-8a58e16421cb4554b73969e47cd70780
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 checks the news<sep>Tail: PersonX is outraged by the latest headlines
Output:
|
[
"Yes"
] |
task1206-e2755fa8270e4cedbc48c643e7c853f6
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 about to get married<sep>Tail: to live happily ever after
Output:
|
[
"No"
] |
task1206-926d9686060a45ea94b568c7a699dc53
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 cut ___<sep>Tail: unskilled
Output:
|
[
"No"
] |
task1206-3ec5a02025d9476dbc682d9177747824
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 a movie star<sep>Tail: PersonX gets lots of money from their last production
Output:
|
[
"Yes"
] |
task1206-d8ecaaa574614540bbdf563f69f8eba9
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 the car<sep>Tail: PersonX drives in the right direction
Output:
|
[
"Yes"
] |
task1206-39a4e503ecf8449ca80f157ba6a02379
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 ___ as PersonX's savior<sep>Tail: forever grateful
Output:
|
[
"No"
] |
task1206-129730246ab742df9fd8143360693fbc
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 such a good time<sep>Tail: PersonX pays for another ticket
Output:
|
[
"Yes"
] |
task1206-c16c4c03099649778fd9e4068515e477
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 to adopt it<sep>Tail: PersonX buys it some food
Output:
|
[
"Yes"
] |
task1206-79228941a6884970abdd9c356eeda313
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 knocked<sep>Tail: embarassed
Output:
|
[
"No"
] |
task1206-07c1154394794d499473cfcc8dc03c37
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 work<sep>Tail: to accomplish their objective
Output:
|
[
"No"
] |
task1206-e226af5c53794810a631417f67efe58e
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 carries away the bag<sep>Tail: PersonX runs from the cops
Output:
|
[
"Yes"
] |
task1206-c53c9a3109ea4f8cac0956a97a553da8
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 calls PersonX's doctor<sep>Tail: PersonX makes an appointment
Output:
|
[
"Yes"
] |
task1206-3517c45065c448e79d3c3f6b61eb1d72
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 appointment<sep>Tail: has more responsibility
Output:
|
[
"No"
] |
task1206-f18f71bdd9984c8faebbd362f9a9153f
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 makes pizza for everyone<sep>Tail: PersonX cooks the pizza in the oven
Output:
|
[
"Yes"
] |
task1206-568ac5db2d9649098ac6231ad4c2880a
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 spins PersonY around<sep>Tail: PersonX dances badly
Output:
|
[
"Yes"
] |
task1206-33df56728b5b48ba9407bfa3d1e785db
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 denies PersonY access<sep>Tail: PersonX makes sure PersonY leaves
Output:
|
[
"Yes"
] |
task1206-06dfef2200584cb1abb396addb3b88e8
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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: good about themselves
Output:
|
[
"No"
] |
task1206-10ede607893342e99907b9301a085c6e
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 gives PersonY analysis<sep>Tail: PersonX discusses the analysis with PersonY
Output:
|
[
"Yes"
] |
task1206-54060d17a3434351b43651618f14b45e
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 slaps PersonY's hand<sep>Tail: PersonX apologizes to PersonY and hands them a cookie
Output:
|
[
"Yes"
] |
task1206-0318e6cee03047628606fdcf04f53675
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 better seats<sep>Tail: PersonX can read the screen
Output:
|
[
"Yes"
] |
task1206-84e2653043764fe4abeb944fd04cdd71
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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<sep>Tail: gains knowledge
Output:
|
[
"No"
] |
task1206-0d567bb20c4549f6a8d4fe8a151df283
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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: happy
Output:
|
[
"No"
] |
task1206-e01fe5aa94c945f2b0fdb8f92577809c
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 does a lot of research<sep>Tail: PersonX writes a paper for school
Output:
|
[
"Yes"
] |
task1206-474a8bad1e7f4dd2a4b62088a15acb54
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 bus to school<sep>Tail: PersonX arrives at school on time
Output:
|
[
"Yes"
] |
task1206-421a09fe2a9745179e38b1b8b53bb099
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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: watch PersonX do it
Output:
|
[
"No"
] |
task1206-951c9fd2b885437ca1eb553d08c3b26e
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 PersonY's work<sep>Tail: to pay PersonX.
Output:
|
[
"No"
] |
task1206-bec56572122c4494b075da6411db650c
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 makes PersonY's blood run cold<sep>Tail: PersonX runs away from PersonY to avoid being punched
Output:
|
[
"Yes"
] |
task1206-1aad98fb5aa244af8d656d8ccc6364e1
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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: ruthless
Output:
|
[
"No"
] |
task1206-427768a6b1e7464eb5005a7ca8be9f38
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 with gratitude the ___<sep>Tail: PersonX pays it forward
Output:
|
[
"No"
] |
task1206-8a5ca62730fe44509ebdd1fc9f06aeed
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 manner<sep>Tail: to get away
Output:
|
[
"No"
] |
task1206-ba35f1f8d79d4a9cb9c04ae19f7d663d
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 evicted<sep>Tail: PersonX moves back in with parents
Output:
|
[
"Yes"
] |
task1206-1b2afa250d634bf4a8460c8af8b43d93
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 going to have a baby<sep>Tail: PersonX is congratulated by everyone
Output:
|
[
"Yes"
] |
task1206-c34ba34218e64a2fbef08a125b658cf7
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 uses PersonY's resources<sep>Tail: PersonX thanks PersonY for allowing use of his materials
Output:
|
[
"Yes"
] |
task1206-5bfda632b4304d19b50d70225a30e99d
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 invites PersonY to a movie<sep>Tail: PersonX enjoyed PersonY's company
Output:
|
[
"Yes"
] |
task1206-eee81eed9fa14eb4ac7aa8a0f0b7168d
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 gives PersonY's baby<sep>Tail: PersonX tells PersonY his wife is fine
Output:
|
[
"Yes"
] |
task1206-41a7bd00762c4c68bcc47aea9214b137
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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: to set a higher goal for PersonX
Output:
|
[
"No"
] |
task1206-dc092c99bdca43408c3bf42266ae51a4
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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: to be agreeable
Output:
|
[
"No"
] |
task1206-c16c67fc340d4f9fa480ced3aa124c71
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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: PersonX jumped involuntarily because he was startled
Output:
|
[
"Yes"
] |
task1206-43a78dd5860a49829c5243635df21b78
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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: to apologize
Output:
|
[
"No"
] |
task1206-995417cbc4bb4c2284bd524d76e01460
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 does not want to go to school<sep>Tail: PersonX plays hookie from school
Output:
|
[
"Yes"
] |
task1206-bc3caf58457b483eb6b428e13f5d15b5
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 eats all of PersonY's food<sep>Tail: PersonX needs to use the bathroom
Output:
|
[
"Yes"
] |
task1206-ddbc9c41af9541748fedea030d2e7806
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 one 's ___<sep>Tail: to train consistently
Output:
|
[
"No"
] |
task1206-d955eb4e2de04bb4aad5632faae66637
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 knows the answers<sep>Tail: PersonX gets a grade of 100
Output:
|
[
"Yes"
] |
task1206-a54001a9d8b24f3a864f43779bfa53c9
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 buys the house at a price<sep>Tail: PersonX fills out some paperwork
Output:
|
[
"Yes"
] |
task1206-0fb984e705984d558c814179ef71718c
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 changes PersonY's ways<sep>Tail: PersonX feels enlightened
Output:
|
[
"Yes"
] |
task1206-72352ed9184e4bf38d4cbd2c0e3ae9ee
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 links bracelet together<sep>Tail: PersonX returns it to their wrist
Output:
|
[
"Yes"
] |
task1206-11681ead2a964296a2f0ffd3fdfa55d9
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 falls flat<sep>Tail: PersonX breaks his nose
Output:
|
[
"Yes"
] |
task1206-0a577aba37b24a8291f8cfedd3174058
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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: sad for their own experience
Output:
|
[
"No"
] |
task1206-afb34519a56e4d76ae3c041a9d615cdc
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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: for their to be a better law
Output:
|
[
"No"
] |
task1206-a17c9351d4894aeea2dc7ba738669351
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 abandons ___ altogether<sep>Tail: hangs head in shame
Output:
|
[
"No"
] |
task1206-add290b33e044c4cbbf66725c80d66f1
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 rounds the corner<sep>Tail: PersonX bumps into another jogger
Output:
|
[
"Yes"
] |
task1206-210f71f7e4c140619c5e97abce71720c
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 play the guitar<sep>Tail: PersonX starts a band with friends
Output:
|
[
"Yes"
] |
task1206-b311a44582d6423db76ece56630c1043
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 getting older<sep>Tail: PersonX gets plastic surgery
Output:
|
[
"Yes"
] |
task1206-9e58c72a4f814491b521ebc8666ce146
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 checks the oil<sep>Tail: PersonX puts more oil into their car
Output:
|
[
"Yes"
] |
task1206-bcfb66af333c4b6a807a0fe2dab00429
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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: proud
Output:
|
[
"No"
] |
task1206-0457f4ed2b1842ed91f10fa745e8d7de
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 home a pineapple<sep>Tail: PersonX cuts the pineapple and grills it
Output:
|
[
"Yes"
] |
task1206-fc818facbd2d47af8ff9d01125ec934e
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 buys a christmas tree<sep>Tail: PersonX puts the ornaments on the tree
Output:
|
[
"Yes"
] |
task1206-86a38596d15e4ac8810c3df74cdd1a03
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 runs cross country<sep>Tail: PersonX won the meet
Output:
|
[
"Yes"
] |
task1206-9d54b9e1ec3546ec8fc5862df8a52049
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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: go to doctor
Output:
|
[
"No"
] |
task1206-e89abcdcab2b4844b0f42e5830d4d1f2
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 spilled ___<sep>Tail: Clumsy
Output:
|
[
"No"
] |
task1206-34b5b0e60afb4ae289a97562020dff60
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 cut<sep>Tail: Clumsy
Output:
|
[
"No"
] |
task1206-aca80945b9164f1ba4d05159ca31d901
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 bigger<sep>Tail: PersonX looks in the mirror to see body gains
Output:
|
[
"Yes"
] |
task1206-b2e7493291b54956be7ef9eca8da5660
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 PersonX's work<sep>Tail: PersonX isn't happy with what they have done
Output:
|
[
"Yes"
] |
task1206-506ed1a3dacc493aa724e9ced15f94d6
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 be like person.
Output:
|
[
"No"
] |
task1206-298921fbf0aa4ca49071f09b4b898389
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 lessons<sep>Tail: PersonX performs in a concert
Output:
|
[
"Yes"
] |
task1206-a5da6ec0bfe244b29b072b4e383ea235
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 end<sep>Tail: to be worthy
Output:
|
[
"No"
] |
task1206-9df246579cd64e228ce1456f1483010e
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 mission<sep>Tail: receives new information
Output:
|
[
"No"
] |
task1206-7f61b47e47e246fe936fa0267f574f3f
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 ___ as PersonX's savior<sep>Tail: new faith
Output:
|
[
"No"
] |
task1206-289d0f9fcfe74f0cb379c3cde10f9fdb
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 never gave PersonY gift<sep>Tail: PersonX returned the gift to the store
Output:
|
[
"Yes"
] |
task1206-7782c3cb4d9b46a2b5e9fe086d7f44fb
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 the boat back<sep>Tail: PersonX steers the ship to shore
Output:
|
[
"Yes"
] |
task1206-942eecaff8e745799293d03412fd9d05
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 ends PersonY life<sep>Tail: PersonX turns off the electricity
Output:
|
[
"Yes"
] |
task1206-5a0d5b14a36843b7b8c9c7bec8049e3b
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 bored at home<sep>Tail: PersonX walks to the local park
Output:
|
[
"Yes"
] |
task1206-651bda61d1eb44bba6a1316a706aa83c
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 the organization 's ___<sep>Tail: happy
Output:
|
[
"No"
] |
task1206-97985757730a44049279136d718ea4ec
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 end<sep>Tail: OBEDIANT
Output:
|
[
"No"
] |
task1206-f6ab9d43355940979c50c895d2a70553
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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: looks different
Output:
|
[
"No"
] |
task1206-7c12fa4fdf7f4407a0762cd02be68f35
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 mission<sep>Tail: grateful
Output:
|
[
"No"
] |
task1206-1428fc01204045bcb474af4f7217fcd0
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 cut ___<sep>Tail: grabs a tissue
Output:
|
[
"No"
] |
task1206-db53e122f4c642fe8f4d420f2eee37e3
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 accidently left<sep>Tail: come back to place he left
Output:
|
[
"No"
] |
task1206-018871f1ab2a461ea1a2759d811ee9b7
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 makes the coffee<sep>Tail: PersonX sits down at the table to drink their beverage
Output:
|
[
"Yes"
] |
task1206-bf792f8ef0e14d298dd4ec091ede862b
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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: to make a new law
Output:
|
[
"No"
] |
task1206-4f482b1370624a00beb8c20b818354ad
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 lives with PersonX's family<sep>Tail: PersonX looks for job
Output:
|
[
"Yes"
] |
task1206-5e8b2fdd7d7d4e83be3b750119c64127
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 cuts the ribbon<sep>Tail: PersonX gets their picture taken
Output:
|
[
"Yes"
] |
task1206-a0761cd7342241d0adb0dec29cfef322
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.