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: steam has energy?
Output:
| [
"1"
] | task1584-87bc962e94534022a7bf1022070cb176 |
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 water?
Output:
| [
"0"
] | task1584-54e51f30dfa648d6bedf7678be2727ce |
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: text has music?
Output:
| [
"0"
] | task1584-81e1c0b6c6be49b2ae475379d84a0985 |
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 lens?
Output:
| [
"0"
] | task1584-560682137da1479eb319ebb6d28e27c9 |
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 word?
Output:
| [
"1"
] | task1584-ccd6f71777584adc93e42d0861d93378 |
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: lobby has plumb?
Output:
| [
"0"
] | task1584-3794488ed8394886988b41422cbfee72 |
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: road has traffic?
Output:
| [
"1"
] | task1584-d5db98c9c8a24331a1d39f6edc99863f |
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: duck has bone?
Output:
| [
"1"
] | task1584-52a1a6f2395e4f728dbc170094aa26bc |
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: envelope has letter?
Output:
| [
"1"
] | task1584-0fe3d3fb9f0c4fa3a8beb14d26a76427 |
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 hand?
Output:
| [
"1"
] | task1584-1c191862dfc148ee85d6583a7fc10f44 |
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: female has window?
Output:
| [
"0"
] | task1584-0719d30c44614b13a4985a0ffff1668e |
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 fruit?
Output:
| [
"1"
] | task1584-a547a8a8bf5642ffb66f8d90a46d8029 |
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: music has mood?
Output:
| [
"1"
] | task1584-2e7154d100734d5abb4e655f3fea38ac |
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 knot?
Output:
| [
"1"
] | task1584-bc6e327e39534e13b002163b6d2167d4 |
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: state has altar?
Output:
| [
"0"
] | task1584-8bb4ed0f0b8c44d782459cedf219d844 |
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 baby?
Output:
| [
"1"
] | task1584-4c3c75728d704acdab504bbb3584c05c |
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: gold has value?
Output:
| [
"1"
] | task1584-802e1ab92c8843eaab25a5abd67f33fd |
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 beach?
Output:
| [
"1"
] | task1584-74c570a7cdb24c2ab7a54024d5eecbba |
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 bug?
Output:
| [
"0"
] | task1584-d2feeb8a3184470a84bd9a9405117606 |
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 surface?
Output:
| [
"1"
] | task1584-a7930c7b9977424483123455dc75befa |
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: war has yard?
Output:
| [
"0"
] | task1584-5e607ab314744eff9a03eb193dafb428 |
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: wing has feather?
Output:
| [
"1"
] | task1584-81a52b843f9b4cbdab022f56ce39a331 |
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: boat has sail?
Output:
| [
"1"
] | task1584-9532324db69249469cf75621f457a933 |
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 traffic?
Output:
| [
"0"
] | task1584-6113bcaa809a41358aa4c2e8ad136889 |
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: can has bone?
Output:
| [
"0"
] | task1584-2bb715724e63427faa99255a84e7f600 |
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 violence?
Output:
| [
"1"
] | task1584-f440190dd32d4aa082ce3ac372595538 |
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 pet?
Output:
| [
"1"
] | task1584-77b3f2c66a39497a9e397367a52db7f5 |
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: fireplace has mouse?
Output:
| [
"0"
] | task1584-dcd166fde4414a5d8cde192b17b89787 |
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 number?
Output:
| [
"0"
] | task1584-ff0ffb76be9c44a8bf6e791f802e58df |
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: bicycle has seat?
Output:
| [
"1"
] | task1584-3068a095fd5a4379a54b102181f1e453 |
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 breast?
Output:
| [
"0"
] | task1584-56c9c63473194e3db8a30fb9fe257151 |
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: cigarette has shop?
Output:
| [
"0"
] | task1584-65d3ac50a81e4183832be4ab69c4fa8a |
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: wing has tooth?
Output:
| [
"0"
] | task1584-60d3612d5b174adca30c779dcc4ec81f |
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 peel?
Output:
| [
"0"
] | task1584-96183d8ae4bf4ed0a55ecf58f08cbaa4 |
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 stair?
Output:
| [
"1"
] | task1584-07fb9f078cf34691a03984107c83d94e |
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: bank has coin?
Output:
| [
"1"
] | task1584-4bc7800fae064952bc9a3b17199262b3 |
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 end?
Output:
| [
"0"
] | task1584-09f89d33420e4442b7a6681e09133c2e |
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: chain has wheel?
Output:
| [
"0"
] | task1584-10eb1ef193234fd49ae835453b68eba9 |
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 seed?
Output:
| [
"1"
] | task1584-a96cbd1c8c8f4b5181a5953fdcc6bd08 |
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: lemon has window?
Output:
| [
"0"
] | task1584-3c1171c522304a9e834b4a3b4df5c9c4 |
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 skin?
Output:
| [
"1"
] | task1584-8a28ca3d34df45df8a8cf59ab41fae9f |
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 wall?
Output:
| [
"0"
] | task1584-1e9a6627bf50404da6c0d5df227d7d51 |
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 border?
Output:
| [
"0"
] | task1584-c3418dbeeb5e414b9cb2fad6e1fa1788 |
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 beach?
Output:
| [
"0"
] | task1584-d9584999c7524be39250220e46ff50c1 |
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: television has screen?
Output:
| [
"1"
] | task1584-ad8abf6aa29b42d88597273ef60e3514 |
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 poison?
Output:
| [
"0"
] | task1584-be74087cd3364e1fade6822513d077bb |
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: lemon has thread?
Output:
| [
"0"
] | task1584-a4e798f107ab4dc8a6ea18f7596de0f0 |
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 idea?
Output:
| [
"1"
] | task1584-33f3b0d1f9444c948ee25cc0e0cebe43 |
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 button?
Output:
| [
"1"
] | task1584-5f1593a3d738477d9301c8980511930a |
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 liquid?
Output:
| [
"0"
] | task1584-810c277d1fbb4319aae97d83159d9fdb |
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: ranch has body?
Output:
| [
"0"
] | task1584-b2fb93c1d6a5424a9d9ee29ce125a89f |
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: bear has seat?
Output:
| [
"0"
] | task1584-0d0ebf9edfe141a6ac82ad12f0e1348d |
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: frog has muscle?
Output:
| [
"0"
] | task1584-a1be28ee785049d98954c229e7412b63 |
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: bank has change?
Output:
| [
"1"
] | task1584-56657905afb24525b9b01566d72b20a1 |
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 bone?
Output:
| [
"1"
] | task1584-72fad408e157414780761f3f312b6bad |
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 wall?
Output:
| [
"1"
] | task1584-0fe050533f79439fa4906c4fd30b8692 |
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 water?
Output:
| [
"0"
] | task1584-5f9692efb455430cb68cb256c2e32084 |
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: peach has many_person?
Output:
| [
"0"
] | task1584-0aac3567862a4f46a979e7b3c9a9ce77 |
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: disk has fur?
Output:
| [
"0"
] | task1584-97d36b79318944e0ba49e78ea3bc8756 |
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 skin?
Output:
| [
"1"
] | task1584-7927cae35c3e46f9b36ead0c1ccbc847 |
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: stream has standard?
Output:
| [
"0"
] | task1584-9d9525de542446dd9cad45678a00f7cc |
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: nature has life?
Output:
| [
"1"
] | task1584-dfed5b9ec35b4e598cb3f9b5fbb04439 |
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 eye?
Output:
| [
"1"
] | task1584-7e42fc3095354b5bac311d5b064facbb |