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: room has furniture? Output:
[ "1" ]
task1584-f468105957ec41479b6d729f523023e1
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 basement? Output:
[ "1" ]
task1584-632527d65c964c47b921fc06a333ce3c
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 hardware? Output:
[ "1" ]
task1584-20c70b8245644bffa12aaeee8945c431
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: drawer has news? Output:
[ "0" ]
task1584-49d3a8f645684c2383dea35c187b3525
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 room? Output:
[ "1" ]
task1584-6604247cd1a74e4ebaef792322619a4c
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: elephant has bridge? Output:
[ "0" ]
task1584-aa014a143ecd47a88b021aa16ffa05d0
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 ocean? Output:
[ "1" ]
task1584-b4a20347b0cb4b8cb5fd8af3b45d4c42
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: cloud has seat? Output:
[ "0" ]
task1584-9307288461fa4e088623a58b3537feea
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 scale? Output:
[ "0" ]
task1584-119959eb96a543109d8adeadf4610126
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 cavity? Output:
[ "0" ]
task1584-dfb3acd41ca646d396ac6bb7b5d23107
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 emotion? Output:
[ "1" ]
task1584-da2deba2879a489ea234255b79d237e1
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 ink? Output:
[ "0" ]
task1584-bc2baa22d34a4590b2c1ead7f1ef074d
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: meal has food? Output:
[ "1" ]
task1584-153d7962207141fb9131912071385dea
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 door? Output:
[ "1" ]
task1584-3ec129616d6e43d48b8adf425f21a2a8
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: baby has hair? Output:
[ "1" ]
task1584-55de6316fb33409895d044b79726bc52
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: matter has wing? Output:
[ "0" ]
task1584-d482f842987b4eaebc27faf1b9a21cdd
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 wing? Output:
[ "0" ]
task1584-0b744476c03b44da9aca1ca61c0d0be2
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 lens? Output:
[ "0" ]
task1584-ec576f0488ab491cb7bfe2fb04fba9f2
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: courthouse has roof? Output:
[ "0" ]
task1584-39a8d0894c7c4847b828e3df9a9a5d14
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 seed? Output:
[ "0" ]
task1584-133aef0c3670490da6f3bc4b9d4100b6
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 baby? Output:
[ "0" ]
task1584-0737b7dabe474129b34c8abadb77b315
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 drink? Output:
[ "0" ]
task1584-936d1f494922494b9c25b306087267d0
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 window? Output:
[ "1" ]
task1584-023d9698c64c40aa93335bf6aeadbe73
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 window? Output:
[ "0" ]
task1584-b75e2292abf84a1d8ae9e897b7092a69
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: box has food? Output:
[ "1" ]
task1584-b3d0f9faa44a424e9d1b43ecc6e1beaa
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 fur? Output:
[ "0" ]
task1584-c8ddfe3cc2d04dffa92916a0fdc247a0
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 hardware? Output:
[ "0" ]
task1584-9389ccb9c7794cb38d0be25ddca4523d
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 hair? Output:
[ "0" ]
task1584-192a8d6d098648ff99f9c206559bbabb
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 coin? Output:
[ "0" ]
task1584-daf17a78249846c682e1fc681bb56bf5
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 body? Output:
[ "1" ]
task1584-c766e2c775a547908e858d03ead89ed5
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: saw has handle? Output:
[ "1" ]
task1584-9947186f4fe0436fafcfe59e69b2f432
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 plumb? Output:
[ "0" ]
task1584-b8c237125fd341a0906a849e693a7afc
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 kitten? Output:
[ "0" ]
task1584-34b2a4b09b81408aa24b95d006844aa6
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 follower? Output:
[ "0" ]
task1584-c9c3625ead7148da98e918c1893ae6b3
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 claw? Output:
[ "1" ]
task1584-d4d3ebd3fca74277a566b505a339a7be
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 skyscraper? Output:
[ "0" ]
task1584-abffe1ffc9f14411a18bcd2a4f3f888b
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 information? Output:
[ "1" ]
task1584-58608ddc77274c1f9902ff0ff8149111
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: glass has claw? Output:
[ "0" ]
task1584-eae84824416b40c3b95fb8e684beea2c
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 paw? Output:
[ "0" ]
task1584-3845fea4e6e143d0862b315aa54b48b4
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: bicycle has flower? Output:
[ "0" ]
task1584-c1a97a57f6fe4282bcd1659f2c060a84
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: window has flower? Output:
[ "0" ]
task1584-2449939337f546f2857f5cda4440ac29
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 clothe? Output:
[ "1" ]
task1584-d34c0cf485fe4a269a73f7a8073a9490
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 sex? Output:
[ "1" ]
task1584-ce8abec12eb74e81be603273d6066df6
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: beach has sand? Output:
[ "1" ]
task1584-c3cb072924f84942ae68335a6cf029f2
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: body has bone? Output:
[ "1" ]
task1584-b85323e9ccd64af1bd679332a98f15d6
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 skin? Output:
[ "1" ]
task1584-1a6b4c2eb72146eeb85f7e7858427239
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 blood? Output:
[ "1" ]
task1584-c521682604c84994a27a50f9b3953435
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: beach has sugar? Output:
[ "0" ]
task1584-2eee494188e3470da650e86ac4955058
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: mouse has wine? Output:
[ "0" ]
task1584-a3c907492bcc4c4c89a12745ca2bc4d1
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 floor? Output:
[ "1" ]
task1584-6a8b7fb4f9a248b1b61b32d62728fef8
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 screen? Output:
[ "1" ]
task1584-a7b54a6fb6aa4c3c9539d6dbbb30a65c
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: child has wing? Output:
[ "0" ]
task1584-f7a52f1ca8a94f2383b3345281e06d8f
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 window? Output:
[ "1" ]
task1584-55ea95974b7743fbb7a015dfa4cbd4b6
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 skyscraper? Output:
[ "1" ]
task1584-b7341eadfc784a1f885507c6d36602f4
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: beer has alcohol? Output:
[ "1" ]
task1584-a225ad12758b4cf19eeca52da122089d
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 muscle? Output:
[ "1" ]
task1584-a319e3cba1b64687bb453af8425fb693
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: sentence has muscle? Output:
[ "0" ]
task1584-e6d9f147b9b147158b1cf41456716a9b
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: duck has feather? Output:
[ "1" ]
task1584-3f6f4531d2d84c1ebc5703563c8140a7
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 sail? Output:
[ "0" ]
task1584-61ea6473b4ad40a482364ec8df790bc4
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: husband has sex? Output:
[ "0" ]
task1584-fb3bd272505144028a3546ba2bf82b82
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 body? Output:
[ "0" ]
task1584-3823db1a6ef9455891c97b1191b61884
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: air has weight? Output:
[ "1" ]
task1584-92dd5ebc951646618c4f50e28c5f395c
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 fur? Output:
[ "0" ]
task1584-ef1dd18a6c364cf1849e4d9e85f424dd
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 lead? Output:
[ "0" ]
task1584-2b483962e61a4335b1f4efe7014a6fc4
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 fat? Output:
[ "0" ]
task1584-ffd08884abb2462e9b859cfee131b1ef
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 nose? Output:
[ "0" ]
task1584-0c086a5fcad14b0d8e5db75007f94475
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 information? Output:
[ "1" ]
task1584-479d6a9e11684d4381769551159f1aaf
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 plumb? Output:
[ "1" ]
task1584-acfb8f9078884692b96c7469e700ecdc
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 baby? Output:
[ "1" ]
task1584-45948fbcf746477e808f7d0cb9622943
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 feather? Output:
[ "1" ]
task1584-e4c9b5940c964b538ba482ca3247e1eb
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: pool has attic? Output:
[ "0" ]
task1584-bd0cd829d8fd40fabfa1172b157dcef4
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 mail? Output:
[ "1" ]
task1584-34733cc90b434fbf8015e90573194a4e
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 water? Output:
[ "0" ]
task1584-74ed54ef20de47a5bad0fc9d6d1d8e65
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 bone? Output:
[ "0" ]
task1584-36de8cee10324bd196dc607ab89d8ce9
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 muscle? Output:
[ "1" ]
task1584-8e399add557e4d249064d607445cb2e8
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 fat? Output:
[ "0" ]
task1584-74ebf1efebf0456b85de90526a53e956
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 ear? Output:
[ "1" ]
task1584-6e6a52093d084079bd6b4fb84bdaffc5
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: air has pressure? Output:
[ "1" ]
task1584-e57d08d04cd7450c986308fc9fb1c7c9
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: magazine has button? Output:
[ "0" ]
task1584-c9fd411a672b4110863a9964170cd1e0
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: home has crater? Output:
[ "0" ]
task1584-b2f008a2f61d4dce9cafc05425ae6c55
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 parent? Output:
[ "1" ]
task1584-c2b131cae5714495a9c254fb82b6b84b
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 baby? Output:
[ "0" ]
task1584-9b8cabfeb4514ab6a0c35a779ccc2557
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 bone? Output:
[ "1" ]
task1584-c4ade85992d04645a3163068c8fef6c4
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 bedroom? Output:
[ "1" ]
task1584-dd9124b7742c4fac9ee933428d08be8e
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 exercise? Output:
[ "1" ]
task1584-6615f4044a744d4d8a9344228f7b80e9
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: fly has baby? Output:
[ "0" ]
task1584-0e8a91ed880145fcab5a56983dc54de5
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 water? Output:
[ "1" ]
task1584-74be763ef4cc426ab806d2621ed0f87f
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: chair has cushion? Output:
[ "1" ]
task1584-c1a38be4f9cc4652831a7a4b051bbc20
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: elephant has seed? Output:
[ "0" ]
task1584-11d055f4a72041bdaaab6869c6a21485
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 water? Output:
[ "1" ]
task1584-e939ca0d739744c89ff0cf2cf1211f28
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 ocean? Output:
[ "0" ]
task1584-0a23ec04b59a4a06ac96d9ac8ed3e2b3
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 body? Output:
[ "1" ]
task1584-c6d2c2c06447407895f96ae53cc5ea1e
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 tree? Output:
[ "0" ]
task1584-dcc23e7b57b64e0c8c42443e637693ad
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 root? Output:
[ "1" ]
task1584-ded8802c853e4b6c84b8a536f1e76d0a
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 wing? Output:
[ "0" ]
task1584-8099d096c51c48ff98c8f4be565a65f3
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: newspaper has column? Output:
[ "1" ]
task1584-c8be02868164453c8248b389f33c5f0a
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: elephant has nose? Output:
[ "1" ]
task1584-2e50ee4c3d1241a0a72dcacace34db27
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: girl has brain? Output:
[ "0" ]
task1584-ba0b4d327f3e47a6922bcb29451c44e8
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 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 drink? Output:
[ "0" ]
task1584-593d57737f1643d7b41c232b738fe00a
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Positive Example 1 - Input: apple has bone? Output: 0 Positive Example 2 - Input: book has picture? Output: 1 Negative Example 1 - Input: cat has ear? Output: 0 Negative Example 2 - Input: leg has leg? Output: 1 Now complete the following example - Input: kitten has fur? Output:
[ "1" ]
task1584-2bf94588e1bc49ef884e157b562e24e4