input
stringlengths
965
1.08k
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 is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: koran<sep>Tail: sura Output:
[ "Yes" ]
task1210-c8a2efdf4b434669b9efaefa9b5c0705
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: PersonX accepts PersonY invitation<sep>Tail: PersonX buys a gift for PersonY Output:
[ "No" ]
task1210-18c10943a6f845c5a8cd55c766122add
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: PersonX accepts ___ in exchange<sep>Tail: to try out the new one Output:
[ "No" ]
task1210-662b713121d94de7831ffac5affa7e0c
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: leaf<sep>Tail: chlorophyll Output:
[ "Yes" ]
task1210-74601ad0bb024d08b94bc9a7e0be9f9e
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: hinge<sep>Tail: pintle Output:
[ "Yes" ]
task1210-0cfd40cd92d34079a56de5eb51c25b28
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: PersonX asks PersonX's grandma<sep>Tail: thanks his grandma Output:
[ "No" ]
task1210-40a5acf5779e408b947ce93e8b8d10ea
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: PersonX affects PersonY's interests<sep>Tail: well-known Output:
[ "No" ]
task1210-fc562a8c4afb471b89d59c8a438bdd63
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: PersonX also ordered ___<sep>Tail: none Output:
[ "No" ]
task1210-f56c91bb3a40485e89b571b9efbafad6
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: tune<sep>Tail: phrase Output:
[ "Yes" ]
task1210-3b28305cb8f04f99847d317639ac9d27
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: PersonX asks PersonY to say<sep>Tail: persony to talk Output:
[ "No" ]
task1210-9721e18a565a48cebcfd1a2d65795772
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: PersonX amends PersonY act<sep>Tail: to help others Output:
[ "No" ]
task1210-a0b9f6d952764d4396e9afb18e054258
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: body<sep>Tail: brain Output:
[ "Yes" ]
task1210-5cec3cde59c74da9945304a5613d6f05
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: PersonX affords PersonY every ___<sep>Tail: They make a lot of money Output:
[ "No" ]
task1210-0800ac110b374b2d9ac18e85ca865aa3
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: piston<sep>Tail: piston rod Output:
[ "Yes" ]
task1210-e8eb5a1a36d14600a85b6265d06d6d1c
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: cake<sep>Tail: icing Output:
[ "Yes" ]
task1210-39f172029f0e4c8c96b3f6b5acf330d2
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: PersonX achieves PersonY objective<sep>Tail: inspire Output:
[ "No" ]
task1210-1badce5764af40e5bc71baa6d427182b
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: narration<sep>Tail: body Output:
[ "Yes" ]
task1210-3be4c4c98bf847b3a666fe3782b8f64a
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: funiture<sep>Tail: chair Output:
[ "Yes" ]
task1210-2c4d1f3bf6764ed59a021cff67777ca7
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: PersonX accepts god 's ___<sep>Tail: to pray to God Output:
[ "No" ]
task1210-8eef19d7b5be427ebd61480c3f002e03
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: body<sep>Tail: musculoskeletal system Output:
[ "Yes" ]
task1210-0e722cca861e4517bc05236ff4868a56
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: analogue clock<sep>Tail: two or three hands Output:
[ "Yes" ]
task1210-0cd57e286a73498b96f278d368fc9ee8
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: PersonX affords PersonY protection<sep>Tail: helpful Output:
[ "No" ]
task1210-66eaca3b44584053b59eae423e0fd78c
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: PersonX accepts the invitation<sep>Tail: has a good time together Output:
[ "No" ]
task1210-01d314525b114a7ca63f7a54064bceac
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: leg<sep>Tail: saphenous nerve Output:
[ "Yes" ]
task1210-173f5d57507748f784bb20c013982d45
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: leg<sep>Tail: sciatic nerve Output:
[ "Yes" ]
task1210-5cb9290770554e16aa8f4ed6702f9a57
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: bedroom<sep>Tail: bed Output:
[ "Yes" ]
task1210-69454a4b2aa74ef1b0dd2d271efda423
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: ship<sep>Tail: bulkhead Output:
[ "Yes" ]
task1210-646273d1cbf845ebb5e1b7c7caf91847
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: PersonX amends PersonY act<sep>Tail: praised Output:
[ "No" ]
task1210-daebc6116d5f4c03a055496968db0728
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: egg<sep>Tail: shell Output:
[ "Yes" ]
task1210-e0b0740b02b74ce3ada893a88f63818a
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: battery<sep>Tail: terminal Output:
[ "Yes" ]
task1210-f57e5f7b246f4ab19c1931b599aeada5
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: ankle<sep>Tail: anklebone Output:
[ "Yes" ]
task1210-183ddc76f191477cbb69ec4c7ec7830e
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: vehicle<sep>Tail: splashboard Output:
[ "Yes" ]
task1210-521adad1b75e4acc9de39b88a5e60a88
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: PersonX accepts PersonY invitation<sep>Tail: also happy Output:
[ "No" ]
task1210-384de7a1f9b74866a5e87939254c854a
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: PersonX applies to medical school<sep>Tail: nervous Output:
[ "No" ]
task1210-ce15977ec46b4a109aa113fb16150b65
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: PersonX affords every ___<sep>Tail: to reap benefits. Output:
[ "No" ]
task1210-08094594d2bd4c95b5e355260d92002a
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: PersonX asks PersonY to play<sep>Tail: active Output:
[ "No" ]
task1210-ab8ae833077349b99b4dadffc99ec7f6
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: table<sep>Tail: leg Output:
[ "Yes" ]
task1210-236756c861bf40a3bfd7b388ffb93349
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: every horse<sep>Tail: four legs Output:
[ "Yes" ]
task1210-02554d2b53274793b30ff3ce2897da28
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: PersonX asks PersonY to play<sep>Tail: to say no Output:
[ "No" ]
task1210-1b5f79f3a1a5449abafa17d36c0ad83a
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: car<sep>Tail: air bag Output:
[ "Yes" ]
task1210-9a8dd2495d28432c880356b8d4d80e8b
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: hoof<sep>Tail: toe Output:
[ "Yes" ]
task1210-3dd4ba5735fc4013b1e9b69765721589
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: distributor<sep>Tail: distributor cap Output:
[ "Yes" ]
task1210-acb0da56478549bba93a2bd473d0cf81
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: PersonX arrives to the restaurant<sep>Tail: to meet with date Output:
[ "No" ]
task1210-5b265ba86a8443c88f93088dd57095ac
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: PersonX affects every ___<sep>Tail: none Output:
[ "No" ]
task1210-25fa738739e9419184e46a62794ab6fa
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: hospital<sep>Tail: ward Output:
[ "Yes" ]
task1210-8f598f49d1f940ce92b0810975596c9f
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: PersonX always wore ___<sep>Tail: to follow rules Output:
[ "No" ]
task1210-53a7cc7d7c43402e833e28bc94b42c4e
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: infection<sep>Tail: incubation Output:
[ "Yes" ]
task1210-2dfaf7eda34645f68cc1627c3b599f8d
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: PersonX arrives shortly<sep>Tail: to give a speech Output:
[ "No" ]
task1210-344e4ab0b639476ca5e5109d39494c96
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: plane seat<sep>Tail: seat belt Output:
[ "Yes" ]
task1210-1ece01ae5961438bbfca25688321cb10
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: PersonX asks PersonX's mother for help<sep>Tail: helped Output:
[ "No" ]
task1210-cf8816b3241943fc9b0a560a919f11bf
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: PersonX accepts PersonY's offer<sep>Tail: concilliatory Output:
[ "No" ]
task1210-cdbf67745ea44507b97087d25d8a8305
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: PersonX always tries<sep>Tail: courageous Output:
[ "No" ]
task1210-346a29e9f5814af7a6b728e60006b77b
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: polite Output:
[ "No" ]
task1210-b5ebc55943f24dd1932f9e93f77e25d6
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: PersonX asks PersonY to make<sep>Tail: to prepare the supplies Output:
[ "No" ]
task1210-ff090df215c14668b7288c4d16756c3f
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: lip<sep>Tail: labial vein Output:
[ "Yes" ]
task1210-8719e52bdd13440eb00bce1b01f5f088
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: wind<sep>Tail: moving air Output:
[ "Yes" ]
task1210-52a97e0172244e7e9e6206fd42009e3f
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: PersonX affects every ___<sep>Tail: makes more decisions Output:
[ "No" ]
task1210-a4bbf88a96d04dba864ec43399569265
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: PersonX answers PersonY's question<sep>Tail: has a personal revelation Output:
[ "No" ]
task1210-c376a564fe774382be99e22cded23f20
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: PersonX amends PersonY act<sep>Tail: none Output:
[ "No" ]
task1210-f454002c85184c0983872dc300fddd7f
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: buffy vampire slayer<sep>Tail: pack Output:
[ "Yes" ]
task1210-5f50377c85ad48a1bb12fb96f3f34ae2
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: PersonX asks PersonY to make<sep>Tail: agrees Output:
[ "No" ]
task1210-1814781cd0b04575968347b29cdcb3d0
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: horse<sep>Tail: encolure Output:
[ "Yes" ]
task1210-9c5c319084c34e378a8db923f44b0511
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: lubrication<sep>Tail: water Output:
[ "Yes" ]
task1210-3961b1b7c98c48ec81c1d751efd4a61d
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: patent<sep>Tail: abstract Output:
[ "Yes" ]
task1210-1f7f1381c2634db592aa295ad65ae9e5
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: PersonX asks the teacher<sep>Tail: respond to PersonX Output:
[ "No" ]
task1210-230d938673534aeba45a63ef2bb80d6b
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: ignition<sep>Tail: spark coil Output:
[ "Yes" ]
task1210-bc685f30897e4445a396ef7c8b1c4471
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: PersonX affects every ___<sep>Tail: personal object Output:
[ "No" ]
task1210-63c5bed76b894562a5b2393d0bb69383
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: PersonX affects children 's ___<sep>Tail: guilty Output:
[ "No" ]
task1210-879a9c1fec044375a7499f4356715eb2
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: cup<sep>Tail: gill Output:
[ "Yes" ]
task1210-bc56c2ab7d0c4a00ae04ab6645ca4e65
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: auto<sep>Tail: windshield wiper Output:
[ "Yes" ]
task1210-66bbabbade0e4bb68b540bcad69af90f
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: beef<sep>Tail: beef loin Output:
[ "Yes" ]
task1210-f351fd8fe9d94222a9db02309534caa5
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: PersonX asks PersonX's grandma<sep>Tail: demanding Output:
[ "No" ]
task1210-486d90534180466eb12f86759294ec89
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: atom<sep>Tail: electrons Output:
[ "Yes" ]
task1210-60906a795cd04c11aed32e683f2db958
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: PersonX answers the door<sep>Tail: to get to know PersonX Output:
[ "No" ]
task1210-d897878d9a384c9497b9390283d9e217
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: PersonX affects children 's ___<sep>Tail: to make sure they do ok Output:
[ "No" ]
task1210-24d9817608174badb4ae56c7e842b37e
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: ape<sep>Tail: gorilla Output:
[ "Yes" ]
task1210-9ac91366665f4ebfbc7b83cc0a0abd16
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: PersonX adopts every ___<sep>Tail: proposal Output:
[ "No" ]
task1210-ffbe7c8ad7704cc9a0093b5d6693869e
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: house<sep>Tail: shower Output:
[ "Yes" ]
task1210-cffb4319ef6a4a14a39e4d8ca95b9552
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: PersonX always lost<sep>Tail: to buy a map Output:
[ "No" ]
task1210-c2534fcedd9148ecbe35be6555022e25
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: PersonX asks PersonY's grandma<sep>Tail: good, happy and satisfied Output:
[ "No" ]
task1210-140989da92d042cdb1fae65d07768bb9
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: PersonX arrives home<sep>Tail: to hang up their coat Output:
[ "No" ]
task1210-dcde9896800d4bfd8187062cc08a81d6
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: football team<sep>Tail: coach Output:
[ "Yes" ]
task1210-4e7be0d178a24aad8a7af43152c63a96
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: PersonX applies for a loan<sep>Tail: better Output:
[ "No" ]
task1210-18051c221d144a8fafda4dc02ed7d3b6
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: PersonX asks if PersonY was okay<sep>Tail: worried about persony Output:
[ "No" ]
task1210-ace0b997dc5e444d8b4cef5978912f51
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: PersonX asks to go home<sep>Tail: evaluates if they should let X go home Output:
[ "No" ]
task1210-e8bb9d86249c47038089c4a79c78dfff
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: PersonX argues a lot<sep>Tail: none Output:
[ "No" ]
task1210-a0f504ee9a7146faa02c99f65c155245
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: tricycle<sep>Tail: stell Output:
[ "Yes" ]
task1210-71880eb2810740da860715f4a6516a53
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: PersonX arrives home that ___<sep>Tail: to get transportation Output:
[ "No" ]
task1210-a75f237c8f724c5abcfa80405d9949e0
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: acre<sep>Tail: 43 560 square feet Output:
[ "Yes" ]
task1210-8e4d53a3e8384382b96c26c5364303e6
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: PersonX argues a lot<sep>Tail: like they are above others ideals Output:
[ "No" ]
task1210-eb41824d02974f32a75831ca54c1da84
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: proton<sep>Tail: quarks Output:
[ "Yes" ]
task1210-ec382efabff54eb0ac4bde5067cc8072
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: saucepan<sep>Tail: handle Output:
[ "Yes" ]
task1210-21d63e200959429e99b19f86113e3358
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: ship<sep>Tail: stern Output:
[ "Yes" ]
task1210-60a2d7c652ed439399b43a705bdc0844
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: PersonX asks PersonY to go<sep>Tail: happy Output:
[ "No" ]
task1210-ba9f40a30716408f8ebf2d29d6ceed2f
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: magazine<sep>Tail: feature Output:
[ "Yes" ]
task1210-9e84e51aafeb4a20b4042e00fcea6fd5
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: heart attack<sep>Tail: myocardial infarction Output:
[ "Yes" ]
task1210-0ab44dfcd77e4a93a2adf37affd9e526
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: PersonX accepts the invitation<sep>Tail: excited Output:
[ "No" ]
task1210-f958a883b63a456c86ffcf5df3dc3d60
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: PersonX affords PersonY protection<sep>Tail: proud Output:
[ "No" ]
task1210-3ab75a8e5f4d4962a80cf0b608a5dfff
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: pin<sep>Tail: shank Output:
[ "Yes" ]
task1210-573865561b5e42369109c3ef8a69afb3
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head is a part, portion, or makeup of the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action. Positive Example 1 - Input: Head: bed<sep>Tail: mattress Output: Yes Positive Example 2 - Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: follows the other person Output: No Negative Example 1 - Input: Head: PersonX acts weird<sep>Tail: attention Output: Yes Negative Example 2 - Input: Head: war<sep>Tail: aggression Output: No Now complete the following example - Input: Head: leather<sep>Tail: cow skin Output:
[ "Yes" ]
task1210-ece2b7b05f134560abf95c33d051fae7