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: meet has refreshment?
Output:
| [
"1"
] | task1584-672dd8a68e2f4a09acbff950201882e1 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 handle?
Output:
| [
"0"
] | task1584-c5c0a02f9b6f4ea4a263a3051aa699b7 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 root?
Output:
| [
"1"
] | task1584-8face8f9a2594adfa6e8a1727a433a04 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 phone?
Output:
| [
"1"
] | task1584-2c5730aa77b742a6afad2b73ccefc46c |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 fur?
Output:
| [
"1"
] | task1584-d3e5d2be2ca940628f2e76a9daa02684 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 wheel?
Output:
| [
"0"
] | task1584-81316f21660f45409f4e8962b8802502 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: frog has nose?
Output:
| [
"1"
] | task1584-b4bc1fe057ac48bda277a66b7eceb4c6 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: grape has horn?
Output:
| [
"0"
] | task1584-01b26df07ca2489eb01d2f37e0343208 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: bathroom has nose?
Output:
| [
"0"
] | task1584-486358a34ebc48c6ae165b92ea77eefe |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 leg?
Output:
| [
"1"
] | task1584-7d86d61609de457682a472ce1a124fe8 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 juice?
Output:
| [
"1"
] | task1584-46bf978d79914a84b7d8166e0d71838e |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 leg?
Output:
| [
"1"
] | task1584-e967de2a11fb4b3db7a398218618945e |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: closet has seat?
Output:
| [
"0"
] | task1584-44039db5173b401aaaa9dcce404df0e1 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: fan has tooth?
Output:
| [
"0"
] | task1584-69b7982de26c4558b4f5d779cc700ba1 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: ship has coin?
Output:
| [
"0"
] | task1584-c7ef9a4d48974c439e586215983a998a |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 root?
Output:
| [
"1"
] | task1584-5399dd1b97ca450393a8555bae2e6550 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 tv?
Output:
| [
"1"
] | task1584-58345c16a837406492a0a388b4acd545 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 weight?
Output:
| [
"0"
] | task1584-987b7b20b0de497798849bb31eaafeab |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 story?
Output:
| [
"1"
] | task1584-424fbd9d6dda4778afbd548bcbea16d8 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 bill?
Output:
| [
"1"
] | task1584-5c92d3abe548475fb8e596e5c8e9bb86 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 lawn?
Output:
| [
"0"
] | task1584-c91ead1d435e4b63b3e625232b41bb20 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 sex?
Output:
| [
"0"
] | task1584-57704c28b3a94d55affccded59ed1ce0 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 mouse?
Output:
| [
"1"
] | task1584-4cbbe764892e4610a4dc0c687b80b64b |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 lace?
Output:
| [
"0"
] | task1584-d0a5e04390bc468cbc7fa580a9329787 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 color?
Output:
| [
"0"
] | task1584-e767c784d590443483ba8b081ba253b4 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 feel?
Output:
| [
"0"
] | task1584-8ca5787c6aee4223aa779c60c92eedf0 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 text?
Output:
| [
"1"
] | task1584-8c490954a64644d887fef0700b2966dd |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: keyboard has key?
Output:
| [
"1"
] | task1584-a6dba886fcb448a28c61948cd509f4ca |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: rock has crystal?
Output:
| [
"1"
] | task1584-0faabad237c34f27bc9ccffcce0ca979 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 shop?
Output:
| [
"0"
] | task1584-236ca264356444fbac0c242bf4705f83 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: organism has foot?
Output:
| [
"0"
] | task1584-d9691e4c9b5f445294d3e9af84492b26 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 heart?
Output:
| [
"0"
] | task1584-8c44960a42e64d43a2f0ba5e58894449 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: pillow has feather?
Output:
| [
"1"
] | task1584-9007a06f21ca4290b92a805d5e1a59a6 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 size?
Output:
| [
"0"
] | task1584-a5e5be79fbfe46eb866072fe7dd79c0d |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 finger?
Output:
| [
"1"
] | task1584-4e24817e0b244568876d762493c7592a |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: bush has leave?
Output:
| [
"1"
] | task1584-6579df2e6ff84fc3b71da4cc084e56a7 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: milk has feel?
Output:
| [
"0"
] | task1584-7f05e95949724bea8d59c7a4fdbf4f1f |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 liquid?
Output:
| [
"1"
] | task1584-a9bf96b7c11f4259aaa177aa3d60930c |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 child?
Output:
| [
"1"
] | task1584-80aa654747964cf6b31e5ff071cec667 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 salt?
Output:
| [
"0"
] | task1584-46475f25f3f6491d9aa9a5816e8f98b6 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 information?
Output:
| [
"0"
] | task1584-1c3dfa39da15435b806e73f964c0f124 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 word?
Output:
| [
"1"
] | task1584-dfdc2aefac3643d1831f6215c69486c7 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: envelope has paw?
Output:
| [
"0"
] | task1584-e43c017add8c43229124f42e0bdffacc |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: well has water?
Output:
| [
"1"
] | task1584-058be6c4c8d345f2b44333bdb64febfb |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 hair?
Output:
| [
"0"
] | task1584-c7aa9f888bb344e295aa0d232e6a15d7 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: vacuum has nothing?
Output:
| [
"1"
] | task1584-bfba772274a54b55af850bbf20f3bf93 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 oil?
Output:
| [
"0"
] | task1584-759fd15c4bdd42319b9b8072912054a8 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 fur?
Output:
| [
"1"
] | task1584-18a3ac99f28543b0bb917656c9c39aa5 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: continent has bone?
Output:
| [
"0"
] | task1584-e0cd99bedac740de8ee08fd108dac509 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: bear has claw?
Output:
| [
"1"
] | task1584-8697ad4e30fe4eb9b86f0efb5f83fb10 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: head has tooth?
Output:
| [
"1"
] | task1584-5764aa4b27264a5e874bfd2b4ea922d4 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 key?
Output:
| [
"0"
] | task1584-f78b186fce544f848e888bd468d36545 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: dice has hand?
Output:
| [
"0"
] | task1584-f3951973a6924e1b867f2fbeb5ce03c3 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: paint has color?
Output:
| [
"1"
] | task1584-fca676fbabd9402d9160174a52969b7b |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 button?
Output:
| [
"0"
] | task1584-998b32fcbd584910b7af64e8f736c2bb |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 claw?
Output:
| [
"1"
] | task1584-9d3ad8e3795c466d856b1ce205e6e551 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 pain?
Output:
| [
"1"
] | task1584-f0b515de306843c0ba3feae7473bd060 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 frost?
Output:
| [
"0"
] | task1584-3b519f987ea74bb689b35ade0b85c990 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: bottle has furniture?
Output:
| [
"0"
] | task1584-eb360ba1da2d4f2d9c6d782aca41860d |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: supermarket has food?
Output:
| [
"1"
] | task1584-bbf405a920594d6ba1d9f059fcab62d1 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: automobile has coin?
Output:
| [
"0"
] | task1584-1cf728e0719542ddb6ae2424a5d9ca8c |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: cd has gift?
Output:
| [
"0"
] | task1584-fd310a42ca1c42deb34662fb155118e4 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 body?
Output:
| [
"1"
] | task1584-a5651298f44743318e42fbf0cc0a2b1a |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: music has charm?
Output:
| [
"1"
] | task1584-f2fd9f86fa0648758fb3a9687ca6b7a9 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 objective?
Output:
| [
"0"
] | task1584-e4717a4620ae4e66918dbcaa95f33be2 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: water has window?
Output:
| [
"0"
] | task1584-fef4a5a6702243f7b68b3c690aa338ff |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: keyboard has violence?
Output:
| [
"0"
] | task1584-a505266aeccf4c4597a0c26db69767e0 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 fun?
Output:
| [
"1"
] | task1584-5fb1589ed5e742a58bc575b6d0f3970d |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 wheel?
Output:
| [
"1"
] | task1584-b15455e370364af39cef48c8960996fe |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 surface?
Output:
| [
"1"
] | task1584-7ce9ba726dab430eabe1db9b250fc5d1 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 pet?
Output:
| [
"0"
] | task1584-dd56d0c095d546698c5c0a1b645b1325 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 window?
Output:
| [
"1"
] | task1584-e45a67c6038246e888ff34fb0d7222f5 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 bone?
Output:
| [
"1"
] | task1584-fc08a2b67c8e4697bffa68bebc08a355 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: orange has peel?
Output:
| [
"1"
] | task1584-830d8ae370054707940309936356cf0e |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 hair?
Output:
| [
"1"
] | task1584-412f58005c4645548ab6b10e38b3119d |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 window?
Output:
| [
"1"
] | task1584-9c6e13cd6d6248bcb152928f84accfbc |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 nose?
Output:
| [
"1"
] | task1584-4f4b2bb36ba74776a25423bd316e3643 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 sugar?
Output:
| [
"1"
] | task1584-43f60b9aebc144ed9e47d82c91916b64 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 surface?
Output:
| [
"1"
] | task1584-c409a51ae8b44aefb39eaa72b40963fe |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: sky has fluid?
Output:
| [
"0"
] | task1584-d02d54144e364ff8b42de51be3ed7dce |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: set has number?
Output:
| [
"1"
] | task1584-0e9839431b4b4747b85097a467846c98 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: factory has window?
Output:
| [
"1"
] | task1584-e389b5e490cb45f3a851d2d30a98eda1 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: everybody has tail?
Output:
| [
"0"
] | task1584-78a70cbb88b741649db6c1c9fdd9cacf |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 sentence?
Output:
| [
"0"
] | task1584-068c8e5a253d460f8bb0d1f9e6fb90fe |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 water?
Output:
| [
"1"
] | task1584-ba1b728816a446b6947ce5e5188312bc |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: library has literature?
Output:
| [
"1"
] | task1584-9be6fe0784b64c56aa34dce444c06999 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: fiddle has root?
Output:
| [
"0"
] | task1584-f13118323b8d490f88ec05bb04400b64 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 mind?
Output:
| [
"1"
] | task1584-545227ed91fa4f93a8b46a7db39d687c |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 build?
Output:
| [
"0"
] | task1584-6f706f2394c94fb283d945c1ded19e7d |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 liquid?
Output:
| [
"1"
] | task1584-3a88c02b6b4b4a449827a4648e701240 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 hair?
Output:
| [
"1"
] | task1584-e3eb562fc9ad416fb3bc1754922a485c |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 brain?
Output:
| [
"1"
] | task1584-9fa66a2376b14c478ef0eba38a6366f7 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: automobile has surface?
Output:
| [
"0"
] | task1584-962988b5b5b543ff80ec11d35d46417c |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 build?
Output:
| [
"1"
] | task1584-927bce90e4ab4a60b6db5cbab3b5da82 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: wolf has tooth?
Output:
| [
"1"
] | task1584-0b53d43eca5e4ff0b910416611255215 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: town has eye?
Output:
| [
"0"
] | task1584-e760933125fe4a21bf124db626d49cd1 |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
Negative Example 1 -
Input: cat has ear?
Output: 0
Negative Example 2 -
Input: leg has leg?
Output: 1
Now complete the following example -
Input: moon has patient?
Output:
| [
"0"
] | task1584-655cc2924a1e4ebf9ce3c0368995275e |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 tire?
Output:
| [
"0"
] | task1584-f93e5c9914a6422296e9f7aec8b703fe |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 emotion?
Output:
| [
"1"
] | task1584-cb41e0e733d040509696247b474375bb |
Definition: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part.
Positive Example 1 -
Input: apple has bone?
Output: 0
Positive Example 2 -
Input: book has picture?
Output: 1
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 paper?
Output:
| [
"0"
] | task1584-263eb5a177c94396982b4551088dfdf6 |