inputs
stringlengths
376
619
targets
stringclasses
12 values
_template_idx
int64
0
9
_task_source
stringclasses
1 value
_task_name
stringclasses
1 value
_template_type
stringclasses
2 values
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Ex Input: dog has penis? Ex Output: 1 Ex Input: hospital has patient? Ex Output: 1 Ex Input: library has door? Ex Output:
1
1
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. [Q]: child has wing? [A]: 0 [Q]: everyone has value? [A]: 1 [Q]: bottle has beer? [A]:
1
5
NIv2
task1584_evalution_meronym_classification
fs_opt
TASK DEFINITION: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. PROBLEM: elephant has seed? SOLUTION: 0 PROBLEM: fireplace has chimney? SOLUTION: 1 PROBLEM: human has scale? SOLUTION:
0
8
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Let me give you an example: apple has bone? The answer to this example can be: 0 Here is why: Apples don't have bones, so the output of 0 is correct. OK. solve this: bathroom has salt? Answer:
0
8
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. [Q]: america has president? [A]: 1 [Q]: bank has coin? [A]: 1 [Q]: world has hair? [A]:
0
5
NIv2
task1584_evalution_meronym_classification
fs_opt
Part 1. Definition Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Part 2. Example apple has bone? Answer: 0 Explanation: Apples don't have bones, so the output of 0 is correct. Part 3. Exercise monkey has nose? Answer:
1
7
NIv2
task1584_evalution_meronym_classification
fs_opt
Detailed Instructions: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. See one example below: Problem: apple has bone? Solution: 0 Explanation: Apples don't have bones, so the output of 0 is correct. Problem: dog has tooth? Solution:
1
4
NIv2
task1584_evalution_meronym_classification
fs_opt
Given the task definition, example input & output, solve the new input case. Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Example: apple has bone? Output: 0 Apples don't have bones, so the output of 0 is correct. New input case for you: human has horn? Output:
0
1
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. [EX Q]: room has bone? [EX A]: 0 [EX Q]: shirt has button? [EX A]: 1 [EX Q]: house has stair? [EX A]:
1
6
NIv2
task1584_evalution_meronym_classification
fs_opt
Part 1. Definition Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Part 2. Example apple has bone? Answer: 0 Explanation: Apples don't have bones, so the output of 0 is correct. Part 3. Exercise family has descendant? Answer:
1
7
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Ex Input: pillow has feather? Ex Output: 1 Ex Input: rooster has value? Ex Output: 0 Ex Input: planet has write? Ex Output:
0
1
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. One example: apple has bone? Solution is here: 0 Explanation: Apples don't have bones, so the output of 0 is correct. Now, solve this: meet has refreshment? Solution:
1
6
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Ex Input: tree has root? Ex Output: 1 Ex Input: wine has alcohol? Ex Output: 1 Ex Input: person has fun? Ex Output:
1
1
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Example input: apple has bone? Example output: 0 Example explanation: Apples don't have bones, so the output of 0 is correct. Q: horse has breast? A:
0
3
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Ex Input: bathroom has toilet? Ex Output: 1 Ex Input: balloon has post? Ex Output: 0 Ex Input: horse has breast? Ex Output:
0
1
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. -------- Question: house has window? Answer: 1 Question: fruit has sand? Answer: 0 Question: world has ocean? Answer:
1
7
NIv2
task1584_evalution_meronym_classification
fs_opt
Teacher: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Teacher: Now, understand the problem? If you are still confused, see the following example: apple has bone? Solution: 0 Reason: Apples don't have bones, so the output of 0 is correct. Now, solve this instance: road has mountain? Student:
0
2
NIv2
task1584_evalution_meronym_classification
fs_opt
Teacher: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Teacher: Now, understand the problem? If you are still confused, see the following example: apple has bone? Solution: 0 Reason: Apples don't have bones, so the output of 0 is correct. Now, solve this instance: door has bridge? Student:
0
2
NIv2
task1584_evalution_meronym_classification
fs_opt
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task. Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. apple has bone? Solution: 0 Why? Apples don't have bones, so the output of 0 is correct. New input: boat has column? Solution:
0
0
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Example: apple has bone? Example solution: 0 Example explanation: Apples don't have bones, so the output of 0 is correct. Problem: bow has tail?
Solution: 0
5
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Example: apple has bone? Example solution: 0 Example explanation: Apples don't have bones, so the output of 0 is correct. Problem: music has mood?
Solution: 1
5
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Input: Consider Input: safe has money? Output: 1 Input: Consider Input: face has nose? Output: 1 Input: Consider Input: everyone has water?
Output: 0
2
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. [EX Q]: park has mountain? [EX A]: 1 [EX Q]: well has water? [EX A]: 1 [EX Q]: article has flag? [EX A]:
0
6
NIv2
task1584_evalution_meronym_classification
fs_opt
TASK DEFINITION: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. PROBLEM: camera has lens? SOLUTION: 1 PROBLEM: horse has window? SOLUTION: 0 PROBLEM: cat has kitten? SOLUTION:
1
8
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. One example: apple has bone? Solution is here: 0 Explanation: Apples don't have bones, so the output of 0 is correct. Now, solve this: apple has sand? Solution:
0
6
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Example input: apple has bone? Example output: 0 Example explanation: Apples don't have bones, so the output of 0 is correct. Q: state has altar? A:
0
3
NIv2
task1584_evalution_meronym_classification
fs_opt
TASK DEFINITION: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. PROBLEM: book has text? SOLUTION: 1 PROBLEM: cigarette has shop? SOLUTION: 0 PROBLEM: state has altar? SOLUTION:
0
8
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. [Q]: shirt has button? [A]: 1 [Q]: glass has liquid? [A]: 1 [Q]: notebook has penis? [A]:
0
5
NIv2
task1584_evalution_meronym_classification
fs_opt
Detailed Instructions: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. See one example below: Problem: apple has bone? Solution: 0 Explanation: Apples don't have bones, so the output of 0 is correct. Problem: drum has oil? Solution:
1
4
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Example Input: book has word? Example Output: 1 Example Input: planet has write? Example Output: 0 Example Input: horse has eye? Example Output:
1
3
NIv2
task1584_evalution_meronym_classification
fs_opt
Given the task definition, example input & output, solve the new input case. Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Example: apple has bone? Output: 0 Apples don't have bones, so the output of 0 is correct. New input case for you: plant has disease? Output:
0
1
NIv2
task1584_evalution_meronym_classification
fs_opt
Teacher: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Teacher: Now, understand the problem? If you are still confused, see the following example: apple has bone? Solution: 0 Reason: Apples don't have bones, so the output of 0 is correct. Now, solve this instance: peach has pit? Student:
1
2
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Q: mountain has snow? A: 1 **** Q: watch has lawn? A: 0 **** Q: house has bathroom? A:
1 ****
4
NIv2
task1584_evalution_meronym_classification
fs_opt
instruction: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. question: park has mountain? answer: 1 question: box has gift? answer: 1 question: wolf has root? answer:
0
9
NIv2
task1584_evalution_meronym_classification
fs_opt
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task. Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. apple has bone? Solution: 0 Why? Apples don't have bones, so the output of 0 is correct. New input: wolf has root? Solution:
0
0
NIv2
task1584_evalution_meronym_classification
fs_opt
Teacher: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Teacher: Now, understand the problem? If you are still confused, see the following example: apple has bone? Solution: 0 Reason: Apples don't have bones, so the output of 0 is correct. Now, solve this instance: plant has flower? Student:
1
2
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. One example is below. Q: apple has bone? A: 0 Rationale: Apples don't have bones, so the output of 0 is correct. Q: leader has follower? A:
1
9
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. [Q]: jail has lock? [A]: 1 [Q]: cat has baby? [A]: 1 [Q]: book has cover? [A]:
1
5
NIv2
task1584_evalution_meronym_classification
fs_opt
Detailed Instructions: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. See one example below: Problem: apple has bone? Solution: 0 Explanation: Apples don't have bones, so the output of 0 is correct. Problem: book has cover? Solution:
1
4
NIv2
task1584_evalution_meronym_classification
fs_opt
Part 1. Definition Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Part 2. Example apple has bone? Answer: 0 Explanation: Apples don't have bones, so the output of 0 is correct. Part 3. Exercise book has idea? Answer:
1
7
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Example input: apple has bone? Example output: 0 Example explanation: Apples don't have bones, so the output of 0 is correct. Q: animal has meat? A:
1
3
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. One example: apple has bone? Solution is here: 0 Explanation: Apples don't have bones, so the output of 0 is correct. Now, solve this: house has phone? Solution:
1
6
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Example Input: wife has energy? Example Output: 0 Example Input: plane has surface? Example Output: 0 Example Input: child has mountain? Example Output:
0
3
NIv2
task1584_evalution_meronym_classification
fs_opt
Given the task definition, example input & output, solve the new input case. Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Example: apple has bone? Output: 0 Apples don't have bones, so the output of 0 is correct. New input case for you: town has shop? Output:
1
1
NIv2
task1584_evalution_meronym_classification
fs_opt
TASK DEFINITION: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. PROBLEM: lion has fur? SOLUTION: 1 PROBLEM: peach has many_person? SOLUTION: 0 PROBLEM: husband has sex? SOLUTION:
0
8
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. [EX Q]: stream has standard? [EX A]: 0 [EX Q]: moon has patient? [EX A]: 0 [EX Q]: human has clothe? [EX A]:
0
6
NIv2
task1584_evalution_meronym_classification
fs_opt
Part 1. Definition Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Part 2. Example apple has bone? Answer: 0 Explanation: Apples don't have bones, so the output of 0 is correct. Part 3. Exercise fan has tooth? Answer:
0
7
NIv2
task1584_evalution_meronym_classification
fs_opt
TASK DEFINITION: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. PROBLEM: wife has child? SOLUTION: 1 PROBLEM: house has muscle? SOLUTION: 0 PROBLEM: mammal has bedroom? SOLUTION:
0
8
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Ex Input: hospital has patient? Ex Output: 1 Ex Input: room has window? Ex Output: 1 Ex Input: bird has wave? Ex Output:
0
1
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. computer has brain? 0 pencil has tail? 0 pencil has lead?
1
0
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Ex Input: ranch has body? Ex Output: 0 Ex Input: cat has muscle? Ex Output: 1 Ex Input: box has information? Ex Output:
0
1
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. One example is below. Q: apple has bone? A: 0 Rationale: Apples don't have bones, so the output of 0 is correct. Q: person has sex? A:
1
9
NIv2
task1584_evalution_meronym_classification
fs_opt
Teacher: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Teacher: Now, understand the problem? If you are still confused, see the following example: apple has bone? Solution: 0 Reason: Apples don't have bones, so the output of 0 is correct. Now, solve this instance: box has information? Student:
0
2
NIv2
task1584_evalution_meronym_classification
fs_opt
TASK DEFINITION: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. PROBLEM: drawer has news? SOLUTION: 0 PROBLEM: duck has beach? SOLUTION: 0 PROBLEM: mailbox has border? SOLUTION:
0
8
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Let me give you an example: apple has bone? The answer to this example can be: 0 Here is why: Apples don't have bones, so the output of 0 is correct. OK. solve this: mailbox has border? Answer:
0
8
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Example Input: student has tune? Example Output: 0 Example Input: duck has beach? Example Output: 0 Example Input: bath has gift? Example Output:
0
3
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. [Q]: america has lace? [A]: 0 [Q]: house has sink? [A]: 1 [Q]: bird has feather? [A]:
1
5
NIv2
task1584_evalution_meronym_classification
fs_opt
Detailed Instructions: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. See one example below: Problem: apple has bone? Solution: 0 Explanation: Apples don't have bones, so the output of 0 is correct. Problem: bush has water? Solution:
0
4
NIv2
task1584_evalution_meronym_classification
fs_opt
Given the task definition, example input & output, solve the new input case. Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Example: apple has bone? Output: 0 Apples don't have bones, so the output of 0 is correct. New input case for you: human has body? Output:
1
1
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Q: glass has salt? A: 0 **** Q: orange has bone? A: 0 **** Q: human has body? A:
1 ****
4
NIv2
task1584_evalution_meronym_classification
fs_opt
Detailed Instructions: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. See one example below: Problem: apple has bone? Solution: 0 Explanation: Apples don't have bones, so the output of 0 is correct. Problem: camera has lens? Solution:
1
4
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Example input: apple has bone? Example output: 0 Example explanation: Apples don't have bones, so the output of 0 is correct. Q: france has art? A:
1
3
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Example: apple has bone? Example solution: 0 Example explanation: Apples don't have bones, so the output of 0 is correct. Problem: apartment has kitchen?
Solution: 1
5
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Input: Consider Input: book has comb? Output: 0 Input: Consider Input: dog has brain? Output: 1 Input: Consider Input: human_body has bone?
Output: 1
2
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. One example: apple has bone? Solution is here: 0 Explanation: Apples don't have bones, so the output of 0 is correct. Now, solve this: rooster has value? Solution:
0
6
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. [Q]: park has mountain? [A]: 1 [Q]: notebook has paper? [A]: 1 [Q]: rooster has value? [A]:
0
5
NIv2
task1584_evalution_meronym_classification
fs_opt
Part 1. Definition Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Part 2. Example apple has bone? Answer: 0 Explanation: Apples don't have bones, so the output of 0 is correct. Part 3. Exercise human has nose? Answer:
0
7
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Q: tree has text? A: 0 **** Q: house has wall? A: 1 **** Q: animal has tooth? A:
0 ****
4
NIv2
task1584_evalution_meronym_classification
fs_opt
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task. Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. apple has bone? Solution: 0 Why? Apples don't have bones, so the output of 0 is correct. New input: mouse has wine? Solution:
0
0
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. One example: apple has bone? Solution is here: 0 Explanation: Apples don't have bones, so the output of 0 is correct. Now, solve this: turtle has shell? Solution:
1
6
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Ex Input: computer has software? Ex Output: 1 Ex Input: computer has lock? Ex Output: 0 Ex Input: person has pet? Ex Output:
0
1
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Example Input: pencil has lead? Example Output: 1 Example Input: dog has penis? Example Output: 1 Example Input: drawer has clothe? Example Output:
1
3
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Input: Consider Input: egg has shell? Output: 1 Input: Consider Input: object has surface? Output: 1 Input: Consider Input: woman has job?
Output: 1
2
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. -------- Question: house has cancer? Answer: 0 Question: factory has window? Answer: 1 Question: horse has window? Answer:
0
7
NIv2
task1584_evalution_meronym_classification
fs_opt
Part 1. Definition Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Part 2. Example apple has bone? Answer: 0 Explanation: Apples don't have bones, so the output of 0 is correct. Part 3. Exercise stream has standard? Answer:
0
7
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. One example: apple has bone? Solution is here: 0 Explanation: Apples don't have bones, so the output of 0 is correct. Now, solve this: garden has nose? Solution:
0
6
NIv2
task1584_evalution_meronym_classification
fs_opt
instruction: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. question: house has wall? answer: 1 question: human has scale? answer: 0 question: automobile has radio? answer:
1
9
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. [Q]: nation has lace? [A]: 0 [Q]: book has cover? [A]: 1 [Q]: house has coin? [A]:
0
5
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Example input: apple has bone? Example output: 0 Example explanation: Apples don't have bones, so the output of 0 is correct. Q: library has letter? A:
0
3
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Input: Consider Input: person has flower? Output: 0 Input: Consider Input: mammal has flag? Output: 0 Input: Consider Input: plane has wine?
Output: 0
2
NIv2
task1584_evalution_meronym_classification
fs_opt
Part 1. Definition Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Part 2. Example apple has bone? Answer: 0 Explanation: Apples don't have bones, so the output of 0 is correct. Part 3. Exercise wine has alcohol? Answer:
1
7
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Ex Input: safe has money? Ex Output: 1 Ex Input: sofa has sink? Ex Output: 0 Ex Input: automobile has surface? Ex Output:
0
1
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Example Input: computer has brain? Example Output: 0 Example Input: word has handle? Example Output: 0 Example Input: car has wheel? Example Output:
1
3
NIv2
task1584_evalution_meronym_classification
fs_opt
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task. Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. apple has bone? Solution: 0 Why? Apples don't have bones, so the output of 0 is correct. New input: book has sentence? Solution:
1
0
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Example Input: body has bone? Example Output: 1 Example Input: book has knowledge? Example Output: 1 Example Input: meet has gravity? Example Output:
0
3
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. -------- Question: kitten has heart? Answer: 0 Question: fruit has answer? Answer: 0 Question: movie has story? Answer:
1
7
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. [Q]: town has shop? [A]: 1 [Q]: finger has kitten? [A]: 0 [Q]: person has paw? [A]:
0
5
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. [Q]: animal has muscle? [A]: 1 [Q]: den has desk? [A]: 1 [Q]: home has crater? [A]:
0
5
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Ex Input: gas has weight? Ex Output: 1 Ex Input: movie has story? Ex Output: 1 Ex Input: human has person? Ex Output:
0
1
NIv2
task1584_evalution_meronym_classification
fs_opt
Given the task definition, example input & output, solve the new input case. Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Example: apple has bone? Output: 0 Apples don't have bones, so the output of 0 is correct. New input case for you: cow has leg? Output:
0
1
NIv2
task1584_evalution_meronym_classification
fs_opt
Given the task definition, example input & output, solve the new input case. Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Example: apple has bone? Output: 0 Apples don't have bones, so the output of 0 is correct. New input case for you: plane has person? Output:
1
1
NIv2
task1584_evalution_meronym_classification
fs_opt
Given the task definition, example input & output, solve the new input case. Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Example: apple has bone? Output: 0 Apples don't have bones, so the output of 0 is correct. New input case for you: watch has taste? Output:
0
1
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. [EX Q]: bicycle has penis? [EX A]: 0 [EX Q]: watch has taste? [EX A]: 0 [EX Q]: watch has taste? [EX A]:
0
6
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. One example: apple has bone? Solution is here: 0 Explanation: Apples don't have bones, so the output of 0 is correct. Now, solve this: program has tooth? Solution:
0
6
NIv2
task1584_evalution_meronym_classification
fs_opt
Teacher: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Teacher: Now, understand the problem? If you are still confused, see the following example: apple has bone? Solution: 0 Reason: Apples don't have bones, so the output of 0 is correct. Now, solve this instance: well has water? Student:
1
2
NIv2
task1584_evalution_meronym_classification
fs_opt
TASK DEFINITION: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. PROBLEM: computer has eye? SOLUTION: 0 PROBLEM: human has brain? SOLUTION: 1 PROBLEM: program has tooth? SOLUTION:
0
8
NIv2
task1584_evalution_meronym_classification
fs_opt
Part 1. Definition Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Part 2. Example apple has bone? Answer: 0 Explanation: Apples don't have bones, so the output of 0 is correct. Part 3. Exercise mammal has fur? Answer:
1
7
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. [Q]: kite has number? [A]: 0 [Q]: egg has book? [A]: 0 [Q]: city has scale? [A]:
0
5
NIv2
task1584_evalution_meronym_classification
fs_opt
Detailed Instructions: Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. See one example below: Problem: apple has bone? Solution: 0 Explanation: Apples don't have bones, so the output of 0 is correct. Problem: person has door? Solution:
0
4
NIv2
task1584_evalution_meronym_classification
fs_opt
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given part, while 0 means it doesn't have the part. Example: apple has bone? Example solution: 0 Example explanation: Apples don't have bones, so the output of 0 is correct. Problem: house has window?
Solution: 1
5
NIv2
task1584_evalution_meronym_classification
fs_opt