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: everyone has baby?
Output:
| [
"0"
] | task1584-98c095b11b31402eafea9244c956966f |
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 roof?
Output:
| [
"1"
] | task1584-7dcc4e6d9ab44836ba913328f0fb7b8b |
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 sugar?
Output:
| [
"0"
] | task1584-fc7ed4880ded4cd198df6367ac7aa9ed |
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: bird has paw?
Output:
| [
"0"
] | task1584-2d6b543c1e764e2aba78258a76bca22b |
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: city has fur?
Output:
| [
"0"
] | task1584-a9ed7dcbc85e47dd95f019bd8a6ecbbc |
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: world has keyboard?
Output:
| [
"0"
] | task1584-7822ac65b0a04831893902a4ae2fcecd |
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: movie has fur?
Output:
| [
"0"
] | task1584-d28ffa299e574116bd1eaacea5cc7e52 |
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 vagina?
Output:
| [
"1"
] | task1584-e3a5c2a8e4e143569c5a04f0f98c3571 |
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: corn has water?
Output:
| [
"1"
] | task1584-dd05225153ed4cbfaa671170b53ab684 |
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: pee has garden?
Output:
| [
"0"
] | task1584-06fcc1ed9b654603b6ce45f68457cd4c |
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 software?
Output:
| [
"1"
] | task1584-f9066cdb79ba4f5d9e2f374edf3556ea |
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: meat has fat?
Output:
| [
"1"
] | task1584-d9acc4c44e1f42c9b478ce721b237b07 |
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 eye?
Output:
| [
"1"
] | task1584-33c87bab137e4361b8c3343015325d74 |
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: body has art?
Output:
| [
"0"
] | task1584-d9c4c10862da461184e593003e050fbe |
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 offspring?
Output:
| [
"0"
] | task1584-f483375dbf684508a46d8d6ad77473ed |
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 tune?
Output:
| [
"0"
] | task1584-be3f516eb5ce4398804286b017bf33e4 |
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 water?
Output:
| [
"0"
] | task1584-3449561faee44c9392b1af472226949a |
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: milk has energy?
Output:
| [
"1"
] | task1584-7e953ee2034f454c8bc5cf68dcfa3415 |
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: mug has something?
Output:
| [
"0"
] | task1584-17f3b246632949e6b67d1201a80cf83d |
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 muscle?
Output:
| [
"0"
] | task1584-40bd2c813ee54f8c8637353757d39b61 |
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: map has fur?
Output:
| [
"0"
] | task1584-f2e56eea103140c7a982a280ff75904e |
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 beach?
Output:
| [
"0"
] | task1584-4ae570d8c03640d4865bc8fdd370ae3a |
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 penis?
Output:
| [
"0"
] | task1584-bd6dcf613ee344b0b5c6966030db6237 |
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: plant has penis?
Output:
| [
"0"
] | task1584-bb59fbb6a35a4d40968f7805c18fa52f |
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 joint?
Output:
| [
"0"
] | task1584-c45dfde54d714fcf9acc291b039b6a2d |
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: lake has water?
Output:
| [
"1"
] | task1584-efb6973ff44345bcbbbd0925ad2a1969 |
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 foot?
Output:
| [
"1"
] | task1584-163956d924db4724855f99ac0888d7bc |
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: pin has point?
Output:
| [
"1"
] | task1584-4d516268bf2a4dc29e32d39408c53d65 |
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 something?
Output:
| [
"1"
] | task1584-5691ad8521a74801a6d4dd7b0fac9d95 |
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: paw has claw?
Output:
| [
"1"
] | task1584-1a2be996ef4a4ae19c79525fa403d26b |
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 friend?
Output:
| [
"1"
] | task1584-20d32f6af68d47cd9bad8042b0217615 |
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: bull has horn?
Output:
| [
"1"
] | task1584-1eb863348699411f9f7d12d690842b0d |
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: world has continent?
Output:
| [
"1"
] | task1584-4d1afa22ac064ac2a3009e43d99dc021 |
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 news?
Output:
| [
"1"
] | task1584-d1e5e3a2fa0e41a4858fb07f2f5c84d2 |
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 flower?
Output:
| [
"0"
] | task1584-a325a6937b914940b46583fca144bdf3 |
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 salt?
Output:
| [
"0"
] | task1584-e8fa608035ad4b5aac2b4baae8b000d3 |
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 garden?
Output:
| [
"1"
] | task1584-41826b1afec34cd881c195a42963ba21 |
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 belief?
Output:
| [
"1"
] | task1584-e14ecfcc5e414ff4aa2f7fa556de173d |
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 beach?
Output:
| [
"0"
] | task1584-a3207881d803409f836d091e5184a5a3 |
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 library?
Output:
| [
"1"
] | task1584-01c840c39df0492888e6fefff3752ac0 |
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: john has cavity?
Output:
| [
"1"
] | task1584-0ecbd909e03347568f7a06e413ac10ab |
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: planet has size?
Output:
| [
"1"
] | task1584-b12558d4e3784daa9ee6d6a42e82d652 |
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: lion has fur?
Output:
| [
"1"
] | task1584-50fd2fbdabe34215a13f0311e036455b |
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: bird has crater?
Output:
| [
"0"
] | task1584-29922ec523414e1097f36aa88b86a55a |
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: bat has hair?
Output:
| [
"0"
] | task1584-fc8c6f6606d34260a6523cf2a5470e28 |
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 hair?
Output:
| [
"0"
] | task1584-8cad340e69384bd18e22660f1d3185b3 |
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_body has muscle?
Output:
| [
"1"
] | task1584-a29ce6460f6648a5b9b6dc94a48542d2 |
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 blood?
Output:
| [
"0"
] | task1584-74e87927da054512b297f558bdf8bb41 |
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 president?
Output:
| [
"1"
] | task1584-c8c06059390b43f6a0bcce9986611ef7 |
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 surface?
Output:
| [
"0"
] | task1584-04810da3298f48e896e014bd3a14e6a2 |
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 seed?
Output:
| [
"1"
] | task1584-0802634a693a43ae9836452e54b5002d |
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 government?
Output:
| [
"1"
] | task1584-59703c3dae484b2f892913f679d56b84 |
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 belief?
Output:
| [
"0"
] | task1584-f3b6c355c343419c9e105febeb60ab47 |
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: kite has tail?
Output:
| [
"1"
] | task1584-5e953d9c18044eb799e07ae36f642e87 |
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 paw?
Output:
| [
"0"
] | task1584-c0fc6fd99d85492882e1d42e4d9dbba3 |
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 liquid?
Output:
| [
"0"
] | task1584-77dcb236c509430f92dd58716e2bd63a |
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: pot has meat?
Output:
| [
"0"
] | task1584-d700ab627202419c9a5bc9517f4973c9 |
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: monkey has nose?
Output:
| [
"1"
] | task1584-f63457e011d74930a927deab86e2ecb0 |
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: stairway has sentence?
Output:
| [
"0"
] | task1584-1b59321b0e9e469a83630949105741e0 |
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: angel has wing?
Output:
| [
"1"
] | task1584-1ebabf88c4b148d1a9213b447a745f5e |
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: jack has belief?
Output:
| [
"0"
] | task1584-99a2161fe4734c61993231928b524698 |
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: lake has drink?
Output:
| [
"0"
] | task1584-ee6f96014b464b8a8520ab99eabf20b6 |
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 bone?
Output:
| [
"1"
] | task1584-453bc13038164f73810cf542db13dbc1 |
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 water?
Output:
| [
"0"
] | task1584-1d7dbf93e6c1403682929401384ed5c4 |
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: he has penis?
Output:
| [
"1"
] | task1584-6dc160cacdaa41f3839f064ae3ba060f |
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 object?
Output:
| [
"1"
] | task1584-4d2a8f63d7b747089adccf5706e7fe69 |
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: husband has wife?
Output:
| [
"1"
] | task1584-89892c6d8ab64c21ae3913266aff647a |
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: rabbit has weight?
Output:
| [
"0"
] | task1584-0f10fc2c58e340d09bc8ac434f0f0a31 |
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: apple has finger?
Output:
| [
"0"
] | task1584-9cd3ba520e8b40e28e631bf4afdfeb0a |
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: france has water?
Output:
| [
"0"
] | task1584-56480ec4e6f7417cb61568f9f00ab2e5 |
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 eye?
Output:
| [
"0"
] | task1584-961e8e64b34d4a6fad9724e66b42a882 |
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: organism has disease?
Output:
| [
"1"
] | task1584-84d2a68dd984409d9c66fc6d5934ccdc |
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 lens?
Output:
| [
"0"
] | task1584-7f671ed7000445d08fbea0b099a234ca |
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 taste?
Output:
| [
"0"
] | task1584-2224b75e891b4341b5259b224dd8ee14 |
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 thumb?
Output:
| [
"1"
] | task1584-163bd59f77054b60aa91739cdc5fc901 |
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 hair?
Output:
| [
"0"
] | task1584-715294a5798544baa7eea8967aa484d2 |
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 ceiling?
Output:
| [
"1"
] | task1584-190d27448dad4a179e561cdaf4ef2230 |
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: cd has music?
Output:
| [
"1"
] | task1584-681c769b23494ef182eb196fa43c847d |
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 offspring?
Output:
| [
"1"
] | task1584-6818a1f2187f42b28b996567b9813b5a |
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 mouth?
Output:
| [
"1"
] | task1584-353fb33dcd384ceeacf4f02a92478523 |
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 knob?
Output:
| [
"1"
] | task1584-66a48a068ba54678ad3aba5d79beaea8 |
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 border?
Output:
| [
"1"
] | task1584-49dc6db64ebc4d50909ca8d800b46656 |
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 finger?
Output:
| [
"0"
] | task1584-042339009355451489db420db7a3eab5 |
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 string?
Output:
| [
"1"
] | task1584-fac83f358c67484fbd0a21fad6198bf2 |
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 key?
Output:
| [
"0"
] | task1584-ebf613bcb4804f088554c6cc553463fa |
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: bus has descendant?
Output:
| [
"0"
] | task1584-905e00b2530f4d85b6c48618a31597e6 |
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: kingdom has string?
Output:
| [
"0"
] | task1584-0f65e0be92b244bc9452e586b92095e4 |
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 window?
Output:
| [
"0"
] | task1584-625a383920794915a5403d108f8b3ccf |
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: money has value?
Output:
| [
"1"
] | task1584-3c12cf0db203445ca3e714dd0935fe9f |
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: apartment has kitchen?
Output:
| [
"1"
] | task1584-b5dcb408cc2f4a6190e8189c03713595 |
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: tree has seed?
Output:
| [
"1"
] | task1584-c4c8060035d44d74992ae5877d4288ed |
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: i has seat?
Output:
| [
"0"
] | task1584-09439f8148514dc197c08ab791046890 |
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: pencil has tail?
Output:
| [
"0"
] | task1584-a7bba90a3c254adc83e13ad5bf7cb7ff |
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: finger has bone?
Output:
| [
"1"
] | task1584-5b7476cd78a64e2fa71de1bc4ad8a164 |
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 baby?
Output:
| [
"1"
] | task1584-6ce17c404c8c41899f4dc2d8179d938e |
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: apartment has attic?
Output:
| [
"0"
] | task1584-2bcac118a9884b1fbb67e2be060c33b9 |
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 hand?
Output:
| [
"1"
] | task1584-530752c6defb4aceaadb247f34a96ff6 |
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: ship has captain?
Output:
| [
"1"
] | task1584-1237f2e5d378475cb2054d89f978b868 |
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 brain?
Output:
| [
"1"
] | task1584-f7ffcc4a7d5b415980abdf4191e2833b |
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: coffee has sugar?
Output:
| [
"1"
] | task1584-5dc9ae2241c548e2898136c5b5916493 |