input
stringlengths 1.35k
1.46k
| output
sequencelengths 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 accepts PersonY's offer<sep>Tail: to hand over the goods
Output:
| [
"No"
] | task1212-a8e1ead5e74e42fe9cd59d1f6891f794 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: cook dinner
Output:
| [
"No"
] | task1212-3b2d59f782b343bc994909d8e62d4f7d |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: pain<sep>Tail: experienced by living creatures
Output:
| [
"Yes"
] | task1212-a352f26f87ee4d6ba2855fc99c4c42ba |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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 question<sep>Tail: accomplished because x likes to help others.
Output:
| [
"No"
] | task1212-64238d6d9f024723a1045dce85c8c214 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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 bread<sep>Tail: hungry
Output:
| [
"No"
] | task1212-afc4892c751b41b29db262e7983d69f1 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: river<sep>Tail: rising during heavy rain
Output:
| [
"Yes"
] | task1212-d00bbda6b5b64144be80d1ef24661eac |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: accept invite
Output:
| [
"No"
] | task1212-6b98f4549e0e401799868db72637fcbc |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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 PersonY objective<sep>Tail: inspire
Output:
| [
"No"
] | task1212-c9606e0d6aa64166a9d7ea41795c80b0 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: bag<sep>Tail: designed for carrying items
Output:
| [
"Yes"
] | task1212-5bfb7dfb492f486e94b846bc047a7f43 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: rain<sep>Tail: water
Output:
| [
"Yes"
] | task1212-4578870f7e3b4e01a882d2e25ce7af10 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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 applies sunscreen<sep>Tail: stays safe
Output:
| [
"No"
] | task1212-cd726794bc2443c3845d6e85dfca46bd |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: many items
Output:
| [
"Yes"
] | task1212-8ce9ea666de94fd0b246caab422b82af |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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 affects every ___<sep>Tail: to be annoying
Output:
| [
"No"
] | task1212-2c41b6e5e3c24a00ae0eb4849b04e5f5 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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 PersonX's purpose<sep>Tail: motivated
Output:
| [
"No"
] | task1212-5e10bddd113c4e01939331fe16b5d7cc |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: gravity<sep>Tail: effect of pulling things down
Output:
| [
"Yes"
] | task1212-3a2276cf8fc44335a7d30be899754ffc |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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 ___ for one<sep>Tail: their item back
Output:
| [
"No"
] | task1212-f16a94a890604f90b72419a7b094db25 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: flower<sep>Tail: found in garden
Output:
| [
"Yes"
] | task1212-b180dfe116cb4a56a95a979e3dca2628 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: water<sep>Tail: retrieved from faucets
Output:
| [
"Yes"
] | task1212-13112c7e20394343bc47e02c237d90b0 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: bathroom<sep>Tail: dark
Output:
| [
"Yes"
] | task1212-612a1f3181d64d13adff4b2811fba9c2 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: Gain more success and profit along with the group
Output:
| [
"No"
] | task1212-209a10e8158041be8b8ee4934a1ab77b |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: toolbox<sep>Tail: many tools
Output:
| [
"Yes"
] | task1212-e26ca102330c4d4ba7c9bbf3a531f204 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: bike<sep>Tail: two wheels
Output:
| [
"Yes"
] | task1212-6edd2e4e6ff9422e81a16fd7d740182e |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: fire<sep>Tail: essential
Output:
| [
"Yes"
] | task1212-4dfff27ecf5e4ab9a4e5fc48836e79a9 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: nature<sep>Tail: divine
Output:
| [
"Yes"
] | task1212-58bede32c60b4bf4a53f6c1472336bcb |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: iron<sep>Tail: plugged into electric socket
Output:
| [
"Yes"
] | task1212-6b2f235e084b404cb3805d1d68a71b8d |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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 believes every word<sep>Tail: to convince Person X.
Output:
| [
"No"
] | task1212-d1b0d3ff899e4d0ebb93867e622e5aa0 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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 bases on PersonX's experience<sep>Tail: to do whats right
Output:
| [
"No"
] | task1212-425e6b033af648e286927b289714091e |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: found in kitchen
Output:
| [
"Yes"
] | task1212-872ed96fbae841deb418dea3d7544c71 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: openmind<sep>Tail: kind and just
Output:
| [
"Yes"
] | task1212-77d1a6c3156d408cb6b184dccdef7d07 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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 believes every word<sep>Tail: free spirited
Output:
| [
"No"
] | task1212-3998102d5b7547ae8aff7626088dd843 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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 babysits PersonY's nephew<sep>Tail: kind
Output:
| [
"No"
] | task1212-fb328f214a6f409a9bfc61ac87ae9636 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: wanted.
Output:
| [
"No"
] | task1212-5d109a20ef2143ca8fc4fe3819c33a98 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: oath<sep>Tail: similar to vow
Output:
| [
"Yes"
] | task1212-54716928ba3745c9b5e2bc705a68cfda |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: clerk<sep>Tail: found in store
Output:
| [
"Yes"
] | task1212-8061d8bc53954252bd0d2baa8c544f99 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: wall<sep>Tail: found in office
Output:
| [
"Yes"
] | task1212-cbb7bb95e8784c73ac110f4c5dc13165 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: saturn<sep>Tail: almost as large as jupiter
Output:
| [
"Yes"
] | task1212-38cc3fd2234e46f9bc59b4962ef03737 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: fun hiking in mountains
Output:
| [
"Yes"
] | task1212-eb16684b9ddb45dbb5c82477dabde16f |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: to thank him
Output:
| [
"No"
] | task1212-c498e5a78f554ff79df48ee92ae92ebc |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: water<sep>Tail: splashed
Output:
| [
"Yes"
] | task1212-0366c15dfc37401b8297ec99569b64f2 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: music<sep>Tail: pleasant to hear
Output:
| [
"Yes"
] | task1212-72698b93972448e6995eb0a42ae12b07 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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 ___ for one<sep>Tail: to relish its taste
Output:
| [
"No"
] | task1212-c238aa26ffab4319bdeacf73157b5ad6 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: water<sep>Tail: translucent and colorless liquid
Output:
| [
"Yes"
] | task1212-ad3744a38949480abe1c67cca740f713 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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 grandma<sep>Tail: To determine what they want
Output:
| [
"No"
] | task1212-eea4c5dc4db247caa0922af1d2609993 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: sociable
Output:
| [
"No"
] | task1212-488d5e83b09940a380740a335636dae9 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: recycled into different things
Output:
| [
"Yes"
] | task1212-d6b0a573b78a41c081a3e5ba7a423b95 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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 becomes PersonY object<sep>Tail: ask PersonY on a date
Output:
| [
"No"
] | task1212-168434f770d241b7ad5aed9f28f0f48c |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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 mother<sep>Tail: polite
Output:
| [
"No"
] | task1212-b5e6e68cb0864228b585129942e6f314 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: pie<sep>Tail: pie crust
Output:
| [
"Yes"
] | task1212-4e0a0c7a989f4f0ab3ca7ad85addbab7 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: cavity<sep>Tail: painful
Output:
| [
"Yes"
] | task1212-555566a8ba284f44983dc0a8c4e95121 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: fabric<sep>Tail: wash and worn
Output:
| [
"Yes"
] | task1212-8285bccd44b84ca2aa28e715ec898550 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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 applies for a loan<sep>Tail: good.
Output:
| [
"No"
] | task1212-bb6c29a7ba7b43d6b21f00a1cd012855 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: wristwatch<sep>Tail: analog or digital
Output:
| [
"Yes"
] | task1212-49e6abd479254748987c07d17cfbf065 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: grid<sep>Tail: x axis and y axis
Output:
| [
"Yes"
] | task1212-a588e1aaec5c416b9aa8f1a81267e2b2 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: france<sep>Tail: proud of eiffel tower
Output:
| [
"Yes"
] | task1212-a2480fb564674229991bb274cee75e43 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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 affects PersonY's interests<sep>Tail: steals a job
Output:
| [
"No"
] | task1212-7ede1941621a403cb2694fa3ff11b9a0 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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 offer<sep>Tail: haggler
Output:
| [
"No"
] | task1212-48e61ae2fa7b4cb28315ac78437efe73 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: cat<sep>Tail: transported in box
Output:
| [
"Yes"
] | task1212-6720eae3d72948919264c0452ba22f50 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: maid<sep>Tail: found in house
Output:
| [
"Yes"
] | task1212-67d8aef4d6b94d7b810c5b527392762b |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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 decided<sep>Tail: go with decision made
Output:
| [
"No"
] | task1212-473f7cc7b4f942e3a1a4353296a8934a |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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 becomes flat<sep>Tail: maintain a healthy weight
Output:
| [
"No"
] | task1212-5f16d178100b491f8f911cfbc16f4b9e |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: lead<sep>Tail: very dense
Output:
| [
"Yes"
] | task1212-4349f93435c64e529f0badf609d1a9a4 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: coffee<sep>Tail: caffeine which raises brain reaction time
Output:
| [
"Yes"
] | task1212-1c09e15a6f604f76b8a147efbbe4bfb5 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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 protection<sep>Tail: to talk to PersonY
Output:
| [
"No"
] | task1212-d74b300628454c799a877e0b2e188d67 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: exercise<sep>Tail: good for body and mind
Output:
| [
"Yes"
] | task1212-0fe4309568424290a9329aeeec9a70e4 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: fan<sep>Tail: short for fanatic
Output:
| [
"Yes"
] | task1212-6c5c4522c9aa450aab28cb706c0e038a |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: silver<sep>Tail: less expensive than gold
Output:
| [
"Yes"
] | task1212-75e6c15065b74bb1a2ede72ec89d6e20 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: wagon<sep>Tail: wheels and carries things
Output:
| [
"Yes"
] | task1212-0110ab17df04468b8e671be57bf9cb4e |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: lead<sep>Tail: used in batteries
Output:
| [
"Yes"
] | task1212-e81b0330b768416dbf60d23e3b9698cc |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: hail<sep>Tail: dangerous to people and plants
Output:
| [
"Yes"
] | task1212-e8f143ffb14440908fe5869b15c92a16 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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 becomes PersonY's wife<sep>Tail: help person x move in
Output:
| [
"No"
] | task1212-2678416172884ff9a3bea66dc054ca29 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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 question<sep>Tail: none
Output:
| [
"No"
] | task1212-a1f913ad60634baaaf8f1afe89f653f3 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: typewriter<sep>Tail: many keys
Output:
| [
"Yes"
] | task1212-c8fc350f18d647ec878c71102cf8cc14 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: duck<sep>Tail: feathers
Output:
| [
"Yes"
] | task1212-5b4d963fc03a40169d1a3cc3d07ca77c |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: targeted
Output:
| [
"No"
] | task1212-adfabb1ae8f443179de65864d0c296bb |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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 affects PersonY's interests<sep>Tail: helped
Output:
| [
"No"
] | task1212-51c8bcf5374a4a2588c078b9e7ccfbbf |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: glove<sep>Tail: worn on hand
Output:
| [
"Yes"
] | task1212-ff89e4d8502541f98939e3a491f8f52d |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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 becomes PersonY object<sep>Tail: pursue PersonY
Output:
| [
"No"
] | task1212-cbd058d4039240a990597f3be00b9ed6 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: chevy<sep>Tail: short for chevrolet
Output:
| [
"Yes"
] | task1212-92b0cbbc81ba465485dab26d5c28e3c6 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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 affects PersonY's interests<sep>Tail: to help persony the best they can
Output:
| [
"No"
] | task1212-5ff899a0e94c4afb905bdcba57f6dca1 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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 mother for help<sep>Tail: to learn
Output:
| [
"No"
] | task1212-53ccdca1e5094a4f9965f9e2ce1f29ce |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: PersonX opens door
Output:
| [
"No"
] | task1212-c58df300d4c9480ab91d4b6f6e0d074e |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: curious
Output:
| [
"No"
] | task1212-c35f865aebce4e25a8cdc421edde1e95 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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 god 's ___<sep>Tail: to dedicate himself/herself to God
Output:
| [
"No"
] | task1212-c9972d4958a54b16ae533db0ef151f66 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: COFFEE
Output:
| [
"No"
] | task1212-fbe8020321f84a248272c65ac5b72a0d |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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 the teacher<sep>Tail: raise hand
Output:
| [
"No"
] | task1212-2899be87bb6741d483b6bc0139780b9b |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: gift<sep>Tail: obligatory
Output:
| [
"Yes"
] | task1212-def67b9752894c0dbc54aec15cf95b39 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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 becomes flat<sep>Tail: none
Output:
| [
"No"
] | task1212-701ea728543445aaa7c05ef84be21355 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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 was okay<sep>Tail: concerned
Output:
| [
"No"
] | task1212-d2d47e3d4cc94c80bcb72b23550a45ee |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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 PersonX's diploma<sep>Tail: to get a job
Output:
| [
"No"
] | task1212-1e2979c2e36449e78de514b3481ac6f6 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: forrests<sep>Tail: trees
Output:
| [
"Yes"
] | task1212-dd212877058f43f98e43cafdbce12102 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: grateful
Output:
| [
"No"
] | task1212-97e3105f4b0b4ab3ae9c54eb1bdecb3b |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: ecosystems
Output:
| [
"Yes"
] | task1212-aafa2142c739417da75e75da2df302fc |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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 protection<sep>Tail: a character
Output:
| [
"No"
] | task1212-b264a91fc18140e28ec30ec86b1ee724 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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<sep>Tail: to go to their house
Output:
| [
"No"
] | task1212-acc82d72886d44b78311d3e6ea8db76b |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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 affects PersonY's interests<sep>Tail: to progress
Output:
| [
"No"
] | task1212-a0dfefbca3c4460ea238f5226fb2f3df |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: happy
Output:
| [
"No"
] | task1212-4e2bd70d475d47c39e04beac4b11faf8 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: religion<sep>Tail: unknowable
Output:
| [
"Yes"
] | task1212-59c09b07da054294b6086336c32152f6 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: fruit<sep>Tail: made into jams
Output:
| [
"Yes"
] | task1212-d14bd3018ccb4afaa8fdf18ad5436613 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: water<sep>Tail: essential for life on earth
Output:
| [
"Yes"
] | task1212-e50b9c74d1454dcd8112c9d975904c26 |
Definition: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been 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: subway token<sep>Tail: used in place of cash
Output:
| [
"Yes"
] | task1212-e409a3ba5c1644f8a130f080f6ad3645 |