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: heart is a kind of courage Output:
[ "heart IsA courage" ]
task1510-002a51d8b19449cabab63aa984da470b
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: lip is part of mouth Output:
[ "lip PartOf mouth" ]
task1510-27d50327f3e34dccbb8904eac6003bec
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: size can be characterized by important Output:
[ "size HasProperty important" ]
task1510-60cc55a559dc4e6e8981d0543c576be1
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: fall can be used as the opposite of spring Output:
[ "fall Antonym spring" ]
task1510-90bdc08b1b6e40dfa74627179335e5c4
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: rabbit can be characterized by fast Output:
[ "rabbit HasProperty fast" ]
task1510-1d460e33658c4b97b22440327ac4c928
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: slip can be used as the opposite of balance Output:
[ "slip Antonym balance" ]
task1510-5d04509e516e4d3e85db243eb7dc546d
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: blade is part of knife Output:
[ "blade PartOf knife" ]
task1510-ea1763e137c5408bb49f8718a79fb893
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: pain can be used as the opposite of relief Output:
[ "pain Antonym relief" ]
task1510-8f892c213c2c4daaa6fe832f141a3b73
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: construct can be used with the same meaning of assemble Output:
[ "construct Synonym assemble" ]
task1510-b61a39812d5540e5a5ba6517ebe4ef58
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: anchor is part of vessel Output:
[ "anchor PartOf vessel" ]
task1510-ba54ea3589c44d748aaad97b6a459f03
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: polish can be used with the same meaning of perfect Output:
[ "polish Synonym perfect" ]
task1510-480f2243c45d4476a102d4faa42bdf5e
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 can be used as the opposite of dirt Output:
[ "soap Antonym dirt" ]
task1510-356d7b1db1fa4283bf758bb98472d0c7
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: compact can be used with the same meaning of compress Output:
[ "compact Synonym compress" ]
task1510-122882cb64f840c9a6753f17499024a5
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: bin can be used with the same meaning of trash Output:
[ "bin Synonym trash" ]
task1510-17f39de891574d4395828a72fec07650
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 they Output:
[ "i Antonym they" ]
task1510-1ad0d07a12fb4bc6b34c1d3e2257f522
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: fire can be characterized by light Output:
[ "fire HasProperty light" ]
task1510-0b13faf6e4214ea78fb036dce109f3d5
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: camp can be characterized by fun Output:
[ "camp HasProperty fun" ]
task1510-0bfc0146c3cf4c22bf71c63428d1547a
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: crash is a kind of change Output:
[ "crash IsA change" ]
task1510-e73b358e225943118b4e0b49c179d876
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: flower can be characterized by beautiful Output:
[ "flower HasProperty beautiful" ]
task1510-dbbf41f3b39a44888727de75543a3e4d
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: bed is a kind of plot Output:
[ "bed IsA plot" ]
task1510-6a2a92bfdc564047a13514cf47e531c9
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: hole can be used with the same meaning of cavity Output:
[ "hole Synonym cavity" ]
task1510-fb2c2e7918ff4ca9a809de4d3e1b35d5
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: family is a kind of group Output:
[ "family IsA group" ]
task1510-daf2904cc6094d1da84f2385d189a743
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: church is a kind of religion Output:
[ "church IsA religion" ]
task1510-fef550b85a144443a068f45374e28ae2
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: pavement can be used with the same meaning of surface Output:
[ "pavement Synonym surface" ]
task1510-399e321f6a3d4f77b75d483dd2ff83a2
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: moon can be used as the opposite of sun Output:
[ "moon Antonym sun" ]
task1510-db581e9729f74371a0dcb67445c7552a
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_lady is a kind of wife Output:
[ "old_lady IsA wife" ]
task1510-397433c42dbd4b98ae06eac33cd79f13
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: mouth is a kind of body_part Output:
[ "mouth IsA body_part" ]
task1510-d76dc2cfeb68497b9f1b81d54dc76f52
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: fireplace can have or can contain chimney Output:
[ "fireplace HasA chimney" ]
task1510-9cf170bdc818411db898e5fd2e6015ce
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: element is a kind of weather Output:
[ "element IsA weather" ]
task1510-7ec6b06750c242449d56514e9fd2eb03
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: hate can be used as the opposite of love Output:
[ "hate Antonym love" ]
task1510-d23ccaa998814b0eb610cf1f2149e079
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: atmosphere is part of sky Output:
[ "atmosphere PartOf sky" ]
task1510-cbf8603d63fd45ba8d956294b14a23c5
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: purpose can be used with the same meaning of mean Output:
[ "purpose Synonym mean" ]
task1510-73c0ec18b00a4b63800fa3526486207c
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: health can be used as the opposite of sickness Output:
[ "health Antonym sickness" ]
task1510-feae70034b4546ffb8c1f19be1606832
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: lawn is a kind of place Output:
[ "lawn IsA place" ]
task1510-738c055087b848deb80788e9a16c3b5a
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: cannabis can be used with the same meaning of grass Output:
[ "cannabis Synonym grass" ]
task1510-9d9ec9ef23c647a79cb1f69ba1a680de
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: door is part of house Output:
[ "door PartOf house" ]
task1510-508f595dbd234e7bba1c1f8d5de13229
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 automobile Output:
[ "body PartOf automobile" ]
task1510-bcc1c1c1841f42c7b450c4bdb0de9446
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: music can be characterized by good Output:
[ "music HasProperty good" ]
task1510-fc66c8dfa5f9438494461dfb6c717223
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 man Output:
[ "nature Antonym man" ]
task1510-86f39cd8dbcb4f6195a9267093934bd5
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: result is a kind of happen Output:
[ "result IsA happen" ]
task1510-efdc77b25d7f45aebaee44752d4fdbd6
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: commerce can be used with the same meaning of traffic Output:
[ "commerce Synonym traffic" ]
task1510-664b8c6517f84e9d882787104f2e165b
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: staff can be used with the same meaning of stick Output:
[ "staff Synonym stick" ]
task1510-e55343a74bd44eb6bf89dcd2e552cdca
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: organ is part of body Output:
[ "organ PartOf body" ]
task1510-043c83a6b8f5420496fb5114d2ce8545
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: lead can be used as the opposite of gold Output:
[ "lead Antonym gold" ]
task1510-ea084fccac6e4253b02bede125bca0c7
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: game is a kind of fun Output:
[ "game IsA fun" ]
task1510-3ec28e9fa2644831a8665ee7d4f4c518
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: dirty can be used as the opposite of bright Output:
[ "dirty Antonym bright" ]
task1510-4db3f65eaca944e7a021171e76c9723e
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 is a kind of place Output:
[ "nice IsA place" ]
task1510-b8c0504b66e24f28b3e3c53b87f407a8
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 wax Output:
[ "car HasProperty wax" ]
task1510-397b85f2f679497e990cc07fcb6dc5b6
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 can be used with the same meaning of brick Output:
[ "cube Synonym brick" ]
task1510-c834792c3fed49e398d4c5ee09be9341
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 be characterized by cloudy Output:
[ "sky HasProperty cloudy" ]
task1510-0333353a8a7e4f01ac24aa6af60e7fb2
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: destroy can be used with the same meaning of break Output:
[ "destroy Synonym break" ]
task1510-2782cb1fadc64bca82e848fb052072de
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: hand can be used as the opposite of finger Output:
[ "hand Antonym finger" ]
task1510-3464bf107ce74435ae08855a4585df75
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: card_game is a kind of game Output:
[ "card_game IsA game" ]
task1510-a36d13e8ae224c799afdac30a41fa4f2
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: hit is a kind of success Output:
[ "hit IsA success" ]
task1510-dd2f741d34ba49c2be4638d903e24fe2
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 naughty Output:
[ "child HasProperty naughty" ]
task1510-a12cb5f2b240406faabe77b030f2e482
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 clay Output:
[ "earth Synonym clay" ]
task1510-2f5e2c41bff747e6b8b7c313b509a8ef
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: laughter can be used as the opposite of cry Output:
[ "laughter Antonym cry" ]
task1510-9410a1af65a5445fa62f5f1f2534d05d
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 is a kind of planet Output:
[ "mar IsA planet" ]
task1510-2d62acc97a154dacb8e1829539ae0f65
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: pain can be used with the same meaning of punishment Output:
[ "pain Synonym punishment" ]
task1510-b2672d33ef4c40fa81f9e35beae3f808
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: pain is a kind of illness Output:
[ "pain IsA illness" ]
task1510-b235fec4e8f342c3aca812f4729e1500
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: divine can be used as the opposite of unpleasant Output:
[ "divine Antonym unpleasant" ]
task1510-04045dc3d8f44acba6e84b728be6aa46
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: game is a kind of competition Output:
[ "game IsA competition" ]
task1510-296201c13be54cfaa9631fe2c0394eb9
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: run can be used as the opposite of stand Output:
[ "run Antonym stand" ]
task1510-962e2580a5da4fa2862afefc157a1b86
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: god is a kind of person Output:
[ "god IsA person" ]
task1510-660f016ba1884320ba5b87e6631b985d
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: lock is part of gate Output:
[ "lock PartOf gate" ]
task1510-5ce414651c5a4c9db699e47ed6fb2cf6
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 love Output:
[ "enemy Antonym love" ]
task1510-c0598174b78d4fc1a6c4c43234a5ab06
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: continent can have or can contain beach Output:
[ "continent HasA beach" ]
task1510-07f0da3cdc0f4ffcac0313672b33890b
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: everyone can be characterized by different Output:
[ "everyone HasProperty different" ]
task1510-35684bc6002044d6a1f0128b4b24559d
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 can be used as the opposite of play Output:
[ "pass Antonym play" ]
task1510-167232526b82462d9bb3078a0aa13975
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_be can be used with the same meaning of human Output:
[ "human_be Synonym human" ]
task1510-679ea557f2c041bbaf000f2b14204701
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 be used with the same meaning of record Output:
[ "book Synonym record" ]
task1510-bac8df7417b44f958784dbe33bb6b44d
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 is a kind of fruit Output:
[ "orange IsA fruit" ]
task1510-9403afb3411841a38ca5f2d622613432
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: alphabet can be used as the opposite of number Output:
[ "alphabet Antonym number" ]
task1510-a2288272b8b7449681a185d8876b91b1
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: recreation can be characterized by healthy Output:
[ "recreation HasProperty healthy" ]
task1510-b05c37fa1ca3428892956835f855992d
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 characterized by black Output:
[ "handle HasProperty black" ]
task1510-1150d4ffdf0c47c9b031acc69b269e8f
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: bird can be characterized by feather Output:
[ "bird HasProperty feather" ]
task1510-0b4febd643844cd787914deea584f245
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: skin can be used with the same meaning of bark Output:
[ "skin Synonym bark" ]
task1510-a30026341b2b4d0ab90da845b35585a9
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 can be characterized by small Output:
[ "fly HasProperty small" ]
task1510-c3c92d41208e4e61a2517ca9d5ecf897
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: order can be used with the same meaning of society Output:
[ "order Synonym society" ]
task1510-db6c73baf6cd435e92466820dc572ca4
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: diamond can be characterized by valuable Output:
[ "diamond HasProperty valuable" ]
task1510-aadf6647b3294e8eb7cda4cf0988bded
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: drink can be used with the same meaning of alcohol Output:
[ "drink Synonym alcohol" ]
task1510-4fee6587d67a4e4abe2e4a665ba0795f
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: ear is part of corn Output:
[ "ear PartOf corn" ]
task1510-a4c9b18d9ccd4fd6ad3bcc992704e90e
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: priest is a kind of clergyman Output:
[ "priest IsA clergyman" ]
task1510-aa246a893e9b4a08ab67e9a324677c0c
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: She is a kind of band Output:
[ "she IsA band" ]
task1510-cebf64c8b17248578c21c60cd560b94e
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: knife can be characterized by sharp Output:
[ "knife HasProperty sharp" ]
task1510-8991b9aaa5b642dfa68c34f524ff5e4d
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: city is part of country Output:
[ "city PartOf country" ]
task1510-d0c9631acf774b0eab24b2458e4bf9e6
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: adventure is a kind of action Output:
[ "adventure IsA action" ]
task1510-eb9c96ec4a8c45259d9ed0bf37327545
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: coin is made of silver Output:
[ "coin MadeOf silver" ]
task1510-994e8c57e8164ffead773d7743b295ce
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: shore can have or can contain beach Output:
[ "shore HasA beach" ]
task1510-fb8e1fe6f5dc4d1da31ec6b26ab660eb
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: mind can be used with the same meaning of reason Output:
[ "mind Synonym reason" ]
task1510-180181bd8e7a4c3ea88d8bcf5e1508ba
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: hike can be characterized by hard Output:
[ "hike HasProperty hard" ]
task1510-f8c32dc32ac64d208c18cf1bf7a4544d
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: care can be used as the opposite of hate Output:
[ "care Antonym hate" ]
task1510-9448a1b77bdd4d20a95aa87670bbdad9
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: Relationship is a kind of state Output:
[ "relationship IsA state" ]
task1510-f66e87b09edf44e291677951535be510
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: skin is part of grape Output:
[ "skin PartOf grape" ]
task1510-3f037ec0d043421c8c0f3757e74afbad
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: rock can be used as the opposite of water Output:
[ "rock Antonym water" ]
task1510-4b9c3f1ee78642f6a6d322089c0dec98
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: Kingdom is a kind of country Output:
[ "kingdom IsA country" ]
task1510-8a3195ab37db46a18cf32c81618c3929
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: food is a kind of vegetable Output:
[ "food IsA vegetable" ]
task1510-ed0b495fdd1f499f88dd9f5014312a95
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: power can be used with the same meaning of hold Output:
[ "power Synonym hold" ]
task1510-b8c37161c3db40bbb8dd331de3378d01
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: garden can have or can contain wall Output:
[ "garden HasA wall" ]
task1510-58d8966b58704fd68c929a28c417b02b
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: pin can be characterized by straight Output:
[ "pin HasProperty straight" ]
task1510-2655669c9eff40e0888bef11a4145298