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: island has paw?
Output:
| [
"0"
] | task1584-0110063b4b464d139b8c66d8de41455e |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 radio?
Output:
| [
"1"
] | task1584-7cd8277e4ba3431388d88861dcd54a53 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 hand?
Output:
| [
"0"
] | task1584-61221d51395f422888c3ea13250fec7b |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 tooth?
Output:
| [
"0"
] | task1584-69197c1aa83f4309a116b6eb2e5d2c6d |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: volcano has crater?
Output:
| [
"1"
] | task1584-ece2ca9396b54c93ab517013d8582835 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 number?
Output:
| [
"0"
] | task1584-eaa5e70eb9834f78818e555a6b16ffa6 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 cancer?
Output:
| [
"0"
] | task1584-b682402c27d9499595ce354ce3e8db6d |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 gas?
Output:
| [
"0"
] | task1584-bd74819b07824d25a30b9056bdabcc9d |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 penis?
Output:
| [
"1"
] | task1584-a1ac71ea60c24d0abd79dd1682d717be |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: steel has size?
Output:
| [
"0"
] | task1584-f1fb13275b9042e5a6b8d8cab42e4259 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 water?
Output:
| [
"1"
] | task1584-3e12c8a33289411d972a18cd071ecbd0 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 letter?
Output:
| [
"0"
] | task1584-598fbde17ea24868bd16f9c3aa2d4e25 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 flag?
Output:
| [
"1"
] | task1584-5a8eca064c284c71a75bac0aa6625715 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: lemon has peel?
Output:
| [
"1"
] | task1584-3827ca433b0d4780bed4b410396baccb |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 chair?
Output:
| [
"1"
] | task1584-64067a3ae2f74c82988162ad40fe0c2d |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 gas?
Output:
| [
"0"
] | task1584-6fb41f599e5949dcaa715db69f46c1a2 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 tooth?
Output:
| [
"1"
] | task1584-0c404eb5e6cf4557b713b89b4acaf0de |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 virus?
Output:
| [
"1"
] | task1584-22332cfdfb474bff86b70b39ede9667e |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: planet has moon?
Output:
| [
"1"
] | task1584-a5005130640d4062ad92eb12672c29b5 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: ranch has bedroom?
Output:
| [
"1"
] | task1584-5b9fd989c2c44b12af0e9cc90efe3359 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: balloon has water?
Output:
| [
"1"
] | task1584-a6bf4596a2c14b12bf9576d2663d793f |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 book?
Output:
| [
"1"
] | task1584-9c8a3790382b4f24838b0c2a1d3c4824 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: hand has article?
Output:
| [
"0"
] | task1584-4fdd684ca44245f49122182d830d7423 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 yard?
Output:
| [
"1"
] | task1584-97a115be070c4bc48106ec79df15970b |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 clothe?
Output:
| [
"1"
] | task1584-7d63ce861a124740995c06d488a20ce9 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: egg has book?
Output:
| [
"0"
] | task1584-ee5dfef7aa874839aa78a25ae7245a08 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 mountain?
Output:
| [
"0"
] | task1584-a1e97ef28a894dd0b112f8b585bb5448 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: safe has money?
Output:
| [
"1"
] | task1584-9546895cd86d4ace818e40138b6db46c |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: king has hand?
Output:
| [
"0"
] | task1584-50eb245c87c2499b8db34178f792841e |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: safe has trunk?
Output:
| [
"0"
] | task1584-fe3bd36604b945cb963957722234b6e7 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 fish?
Output:
| [
"1"
] | task1584-9b937d93aab3410f8d73ae53892babc4 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: female has vagina?
Output:
| [
"1"
] | task1584-182ca2838d6f447db3f71dd1e9f9f12e |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 hair?
Output:
| [
"1"
] | task1584-88ee480fc85e43aeab026b1d46640f15 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 friend?
Output:
| [
"0"
] | task1584-bed02204d16d444491fd848aaf688998 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 mountain?
Output:
| [
"1"
] | task1584-53db23afe4e34c3babbc8e009431b831 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 floor?
Output:
| [
"0"
] | task1584-04d90abee62241dea69cf0044937cadf |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 boss?
Output:
| [
"0"
] | task1584-d8d65a0453b040a99db05e4894b2f7fd |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 fur?
Output:
| [
"1"
] | task1584-0eec2ceceb654d41b2c0cd0c963cf622 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 string?
Output:
| [
"0"
] | task1584-be7b3b42ce7040529fe3a34ffd5b4064 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: i has answer?
Output:
| [
"1"
] | task1584-25406d7797214b3f8330802f4fbdbae9 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 peel?
Output:
| [
"0"
] | task1584-17910367ed2a4d53bab53ccee453c2b1 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: camera has lens?
Output:
| [
"1"
] | task1584-90e7439235a745899a699383e1f62f45 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: clock has face?
Output:
| [
"1"
] | task1584-6afb675ad39e4f85821207843a255861 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: family has descendant?
Output:
| [
"1"
] | task1584-9892743d6be24b0e9af22248775cd701 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 keyboard?
Output:
| [
"1"
] | task1584-6c3ce27cae8b4b5baadc757bb4590043 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: pencil has lead?
Output:
| [
"1"
] | task1584-2dd151aafbad417dbfbd49db3e59f919 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 music?
Output:
| [
"0"
] | task1584-606bcf8ed6b645e2a6ec5bb29a094755 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: horse has face?
Output:
| [
"0"
] | task1584-61e84d6b170b4b8fb989db4d02880f11 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: hair has alarm?
Output:
| [
"0"
] | task1584-efa654a101ab4f0ca358f20bf7d24834 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 pain?
Output:
| [
"0"
] | task1584-a2fa8e011da84512b3f75c34595e1e89 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: student has notebook?
Output:
| [
"1"
] | task1584-729a809cff6f4fbeb973f9237384cc52 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 something?
Output:
| [
"1"
] | task1584-a49aa4c00c764c0fa6792664283243de |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: rooster has value?
Output:
| [
"0"
] | task1584-798e66cd3d2047a7a692478cd136c369 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 milk?
Output:
| [
"0"
] | task1584-a9d278d909264c08886a7fbbaa11e49d |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 wing?
Output:
| [
"0"
] | task1584-9f0252961bed4740924a390051e31d89 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: candy has tar?
Output:
| [
"0"
] | task1584-bbd1daa0665b4c55bdcdbeeaca4a54bd |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: river has thumb?
Output:
| [
"0"
] | task1584-8d184de39ea44ef19628079cc31bbade |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 knob?
Output:
| [
"0"
] | task1584-f0e8f7e53af94998aaff0f4876055bf4 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 fish?
Output:
| [
"0"
] | task1584-fe011c49b72d4a2e936b59a8c73045d0 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 population?
Output:
| [
"1"
] | task1584-85c99ee3fe754b52af1c444370083ef1 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: pin has keyboard?
Output:
| [
"0"
] | task1584-fe2e118d3ff048a3af74347e2e75ff82 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 fur?
Output:
| [
"0"
] | task1584-4103ba8dbd96417096d641daf4a9b29f |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: earth has fur?
Output:
| [
"0"
] | task1584-0f7feaf0a5f54cb99756f7671e74d311 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 seed?
Output:
| [
"1"
] | task1584-8b145d5167274754bbb3da167a80958e |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 bone?
Output:
| [
"1"
] | task1584-564363179abb4d779c3b69911c5a8c18 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 leave?
Output:
| [
"1"
] | task1584-1044a72c9d054904b45f923000406823 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: france has beach?
Output:
| [
"1"
] | task1584-a566fca117284a1a815d809e6a40b80e |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: shoe has lace?
Output:
| [
"1"
] | task1584-8d39dbe92f9a4427a246834379350015 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: face has standard?
Output:
| [
"0"
] | task1584-8d738826dfb449ff929fa0c373062a83 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: nation has lace?
Output:
| [
"0"
] | task1584-2f1f6433624448adad7ff0fdd7d87478 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: television has bed?
Output:
| [
"0"
] | task1584-53dd9e5616c444b8a340062a3b31254b |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: balloon has plumb?
Output:
| [
"0"
] | task1584-26d04ca7db2f48899d4ba45b3bb20fa5 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 page?
Output:
| [
"1"
] | task1584-48931852e262435bb8fabd611ee54d66 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 leave?
Output:
| [
"1"
] | task1584-793f160563fc430eb0678ebd74fa3866 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 fur?
Output:
| [
"1"
] | task1584-06b59cc2154c4b13b6b3dbef5c3ef9e3 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 life?
Output:
| [
"0"
] | task1584-fa01f238c0424da9b130f6eca2117355 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: cake has frost?
Output:
| [
"1"
] | task1584-6c447977b23941989f93b157a1998ce8 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: earth has gravity?
Output:
| [
"1"
] | task1584-44663ad6922841cfa66c181cf5874ce7 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 fish?
Output:
| [
"0"
] | task1584-5f799e57fa16437d905722e693266a40 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 nose?
Output:
| [
"0"
] | task1584-98d3acd2d9b94c909d814a3753c07b9a |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: bedroom has sugar?
Output:
| [
"0"
] | task1584-7a158fa76e084324a06ba53cc0602028 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: leader has follower?
Output:
| [
"1"
] | task1584-c8311f6bfca94e30897361a7a951e436 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 knowledge?
Output:
| [
"1"
] | task1584-5ec21afe0635413681b869fb1d065c83 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 parent?
Output:
| [
"1"
] | task1584-d6326c66ab8c4ecb8d18ee1c99ca0ecd |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 emotion?
Output:
| [
"0"
] | task1584-e140fdf83b2c4f89ad2e8037b575593a |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 blood?
Output:
| [
"0"
] | task1584-a99459054bf3413282922a536fc16be6 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: office has eye?
Output:
| [
"0"
] | task1584-b485a1f864c64d09b03a044728f532e4 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 hair?
Output:
| [
"0"
] | task1584-3610c7a6f6ec43b1b72d79f6faddc639 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 door?
Output:
| [
"1"
] | task1584-7851caabd71148869b09df4ed52ca3a5 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 flower?
Output:
| [
"1"
] | task1584-41628e7747874732ba36845e1dd0b2d1 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 air?
Output:
| [
"0"
] | task1584-5632acdf118a43ec80d11fae32d01ba3 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: bank has virus?
Output:
| [
"0"
] | task1584-215f087aa9664ff2a7d1fddc532eead6 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: lake has feather?
Output:
| [
"0"
] | task1584-75e9d78a75ae44ef98a22b4f8b1f4060 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: balloon has gas?
Output:
| [
"1"
] | task1584-55fa98cf709246b59a3b85ef7d63fc1c |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: church has wheel?
Output:
| [
"0"
] | task1584-431c47bab8d7483db866e7e5e865e09d |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: lobby has wall?
Output:
| [
"1"
] | task1584-876253ba422c4551b38c70ad3f78f9c0 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 sand?
Output:
| [
"0"
] | task1584-6d92cfa95ce54a01bb8d62d60f3372d9 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 story?
Output:
| [
"1"
] | task1584-391afe1c4062432eaa6e78c8b248fa36 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: angel has body?
Output:
| [
"0"
] | task1584-d892f6ea8e0a4dc98d8a38e1d956169d |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 claw?
Output:
| [
"0"
] | task1584-cd47738bf7be4343be0b6621fd423cd0 |