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 acts like a man<sep>Tail: mature
Output:
|
[
"No"
] |
task1206-839f44dbb98342dc9d8e221d710fd77a
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 accompanies by PersonX's wife<sep>Tail: PersonX's hands are held
Output:
|
[
"No"
] |
task1206-166ba1e8c56b4708af05beec5c7d4b15
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX takes a trip to PersonY<sep>Tail: PersonX stays for one week
Output:
|
[
"Yes"
] |
task1206-f6883879d64343d1b320172380a20e5d
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX has a heart condition<sep>Tail: PersonX starts taking medication
Output:
|
[
"Yes"
] |
task1206-9a9179c9bef54d3ca371246d8311c45f
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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: guilty
Output:
|
[
"No"
] |
task1206-db57ec530113447eb4eaa73753afdd20
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 cooks dinner for PersonX's girlfriend<sep>Tail: PersonX sets the table with fancy plates
Output:
|
[
"Yes"
] |
task1206-66af2667d9ed4c8f9b9cfcd93b000497
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX accidentally dropped it<sep>Tail: sad
Output:
|
[
"No"
] |
task1206-32b9096b1cb74534a0a1f37a9f20699e
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 acquires PersonY knowledge<sep>Tail: Skillful
Output:
|
[
"No"
] |
task1206-b9788913daf34791ae3c6de1336b5c99
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 completes PersonX's work<sep>Tail: PersonX relaxes with a drink after work
Output:
|
[
"Yes"
] |
task1206-d29ed2a43d1d4c00b6826ca56cc50e07
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 show appreciation.
Output:
|
[
"No"
] |
task1206-5d94cd5a09ea4f82aba60a2ea40906a2
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 hangs heavy<sep>Tail: PersonX goes home to sulk
Output:
|
[
"Yes"
] |
task1206-34228c682e684a8ebc460c327bd3aa6f
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 aim<sep>Tail: to work on that too
Output:
|
[
"No"
] |
task1206-3b07bfbae51d4e0ebb036d47bcc723a6
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 tells PersonY to go to sleep<sep>Tail: PersonX turns out the lights
Output:
|
[
"Yes"
] |
task1206-e4310b1c8b8a45089cc8bc6e46eec12b
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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: proud
Output:
|
[
"No"
] |
task1206-bd4d6a42ed5a4b2db1d49e1f6c6d9671
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX keeps coming back<sep>Tail: PersonX watches another movie
Output:
|
[
"Yes"
] |
task1206-e1f2c8cfc3254357b8b92e7256f452b2
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 the ___ altogether<sep>Tail: disrespected
Output:
|
[
"No"
] |
task1206-df8b897fa2344a84b1cba854aee76524
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 a beating<sep>Tail: PersonX gets arrested
Output:
|
[
"Yes"
] |
task1206-d433e94a3aa94b128448c1bfabfb4283
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 contributes to PersonY's success<sep>Tail: PersonX thanks PersonY for the opportunity
Output:
|
[
"Yes"
] |
task1206-792a1fc7c3814be4a6be0cc25c6252f1
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX accidentally got ___<sep>Tail: embarrased
Output:
|
[
"No"
] |
task1206-e8fdeb76cb57490e96706c8aeff5158f
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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: Apologetic
Output:
|
[
"No"
] |
task1206-726f844a9ce44b55965a14090d075ac7
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX accuses PersonY of cheating<sep>Tail: to take the test
Output:
|
[
"No"
] |
task1206-f17d8a3824df4fa7ab6c8dd88cf2a4dd
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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: answer questions
Output:
|
[
"No"
] |
task1206-fafb1cf8aeeb447695e511c25e0f0552
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 attends to PersonY's business<sep>Tail: PersonX wins the court case
Output:
|
[
"Yes"
] |
task1206-0e48a4b08f1242348d2720b68e9424a4
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 thanks the ___<sep>Tail: to congratulate them
Output:
|
[
"No"
] |
task1206-28d1efe0f4fe47ae982164d4844a56ac
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 becomes anxious<sep>Tail: PersonX calls to tell family they will be late
Output:
|
[
"Yes"
] |
task1206-c656d330663844c484a075cfead1eed2
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 really hungry<sep>Tail: PersonX stops at restaurant to eat dinner
Output:
|
[
"Yes"
] |
task1206-b1ea69e9ba0e401693d129fa876cc13a
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX accuses ___ of cheating<sep>Tail: scared
Output:
|
[
"No"
] |
task1206-af846f2b9d2b41788af872f206c4c1db
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 starts off on the wrong foot<sep>Tail: PersonX misses the school bus and walks to school
Output:
|
[
"Yes"
] |
task1206-5d16ab326f0842b884d23645a84dae9c
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 owns PersonX's own business<sep>Tail: PersonX is an entrepreneur
Output:
|
[
"Yes"
] |
task1206-52c8bf9434c94822a4446bdeee5ae889
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 grabs PersonY's wrist<sep>Tail: PersonX leads PersonY out of the building
Output:
|
[
"Yes"
] |
task1206-552b51401d434595975e4b93950bffb6
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 into college<sep>Tail: to go off to school
Output:
|
[
"No"
] |
task1206-4f2cfec7c47e47c3a6294ee1d9a3ec96
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 objectives<sep>Tail: gains accomplishments
Output:
|
[
"No"
] |
task1206-946e21823fc14b7da31e451a651a1127
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 follows PersonY closely<sep>Tail: PersonX learns how to get home
Output:
|
[
"Yes"
] |
task1206-f66430c88968460aa0e56e7f90e95708
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 goal<sep>Tail: to set new goals
Output:
|
[
"No"
] |
task1206-60bb167aebb3426196f8f0c8441529ec
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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: Person X looses lots of blood.
Output:
|
[
"No"
] |
task1206-606a281c316c43c88e1ea7a7b28bdc42
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 shades PersonY's eyes<sep>Tail: PersonX applies mascara to PersonY
Output:
|
[
"Yes"
] |
task1206-ee3be41d303c4503a905e0e5b386c3bb
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 fell<sep>Tail: PersonX breaks an arm
Output:
|
[
"No"
] |
task1206-a1808ec4395f4a3ea4c461c913c5caec
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX actually liked ___<sep>Tail: open
Output:
|
[
"No"
] |
task1206-001b23777dca47d987eae39c16f46956
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 a stray dog<sep>Tail: PersonX feeds the stray dog some food
Output:
|
[
"Yes"
] |
task1206-002c2bc4ee844b0da02401e54412e58c
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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: annoyed
Output:
|
[
"No"
] |
task1206-0f6cc068d1574244a1ebbc414f171f32
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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: waiting for someone
Output:
|
[
"No"
] |
task1206-13def31f15c0472ab7b0dfab144afb7e
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 listens to PersonY's mother<sep>Tail: PersonX feels much better
Output:
|
[
"Yes"
] |
task1206-ab243e91d4b4490fb7ae6b685ed8c0a7
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX works right away<sep>Tail: PersonX gets a paycheck
Output:
|
[
"Yes"
] |
task1206-6bce5e9c123e47b5ab9c7e4265a6b430
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX aces the exam<sep>Tail: gets the top 10 position
Output:
|
[
"No"
] |
task1206-e1d2eaecb44f4b9eb0ba3759204fcb12
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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: good life partner
Output:
|
[
"No"
] |
task1206-111630f43f894769a8c97ec8e9d08535
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 many compliments<sep>Tail: PersonX feels great about themself
Output:
|
[
"Yes"
] |
task1206-99d597f65c754e019c50a5a3a5e2fcc7
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX goes over to PersonY's house<sep>Tail: PersonX cooked PersonY dinner
Output:
|
[
"Yes"
] |
task1206-9095607a2edb4fc389b24a37b78afac0
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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: thinks about person x
Output:
|
[
"No"
] |
task1206-bc532ef51f6840e0b051aa024e823581
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 saves PersonY from death<sep>Tail: PersonX breathes a sigh of relief
Output:
|
[
"Yes"
] |
task1206-ff6858b926ab49368205c3c14362e0ed
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX needs to move<sep>Tail: PersonX moves to the country
Output:
|
[
"Yes"
] |
task1206-40c81bbdd9444fb699205173a14c4c31
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX adapts to PersonX's environment<sep>Tail: like's them around
Output:
|
[
"No"
] |
task1206-855771798e984f47a6c9d40810b96042
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 a rug<sep>Tail: PersonX grabs some water
Output:
|
[
"Yes"
] |
task1206-30a0c8afe1b2454e9ed5fedabfab3246
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 practices diligently<sep>Tail: PersonX performs the concert
Output:
|
[
"Yes"
] |
task1206-a8e8b37ab4304cf5aa3333c6d2650e4c
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 sits at PersonY's table<sep>Tail: PersonX says hello
Output:
|
[
"Yes"
] |
task1206-4a604da6bb0a4c34bb8cf7d8f39c7011
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 tells PersonY something<sep>Tail: PersonX makes PersonY swear to secrecy
Output:
|
[
"Yes"
] |
task1206-5c757292227b46399e541ed69f1c17bd
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 aim<sep>Tail: To make that goal
Output:
|
[
"No"
] |
task1206-631f9ea83412464fbfb8543c5ae3959f
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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: high blood presion
Output:
|
[
"No"
] |
task1206-a7899e4b35714be08c4b51691e9b3358
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 happily ever after<sep>Tail: PersonX has many children
Output:
|
[
"Yes"
] |
task1206-7dd35a903e3f430b8f19fd4a180d23f8
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 loosens the apron strings<sep>Tail: PersonX breathes easier
Output:
|
[
"Yes"
] |
task1206-572587efae9e4deea322bdf7fe654033
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX aces PersonX's exam<sep>Tail: celebrate
Output:
|
[
"No"
] |
task1206-8640ea09b4b54cf491acd63c7d247e9e
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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: embarassed
Output:
|
[
"No"
] |
task1206-decff439a60547ce8d33b2703b2fcecc
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 a ticket<sep>Tail: PersonX says have a nice day
Output:
|
[
"Yes"
] |
task1206-48048814a4004cedac2d9e6fc2ec0c55
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 care of the baby<sep>Tail: PersonX keeps busy with this task every day
Output:
|
[
"Yes"
] |
task1206-6404dc68940549bf93b8f70315cfce33
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 ___ in life<sep>Tail: capable
Output:
|
[
"No"
] |
task1206-0d9479ab51e6412ca3e8efb7d3d10d90
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 confesses PersonX's love<sep>Tail: PersonX goes out on a date with PersonY
Output:
|
[
"Yes"
] |
task1206-c000e462ff2f4380abd035fefcb2e0b0
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 left<sep>Tail: He notices his watch not moving.
Output:
|
[
"No"
] |
task1206-4a48c348e9d447e1b9aecfd684832ed8
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 crosses PersonY path<sep>Tail: PersonX continues walking down the street
Output:
|
[
"Yes"
] |
task1206-1dd65fbbe68542bb8164f90c32935b71
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 starts to hurt<sep>Tail: PersonX must rest for a day
Output:
|
[
"Yes"
] |
task1206-fe4bf4aec5f241b586f60635bbc3bff4
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX accepts one 's ___<sep>Tail: happy to see a kind person
Output:
|
[
"No"
] |
task1206-212d56f316614f7daf55ab03d4a80f88
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 PersonX's living<sep>Tail: PersonX deposits a nice paycheck
Output:
|
[
"Yes"
] |
task1206-1839299f46cf4baaa0672d0ff9140752
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 picks PersonX's nose<sep>Tail: PersonX digs out a big nugget
Output:
|
[
"Yes"
] |
task1206-fb6b74941272498387f8ac9f6f76acf4
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 PersonY mother<sep>Tail: PersonX is told not to be a snitch
Output:
|
[
"Yes"
] |
task1206-e4434ae602e04f01871e5f58244c7d37
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX acts as PersonY agent<sep>Tail: to offer to help person Y
Output:
|
[
"No"
] |
task1206-49882e182392414183c0f2c45ef99d61
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX accepts the challenge<sep>Tail: to think about it
Output:
|
[
"No"
] |
task1206-454850e87dcc46bfa62177a28d01ee8b
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 the class paper<sep>Tail: PersonX freezes up during the presentation
Output:
|
[
"Yes"
] |
task1206-f8d0a668426444269011ab3b413106d0
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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: to make the quarterly numbers
Output:
|
[
"No"
] |
task1206-a286b233a9c148f2b0fc17c65f2dd56a
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 the ___ altogether<sep>Tail: sigh in relief
Output:
|
[
"No"
] |
task1206-e2834bf511e54cb0b97d61044b871e1a
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 left<sep>Tail: He looked at his watch.
Output:
|
[
"No"
] |
task1206-750f9433930d47dd9560e32079fce263
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 the new kid in school<sep>Tail: PersonX fights his first bully to establish dominance
Output:
|
[
"Yes"
] |
task1206-8e871e84e4ae40499d500eb1a7f41072
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 wins the contest<sep>Tail: PersonX donates the money to charity
Output:
|
[
"Yes"
] |
task1206-629d00557dec4a75b120d80fb38811b7
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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: hurt.
Output:
|
[
"No"
] |
task1206-8dbc993a984145c0906203d4f6ef3015
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX acts like men<sep>Tail: to be seen as masculine
Output:
|
[
"No"
] |
task1206-61780cb2435d4bc1967fabde353c7f1a
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 the car<sep>Tail: PersonX drives home
Output:
|
[
"Yes"
] |
task1206-7fae4fa6858a4d0c88b6062e11ab5f6f
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX accidentally got<sep>Tail: relief
Output:
|
[
"No"
] |
task1206-8b2eba1e1609431e84d1cedb825f6ef9
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 breaks PersonY's fall<sep>Tail: PersonX helps PersonY to their feet
Output:
|
[
"Yes"
] |
task1206-5b2b49a98c394acfa19d1601fc95c822
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX accidentally stepped<sep>Tail: Clumsy
Output:
|
[
"No"
] |
task1206-57042c7da44c410691e5ea21cf48d13d
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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: to be a success
Output:
|
[
"No"
] |
task1206-d8f2f67e48f9495082e2580ce19e8cb8
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 PersonY to get<sep>Tail: PersonX drives PersonY home
Output:
|
[
"Yes"
] |
task1206-e65c2187393549648faf27e6ec6d3b78
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX returns to PersonX's country<sep>Tail: PersonX easily finds work
Output:
|
[
"Yes"
] |
task1206-c3b2fbad240a404ab15ee838dbdf2efd
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 studies for weeks<sep>Tail: PersonX aced all their tests
Output:
|
[
"Yes"
] |
task1206-8d6c0a4ba0ac416f933591e29bbe1247
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX acts like a man<sep>Tail: to do things right
Output:
|
[
"No"
] |
task1206-2b97f7d7cf0d4407a7e8a92a6c6d670c
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 work hard towards the goals set by PersonY
Output:
|
[
"No"
] |
task1206-46cd18d5d4a84ed8b5639473ddbc309c
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX aces PersonX's interview<sep>Tail: to tell his friends
Output:
|
[
"No"
] |
task1206-d5517ae14d8e4ee08d591632dff2c858
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 closes the door after PersonY<sep>Tail: PersonX takes a rest
Output:
|
[
"Yes"
] |
task1206-12709d553e7a461cb55dd513eb55c276
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: PersonX swims at the local pool<sep>Tail: PersonX learns a new way of swimming
Output: Yes
Positive Example 2 -
Input: Head: PersonX acts as PersonY intermediary<sep>Tail: assist and protect PersonY's interests
Output: No
Negative Example 1 -
Input: Head: PersonX acts like a PersonY<sep>Tail: to observe
Output: Yes
Negative Example 2 -
Input: Head: PersonX tries to fix it<sep>Tail: PersonX orders new glass
Output: No
Now complete the following example -
Input: Head: PersonX takes the kite<sep>Tail: PersonX flies the kite
Output:
|
[
"Yes"
] |
task1206-d6a4524064174339863507e8988c3a9c
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 PersonX's age<sep>Tail: is looked up to
Output:
|
[
"No"
] |
task1206-0db162d9bad84dbd8265aa9af0d2cd66
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 PersonY's behalf<sep>Tail: stresses
Output:
|
[
"No"
] |
task1206-cb26cfd26f3f4ca4b598d1141080433f
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 with friends<sep>Tail: PersonX pays for the bill
Output:
|
[
"Yes"
] |
task1206-88dbc822992b47d197ab444f78e7d4f3
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 ___ in life<sep>Tail: to celebrate
Output:
|
[
"No"
] |
task1206-b9e1977bfa6343209b63340215c5c1a1
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people 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 earns PersonY living<sep>Tail: PersonX gets everything paid for
Output:
|
[
"Yes"
] |
task1206-d0a58ad7d2eb4dfa9d222262d198c3a0
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.