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: peace can be used as the opposite of war Output:
[ "peace Antonym war" ]
task1510-98b7c9bb2d9b44888d2f709b619abe44
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: defeat can be used as the opposite of win Output:
[ "defeat Antonym win" ]
task1510-6db60a177f9348239e1a09ccaeb1ad67
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: stair can be used with the same meaning of step Output:
[ "stair Synonym step" ]
task1510-3690336be46349bbbe86ee2a53141d48
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: human can have or can contain emotion Output:
[ "human HasA emotion" ]
task1510-46d3fd212be9450ca17e03f808b9abe3
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: candy is made of sugar Output:
[ "candy MadeOf sugar" ]
task1510-0fd2790f656a4c7abe5d96c84ed9f4b3
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: handle can be used with the same meaning of finger Output:
[ "handle Synonym finger" ]
task1510-ddbe30dbcfef4de2b073d7705ecac2c4
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_america is part of america Output:
[ "north_america PartOf america" ]
task1510-5211e565f59346b2b0fa038d1b49f85d
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: bone is part of human Output:
[ "bone PartOf human" ]
task1510-8d6b6836c78d4514bff162612c888bf2
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: female is a kind of human Output:
[ "female IsA human" ]
task1510-73ed73ddd24e40c0962c46336543a7f9
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: sole is a kind of body_part Output:
[ "sole IsA body_part" ]
task1510-9b096c80a7c64b809b7e842ec8effaef
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 is part of nature Output:
[ "animal PartOf nature" ]
task1510-d74b4b30331348cb9edf7ff45fdea8e0
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: machine is a kind of device Output:
[ "machine IsA device" ]
task1510-0ed423a4b1044cc79cd6f06f5e9fc46f
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: draw can be used as the opposite of trace Output:
[ "draw Antonym trace" ]
task1510-ffd3af10c89b4882a4829277b17f73db
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: cover is a kind of device Output:
[ "cover IsA device" ]
task1510-85b5bd8f1fe1493e95a893ece0415268
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 is a kind of touch Output:
[ "contact IsA touch" ]
task1510-81827a0d70eb4611b4acfbc4aa573163
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: grip is part of sword Output:
[ "grip PartOf sword" ]
task1510-e846d9e664ae44cf874075aed60b5e0d
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 can be characterized by useful Output:
[ "car HasProperty useful" ]
task1510-8af218fc0da146a2b1ad7dad29536976
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: balance can be used with the same meaning of account Output:
[ "balance Synonym account" ]
task1510-8062d186b7dc45ccb209dbb739ac6b42
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: benefit is a kind of payment Output:
[ "benefit IsA payment" ]
task1510-af033c72e0f64bf68982c4b2de389b9f
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: glass can be characterized by orange Output:
[ "glass HasProperty orange" ]
task1510-ad5aa3a0e0844966acf7ba7c664ff442
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: pit is a kind of trap Output:
[ "pit IsA trap" ]
task1510-c1630164622d40e187c33390624dec01
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 is part of milky_way Output:
[ "earth PartOf milky_way" ]
task1510-cb1daf77467b4d329c83224686e874b6
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: big can be used as the opposite of small Output:
[ "big Antonym small" ]
task1510-d7b5e46360e24154ae90e07ebb6523b4
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: foolish can be used as the opposite of smart Output:
[ "foolish Antonym smart" ]
task1510-14d52c4aea3b42b288e9bc9bf43f4c5c
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 can have or can contain tooth Output:
[ "person HasA tooth" ]
task1510-36e237307b584f2889997dbbd1815a18
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: secret can be used with the same meaning of mystery Output:
[ "secret Synonym mystery" ]
task1510-354e3aa426c74344a7fe013f15ad2883
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: pit is a kind of place Output:
[ "pit IsA place" ]
task1510-4f044a347db1424a8b92bbf4ce769a18
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: begin can be used as the opposite of finish Output:
[ "begin Antonym finish" ]
task1510-d07807c9d1f54a28b76542194980e9cb
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: money can be characterized by value Output:
[ "money HasProperty value" ]
task1510-c5ad5f8814af4bd6bbaade17adac9a26
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: monkey is a kind of animal Output:
[ "monkey IsA animal" ]
task1510-cb56436b56994481894b7e927f3ff1b9
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: increase can be used as the opposite of go_down Output:
[ "increase Antonym go_down" ]
task1510-66a6e9370f02495c93f2b48e9cadf58f
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: room can have or can contain furniture Output:
[ "room HasA furniture" ]
task1510-62770c9f758e4798a840a7a31681e211
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: human can be characterized by free Output:
[ "human HasProperty free" ]
task1510-a09754610e06494fb41d051c60c622f2
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: baseball can be characterized by nice Output:
[ "baseball HasProperty nice" ]
task1510-0a27948409984c45b1bc5b816fdae31a
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: matter can have or can contain weight Output:
[ "matter HasA weight" ]
task1510-3ff9a2f085994a67934c0bf67c9d77e9
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: fact can be used as the opposite of false Output:
[ "fact Antonym false" ]
task1510-5cb7843338dd489c823a1a9a6bd04c9b
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: cheese can have or can contain hole Output:
[ "cheese HasA hole" ]
task1510-246dc917539b45c0bdd546883bc8c7fe
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: silver is a kind of metal Output:
[ "silver IsA metal" ]
task1510-b496b31e4e684c7682386b70440c9be9
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: fur is a kind of coat Output:
[ "fur IsA coat" ]
task1510-ec0d79bdc6184e5588a8c3ee926cb8c7
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: property is a kind of object Output:
[ "property IsA object" ]
task1510-c0c129339f1b4db9ba8a000d623ec7ac
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 beach Output:
[ "france HasA beach" ]
task1510-dda5ec609cd74a7ab21712cb850c1842
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: net can be used as the opposite of gross Output:
[ "net Antonym gross" ]
task1510-d616433bd02e44028229d296bbeae373
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: set is a kind of stage Output:
[ "set IsA stage" ]
task1510-c1e055ec100a4118b7466053f0d34d51
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: box can be used with the same meaning of pack Output:
[ "box Synonym pack" ]
task1510-0180f1953d2b48169036e5bcdae4711a
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 can be used as the opposite of stand Output:
[ "seat Antonym stand" ]
task1510-e1ca6e516ea944b18bca05d19032d93d
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: enter can be used as the opposite of leave Output:
[ "enter Antonym leave" ]
task1510-ce1c8d8079a04755a731fc3cd839c632
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: hill is a kind of place Output:
[ "hill IsA place" ]
task1510-4aee9de21016417fa83ce93d8f89fe02
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: nice can be used as the opposite of unkind Output:
[ "nice Antonym unkind" ]
task1510-26ce735df27f4938bae5241019c3b501
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: discover can be used as the opposite of lose Output:
[ "discover Antonym lose" ]
task1510-312b5f89069e4b95bfdeda16684ada98
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: cup can be characterized by hot Output:
[ "cup HasProperty hot" ]
task1510-e91d61476d0a4a949f63469d5b37bc96
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: life can be characterized by good Output:
[ "life HasProperty good" ]
task1510-d6b2e68da8eb4517a2ecd20bcffbae91
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: Statue is made of marble Output:
[ "statue MadeOf marble" ]
task1510-d1d746632f5e49a4aa26cc7a17ec0da4
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: crook can be used as the opposite of police Output:
[ "crook Antonym police" ]
task1510-1b889be9a86742a9aa2dd08a7a797e89
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: sleep can be used as the opposite of wake Output:
[ "sleep Antonym wake" ]
task1510-089a9e0dc9684d21a32f935e9f12cad7
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: roof is part of cave Output:
[ "roof PartOf cave" ]
task1510-377908d839a34523b7dd469bbf9d2b96
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: bridge is made of wood Output:
[ "bridge MadeOf wood" ]
task1510-8349bcea03974c5b9ef9b5615b94dabd
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: compress is true then also press is true Output:
[ "compress Entails press" ]
task1510-8c8be3798443410fad37d39d632a80c4
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: closet can be characterized by dark Output:
[ "closet HasProperty dark" ]
task1510-b33859d05e4c43718ff5511113af7e6e
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: jump can be used with the same meaning of bounce Output:
[ "jump Synonym bounce" ]
task1510-8d6c9341cc81463fa4ca726f8ab5b0ad
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: industry is a kind of place Output:
[ "industry IsA place" ]
task1510-0e0fca552e174dae8c5f4244294ef4b3
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 as the opposite of moon Output:
[ "earth Antonym moon" ]
task1510-0f2ea1dedb6a4f379f1eea8c477e82a9
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: crowd can be used as the opposite of individual Output:
[ "crowd Antonym individual" ]
task1510-b71cc214b77e42e0bf04086df3e0ebba
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 have or can contain peak Output:
[ "mountain HasA peak" ]
task1510-3af8f463acda4bf38ab8c57f94c80591
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: forest is a kind of place Output:
[ "forest IsA place" ]
task1510-e8f005ce8dc14ba2a073e04cf46a4f3b
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: divide is a kind of calculate Output:
[ "divide IsA calculate" ]
task1510-e28adf8f7c7b49509e0c7b49ae6a0bcf
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: old can be used with the same meaning of past Output:
[ "old Synonym past" ]
task1510-4efef872d98b4c3bb8c3e252e35a7278
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: light is a kind of energy Output:
[ "light IsA energy" ]
task1510-136206c384ec486ba84bed39ef9589ab
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: good is a kind of change Output:
[ "good IsA change" ]
task1510-873559d443304b76912f9747da813de9
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: keep is a kind of record Output:
[ "keep IsA record" ]
task1510-d4567eadd2d44877805429a6734a81be
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: soda_can is made of aluminum Output:
[ "soda_can MadeOf aluminum" ]
task1510-6741dd09309c4bdd943728d359aa230b
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 characterized by water Output:
[ "ocean HasProperty water" ]
task1510-16044d01267946648149873295985917
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: calculate is a kind of reason Output:
[ "calculate IsA reason" ]
task1510-8de9a7ff0c20462885ca95aa8751472c
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: leave is a kind of change Output:
[ "leave IsA change" ]
task1510-74f1febfd32c4f39a2a94a828dc4d901
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 have or can contain leg Output:
[ "horse HasA leg" ]
task1510-2843564be0ac41518eb4e1fe6150ad3b
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: history can be used with the same meaning of log Output:
[ "history Synonym log" ]
task1510-1355fdf9c2874aadafa7e6acf1c20340
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: clay is a kind of soil Output:
[ "clay IsA soil" ]
task1510-cc6231350556406d83fb30fa6effafe7
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: rise can be used with the same meaning of climb Output:
[ "rise Synonym climb" ]
task1510-076c8018a9644d28876a75d42d93ae2a
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: house can be characterized by red Output:
[ "house HasProperty red" ]
task1510-7f2d1149ab4648c9beb81f049b1b46be
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: child can be characterized by fragile Output:
[ "child HasProperty fragile" ]
task1510-21dfd81f5abd40638dc239912afa2bed
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: monitor is a kind of tv Output:
[ "monitor IsA tv" ]
task1510-904bb730000e4f969a10722034d2483c
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: mood can be used with the same meaning of spirit Output:
[ "mood Synonym spirit" ]
task1510-c6c810f0e8fe4d8784bdecf05dd06834
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: peace can be used as the opposite of violent Output:
[ "peace Antonym violent" ]
task1510-0a60a4eb0ee54cfba8077f59adcd254c
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 with the same meaning of live Output:
[ "move Synonym live" ]
task1510-724392f1788e4d6cb0ae0a13dace4523
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: dry can be used as the opposite of wet Output:
[ "dry Antonym wet" ]
task1510-9642dada3e9443fba796b6d6001ef03e
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: develop is a kind of change Output:
[ "develop IsA change" ]
task1510-cfc3fec1d7214143bb1dba123b888f0c
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 is a kind of animal Output:
[ "man IsA animal" ]
task1510-fe2b54870b094bb49c6b87638baf0b6f
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: body is part of human Output:
[ "body PartOf human" ]
task1510-7dae09dd6e9e4288aaec6727efc78494
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: serve is a kind of move Output:
[ "serve IsA move" ]
task1510-668bd65db7bc42f1960e43988f0fc43f
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: enemy can be used as the opposite of friend Output:
[ "enemy Antonym friend" ]
task1510-9455c28dcf414304b3c241d60c5137e2
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: bad can be used as the opposite of benevolent Output:
[ "bad Antonym benevolent" ]
task1510-0f7d89b547be41e7ae1803ba6f44200e
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: orange can have or can contain peel Output:
[ "orange HasA peel" ]
task1510-2f02f552e97d419e92c8a2600877e335
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: box can be used with the same meaning of case Output:
[ "box Synonym case" ]
task1510-2488ae408570464b8f1b242388d28f87
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: heart is a kind of shape Output:
[ "heart IsA shape" ]
task1510-dd84e69013e24d40937d7b0d77be63b0
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 kindness Output:
[ "mean Antonym kindness" ]
task1510-2f83c9bd479d432ab499ebbb584e68e3
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: cube is a kind of build Output:
[ "cube IsA build" ]
task1510-44c028aaad154702882062379b79ebb8
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: rubber_duck can be characterized by yellow Output:
[ "rubber_duck HasProperty yellow" ]
task1510-6747f1036e4d4eb89606d5939a47850a
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: protect can be used as the opposite of save Output:
[ "protect Antonym save" ]
task1510-926e923cf96d44cbb78796375ce52149
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: raise can be used as the opposite of cut Output:
[ "raise Antonym cut" ]
task1510-a2efb06356194058b6a8ae4fdeae1e94
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: soap is true then also wash is true Output:
[ "soap Entails wash" ]
task1510-f1059c47044c454bb7d0c4546a2004c4
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: sit can be characterized by relax Output:
[ "sit HasProperty relax" ]
task1510-16ada25b5491463f957d512c26756b64