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: cigarette has fun? Output:
[ "0" ]
task1584-dc56a9319a444f2a9d37fdb454fb5658
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: banana has peel? Output:
[ "1" ]
task1584-4ac2886b4ae343b8aff460395d40b59f
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 wave? Output:
[ "0" ]
task1584-444606f14186475a964caed075410cae
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: record has information? Output:
[ "1" ]
task1584-b426c21606ea42d5a0003d2a45b8cbb9
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: typewriter has key? Output:
[ "1" ]
task1584-878e53b4bf344fec8215ec80e0abe763
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 water? Output:
[ "0" ]
task1584-d661751fea67403a9667540bb501cc6f
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: mountain has peak? Output:
[ "1" ]
task1584-19d11775f1614038824cec6f53545be2
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 oxygen? Output:
[ "0" ]
task1584-79f16aa7220441609b7f22d16260046d
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 flower? Output:
[ "0" ]
task1584-00a5409ce701419c966b53a4ab6b8032
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: doctor has study? Output:
[ "1" ]
task1584-3867fa1199744adb9c57534a48ab1721
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: cup has coffee? Output:
[ "1" ]
task1584-8ae7997dcbf74b9bbe14ba07946324fd
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 sex? Output:
[ "0" ]
task1584-2774ed2231b446ebaa7260c0bed1fce7
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 tobacco? Output:
[ "1" ]
task1584-9035abb683b6487ab600cd478f43f1e7
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: garden has lawn? Output:
[ "1" ]
task1584-cfce7e6118c14073be8ee671eaf25b07
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 core? Output:
[ "1" ]
task1584-ac7e1c24545342d19f4dd15d9f168c65
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: jug has claw? Output:
[ "0" ]
task1584-411f6570907541b2a17a96bb8006aaac
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: eye has lens? Output:
[ "1" ]
task1584-a2fe98dd036b4f958be6e07ab073cdf1
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: face has nose? Output:
[ "1" ]
task1584-5fc8487214b1405994e63bd683188233
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: sofa has sink? Output:
[ "0" ]
task1584-f68c055aef91444a9d3941c2911217ac
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: ocean has salt? Output:
[ "1" ]
task1584-4173ccf81e8d4b25ae07238a9bd90f0b
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 hinge? Output:
[ "1" ]
task1584-86ecab2970324d78b3d1351876653fac
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 fur? Output:
[ "1" ]
task1584-f12c17a27edb4619bc32870da105d0af
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 handle? Output:
[ "1" ]
task1584-7db035e4a3fb4858b4239878782b0b09
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 life? Output:
[ "1" ]
task1584-8a2b2ed2be024dc6bc1cc9a0ad2d9b14
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 lip? Output:
[ "1" ]
task1584-bd9ac08ebe8849ac98556a1d44f0b778
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: bowl has liquid? Output:
[ "1" ]
task1584-8eb9448709f3493198851574c3bb1f90
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: bike has wheel? Output:
[ "1" ]
task1584-166c3863eb1c403cae0178e16506587d
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: bath has gift? Output:
[ "0" ]
task1584-8d658e5a2e47407aa37778fc2866285c
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 tune? Output:
[ "1" ]
task1584-8d2867d77eca4bcfb905cfc95383de3e
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: island has beach? Output:
[ "1" ]
task1584-2cd5ff2d28b9405a8a5a8359bb718c1a
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 state? Output:
[ "0" ]
task1584-7025bee9ba8c4566aa2a5694274a7f37
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 end? Output:
[ "1" ]
task1584-f40dedc005b4425a8f1df761bec18763
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: notebook has paper? Output:
[ "1" ]
task1584-5bf662f6daaa4a9ca8457ce482321eeb
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 trunk? Output:
[ "1" ]
task1584-b7a9c94d33ee4c13b62702fd963f784d
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: bedroom has bed? Output:
[ "1" ]
task1584-e25fe71f5e3d4e229907adaa031c9952
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: wife has child? Output:
[ "1" ]
task1584-7094b2f268984292bb627dc05d02f507
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 claw? Output:
[ "1" ]
task1584-4b221d611c5d4834afe06a7fbfcc4171
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 country? Output:
[ "0" ]
task1584-48119a68766441f6b9b6c747c40f2d57
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: egg has shell? Output:
[ "1" ]
task1584-139fee9943b04000b61889efb7bfd239
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: everybody has body? Output:
[ "1" ]
task1584-8d5a2922b8d74ef59cdfeb9c415c0c36
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: airplane has penis? Output:
[ "0" ]
task1584-6d78719ab289424086bb7740ac15dde3
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: desk has door? Output:
[ "0" ]
task1584-85e33320a8f04c568fa94feaf26f2323
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 something? Output:
[ "0" ]
task1584-de708d06086f4ea18f0e3c8b9d61a67c
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 peel? Output:
[ "1" ]
task1584-8eb4562f6a42417f9d36d279368c14db
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: office has window? Output:
[ "1" ]
task1584-c6da2498e19f4430820133ab41e8b1c6
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: pen has wax? Output:
[ "0" ]
task1584-ee1bbf51a96c4444a784beaeb3c9e611
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 handle? Output:
[ "0" ]
task1584-3de1f7500c364093b84df52f24f9889a
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 sex? Output:
[ "1" ]
task1584-62b166c343224234ae715fe058b049a4
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 wing? Output:
[ "1" ]
task1584-ac12ae70ea184854a4d7865a93be3b3d
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 seed? Output:
[ "1" ]
task1584-6982e361d2b94e95a65cc6a8fddd2918
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: student has tune? Output:
[ "0" ]
task1584-a31ec5c368884dbab9093a5ca97caaa1
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: family has paw? Output:
[ "0" ]
task1584-9af61afe1219462bb2df15ac536d4769
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: fan has blade? Output:
[ "1" ]
task1584-04f6880cf709414dad0673a22c8ca012
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: head has brain? Output:
[ "1" ]
task1584-ed13ddc5802048988612957ff3532e07
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 hardware? Output:
[ "0" ]
task1584-e758c486655e4186b3b2a6d5344d6223
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 trunk? Output:
[ "0" ]
task1584-c2edf43e29ef4511be52c6aa29104e90
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 ink? Output:
[ "0" ]
task1584-128da48aa7054cb2af716aaf1af92199
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: wine has handle? Output:
[ "0" ]
task1584-6b27f6264e4d40a8b7e80d0593ab86fe
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: mailbox has border? Output:
[ "0" ]
task1584-af66b9e986a2400690eaac65d0b10001
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: bill has leave? Output:
[ "0" ]
task1584-fd76ad4107d54319a2e25d5617f15ac0
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 water? Output:
[ "1" ]
task1584-6f66422ca5e84703bd42cf5893cd4157
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 pit? Output:
[ "1" ]
task1584-c31248b87ffc4ab680bb4bfd11800a51
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: bill has number? Output:
[ "1" ]
task1584-4bd09d826dee40e9831fb324c67318a9
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: bedroom has garden? Output:
[ "0" ]
task1584-68f0fe50b4cf47afa26025ddb6377c38
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 wing? Output:
[ "0" ]
task1584-5d5383568b9341dd8589a0ecc888567b
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: cake has chair? Output:
[ "0" ]
task1584-f0729ca495fb4ea7b167e2d7a1b4e1d7
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 offspring? Output:
[ "0" ]
task1584-4a2cb31023f846d68b54bd21b3857efe
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: drum has oil? Output:
[ "1" ]
task1584-44b12bfbe9e24030bf79c02c6232af3e
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: automobile has radio? Output:
[ "1" ]
task1584-e20b44b225404a3cb76591d612130585
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 bridge? Output:
[ "0" ]
task1584-5da42d445c2140f7a3a81a1be03d65a1
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: story has sentence? Output:
[ "1" ]
task1584-b3087edcaa4241f781323e3796220002
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: mammal has heart? Output:
[ "1" ]
task1584-95801c1b05ff4c0ca62f91e7a7371689
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: ear has wax? Output:
[ "1" ]
task1584-c39f3bd07c774bca851bb77e2f4316e9
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 shop? Output:
[ "1" ]
task1584-6c51f7da4c5b456da118cbcfe1397485
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: boy has penis? Output:
[ "1" ]
task1584-030548792cdc4d45882f32a3051b3a0d
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 fur? Output:
[ "1" ]
task1584-4344e96c98b349dc98f36f279f6bc0b6
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: wine has alcohol? Output:
[ "1" ]
task1584-4c2df97b5a7146e9b020ad0f982da27c
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 kitchen? Output:
[ "1" ]
task1584-374d65def5894437b28a357e8fb4cde1
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 sink? Output:
[ "1" ]
task1584-7a64569b27494eb786bc115576727984
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 bed? Output:
[ "0" ]
task1584-837ead07e2994e88b8e51e9e4aa04022
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: paint has value? Output:
[ "0" ]
task1584-2bc83c19697c47ccb5fc3167e5b61e4b
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: wolf has root? Output:
[ "0" ]
task1584-7880a35d5b204f5b804cbb8e23739e82
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 fire? Output:
[ "0" ]
task1584-7efc7d9f2cc14b14856046d922eecfba
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: bedroom has chair? Output:
[ "1" ]
task1584-73a474f1ed9d430c904072f8072d7d62
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 water? Output:
[ "1" ]
task1584-7013d4afe7d049e0b770f3eca029a4dc
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: garden has nose? Output:
[ "0" ]
task1584-9fd03ff835724eafa78a2ed766b955c1
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 author? Output:
[ "1" ]
task1584-194745463f8746438ddf2f5259a2689f
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: bedroom has trunk? Output:
[ "0" ]
task1584-9a5cbedcdfa74c6bb785669a274d2fea
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: camera has information? Output:
[ "0" ]
task1584-93699c8692ee45288f2f744a3bf3231b
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: blood has altar? Output:
[ "0" ]
task1584-3c5b78c0095c4f91b70768aaed9e75fb
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 fish? Output:
[ "1" ]
task1584-2d0ae1758cdc4ababa5cfc721e9ffa45
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 violence? Output:
[ "1" ]
task1584-50ddbdeac1394ae0b3b82e3d9122b67e
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: cloth has emotion? Output:
[ "0" ]
task1584-faa524f8cbe346068c3b7c53a89fcf70
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: ocean has tide? Output:
[ "1" ]
task1584-65af6018bd704a7688b44e7c1a8b0d45
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 library? Output:
[ "0" ]
task1584-2a4eea229b9a46eb8fef54f00fde34fe
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: kitchen has stove? Output:
[ "1" ]
task1584-d79cd3f0c9af42488d8f634f9d1d5013
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 text? Output:
[ "0" ]
task1584-c6a2a631787c4bd7bac65ef3d2791c2e
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 wheel? Output:
[ "0" ]
task1584-af76b1f7b023416e9e69b8b3f159a456
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 tail? Output:
[ "1" ]
task1584-f9cbe8f064104709bb6d49be5a46fe6a
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 brain? Output:
[ "1" ]
task1584-5b7c1542adb049b1b6af060e242e4e1d