input
stringlengths 1.35k
1.46k
| 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 can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX asks PersonY to go<sep>Tail: to do work
Output:
|
[
"No"
] |
task1212-771c0e53bc5042bbbf908dd491c67892
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX arrives at PersonY understanding<sep>Tail: talk
Output:
|
[
"No"
] |
task1212-39b4277942ee493ca657210752592835
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX accepts the offer<sep>Tail: to shake their hand
Output:
|
[
"No"
] |
task1212-875cc20138e041398072046d1656d1f0
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: hand<sep>Tail: five fingers
Output:
|
[
"Yes"
] |
task1212-d0451a167b94418e9eddabebb8ae2467
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: lemonade<sep>Tail: made from lemons water and sugar
Output:
|
[
"Yes"
] |
task1212-756101e612d5499981a24a39b902da84
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX behaves like a PersonY<sep>Tail: feedback on how they did
Output:
|
[
"No"
] |
task1212-7aa7f18008c042ae8191886adc56732e
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: happy that he saved a money
Output:
|
[
"No"
] |
task1212-8396771c51414e1fb8f8dc3ad22a53db
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX accepts the offer<sep>Tail: gets new job
Output:
|
[
"No"
] |
task1212-f272b5fed3034485a62e9c7365ff29fa
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX attends school<sep>Tail: intellectual
Output:
|
[
"No"
] |
task1212-bf8dd67c3ce94f349b0177f4301e807d
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: bowl<sep>Tail: convex down
Output:
|
[
"Yes"
] |
task1212-158fee7b17c84f4abf0a08f8b640804e
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: wax<sep>Tail: imbedded with pigment
Output:
|
[
"Yes"
] |
task1212-b58dff867696456fad9dff762de141a8
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: haystack<sep>Tail: big
Output:
|
[
"Yes"
] |
task1212-67344e56864045fc9d18135626a4e28d
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: trash<sep>Tail: picked up at curbside
Output:
|
[
"Yes"
] |
task1212-cb6d7473536546a7b8ad8b6628865a01
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: world<sep>Tail: three dimensions
Output:
|
[
"Yes"
] |
task1212-5085ba1be42146408c6d202c2cd0b95c
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: osteoporosis<sep>Tail: prevented and treated
Output:
|
[
"Yes"
] |
task1212-267452e1850647eda80e7c999281106e
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: knob<sep>Tail: found on door
Output:
|
[
"Yes"
] |
task1212-08895e9b61714bf78ecfb52ea08bc2dd
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX allergic to bees<sep>Tail: to avoid places with bees
Output:
|
[
"No"
] |
task1212-dca04919a1c34177a4e70aa20430a327
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX asks PersonX's boyfriend<sep>Tail: wondering
Output:
|
[
"No"
] |
task1212-d698af5687d440519f9cbf10216acba5
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX asks PersonY's grandma<sep>Tail: to hang up the phone
Output:
|
[
"No"
] |
task1212-f5d418389ed64d8b893d91c7b5c2895c
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX asks ___ if PersonY could have one<sep>Tail: to make sure PersonY gets something good
Output:
|
[
"No"
] |
task1212-d8ec0c04899343f8a9a1a98ac9caa1b4
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: people<sep>Tail: hard working
Output:
|
[
"Yes"
] |
task1212-0391649c990140d6b1124fe21598dc09
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: universe<sep>Tail: everything exists
Output:
|
[
"Yes"
] |
task1212-f95eedb5727d4cac9b53dc91deebd04f
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX arrives at PersonY understanding<sep>Tail: none
Output:
|
[
"No"
] |
task1212-8c7e6c4e9ffb4b4ebd6f61829d6c08a1
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX accepts the invitation<sep>Tail: social
Output:
|
[
"No"
] |
task1212-55701336041a414194e8acfc85c5d758
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: toothpaste<sep>Tail: placed on toothbrush
Output:
|
[
"Yes"
] |
task1212-82e7a1d9852c40feb71befb619816077
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX behaves like a PersonY<sep>Tail: weird
Output:
|
[
"No"
] |
task1212-c274be20c9404610abd6dcf496f50ca4
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX begins to hurt<sep>Tail: bleeds
Output:
|
[
"No"
] |
task1212-1ec064e23f2c4f06b4e5d5e2e6c6db7b
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX arrives to the restaurant<sep>Tail: PersonX is seated at a table.
Output:
|
[
"No"
] |
task1212-8c34d20766a44abb862ad28b612db096
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: duffel bag<sep>Tail: used as luggage
Output:
|
[
"Yes"
] |
task1212-64077cd5b3294a49969c2fbecf6f83b3
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX arrives home from work<sep>Tail: Timely
Output:
|
[
"No"
] |
task1212-b93aa8f65f7c4fff8d9910f532560b03
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX always ate<sep>Tail: healthy
Output:
|
[
"No"
] |
task1212-7b8f59c1312b44cfaf4aecb078a93e7c
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: macadam<sep>Tail: like asphalt
Output:
|
[
"Yes"
] |
task1212-0fcfdba31b4b42f1bb13a940aa223779
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: sport<sep>Tail: played by opposing teams
Output:
|
[
"Yes"
] |
task1212-a76dfe48313b40fd873602c72447fd34
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX bears the brunt<sep>Tail: less stress
Output:
|
[
"No"
] |
task1212-759003cf0f1d4a7ca0859ceb9a8d5ef4
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX bakes PersonX's own bread<sep>Tail: an oven
Output:
|
[
"No"
] |
task1212-458fd96d25ad4ce3a215bd432ad83349
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: expression<sep>Tail: dark
Output:
|
[
"Yes"
] |
task1212-00fabaaf40a946bd8f4d10190803a5ae
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX accepts the job<sep>Tail: none
Output:
|
[
"No"
] |
task1212-0254085b3ab54e56b1d76f6d084fa2ef
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX adapts ___ to conditions<sep>Tail: wants to make things easier for herself
Output:
|
[
"No"
] |
task1212-1fc5ba68a79a4ed08e5178f25ca17178
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX always ate<sep>Tail: personx gets diabetes
Output:
|
[
"No"
] |
task1212-8c6cee7b0cbd4283bf65b739ee2e620e
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX asks PersonY to stay<sep>Tail: more off this person's company
Output:
|
[
"No"
] |
task1212-12c5be9e48584df58d2390e462fcb09d
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: excess<sep>Tail: bad
Output:
|
[
"Yes"
] |
task1212-76a8149717b24c838734d587ff8b8954
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: garbage<sep>Tail: put into containers
Output:
|
[
"Yes"
] |
task1212-d979fa4b4cd04bb7be872de8e0612905
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: stuff<sep>Tail: stuffed
Output:
|
[
"Yes"
] |
task1212-d854ff31c3b046879db24f663839f444
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX achieves PersonX's objective<sep>Tail: completed
Output:
|
[
"No"
] |
task1212-eb2ec4683f674acfbdb102324eca950b
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX always wore<sep>Tail: buys item
Output:
|
[
"No"
] |
task1212-e881ae54f4c04844b29c7d9ead269138
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: matress<sep>Tail: found in bedroom
Output:
|
[
"Yes"
] |
task1212-c818492d36a14e44afdaedd11da0863b
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX badly wanted<sep>Tail: to eat.
Output:
|
[
"No"
] |
task1212-50bad23f623f4942a68a8bdca97daa84
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX 'd better go<sep>Tail: weak
Output:
|
[
"No"
] |
task1212-6180f9d5635a4d908040651cb1d0c2ec
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX always wore<sep>Tail: takes item off
Output:
|
[
"No"
] |
task1212-043f65951deb4a4baf519c46758aceb0
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX asks PersonY to stay<sep>Tail: to talk
Output:
|
[
"No"
] |
task1212-b6d6f285229f4960b08db41592333cf1
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: hemoglobin<sep>Tail: iron
Output:
|
[
"Yes"
] |
task1212-fdbecc09c26d4234aaaeceebd9b9d2b3
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX arrives just in time<sep>Tail: find out what time to be there
Output:
|
[
"No"
] |
task1212-e680c6c823454801a45a3272f016ef01
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX arrives to the restaurant<sep>Tail: to have lunch with friends
Output:
|
[
"No"
] |
task1212-4f59013a03f94aeab8e58673542a30ad
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: people<sep>Tail: vicious
Output:
|
[
"Yes"
] |
task1212-4545c346a53e48818162d8f9d575cf60
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX assumes another ___<sep>Tail: RESPONSIBILITY
Output:
|
[
"No"
] |
task1212-b5e8bb48f62e4f068c7ca9cabd4573bd
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: people<sep>Tail: large homes
Output:
|
[
"Yes"
] |
task1212-969ed5b32d1f4c7a9c48d0c7eef15bf7
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX answers the door<sep>Tail: to walk to the door
Output:
|
[
"No"
] |
task1212-63b7e6e485af4a128129ce25d9ea5ebd
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: concilliatory
Output:
|
[
"No"
] |
task1212-1c35b1c674f84ae8a22e7a3ed8585cf0
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX argues a lot<sep>Tail: talkative
Output:
|
[
"No"
] |
task1212-a04b32dfd91b4981bedf4625225e6479
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX bats PersonX's eyelashes<sep>Tail: to take someone home
Output:
|
[
"No"
] |
task1212-64a6b104cbcc4860a808d3ba85045dcc
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: bread<sep>Tail: crust
Output:
|
[
"Yes"
] |
task1212-ca84e1f31b4044c6aae4578da416b808
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: sleep<sep>Tail: good for health
Output:
|
[
"Yes"
] |
task1212-d84a387ee4e643b08211930a87bc6e02
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: floss<sep>Tail: wound up in dispenser
Output:
|
[
"Yes"
] |
task1212-43279c77e1644e1f8a03635be4f96a5e
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX asks ___ if PersonY could have one<sep>Tail: like they got something they needed
Output:
|
[
"No"
] |
task1212-3c98b4d023954a81a99b6ed64d0051d0
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: mountain<sep>Tail: very beautiful
Output:
|
[
"Yes"
] |
task1212-e3d0f0a19895464882160fe5e7d29847
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: food<sep>Tail: important to health
Output:
|
[
"Yes"
] |
task1212-d0fd21a8a96544d4b478c5dc1e33c746
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: people<sep>Tail: thier earlobes pierced
Output:
|
[
"Yes"
] |
task1212-06b008d28d2a4aef83996ccd5b45b248
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX begs for food<sep>Tail: irritated
Output:
|
[
"No"
] |
task1212-2fcbed8f041c4ce095c1e30ebd685fdc
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX attends school<sep>Tail: scholarly
Output:
|
[
"No"
] |
task1212-d157bfb5e02b472d97af53408a5accc3
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX asks PersonY to make<sep>Tail: agrees
Output:
|
[
"No"
] |
task1212-79a3bb90eaec4088817927c43091585e
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: most yogurt<sep>Tail: protein
Output:
|
[
"Yes"
] |
task1212-b29099b18af5421cab130b9ac4b95b95
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX asks to play<sep>Tail: thinks if they need to do anything else
Output:
|
[
"No"
] |
task1212-e886e13822724eeb971c640ab8eed0e4
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: videotape<sep>Tail: flammable
Output:
|
[
"Yes"
] |
task1212-3634e61e76e64d9d89039563cc17a4f0
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: bed sheet<sep>Tail: made out of cloth
Output:
|
[
"Yes"
] |
task1212-46a2b5c653804205a526e8a94f365d62
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX addresses PersonY audience<sep>Tail: starts a chant
Output:
|
[
"No"
] |
task1212-479d4d9a01f34515bc16e979770f7849
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: food<sep>Tail: eaten by people
Output:
|
[
"Yes"
] |
task1212-2f1834310d9d45d780a08cb2a9b675ba
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: people<sep>Tail: differing opinions about what pleasant
Output:
|
[
"Yes"
] |
task1212-0aa7865fe04e4b36abd00eba658dad6a
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: tablespoon<sep>Tail: used as measure in cooking
Output:
|
[
"Yes"
] |
task1212-1913589a47c944de82a42a942dc129cb
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX also loved ___<sep>Tail: none
Output:
|
[
"No"
] |
task1212-2679dbbed9d042adabbc8f74d2177e91
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: town<sep>Tail: big or small
Output:
|
[
"Yes"
] |
task1212-ff33828839d74ecab99c97d86f56173b
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX asks ___ to go with PersonY<sep>Tail: considers another direction
Output:
|
[
"No"
] |
task1212-383c662c4d364afbb71fd90d863c2d37
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: bathtub<sep>Tail: filled with water
Output:
|
[
"Yes"
] |
task1212-25b30dcc8f22486cb32999b2a220bf58
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX arranges a date<sep>Tail: to have a date at that time
Output:
|
[
"No"
] |
task1212-78ab80e391354b17b2fd5f414aba4371
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: forklift<sep>Tail: heavy
Output:
|
[
"Yes"
] |
task1212-4efbf7d1d8f742e29d96fd3d1859d154
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: earth<sep>Tail: dirt
Output:
|
[
"Yes"
] |
task1212-3166fdae613d4948baf4c0ddceb295bd
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX answers PersonY's letter<sep>Tail: none
Output:
|
[
"No"
] |
task1212-bac7d1bb64d148d2b106e1d4e91c60c3
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX accepts the job<sep>Tail: skilled
Output:
|
[
"No"
] |
task1212-c153bcbc8ecd428c81fd6a7730b51fba
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX bats PersonX's eyelashes<sep>Tail: flirty.
Output:
|
[
"No"
] |
task1212-8dc94cb40f2c47c289361e3ff18c2c2e
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX accepts PersonY's offer<sep>Tail: decide on offer
Output:
|
[
"No"
] |
task1212-61654f9cb05149f09a7e809eddea3d4e
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: world<sep>Tail: round
Output:
|
[
"Yes"
] |
task1212-8c74c456c745471ca692eb5ca97bdb79
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX argues a lot<sep>Tail: to apologize for his attitude
Output:
|
[
"No"
] |
task1212-ed5070a56f9a4f2b98995efc0caab3b4
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX asks ___ if PersonY could have one<sep>Tail: to like sharing everything with PersonY
Output:
|
[
"No"
] |
task1212-c364779dfb224e4d9307b377242aeec4
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: bushel<sep>Tail: equivalent to 32 quarts
Output:
|
[
"Yes"
] |
task1212-4ae7a5d2ebf84117abd656ff223fb81f
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: singular<sep>Tail: one
Output:
|
[
"Yes"
] |
task1212-917114a5e82742f7bdcdb7dc68183ff9
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: pencil<sep>Tail: good for writing and drawing
Output:
|
[
"Yes"
] |
task1212-073d83cf4f954ee1b193e2fef1537efb
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: letter<sep>Tail: mailed at post office
Output:
|
[
"Yes"
] |
task1212-19f2b696b311404ca5b5c5ca9d7b49c8
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX affords PersonY every ___<sep>Tail: job facility in good
Output:
|
[
"No"
] |
task1212-7ed37edadfa640bbb32a038a2e7ffdff
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX arrives just in time<sep>Tail: ready
Output:
|
[
"No"
] |
task1212-153af9aa715b47c883f7029cbff12148
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: PersonX arranges a date<sep>Tail: impress her partner
Output:
|
[
"No"
] |
task1212-59d3bc0c020e407ba7bd415905d88ee4
|
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be characterized by being or having the Tail or not. Being characterized usually describes entities' general characteristics such as rose is red, or subjective attributes such as thirst is uncomfortable. It can also map to descriptors that speak to the substance or value of items such as meat has the property of being stored in the freezer or bike is powered by a person's legs. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Positive Example 1 -
Input: Head: water<sep>Tail: effect of making things wet
Output: Yes
Positive Example 2 -
Input: Head: PersonX always lost<sep>Tail: go home
Output: No
Negative Example 1 -
Input: Head: PersonX asks PersonY's boyfriend<sep>Tail: find out where he is
Output: Yes
Negative Example 2 -
Input: Head: air conditioner<sep>Tail: very important in warm climates
Output: No
Now complete the following example -
Input: Head: telephone directory<sep>Tail: arranged alphabetically
Output:
|
[
"Yes"
] |
task1212-5f0a4d9b8bfc4a18a4656a28db15c2e3
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.