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: person has step? Output:
[ "0" ]
task1584-5a4b8f878c0941cfa842ea9257594dbf
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 leg? Output:
[ "1" ]
task1584-0db0631499984e5dab8aa871ae592a78
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 drawer? Output:
[ "1" ]
task1584-aa760b6c895649d4b3b7e0ab2d4bfd19
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: cheese has hole? Output:
[ "1" ]
task1584-2cc6f5f5801a4f5a82b4d3e3d10b9d99
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 seat? Output:
[ "0" ]
task1584-ed7907020cc7421eb7cfdaa1d512170b
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: vehicle has compassion? Output:
[ "0" ]
task1584-73262df8c47045d3883addce87e88e63
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 bone? Output:
[ "0" ]
task1584-617b4eae3d8b42218085289fd8508913
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 liquid? Output:
[ "1" ]
task1584-bd81385188c94eb399001f02a202e1b7
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 door? Output:
[ "0" ]
task1584-b9a5e14092de483ea459b22ece7b8268
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 muscle? Output:
[ "1" ]
task1584-8c4e4c1e26584cc1b6d73d97c4f61c9c
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 ribbon? Output:
[ "1" ]
task1584-6f26207910a34002a949f5f4d829ed1b
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 sink? Output:
[ "1" ]
task1584-9bc3dcf15973440f8dd5f147a159fc4e
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: game has rule? Output:
[ "1" ]
task1584-c5c2eaf452ac463cb28bbf5974ef2c3b
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: john has emotion? Output:
[ "0" ]
task1584-88e9df16a72d4f3ba1a0e236ec398662
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 tooth? Output:
[ "1" ]
task1584-99802e520b2244adbf2a2a2aaf460d63
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 sleep? Output:
[ "1" ]
task1584-1d5d06ae9a664b6485ad2a6b6abc805e
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: song has title? Output:
[ "1" ]
task1584-16cb9c2409d7490b83ee46c0c6ecfcd9
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 bridge? Output:
[ "0" ]
task1584-3e8de63dbedb4df4bbb556a14cbf7d9b
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: apartment has door? Output:
[ "1" ]
task1584-ec6d3908563b41b996ad02b1871562e7
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: library has book? Output:
[ "1" ]
task1584-889f64c6b688454aa42389c38021e88e
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: kingdom has king? Output:
[ "1" ]
task1584-200b32b1548a4cc3b44473e315f931df
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 bedroom? Output:
[ "0" ]
task1584-2ca4896893284523b9368d37818d4000
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: cow has leg? Output:
[ "0" ]
task1584-dc1ccf2bc3a941018e20c5ab1377b876
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 skin? Output:
[ "1" ]
task1584-fd16f4bd8f9349f89f0f219a544e25da
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: atom has electron? Output:
[ "1" ]
task1584-c8abfa20066f4c398ed7f1e4250799e8
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 flower? Output:
[ "0" ]
task1584-a0d2ebe9df5649a8ab2a0d84806a2a48
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 wine? Output:
[ "1" ]
task1584-4cb422c30d8f4afd8afd4ddf8813b970
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: soldier has weapon? Output:
[ "1" ]
task1584-b3b5030f239c4c82b0b0d229f483c8f0
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: plane has wing? Output:
[ "1" ]
task1584-7cc3be1b6cae41c9879e46ba33652f59
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 plumb? Output:
[ "1" ]
task1584-21aef55b116143948711e79005db546e
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 nose? Output:
[ "0" ]
task1584-ef29f24cfeed448d809859deafc9ca1c
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 juice? Output:
[ "0" ]
task1584-0a94cabea00249f5910a22dc2f0dd179
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 cancer? Output:
[ "0" ]
task1584-93500109e1044561b294d1b66b6ce220
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: well has beach? Output:
[ "0" ]
task1584-65487f5a2a664e0fb299e7884daeb91a
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 fur? Output:
[ "1" ]
task1584-0ed77fc3880c4666b13e275171502987
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 gas? Output:
[ "0" ]
task1584-0b8c8f53e9ed426684f45ee374dee6c7
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: they has rule? Output:
[ "0" ]
task1584-81ed114e8b524bd9ba3906fa0732b19f
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 standard? Output:
[ "1" ]
task1584-d6ccff1823314ea2b490395c289e4319
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: plane has wine? Output:
[ "0" ]
task1584-3f122a6319bd40f690a928ca7c359a17
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: food has taste? Output:
[ "1" ]
task1584-4d4b8119c29e4500af3b94e62e859e3f
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: park has mountain? Output:
[ "1" ]
task1584-6179393e620944f29aaf28954a1d0b89
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 snow? Output:
[ "1" ]
task1584-e3ca5e645f6f4e4d99c09ff2d75699fc
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 wave? Output:
[ "1" ]
task1584-62ef2c340b64414cae5c2573cce9594a
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: human_body has hair? Output:
[ "0" ]
task1584-f74c1a1056ac47aabd7e4204df7552ba
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: clothe has button? Output:
[ "1" ]
task1584-25f555e12e97442591eaf1c58c67f0be
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 juice? Output:
[ "0" ]
task1584-8c07451bcf02412ea7c50660da7e49bd
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: he has gun? Output:
[ "1" ]
task1584-b12bbbd6af7e49758c3ff33863b0436b
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: plant has disease? Output:
[ "0" ]
task1584-803a7c451b6e4795a541bce907958cb1
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: vacuum has fun? Output:
[ "0" ]
task1584-3474f14f2397499a802280c1504f35c4
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 foot? Output:
[ "1" ]
task1584-f6299631109149c6918615f73ad0ed84
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 brain? Output:
[ "0" ]
task1584-76fd6f39c0144cad8e3769f244e15be4
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 fur? Output:
[ "1" ]
task1584-5680621d85ba455c9ee5ff41b2b316c8
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 desk? Output:
[ "0" ]
task1584-25f69d3ea6534f5a8084bac6a3dc8fc4
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 breast? Output:
[ "1" ]
task1584-83e4275a963b40779a3bcddd3a79b729
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: rain has oxygen? Output:
[ "1" ]
task1584-222183c396d44e8184dc9e3970bfb71c
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 nose? Output:
[ "0" ]
task1584-54beafb76e9346fb92e5daab35b5a928
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 person? Output:
[ "0" ]
task1584-31ecbbb3a5774b138c960f1c77758679
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: comb has tooth? Output:
[ "1" ]
task1584-fff1ced2b7574c8cb60909791360a8f0
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: bolt has thread? Output:
[ "1" ]
task1584-26bb4f905d574b0e9154c195a9eb74a6
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: he has word? Output:
[ "0" ]
task1584-c992f35b245247e0802384ed2d95a507
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: den has desk? Output:
[ "1" ]
task1584-2eb24910ef15473ba4521bf82a2d7547
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: computer has hair? Output:
[ "0" ]
task1584-3542f3a49d0449eb837ee8570e50b235
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 feather? Output:
[ "0" ]
task1584-5041c0a494e447308c1edc5017e189d7
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 light? Output:
[ "1" ]
task1584-deb756033d854f9ebfae872faf60c952
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: violin has string? Output:
[ "1" ]
task1584-2d6e8d291c9f400093278aaf85603f9d
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 egg? Output:
[ "1" ]
task1584-10935f0d86b8417fa8338fa9f3d771a8
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 finger? Output:
[ "0" ]
task1584-ed4c9d6dcbb3431aac6f513d9d5d6372
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 bed? Output:
[ "1" ]
task1584-0a0047962e9f44dd9ec3ffa9a8bf5857
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: gas has weight? Output:
[ "1" ]
task1584-9f1af07a704a48099e66b318f6ac6211
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 sugar? Output:
[ "0" ]
task1584-10335d9f5a5c446a8a51f1885123b727
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: game has objective? Output:
[ "1" ]
task1584-5a7ad6ae57fc46889dba89684d72bb87
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: closet has door? Output:
[ "1" ]
task1584-e58f7478ab5d467a85a9309edd394098
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 horn? Output:
[ "1" ]
task1584-551d7289b4b741618f5fcaec0cdad0af
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 liquid? Output:
[ "0" ]
task1584-6a521346652540c8a1abd8e817dc2a2a
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: fish has story? Output:
[ "0" ]
task1584-87dd6d1ee03142f4b932f37212aaf5f9
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 bath? Output:
[ "1" ]
task1584-169ee06495d54421a4f1aa7ce095ad4c
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 tar? Output:
[ "1" ]
task1584-77fb46bd5e6a4357b61205c90b259159
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: dice has number? Output:
[ "1" ]
task1584-83268b696bf24038b04d9e93e9d7f0ac
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 eye? Output:
[ "0" ]
task1584-b1b6dfec64444852bf0582bcaf7d6b76
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: library has letter? Output:
[ "0" ]
task1584-71ff1e7ce615420f8565633b4910056d
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 hand? Output:
[ "0" ]
task1584-7f89d6f6f078461887b34687e767b215
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: sport has altar? Output:
[ "0" ]
task1584-f2f74a61dca642c890e19112eb6165dc
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: town has shop? Output:
[ "1" ]
task1584-d33b7e41363a4337bc4e5a79e11eb288
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 energy? Output:
[ "0" ]
task1584-14938a3945824852b1d4780aad5e8d66
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: lion has seat? Output:
[ "0" ]
task1584-3f047bf3715c4e1998993b9994c28c9a
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: baseball has stitch? Output:
[ "1" ]
task1584-4a203fd4472442e3b80ccfa6f0783225
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 change? Output:
[ "0" ]
task1584-d8aa4a72e61d442abeb27b4089b87e6e
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 size? Output:
[ "0" ]
task1584-ed1e75f77933422194df771df309d87c
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 wall? Output:
[ "0" ]
task1584-0b178ae6882d4280aa85e0ee659ba06d
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 wall? Output:
[ "1" ]
task1584-0518f1c3ddf64baa9091262ba0e86b7b
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 sugar? Output:
[ "1" ]
task1584-9034e05d0dc84db68bbc3517278f4ab1
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: bull has pet? Output:
[ "0" ]
task1584-96705d4d06714982b07aeaf1fc2fb1e6
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 population? Output:
[ "1" ]
task1584-8b980dcd78434ee380989aae879829a8
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: rock has blade? Output:
[ "0" ]
task1584-c60d31407d174c44be93938f1d97b7de
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 cavity? Output:
[ "0" ]
task1584-227d6346a62248b5830fd501fa840e46
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: page has liquid? Output:
[ "0" ]
task1584-354c5dcb9f3d4d8098baded4d2a3a572
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: you has stair? Output:
[ "0" ]
task1584-5acdf0a1e09d4c6b9e4cf177cb87dd4a
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: ship has news? Output:
[ "0" ]
task1584-c77243381ce3428b82724e5a76b5a8cc
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 lead? Output:
[ "1" ]
task1584-e478720074894476aa73ad083931f317
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 state? Output:
[ "1" ]
task1584-96703a74f5cf4080b6609c2c2cd3d92c