input
stringlengths 658
671
| output
sequencelengths 1
1
| id
stringlengths 41
41
|
---|---|---|
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: garden has ceiling?
Output:
| [
"0"
] | task1584-592a96147bd54a84ab6d06f1a573f92f |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: south_america has wheel?
Output:
| [
"0"
] | task1584-5524252c2fa94e73ab554adad78ca9fd |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: fruit has answer?
Output:
| [
"0"
] | task1584-9a9b47d69adb457f9528d572caf672f5 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: window has frame?
Output:
| [
"1"
] | task1584-83d88b44fb44424dba2e535c20959875 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: song has dream?
Output:
| [
"0"
] | task1584-da3edaa99d9443ed89f6a96f5d0f246a |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: leader has write?
Output:
| [
"0"
] | task1584-1e3f769219a547c5a0ddefe8cbb5f11c |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: human has culture?
Output:
| [
"1"
] | task1584-fef3107f7aae4fbb8cfd71060752528c |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: paint has objective?
Output:
| [
"0"
] | task1584-b1103790c3b9485b998d4e31983d589d |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: shirt has wheel?
Output:
| [
"0"
] | task1584-694c664cf6864369b4187025ef388a41 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: mar has liquid?
Output:
| [
"0"
] | task1584-443ea09a4cd04c61a5eb0f96e859b928 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: hand has finger?
Output:
| [
"1"
] | task1584-fbdff10c710c4232b0445485bf4418d9 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: human has string?
Output:
| [
"0"
] | task1584-d5f8b55e6ec449c9a76af7ba09c6d2de |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: king has queen?
Output:
| [
"1"
] | task1584-641788db447a491e85d0c01bd7e52497 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: person has parent?
Output:
| [
"1"
] | task1584-eeccdef8bd1a4fdf8990f093a51d7ba0 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: cup has liquid?
Output:
| [
"1"
] | task1584-2cd798f40f7347a5bc9aba34e2bce3cf |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: we has cake?
Output:
| [
"1"
] | task1584-b08ee73d570640ca8b8a42885aacdbd7 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: network has soul?
Output:
| [
"0"
] | task1584-1ce6117da641494184e4feea8676b748 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: supermarket has person?
Output:
| [
"0"
] | task1584-8011ae23088c4cedb7d4addcb5c5a2d1 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: word has mean?
Output:
| [
"1"
] | task1584-f34b636f6ec5483aa1a7dace647c8f62 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: person has illness?
Output:
| [
"1"
] | task1584-e02b045802844944887d7834f982dbff |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: human has leg?
Output:
| [
"0"
] | task1584-a7f085a621124b3bb7c4c76f85e1c078 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: dog has tail?
Output:
| [
"1"
] | task1584-a1ff198f891b429d9efcee61003d3a65 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: word has handle?
Output:
| [
"0"
] | task1584-a5827ad7746e41ec974501e646c7a3e6 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: book has roof?
Output:
| [
"0"
] | task1584-6daf95eea10144c7bff49d0d550a5382 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: human has leave?
Output:
| [
"0"
] | task1584-686c51ef173e4f67b8694f7861d65034 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: sea has heart?
Output:
| [
"0"
] | task1584-69048c82f25246358e33bb0873750673 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: grape has sugar?
Output:
| [
"1"
] | task1584-82722e779de642a78369f778880aeab7 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: room has gas?
Output:
| [
"0"
] | task1584-47dda004bab343ea8f38b0a6fc36a89f |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: bathroom has bone?
Output:
| [
"0"
] | task1584-6a46bbc2a4534305aa88a91aa2ad4076 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: water has oxygen?
Output:
| [
"1"
] | task1584-2f95e897d4004f3f973fee4ef7fab280 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: mammal has chair?
Output:
| [
"0"
] | task1584-ce5b8bb1996e46b58e1679a4aed8df6e |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: human_be has snow?
Output:
| [
"0"
] | task1584-e157a6cbcb3443f4b5bafbffa12f6c28 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: watch has sail?
Output:
| [
"0"
] | task1584-5db56b03dda646d89be1415adf64649a |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: language has fun?
Output:
| [
"0"
] | task1584-750703cca05d4060b0170716e56f211d |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: turtle has shell?
Output:
| [
"1"
] | task1584-d7f1ba6a48934d829b2ee95bc287cf21 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: earth has paw?
Output:
| [
"0"
] | task1584-5f48e3d287fe43099cee0f2b6454dcbd |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: house has body?
Output:
| [
"0"
] | task1584-2eb4e88acb7c4767ad831af14f3578dc |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: mouth has tooth?
Output:
| [
"1"
] | task1584-dfd39075168f40c5a68533eb790e195e |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: language has word?
Output:
| [
"1"
] | task1584-7a4e7468204049c39631caf3187064e6 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: computer has lock?
Output:
| [
"0"
] | task1584-d8be0b73afb5446b94fa69d7f1a1417a |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: country has paper?
Output:
| [
"0"
] | task1584-5f9a1752217242f1ae6e192f7bb566f2 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: chicken has feather?
Output:
| [
"1"
] | task1584-4b653fce22d2448c8fa757837e9d9e72 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: cabinet has food?
Output:
| [
"0"
] | task1584-be666db7a9da4068942cbd3004c81b2d |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: game has energy?
Output:
| [
"0"
] | task1584-14d0c6cbdde34be7a238ef20a6da6dc8 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: piano has cloud?
Output:
| [
"0"
] | task1584-243f407d35d1484e81f5c4f4bd1da0e0 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: door has handle?
Output:
| [
"1"
] | task1584-c15e61afa149471f8907c8c5e4693ab0 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: everyone has feel?
Output:
| [
"1"
] | task1584-fd4f02732a4641d1b530616610ceb719 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: kitchen has sink?
Output:
| [
"1"
] | task1584-947a2ab34ede4e2bbc8e21c2283ce44f |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: dog has baby?
Output:
| [
"0"
] | task1584-d19e41ea537544a189f38abfb56da903 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: magazine has foot?
Output:
| [
"0"
] | task1584-89da1b59123846f790a1a6c9bbc6b0ef |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: guitar has handle?
Output:
| [
"0"
] | task1584-5e740e57b9064affbaac770bd1b3e41b |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: box has plumb?
Output:
| [
"0"
] | task1584-d0714bbfaac649c5bf473cd55c560a38 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: cloth has cotton?
Output:
| [
"1"
] | task1584-88f0f7ff3b914892be97e66fe3c040b9 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: closet has eye?
Output:
| [
"0"
] | task1584-bc5d648d0a65476cabff8be8e97e14d0 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: hospital has salt?
Output:
| [
"0"
] | task1584-396807fff9b549068f39ba952ca63aa5 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: dog has coffee?
Output:
| [
"0"
] | task1584-972b8329c2ca45e3b5811e8d39640601 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: america has bone?
Output:
| [
"0"
] | task1584-2bf58da88fe24886a144022c860f475e |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: woman has wife?
Output:
| [
"0"
] | task1584-0fbb28cfe5d3466f90426ba8a657c3f4 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: men has penis?
Output:
| [
"1"
] | task1584-2cf453af1f314c829016b3a65ceef949 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: cat has sex?
Output:
| [
"0"
] | task1584-ce159e3842294a2796cc5fed81eca501 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: house has furniture?
Output:
| [
"1"
] | task1584-75b5d700eff14e3997594370644c4929 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: horse has door?
Output:
| [
"0"
] | task1584-208cd16452cc48f4800e52f4b351d84b |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: fire has temperature?
Output:
| [
"1"
] | task1584-092c9afc601b4dea8df212f9f4c17e0b |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: program has tooth?
Output:
| [
"0"
] | task1584-e06bae3f68ab4e1988a79679bf5fa967 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: mammal has floor?
Output:
| [
"0"
] | task1584-d9b0db32f96e4ce0899ad54efac208ce |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: church has altar?
Output:
| [
"1"
] | task1584-394766c718554f58a7b5cf18df5287c2 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: matter has weight?
Output:
| [
"1"
] | task1584-503649165e6947aaa8919e6ebc664cd6 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: bike has phone?
Output:
| [
"0"
] | task1584-45f88fb898da413ba1937d106b8ec192 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: paint has tire?
Output:
| [
"0"
] | task1584-fcce649919594d20a579919290a520f1 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: child has snow?
Output:
| [
"0"
] | task1584-2834b91e41d549f69a0680da2a26dc0a |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: dog has nose?
Output:
| [
"1"
] | task1584-d19fbb33743c4ef593b4ab5f2d52a0d2 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: airplane has wing?
Output:
| [
"1"
] | task1584-8553bb2b772f408aa94acefbd2818269 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: animal has body?
Output:
| [
"1"
] | task1584-ea589aaf80634b1b97b23a96486068c8 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: library has door?
Output:
| [
"1"
] | task1584-02501768db294b5790b37685e915a30b |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: watch has face?
Output:
| [
"1"
] | task1584-fe9f027b64b7485a8e0029db739f0be1 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: earth has body?
Output:
| [
"0"
] | task1584-322540e2cad44ec89109148f9d42e708 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: house has chimney?
Output:
| [
"0"
] | task1584-6b52498b35b34f689c5ddcccc725af96 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: person has feel?
Output:
| [
"1"
] | task1584-120b62f2050241d0bb987c4133ad9f28 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: bush has water?
Output:
| [
"0"
] | task1584-2bb0c31c3510400f977856ebd037acc9 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: clock has oxygen?
Output:
| [
"0"
] | task1584-faf900aefa83443b99e97c481d0eac34 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: america has lace?
Output:
| [
"0"
] | task1584-43440ee656b24a07a107d38b2ee56a5a |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: sport has rule?
Output:
| [
"1"
] | task1584-1c4a7aadd4a9457b8a1308e38cac416e |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: animal has emotion?
Output:
| [
"1"
] | task1584-df007050da7d4c93b7d9a0a5e46b0751 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: dog has paw?
Output:
| [
"1"
] | task1584-002e5a0815554f7ca9f281482fa78f7d |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: bottle has milk?
Output:
| [
"1"
] | task1584-46cc779baa274598bd43a6eb0bbaad35 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: balloon has air?
Output:
| [
"1"
] | task1584-dd683c70810a498eb3a64f99da39473d |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: leg has foot?
Output:
| [
"1"
] | task1584-a39ac2ff11834bc79f1090f4bbed9154 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: jail has lock?
Output:
| [
"1"
] | task1584-46512b30e08e41c2a1b2ea8fd60f7e74 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: animal has muscle?
Output:
| [
"1"
] | task1584-4242c0fa1d79440faa821d8d02d38744 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: car has door?
Output:
| [
"1"
] | task1584-80a925f6d5334430b084b7827474de7c |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: car has pet?
Output:
| [
"0"
] | task1584-c26d642f9bd54fe0b79f3ae04d2643d6 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: water has spout?
Output:
| [
"1"
] | task1584-d0d3e704869a4bff8b1c8834e2eac4da |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: grape has follower?
Output:
| [
"0"
] | task1584-5360ec0e5ef54946a1f952580a5aa3fc |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: orange has bone?
Output:
| [
"0"
] | task1584-6a09e948669b4f61afd634d654a2bb34 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: human has tooth?
Output:
| [
"1"
] | task1584-315bb5e9593c4a1399866175f8544e25 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: cake has build?
Output:
| [
"0"
] | task1584-f54236a8c1b44262af50bea25c09ebaf |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: fight has tooth?
Output:
| [
"0"
] | task1584-b938e1f749a24fec8a6b2ed3327170fe |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: bow has tail?
Output:
| [
"0"
] | task1584-bf9545fe76da4656b3088fc787036b7c |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: object has surface?
Output:
| [
"1"
] | task1584-728c819a9eee48aba3cb07cc29fe329d |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: pan has handle?
Output:
| [
"1"
] | task1584-062449fa769c4fd080a0484cd7e82d2f |