input
stringlengths
754
802
output
sequencelengths
1
1
id
stringlengths
41
41
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: sound can be characterized by fun Output:
[ "sound HasProperty fun" ]
task1510-1fc6fd99274d464f8f9d775094b88352
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: knowledge can be characterized by power Output:
[ "knowledge HasProperty power" ]
task1510-9f47b48a30ba4a44946515919c535a47
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: north can be used as the opposite of west Output:
[ "north Antonym west" ]
task1510-ce7e5588993b47069b10e4d3a5d03e4e
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: speak is a kind of sound Output:
[ "speak IsA sound" ]
task1510-63501d817df848bfb923043edcad64be
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: mix is a kind of change Output:
[ "mix IsA change" ]
task1510-a9cc12768c8445c98319139e3f20a99d
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: ocean can be used with the same meaning of sea Output:
[ "ocean Synonym sea" ]
task1510-4219e0282d8545229dee277d75827c20
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: boot can be used with the same meaning of hoof Output:
[ "boot Synonym hoof" ]
task1510-d105855ae96041d9b2c0cc9016cc305e
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: contact can be used with the same meaning of touch Output:
[ "contact Synonym touch" ]
task1510-b36bd07314684edea22b50989a0adf2a
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: fancy can be used as the opposite of simple Output:
[ "fancy Antonym simple" ]
task1510-03480345918a4918b63d30a839af9215
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: man can be characterized by adult Output:
[ "man HasProperty adult" ]
task1510-f5b02756b91f41f58d31c31cfaa38854
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: horse can be characterized by strong Output:
[ "horse HasProperty strong" ]
task1510-7f0eee676fe04f13ac14b52f8f5798a1
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: sky can have or can contain cloud Output:
[ "sky HasA cloud" ]
task1510-15506680dc7243b3a6b6169f5f697332
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: science can be characterized by fun Output:
[ "science HasProperty fun" ]
task1510-2636ce34725e4c7d9c1bc930a90b6f61
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: mountain can be characterized by large Output:
[ "mountain HasProperty large" ]
task1510-b9fc46625f73415ba992ccb8820a2fa4
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: gas can be used as the opposite of water Output:
[ "gas Antonym water" ]
task1510-71d984ed81ac403c894f5ce8cd24a7d0
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: friend can be used with the same meaning of mate Output:
[ "friend Synonym mate" ]
task1510-8cf7e0337e534bf8a89b408e513c8100
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: nature can be used as the opposite of make Output:
[ "nature Antonym make" ]
task1510-95a391bd048a4b1bbbcac254c994fa1c
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: cold is a kind of food Output:
[ "cold IsA food" ]
task1510-5370530b56d54f63bbeb98dc5f61506a
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: Dense can be used with the same meaning of thick Output:
[ "dense Synonym thick" ]
task1510-6b6d07256b6846ef985d6ada6ab2c449
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: lie can be used as the opposite of stand_up Output:
[ "lie Antonym stand_up" ]
task1510-1fa3cb1a2e46420b819ca5b7d547590b
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: pee can be characterized by warm Output:
[ "pee HasProperty warm" ]
task1510-040a6abc65fe43c086e3baa4954c0b2e
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: iron is a kind of device Output:
[ "iron IsA device" ]
task1510-83c069377146418a92a666541bedfca6
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: i can be used as the opposite of you Output:
[ "i Antonym you" ]
task1510-007406d94c964829acc94cb1fa1d9376
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: meat is made of animal Output:
[ "meat MadeOf animal" ]
task1510-724a7e394c1d4e8cabeee2a2ec28dec6
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: energy can be used as the opposite of matter Output:
[ "energy Antonym matter" ]
task1510-786fa2eb920a41f0bb2db9c7a8fde057
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: banjo is made of wood Output:
[ "banjo MadeOf wood" ]
task1510-8a310fe934d8497c99aabb04d71fd735
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: basket is made of plastic Output:
[ "basket MadeOf plastic" ]
task1510-cec5bcaf501645fbbad53fff344a7e89
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: science can be used as the opposite of magic Output:
[ "science Antonym magic" ]
task1510-a965058364904f3e9939b2e297967604
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: lift is a kind of drive Output:
[ "lift IsA drive" ]
task1510-9edf62766b7d41b6a537f35570af9b6b
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: pull is a kind of injure Output:
[ "pull IsA injure" ]
task1510-41d84d1e4fbb4a53a1fa3ae0d6276778
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: complicate can be characterized by bad Output:
[ "complicate HasProperty bad" ]
task1510-6ceb5e4538824e10aecb1b49e8d023da
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: link is a kind of instruction Output:
[ "link IsA instruction" ]
task1510-076870eecd1f46fe8a4d9fca96350d26
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: base can be characterized by black Output:
[ "base HasProperty black" ]
task1510-b9bb276ed7834f34a3600bf018d666b9
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: gold can be used as the opposite of rubbish Output:
[ "gold Antonym rubbish" ]
task1510-e821d57e0c804b5e8fdde8e344f2b3ad
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: aluminum is a kind of material Output:
[ "aluminum IsA material" ]
task1510-d57d79f1b62b490daf587d753ac7888b
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: Linen can be used with the same meaning of bed_sheet Output:
[ "linen Synonym bed_sheet" ]
task1510-8a8850a838164a6c91a70c8d62e2880e
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: france can have or can contain art Output:
[ "france HasA art" ]
task1510-a9b2a05ffa694f7b9fa0e3a68eea7445
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: finger can be characterized by long Output:
[ "finger HasProperty long" ]
task1510-c77044259c144dfabfc7ecf5e550b0ca
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: cake is made of milk Output:
[ "cake MadeOf milk" ]
task1510-6b8ae24a92224da8909dd9fd9281a395
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: police is a kind of person Output:
[ "police IsA person" ]
task1510-670cd6ab58d34be5952f14843fedfe0f
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: pillow can be characterized by comfortable Output:
[ "pillow HasProperty comfortable" ]
task1510-06320cf4b29f4bc391b91717e9628cf0
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: sink can be used with the same meaning of go_down Output:
[ "sink Synonym go_down" ]
task1510-c932b5c6db694720b2bd92047871cea8
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: empire_state_build is a kind of skyscraper Output:
[ "empire_state_build IsA skyscraper" ]
task1510-a98b9b9774ac40379f84400f0bc10cbe
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: learn can be characterized by fun Output:
[ "learn HasProperty fun" ]
task1510-05b1c757b0de4f67b9e5d10ab22d88eb
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: bark is a kind of talk Output:
[ "bark IsA talk" ]
task1510-9835051873a54eb287dd51ac3c9fcabb
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: artist is a kind of human Output:
[ "artist IsA human" ]
task1510-200249c5b5f6453db711bb3917053eeb
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: drive is a kind of hunt Output:
[ "drive IsA hunt" ]
task1510-112b002996f34c1abbc8449d982e0715
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: snow can be characterized by cold Output:
[ "snow HasProperty cold" ]
task1510-c4e4597e5df7477580f37e630612ea24
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: person is made of water Output:
[ "person MadeOf water" ]
task1510-4cfd0e4f891745aba3c811dde69e8ce9
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: slice is a kind of part Output:
[ "slice IsA part" ]
task1510-10002c2dbcc64045a3b0f7055b53fd47
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: mail is made of paper Output:
[ "mail MadeOf paper" ]
task1510-efdeb79590084441b909155d4437d429
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: movement is a kind of action Output:
[ "movement IsA action" ]
task1510-9bf03b1329ce46b1abd148bb1ae621f0
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: score is a kind of set Output:
[ "score IsA set" ]
task1510-3940f11f55b54a579147bd926c2cc52c
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: mar can have or can contain volcano Output:
[ "mar HasA volcano" ]
task1510-3d28ebc0e488419c9ab755a257eb7940
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: pleasure is a kind of feel Output:
[ "pleasure IsA feel" ]
task1510-a4ffd0a17b4743ca8f28fbab7fa6c210
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: balloon can have or can contain gas Output:
[ "balloon HasA gas" ]
task1510-a30cbfc2dd3d4db88468435999bc00cb
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: animal can be used as the opposite of mineral Output:
[ "animal Antonym mineral" ]
task1510-895004f233be414b8de9b593f99a0e0f
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: modern can be used as the opposite of old Output:
[ "modern Antonym old" ]
task1510-ce7dbed4103e42af85cd98543e6a0632
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: boredom can be characterized by uncomfortable Output:
[ "boredom HasProperty uncomfortable" ]
task1510-1fc409c10fb043f497d36921ce80d475
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: reach can be used as the opposite of leave Output:
[ "reach Antonym leave" ]
task1510-5b995d37f7d54692b4a23ac8a1925bc3
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: blow can be used as the opposite of suck Output:
[ "blow Antonym suck" ]
task1510-ff759246733c4d24baf28f7659a375f6
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: fungus is a kind of organism Output:
[ "fungus IsA organism" ]
task1510-1801b387e71645a4b542921a6307128b
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: screen is a kind of cover Output:
[ "screen IsA cover" ]
task1510-fd3fa5b5442e42808513adfa88847a95
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: soup can be used as the opposite of meat Output:
[ "soup Antonym meat" ]
task1510-2603c69b2a4748f09dee98b7abad1410
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: iron can be characterized by heavy Output:
[ "iron HasProperty heavy" ]
task1510-6285041244bb4284b889b70d3332b3a5
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: hall can be used with the same meaning of hallway Output:
[ "hall Synonym hallway" ]
task1510-4ab2a703b3204cc7b26cec252ba0b14b
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: seed is part of apple Output:
[ "seed PartOf apple" ]
task1510-3e958ee0ffbe498cb9b9c779d5fb0a6a
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: metal can be characterized by thin Output:
[ "metal HasProperty thin" ]
task1510-54a00672f10f4109a4fb7f2b7d96210f
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: fly is part of pant Output:
[ "fly PartOf pant" ]
task1510-159d89bef0ce461e8dcc529377dca3e2
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: drive can be used as the opposite of fly Output:
[ "drive Antonym fly" ]
task1510-5de4657e4f3942659795af0b5c599336
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: night is a kind of time Output:
[ "night IsA time" ]
task1510-223ddadc86af481b87991a402bd42c11
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: cat can be characterized by good Output:
[ "cat HasProperty good" ]
task1510-feb9efaaa8dd47048c920d2b4b5ab90d
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: apple can be characterized by yellow Output:
[ "apple HasProperty yellow" ]
task1510-af2830ad7877479fbf5ff549a19cc6dd
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: move can be used as the opposite of stationary Output:
[ "move Antonym stationary" ]
task1510-2cbd7f2941224c0eb39413f750f19509
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: seat is part of trouser Output:
[ "seat PartOf trouser" ]
task1510-f960f66f89b7485b92487c6a881304b6
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: end is part of story Output:
[ "end PartOf story" ]
task1510-e74c65d064ba420396db87bae8a0319e
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: pass is a kind of movement Output:
[ "pass IsA movement" ]
task1510-079ae3dca69e4ef6a6376ff25744fc91
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: poison is a kind of corrupt Output:
[ "poison IsA corrupt" ]
task1510-926b3c8b6bcf4544943b6ee9b1c53d59
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: action can be used with the same meaning of play Output:
[ "action Synonym play" ]
task1510-021d7ac89fc749c7bf42296a1995c4dc
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: move can be used as the opposite of sit Output:
[ "move Antonym sit" ]
task1510-53d7fb39bb654cf693860f2b32bf4439
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: earth can have or can contain atmosphere Output:
[ "earth HasA atmosphere" ]
task1510-f4a028f6d1d74bb4a023360be175865c
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: jog can be used as the opposite of walk Output:
[ "jog Antonym walk" ]
task1510-87afadae6c78448484088ed7afdb29cf
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: song is a kind of poem Output:
[ "song IsA poem" ]
task1510-34dd0120adf24055ae8081688c9f2b74
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: keyboard is a kind of device Output:
[ "keyboard IsA device" ]
task1510-05f7c89c9c79438c9f570c4477b3a210
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: mean can be used as the opposite of happy Output:
[ "mean Antonym happy" ]
task1510-55d43a59cd384d289b18560ccba31fea
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: key is a kind of pitch Output:
[ "key IsA pitch" ]
task1510-035ca65fa4704491af9fa7cad0d9c0d1
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: beat is true then also hit is true Output:
[ "beat Entails hit" ]
task1510-7f45545a6ad14089980fa9d324e24797
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: car is a kind of hobby Output:
[ "car IsA hobby" ]
task1510-23c0ef13356f45798969ae2745077c98
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: dessert can be characterized by dry Output:
[ "dessert HasProperty dry" ]
task1510-bdab0b4136444627a7fec49e64ffb6c8
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: poop can be characterized by disgust Output:
[ "poop HasProperty disgust" ]
task1510-616dc0c906674a87a56ea5790c268e39
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: skyscraper can be characterized by tall Output:
[ "skyscraper HasProperty tall" ]
task1510-9a41201ec77445aa97c110d1912c1fdc
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: eraser is made of rubber Output:
[ "eraser MadeOf rubber" ]
task1510-a20a6018e9e94f3cb11e9e9ca9f5eb93
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: fabric can be characterized by smooth Output:
[ "fabric HasProperty smooth" ]
task1510-710a95b9095a4a92a2ae78f581fe8097
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: illusion is part of magic Output:
[ "illusion PartOf magic" ]
task1510-501a76abd17648349c72ee20c20ecf2d
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: man can be characterized by happy Output:
[ "man HasProperty happy" ]
task1510-bd973628a83b42a9aabb541fefc204b6
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: book can have or can contain write Output:
[ "book HasA write" ]
task1510-08395be623544a26af724edf7892fd5d
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: earth can be used with the same meaning of planet Output:
[ "earth Synonym planet" ]
task1510-fe7321d37564471a80489b5175db09ae
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: manufacture can be used with the same meaning of produce Output:
[ "manufacture Synonym produce" ]
task1510-4ec88caba6774309af909e0bb3f9695d
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: cleave can be used with the same meaning of split Output:
[ "cleave Synonym split" ]
task1510-b9c1e130ac7646d39cd57512a88ee451
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: payment can be used as the opposite of charge Output:
[ "payment Antonym charge" ]
task1510-4a40ffcb4efe44ee943f2c4dcd0a979f