input
stringlengths
1.35k
1.37k
output
sequencelengths
1
1
id
stringlengths
41
41
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: freezer, Relatum: electric. Output:
[ "attri" ]
task1418-79ae2468a45844eca4574bd44660ec2b
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: rake, Relatum: hatchet. Output:
[ "coord" ]
task1418-ec412f93439a4870af28e5df1406a540
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: cannon, Relatum: culmination. Output:
[ "random" ]
task1418-ec9ec6374645480492fcea7149086d7b
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: frigate, Relatum: enter. Output:
[ "event" ]
task1418-d332a9f5d23741e7adc4bca341568a2c
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: bottle, Relatum: irritation. Output:
[ "random" ]
task1418-c87e234969d64becb0816b32e1b5fdec
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: deer, Relatum: new. Output:
[ "random" ]
task1418-e44b221c62a14412b3a23232ee3953d3
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: van, Relatum: move. Output:
[ "event" ]
task1418-dfff4cdece804d1fb2aab111aaa64cd3
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: knife, Relatum: plier. Output:
[ "coord" ]
task1418-8f6f05e5bc0947fba25792430b0d0c3d
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: goose, Relatum: waterfowl. Output:
[ "hyper" ]
task1418-c6ed42fa5aa5463cb46801f19a48b071
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: shirt, Relatum: cuff. Output:
[ "mero" ]
task1418-26d8084497714b649f1d75bc33a02aeb
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: jar, Relatum: store. Output:
[ "event" ]
task1418-48024e1e21694b9aa9bd38f5a100d2a4
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: butterfly, Relatum: antenna. Output:
[ "mero" ]
task1418-fe0f2e61ffd94e2c8543fc0b5f1f9f73
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: coat, Relatum: button. Output:
[ "event" ]
task1418-edbda54c30f54eaa91a76fa1c6bd616d
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: trumpet, Relatum: please. Output:
[ "random" ]
task1418-6e062f5360484df4949af8fec5316987
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: grasshopper, Relatum: insect. Output:
[ "hyper" ]
task1418-b2e2218c4dcb4cea93beb1ca44457c24
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: shovel, Relatum: rusty. Output:
[ "attri" ]
task1418-2dfa8e6f7c4041b49f3729a732c95c88
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: hammer, Relatum: make. Output:
[ "event" ]
task1418-370178a982ad432a8c29546089f04733
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: scarf, Relatum: underpants. Output:
[ "coord" ]
task1418-6480d181086a4b69b25b3d000ae52afe
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: dagger, Relatum: forte. Output:
[ "mero" ]
task1418-06c9a90189e94869ad585bde5718f24c
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: flute, Relatum: long. Output:
[ "attri" ]
task1418-549f41210b654408a4fea9847e78c78a
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: guitar, Relatum: peg. Output:
[ "mero" ]
task1418-d71661e87abd4dbcb0709df435fd088f
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: missile, Relatum: propellant. Output:
[ "mero" ]
task1418-854ebd1475534eb49bccb87770e1dcbf
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: goose, Relatum: swim. Output:
[ "event" ]
task1418-d45effb370a94bacbed60a09d157671e
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: ambulance, Relatum: plate. Output:
[ "mero" ]
task1418-da0d37f516fc4a67aad13ca3c5dd2a64
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: villa, Relatum: nice. Output:
[ "attri" ]
task1418-cd85bc5b933e48b882313474c8320cb3
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: blouse, Relatum: garment. Output:
[ "hyper" ]
task1418-c4107731e17a492fa67d5367ff7db4e9
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: table, Relatum: wardrobe. Output:
[ "coord" ]
task1418-9eb70c3d1c494f5c9d8cbba95d9f9434
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: stereo, Relatum: washer. Output:
[ "coord" ]
task1418-13a382705baa417da5562c170bb3db64
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: fork, Relatum: wipe. Output:
[ "event" ]
task1418-d204da0ead1d40339c5945ce9e04036e
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: dress, Relatum: fringe. Output:
[ "mero" ]
task1418-79146adb8d58403582a497d9ec3a5935
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: beetle, Relatum: antenna. Output:
[ "mero" ]
task1418-1aec4eb7812a424aa113452b8caf01bd
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: apple, Relatum: juicy. Output:
[ "attri" ]
task1418-14f97fac6ef14493af007231b29b31f9
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: bottle, Relatum: water. Output:
[ "mero" ]
task1418-1bb9da8515ca4c6f85ab9b57c3e37595
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: carp, Relatum: goldfish. Output:
[ "coord" ]
task1418-7deae58973d54a359e6a9ffa7431ad73
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: bus, Relatum: use. Output:
[ "event" ]
task1418-32a877f5b33749bf8ac5e61702e56bd6
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: clarinet, Relatum: device. Output:
[ "hyper" ]
task1418-4372b0acf5574f769e6043f3b35c88fe
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: ferry, Relatum: rime. Output:
[ "random" ]
task1418-888fa692006143c5a5ef1a5e1420237e
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: cherry, Relatum: strawberry. Output:
[ "coord" ]
task1418-3fd232d9bbb94059b5cf125ded0b2b6e
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: stereo, Relatum: object. Output:
[ "hyper" ]
task1418-c6635b63fc214488932f8b423f4418a1
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: sofa, Relatum: buy. Output:
[ "event" ]
task1418-eb5826e9eda940548c44ddaa4819d166
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: bomber, Relatum: engine. Output:
[ "mero" ]
task1418-f3aa4375834f47d785a4e58a9a3e3834
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: fighter, Relatum: start. Output:
[ "random" ]
task1418-dd245eb7d3644ddeb787fbad6ac29da2
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: vest, Relatum: pull. Output:
[ "event" ]
task1418-fa3af8c8f6844fd6910eb0c587783260
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: bowl, Relatum: keep. Output:
[ "event" ]
task1418-9873beef2a7f42b598192e4c83b8932c
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: coyote, Relatum: cow. Output:
[ "coord" ]
task1418-5cbce9ac42ab47119389a68b2bf490f0
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: sweater, Relatum: hem. Output:
[ "mero" ]
task1418-5807fc2fa6604aecbd5aea4fdaa1a6aa
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: plum, Relatum: food. Output:
[ "hyper" ]
task1418-2547c8eb554941f2902476ad61a36478
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: washer, Relatum: fix. Output:
[ "event" ]
task1418-1d3819e4b8df4e49a50f7a6f1d2327a7
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: cat, Relatum: smart. Output:
[ "attri" ]
task1418-d1da02dc194641059f1bfa73f817a4ab
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: hat, Relatum: jacket. Output:
[ "coord" ]
task1418-0eaeb3cdbd164f8984060242eef5d298
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: restaurant, Relatum: favourite. Output:
[ "attri" ]
task1418-0f9396d1911e44e49106b8c1e2ce0051
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: piano, Relatum: new. Output:
[ "attri" ]
task1418-e1740a22b83d418c99e6a2550de7c112
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: phone, Relatum: good. Output:
[ "hyper" ]
task1418-9fe759f3e39b4f4e99092a163a90c2f7
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: library, Relatum: hotel. Output:
[ "coord" ]
task1418-dc107c58167f4840baa78224391c6cc2
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: rifle, Relatum: blaze. Output:
[ "event" ]
task1418-d41a70b41dd84c00aa1cbe2dee9652e5
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: grapefruit, Relatum: peach. Output:
[ "coord" ]
task1418-fd193a3638b149fb84dae3c82f9367b0
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: dagger, Relatum: old. Output:
[ "attri" ]
task1418-b6f3cdafa5af47209bd15c51c1c24d2f
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: rabbit, Relatum: dolphin. Output:
[ "coord" ]
task1418-e00a3b00ae1d4f17a5077f0358ea262b
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: bear, Relatum: wild. Output:
[ "attri" ]
task1418-f06a1f1f802e4df7886fdd2ab364bc06
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: bed, Relatum: wood. Output:
[ "mero" ]
task1418-9a77d8265dfc4e18b5f8066f75ab96ff
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: bed, Relatum: prepare. Output:
[ "event" ]
task1418-87d746c215fb43f88b3ce53867f3ccc4
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: vest, Relatum: cloak. Output:
[ "coord" ]
task1418-afa9dd921a66499bb25c3bb146249dfb
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: pig, Relatum: leg. Output:
[ "mero" ]
task1418-9ff54a10fb44475d8ae94bbca9018642
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: truck, Relatum: cheese. Output:
[ "random" ]
task1418-a0f8d45874df45a5903647ee3d070f1d
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: sheep, Relatum: short. Output:
[ "random" ]
task1418-81cfe1ff47ba4ae48738ebf790fa9168
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: trumpet, Relatum: study. Output:
[ "event" ]
task1418-92d65c5175a1473bb6741308e00b126d
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: couch, Relatum: eat. Output:
[ "event" ]
task1418-3ba7d323e38742bf86bcb50b6d570c57
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: lizard, Relatum: reptile. Output:
[ "hyper" ]
task1418-69dc2e8314334334a4f50b6b36de239d
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: revolver, Relatum: spear. Output:
[ "coord" ]
task1418-47b20833abeb46b9815c86c4e5e45221
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: radio, Relatum: ping. Output:
[ "random" ]
task1418-6389e739bfb743c99e8442f162b82188
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: truck, Relatum: mailing. Output:
[ "random" ]
task1418-2adebbc56d374f83b5827694c19d1c5f
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: scooter, Relatum: work. Output:
[ "event" ]
task1418-f00cdc890c4945f198f0c5c33b9b3933
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: bomber, Relatum: artefact. Output:
[ "hyper" ]
task1418-1e2c9c4f2c8e44b78c147a9c13ef7ef4
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: horse, Relatum: run. Output:
[ "event" ]
task1418-c87a0318acf54ed7a7c7d5d1dd88f69b
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: saw, Relatum: edge. Output:
[ "mero" ]
task1418-5b33343889044fd9a83294f44d3c3c1d
Definition: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Positive Example 1 - Input: Concept: alligator, Relatum: lizard. Output: coord Positive Example 2 - Input: Concept: alligator, Relatum: animal. Output: hyper Negative Example 1 - Input: Concept: trumpet, Relatum: elephant. Output: coord Negative Example 2 - Input: Concept: tiger, Relatum: elephant. Output: hyper Now complete the following example - Input: Concept: horse, Relatum: fox. Output:
[ "coord" ]
task1418-2470d0958a8a4d2f8a4cf10dfe0cc13f