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: democracy can be used as the opposite of communism Output:
[ "democracy Antonym communism" ]
task1510-c5e34d67428d4698b9949e32470678da
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: frame is part of picture Output:
[ "frame PartOf picture" ]
task1510-95cee4f98afc49fd9619151472f564ad
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun 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 play Output:
[ "game IsA play" ]
task1510-e071ff9a3d724ead9380e6a9674c62ce
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: beauty can be characterized by rare Output:
[ "beauty HasProperty rare" ]
task1510-34a31ebfdc3f492d93cdedc443b0d463
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: change is a kind of cash Output:
[ "change IsA cash" ]
task1510-4787dc451b0e4cd8ba375bef8e468fe2
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: snow can be used as the opposite of sun Output:
[ "snow Antonym sun" ]
task1510-194c73bab87646d380e62e044936e21a
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: he can be used as the opposite of girl Output:
[ "he Antonym girl" ]
task1510-a1698899f07b445fbcd2a107747ac42d
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: high can be used with the same meaning of noble Output:
[ "high Synonym noble" ]
task1510-c8179f557fc3499ea3e6786048a08f4c
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun 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 as the opposite of dry Output:
[ "drink Antonym dry" ]
task1510-9cc3195e5ff24e66a23de30e1f585214
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun 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 is a kind of place Output:
[ "ocean IsA place" ]
task1510-207ae863644a4f8bbb92bf70ae0996ea
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: idol can be used with the same meaning of image Output:
[ "idol Synonym image" ]
task1510-12dba3cb28c5465591ab89d2953a9f77
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: rank is a kind of stand Output:
[ "rank IsA stand" ]
task1510-82ba915f00244bb199100b700d97412e
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: practice can be used as the opposite of theory Output:
[ "practice Antonym theory" ]
task1510-12ae40acdf1a4bcc84ca060797cb8340
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: poem can be used with the same meaning of lyric Output:
[ "poem Synonym lyric" ]
task1510-dcf8b29b138746ceba5cb746a5c0a762
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: drug can be characterized by bad Output:
[ "drug HasProperty bad" ]
task1510-f04c82edefa54d6d951b860ffabe4aba
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: key can be characterized by metal Output:
[ "key HasProperty metal" ]
task1510-5557e097e3514d24ae2d0dc4a5171348
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: fly is a kind of travel Output:
[ "fly IsA travel" ]
task1510-ac44af470d78494289cae5ab8ce01579
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: sheet can be used with the same meaning of page Output:
[ "sheet Synonym page" ]
task1510-2356c7a8c3e544d58118546be24f3e46
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: crown is part of tooth Output:
[ "crown PartOf tooth" ]
task1510-ce2873fcbf434446be719c518033b870
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun 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 is a kind of shape Output:
[ "diamond IsA shape" ]
task1510-81b9e419f3e64ec7adb951ea763d0023
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: language is a kind of communication Output:
[ "language IsA communication" ]
task1510-9657ff31bb5c4ee6bdf6987232d96d7a
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: person is a kind of mammal Output:
[ "person IsA mammal" ]
task1510-d7370b6698c144dc877ea265d0e0fc22
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: atom is made of proton Output:
[ "atom MadeOf proton" ]
task1510-b387a4321b624e8dad613467391ea7c5
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun 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 characterized by interest Output:
[ "book HasProperty interest" ]
task1510-06f1dd9ad5ac44c392001f9c31ae0fba
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: new can be used as the opposite of familiar Output:
[ "new Antonym familiar" ]
task1510-564fc75fadae4b76a3f5fc4ca89e4fbe
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: carpet can be characterized by shag Output:
[ "carpet HasProperty shag" ]
task1510-4b456a704bbd4a6e9b08131fdaa955e0
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: flow is a kind of movement Output:
[ "flow IsA movement" ]
task1510-15f9444b5d694bc5a438ffac71839572
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: accident can be used as the opposite of purpose Output:
[ "accident Antonym purpose" ]
task1510-1389a24af8c64150810b95caba57841c
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun 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 used with the same meaning of sit_down Output:
[ "sit Synonym sit_down" ]
task1510-19ebfb1c95334b469f7ffb8d2594113a
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: kiss can be characterized by free Output:
[ "kiss HasProperty free" ]
task1510-0dd50f93911040f3b10ef88051c9542a
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun 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 business Output:
[ "family IsA business" ]
task1510-ad1f090f3d6d4d1392fb43f2d9f8adfe
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: bounce can be used with the same meaning of up Output:
[ "bounce Synonym up" ]
task1510-dee75b6c31d7499ca4d4851d5298e16a
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun 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 be characterized by fragile Output:
[ "person HasProperty fragile" ]
task1510-74f14be11ed2477cb1d5b23c7bbe3549
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: party is a kind of event Output:
[ "party IsA event" ]
task1510-8e366ca29b9c4e4bacca87571620a345
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun 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 memory Output:
[ "mind Synonym memory" ]
task1510-9bf56f1c08e94e808638ccbd0405e9a1
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: floor is made of wood Output:
[ "floor MadeOf wood" ]
task1510-41c1783d79aa40dbb7ca4cfea40934dc
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: blanket is made of fabric Output:
[ "blanket MadeOf fabric" ]
task1510-dc6eaf4e3b62486280b7ae78d7cfeeb0
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun 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 be characterized by social Output:
[ "person HasProperty social" ]
task1510-7b5a843500be46858ef1eaa88e9dfcdd
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: lie can be used as the opposite of tell Output:
[ "lie Antonym tell" ]
task1510-8295020648d64ee9acb90fe063c96736
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun 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 is a kind of apartment Output:
[ "room IsA apartment" ]
task1510-95eafa60bd0f4e2f8514b55a543d126d
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: recycle can be characterized by good Output:
[ "recycle HasProperty good" ]
task1510-03719218d0c943ce9ec6fbf765f91982
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: beer can be characterized by bitter Output:
[ "beer HasProperty bitter" ]
task1510-2e0358baf7ea4c5da91d52c84aa2560e
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: heel is a kind of end Output:
[ "heel IsA end" ]
task1510-95b82e367abc4f53871d77912d0b5733
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: get can be used with the same meaning of understand Output:
[ "get Synonym understand" ]
task1510-99695af69a7e45cf9463b3628942bb78
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: root is a kind of number Output:
[ "root IsA number" ]
task1510-1bbdee56338f4ea2a327e6615f5e7bb3
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun 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 as the opposite of big Output:
[ "compact Antonym big" ]
task1510-1d01a88dda4641358a92fa1aa309b28f
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: liberty is a kind of freedom Output:
[ "liberty IsA freedom" ]
task1510-142650badf124ab0a00252b447be2e27
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: hem is a kind of sew Output:
[ "hem IsA sew" ]
task1510-6f2ca2851f774c529e964385a9b5bef6
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: newspaper can be used with the same meaning of paper Output:
[ "newspaper Synonym paper" ]
task1510-7f5ea6eeac0947e3b701c7e3cdf554cd
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: mineral can be characterized by hard Output:
[ "mineral HasProperty hard" ]
task1510-1725e67de0de4051b086aeb36b21ce02
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: oxygen is part of air Output:
[ "oxygen PartOf air" ]
task1510-7a0adcbfa41544c088baa6fa03e76def
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: picture_frame is a kind of frame Output:
[ "picture_frame IsA frame" ]
task1510-2555235016d14f83915392c0df3a3ad6
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: football is a kind of sport Output:
[ "football IsA sport" ]
task1510-932c106feb824104a5b3cf984683fd03
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: scene is part of film Output:
[ "scene PartOf film" ]
task1510-2013ed549e8346b19ffc3e1dbaec822d
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: account can be used with the same meaning of record Output:
[ "account Synonym record" ]
task1510-d7cb13d84d9b45ea9c6de15d09fbacd4
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: hot can be used with the same meaning of heat Output:
[ "hot Synonym heat" ]
task1510-3e7c4625908044eea7e50c6a874ac37f
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: faith can be used with the same meaning of belief Output:
[ "faith Synonym belief" ]
task1510-dd7639cbb873401e8f0248d0489d8ebe
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: penis is made of cell Output:
[ "penis MadeOf cell" ]
task1510-e399345fcee34c20bdbf2c51ddd3ccbd
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: join can be used as the opposite of quit Output:
[ "join Antonym quit" ]
task1510-4391b233f594423a82383a8c6859a52c
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun 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 can be characterized by bright Output:
[ "light HasProperty bright" ]
task1510-0ac40728d64d41f28a307b343d7dc190
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: head can be used as the opposite of neck Output:
[ "head Antonym neck" ]
task1510-a0c038e8c8ab4d85be49b1267204ee53
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: match is a kind of light Output:
[ "match IsA light" ]
task1510-4d2566f6a0e846678f56fc04608e05dd
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: sheet is made of cotton Output:
[ "sheet MadeOf cotton" ]
task1510-3ea1236f8c6f41d68945d31be33146a1
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: bus can have or can contain window Output:
[ "bus HasA window" ]
task1510-13d6a28d34c54b5ab828a9b8f368cd90
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun 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 can be used with the same meaning of mood Output:
[ "atmosphere Synonym mood" ]
task1510-0f18e0078aaf4603b835a0a2721cf003
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: head is part of animal Output:
[ "head PartOf animal" ]
task1510-1bbb0471c6cf48c99d19234b3bfed551
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun 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 colorful Output:
[ "flower HasProperty colorful" ]
task1510-9e03c75328274cc6bff3d09af2bdfc78
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: author can be used with the same meaning of writer Output:
[ "author Synonym writer" ]
task1510-609c1526a6114ae3915ab479c388fedb
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: ram is a kind of weapon Output:
[ "ram IsA weapon" ]
task1510-e096be38c56944ef830baf25ca78150a
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: road can have or can contain traffic Output:
[ "road HasA traffic" ]
task1510-f8311e723a364ae1a8bf0d232f8ff952
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun 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 container Output:
[ "bin Synonym container" ]
task1510-1751082a793b427b8fd23300328c4da9
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: elephant can be characterized by grey Output:
[ "elephant HasProperty grey" ]
task1510-052e28769e7a44269becf25956497fe9
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: Explain can be used as the opposite of confuse Output:
[ "explain Antonym confuse" ]
task1510-6166f0488e0c439f9a0ce9c5a3c6f775
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: dog can have or can contain bone Output:
[ "dog HasA bone" ]
task1510-abb3b1ff604f421797e95c955a7c5abc
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: heat is a kind of race Output:
[ "heat IsA race" ]
task1510-fb283ff99733412f842ab107e2552046
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: dash can be used with the same meaning of break Output:
[ "dash Synonym break" ]
task1510-693ffb7b4b2c49858387321917c5d9be
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: plane is a kind of cut Output:
[ "plane IsA cut" ]
task1510-afae32432f0847388f2fd3cd9f3c4d86
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: contract can be used as the opposite of grow Output:
[ "contract Antonym grow" ]
task1510-4277e67fbae643eab66600c8639eddd0
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: drive is a kind of push Output:
[ "drive IsA push" ]
task1510-2f4eee0ea5be44d9b9fa7124e787a7e9
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: lion is part of pride Output:
[ "lion PartOf pride" ]
task1510-6190a7d02cab41a3bc5c4c2d52b19f3a
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun 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 used as the opposite of wood Output:
[ "glass Antonym wood" ]
task1510-e4925ab23c8543b8b981a6bec3d81062
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: sign can be used as the opposite of talk Output:
[ "sign Antonym talk" ]
task1510-f54de98c356e44aeac77eca4bfb4f49f
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun 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 as the opposite of bias Output:
[ "balance Antonym bias" ]
task1510-9874dadf83f446a7a58c9f82b8a90242
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: spring is a kind of season Output:
[ "spring IsA season" ]
task1510-22495778a7944e33bf39f934f12b8839
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun 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 can be used with the same meaning of entertainment Output:
[ "game Synonym entertainment" ]
task1510-83c9e6d2f6d946aeb405f2b1e7cc533a
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: apple can have or can contain seed Output:
[ "apple HasA seed" ]
task1510-b38009a72b9d4305bb1e2fdfb154c7c7
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: paint is a kind of hobby Output:
[ "paint IsA hobby" ]
task1510-a42fa8db70a14dd49c0ef757c060a453
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun 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 can have or can contain objective Output:
[ "game HasA objective" ]
task1510-6f422ed844bc4282916af6c89c6bc07a
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: object can have or can contain surface Output:
[ "object HasA surface" ]
task1510-ee25c142a59a4daab867325728873f96
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: open can be used with the same meaning of hole Output:
[ "open Synonym hole" ]
task1510-d053936ebe654aa386b27a4756f95097
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: cry is part of life Output:
[ "cry PartOf life" ]
task1510-59a1bd970cd6411ba52ca385a2b3b7d0
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: bark is part of tree Output:
[ "bark PartOf tree" ]
task1510-9134fed7c3d74b209ee130244e573ad9
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: smoke can be used as the opposite of clean Output:
[ "smoke Antonym clean" ]
task1510-4c09f978bc254570a84d762c40eb05f6
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: belt can be used with the same meaning of pound Output:
[ "belt Synonym pound" ]
task1510-960db8c67a3f41feb90e7742616fc6f1
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: fight can have or can contain violence Output:
[ "fight HasA violence" ]
task1510-0fbfc145bca043b29fac3d9b2f92ca18
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: animal can be used as the opposite of human Output:
[ "animal Antonym human" ]
task1510-28a8654cadf443738e4868c39c1a2596
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: pipe can be characterized by hollow Output:
[ "pipe HasProperty hollow" ]
task1510-325db7e0ed8e4d48acff7303ba510e04
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: joint can be used as the opposite of separate Output:
[ "joint Antonym separate" ]
task1510-f7d3bdefc13c4d30b7e2f66a56111f24
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: boyfriend can be used as the opposite of girlfriend Output:
[ "boyfriend Antonym girlfriend" ]
task1510-63beff45f4274f6cb84100413559436b
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. Positive Example 1 - Input: account can be used with the same meaning of report Output: account Synonym report Positive Example 2 - Input: accident is a kind of happen Output: accident IsA happen Negative Example 1 - Input: act can be characterized by fun Output: act IsA fun Negative Example 2 - Input: bird is a member of flock Output: bird HasA flock Now complete the following example - Input: mug is a kind of dish Output:
[ "mug IsA dish" ]
task1510-4cf61cd81e9347d1b8c37fc10624354b