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: hurt can be used with the same meaning of injure
Output:
| [
"hurt Synonym injure"
] | task1510-aa77f4f35a3a4d23a031d0f6570d88d8 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: page can have or can contain text
Output:
| [
"page HasA text"
] | task1510-a99e8b855ada428687269ac9f65265fd |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: Fact is a kind of album
Output:
| [
"fact IsA album"
] | task1510-c7b9471f67de482a9d8cfc1bbf355726 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: edge can be used with the same meaning of line
Output:
| [
"edge Synonym line"
] | task1510-382605055449400fba8c74a5aec86b2f |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: ocean can have or can contain salt
Output:
| [
"ocean HasA salt"
] | task1510-f68727f96d1a4693bfb93b94ffa7a37e |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: forest is a kind of land
Output:
| [
"forest IsA land"
] | task1510-fef324f11a7248d58151d6d15b41fee2 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: advance can be used as the opposite of back
Output:
| [
"advance Antonym back"
] | task1510-d9b1c7a124464b71913d4ede6b9aa029 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
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 part of fruit
Output:
| [
"orange PartOf fruit"
] | task1510-5c7193e684ca4d3da519f8d492cca1f6 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: ride can be used with the same meaning of transportation
Output:
| [
"ride Synonym transportation"
] | task1510-27c8ea65732c4bfdbc21c050e01f7961 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: credit is a kind of payment
Output:
| [
"credit IsA payment"
] | task1510-4538f80a7fcb46a58c01c818a45b23a3 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: son can be used as the opposite of parent
Output:
| [
"son Antonym parent"
] | task1510-1b95b02044cc48a19e73fa9e947b33b5 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: ascend is a kind of change
Output:
| [
"ascend IsA change"
] | task1510-938e890128254ce0a52e00a6df7be429 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: offspring can be used as the opposite of parent
Output:
| [
"offspring Antonym parent"
] | task1510-381d61a361c047dd8ab5874fb6d057a0 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: bomb is part of war
Output:
| [
"bomb PartOf war"
] | task1510-422a216b816c4afb98aadbcc1f93e054 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: hollow is a kind of empty
Output:
| [
"hollow IsA empty"
] | task1510-e27506f7125b437c905c73f87ff5d79c |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: mean can be used as the opposite of generous
Output:
| [
"mean Antonym generous"
] | task1510-3c51637443964cbc89d487623af88e05 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: bow can have or can contain knot
Output:
| [
"bow HasA knot"
] | task1510-a8db068459ec401b8144be46b2dbb14c |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: ghost can be used with the same meaning of spirit
Output:
| [
"ghost Synonym spirit"
] | task1510-8fc6f163e8d54a15a830b375da4f71d7 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: beautiful can be used as the opposite of bad
Output:
| [
"beautiful Antonym bad"
] | task1510-444772a8bae54b9f8cb121da360e1a9b |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: bone can be characterized by hard
Output:
| [
"bone HasProperty hard"
] | task1510-484bbc48df2748f0abae62e1a063a1c6 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: color can be used as the opposite of dull
Output:
| [
"color Antonym dull"
] | task1510-52593993180b4b328737b6899014ad8e |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: river can be characterized by cold
Output:
| [
"river HasProperty cold"
] | task1510-2096cbfa02b04d69b7554cabde9ec375 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: instrument can be used with the same meaning of device
Output:
| [
"instrument Synonym device"
] | task1510-72d9d20c0c0648739aa4608594348f92 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: lace is a kind of tie
Output:
| [
"lace IsA tie"
] | task1510-ee35afbeb2c94b21a59f068fc365fe25 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
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 cover
Output:
| [
"paint IsA cover"
] | task1510-a52b8eff97da449b90e28f657e62de36 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: agreement can be used with the same meaning of understand
Output:
| [
"agreement Synonym understand"
] | task1510-6df082ba771a46e6a2164c99aefd9db2 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: elevator can be used with the same meaning of lift
Output:
| [
"elevator Synonym lift"
] | task1510-0f70aa5e2f4c4770a7633a0584796ff2 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: mild can be used as the opposite of strong
Output:
| [
"mild Antonym strong"
] | task1510-dc70f4541b0e4cf3a831e1f6142e0be4 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: rice can be used as the opposite of potato
Output:
| [
"rice Antonym potato"
] | task1510-d0168e04675b448d8ef5181da970bce8 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: rough can be used as the opposite of smooth
Output:
| [
"rough Antonym smooth"
] | task1510-1567a7ccfce2483fbeeb5f22e77c586d |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
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 part of human_body
Output:
| [
"heart PartOf human_body"
] | task1510-6a6a2f66ac4f46c2aff61505fdf776d0 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: retire can be used with the same meaning of go_to_bed
Output:
| [
"retire Synonym go_to_bed"
] | task1510-7f39104b5f714c7daa1c87ac361f4503 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: good can be characterized by eat
Output:
| [
"good HasProperty eat"
] | task1510-f3e589be0f534aa78a109571d00e050f |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: escape can be used as the opposite of trap
Output:
| [
"escape Antonym trap"
] | task1510-72e2de5008624344af3fc2c5b08ec8ce |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: challenge is true then also question is true
Output:
| [
"challenge Entails question"
] | task1510-6b52c2965af04c2592933386e36b6b2d |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: hair is part of dog
Output:
| [
"hair PartOf dog"
] | task1510-1cdac52a14f04c66a8a00f6bedfb842a |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: duck can have or can contain bone
Output:
| [
"duck HasA bone"
] | task1510-ee1cd219563d4e8da5ff71ee652dcfdc |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: brain is a kind of head
Output:
| [
"brain IsA head"
] | task1510-8069fe9c195b4433a75775b39bb7da75 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
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 true then also ride is true
Output:
| [
"drive Entails ride"
] | task1510-8afc4e1f2d924a858d1f2632c7737a3a |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
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 can be used as the opposite of soul
Output:
| [
"body Antonym soul"
] | task1510-52ad0d9346f74d42b70ed57f1004340d |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: mate is part of couple
Output:
| [
"mate PartOf couple"
] | task1510-7b9d8470e31c4f89840ee5fa3d8ce4d0 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
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 is a kind of change
Output:
| [
"fall IsA change"
] | task1510-09bc568a51d346e39c8f4f8bc778ec24 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: busy can be used as the opposite of idle
Output:
| [
"busy Antonym idle"
] | task1510-8afb4d0283c3493093122db88a67c06d |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: ordinary can be used as the opposite of rare
Output:
| [
"ordinary Antonym rare"
] | task1510-2fe12f3d4b514c7c960b279b83dd706d |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: house can have or can contain yard
Output:
| [
"house HasA yard"
] | task1510-18c2b18f2d7049ebaeea63371dd56ba5 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: ideology is made of ideal
Output:
| [
"ideology MadeOf ideal"
] | task1510-eb5bb6b6e4534ec5bcda18e0cc21ef26 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: seat is part of car
Output:
| [
"seat PartOf car"
] | task1510-04711fcb236248edaf9904126512f3fe |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: bolt can be used as the opposite of nail
Output:
| [
"bolt Antonym nail"
] | task1510-5e4d6b04639b43ffaf5da619a3510633 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: bring can be used as the opposite of leave
Output:
| [
"bring Antonym leave"
] | task1510-b3ed69e58af1487a8a1c214fb27f7a0b |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
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 bicycle
Output:
| [
"frame PartOf bicycle"
] | task1510-ae253161d54b4ce3a352fe7efc54bb18 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: duck can be used as the opposite of stand_up
Output:
| [
"duck Antonym stand_up"
] | task1510-9a9b19092449454aa759b3ee7f064f87 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: night can be used with the same meaning of sunset
Output:
| [
"night Synonym sunset"
] | task1510-cf326ac56eee4c3a8625adf3b260dea6 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: paper can be characterized by destroy
Output:
| [
"paper HasProperty destroy"
] | task1510-15667f8bce264823be876cdcc02f8ae7 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: hard can be used with the same meaning of solid
Output:
| [
"hard Synonym solid"
] | task1510-2bb82fec1787432f8352a07a9ba89aec |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: america can have or can contain flag
Output:
| [
"america HasA flag"
] | task1510-d9d87c62fec54e6d971b17900344b237 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: Noise is a kind of sound
Output:
| [
"noise IsA sound"
] | task1510-34221ff8a2434679815e44273c7287c2 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: face is part of human
Output:
| [
"face PartOf human"
] | task1510-eb6293592bb84f388599ebde005de71b |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: One is a kind of song
Output:
| [
"one IsA song"
] | task1510-b6cb29b1fa514f3ba6c7d6046c254667 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: beach is part of shore
Output:
| [
"beach PartOf shore"
] | task1510-fcbdfa263fee4c1da362c3401648a0fe |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: enter can be used as the opposite of exit
Output:
| [
"enter Antonym exit"
] | task1510-5424ae89b9dc42eeb68b439e507bedcc |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: important can be used as the opposite of useless
Output:
| [
"important Antonym useless"
] | task1510-e613b7992bb64411a538c46ae83316ab |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: earth can be used as the opposite of water
Output:
| [
"earth Antonym water"
] | task1510-a9325d8143db4e85a3175195056dc5b3 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
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 used with the same meaning of race
Output:
| [
"person Synonym race"
] | task1510-512e00327fff4af7b7f3b35033082b42 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: serve can be used with the same meaning of service
Output:
| [
"serve Synonym service"
] | task1510-d206345f6bd44a3e9a2216416c21966d |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: mystery can be used as the opposite of know
Output:
| [
"mystery Antonym know"
] | task1510-49777789de5a4aedae97c16bbde64b7e |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: industry can be used with the same meaning of manufacture
Output:
| [
"industry Synonym manufacture"
] | task1510-d0191d0757cf4c5eb71521def52c6e07 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
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 characterized by good
Output:
| [
"cannabis HasProperty good"
] | task1510-093d8398b9f14e27b86b067b5bf2af8d |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: climb is a kind of move
Output:
| [
"climb IsA move"
] | task1510-94a78de2fd3b41c182c2c78db1ce573d |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: iron can be used as the opposite of copper
Output:
| [
"iron Antonym copper"
] | task1510-b4a59b6008e742d2a5c3ec0aa4026cb5 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: Lift is a kind of aid
Output:
| [
"lift IsA aid"
] | task1510-3e27ab38f1754c2b82345d0989808ecf |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: deal is part of card_game
Output:
| [
"deal PartOf card_game"
] | task1510-d39b7400dabd4b4ebe6bb43521b6e4ce |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: oil can be characterized by liquid
Output:
| [
"oil HasProperty liquid"
] | task1510-8b34c62fe1f848329a41e3a0c304ad7a |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
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 fun
Output:
| [
"recreation HasProperty fun"
] | task1510-d58a1a84bca14f47908c2173fe8cd563 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: photograph can be characterized by flat
Output:
| [
"photograph HasProperty flat"
] | task1510-aebc77a32a664cd0841bd9457ec93970 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: show is a kind of entertainment
Output:
| [
"show IsA entertainment"
] | task1510-16206732d983444982b84f7a4d834cba |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: original can be used as the opposite of reproduction
Output:
| [
"original Antonym reproduction"
] | task1510-4568a7e31c3a4faa80cc2f142d904ee8 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: news can be characterized by fun
Output:
| [
"news HasProperty fun"
] | task1510-9fc13bf191d64b9f9c73ea7f6b970ee1 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: saw can be characterized by sharp
Output:
| [
"saw HasProperty sharp"
] | task1510-2be8b43054b94412aee4b5f5d87dd185 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: school can be characterized by fun
Output:
| [
"school HasProperty fun"
] | task1510-e430211640674a0f89ef705e6e93fb3a |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
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 as the opposite of make
Output:
| [
"destroy Antonym make"
] | task1510-f6a939f7ea084553a7e037b6af377658 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: Field is a kind of mouse
Output:
| [
"field IsA mouse"
] | task1510-cd4f4e8047284fd0872f9c2fc3da52f6 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: program is made of instruction
Output:
| [
"program MadeOf instruction"
] | task1510-fc3b3485ba2440f8ab7984c502c2e10e |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: police is part of government
Output:
| [
"police PartOf government"
] | task1510-5adb890ba08241a0b329f7d8419287bb |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
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 used with the same meaning of wagon
Output:
| [
"car Synonym wagon"
] | task1510-d3fdeded2d0e4b03a8e608181f888887 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: Solution is a kind of success
Output:
| [
"solution IsA success"
] | task1510-8207ca6edc314056946a7ad7fbc35de2 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
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 is a kind of body_part
Output:
| [
"joint IsA body_part"
] | task1510-433bc42cb21f46e4890b94f428441ae2 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: frog can have or can contain nose
Output:
| [
"frog HasA nose"
] | task1510-663e948f2063443abf8ea7de3b68c11f |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
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 can be used with the same meaning of movie
Output:
| [
"picture Synonym movie"
] | task1510-e2dea0e580a8412585a72147b7115c9b |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
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 pure
Output:
| [
"dirty Antonym pure"
] | task1510-483cd68e33bb4861a515ad2556048681 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: baseball can be characterized by hard
Output:
| [
"baseball HasProperty hard"
] | task1510-7083b099675f40f387e91ac142bd339c |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: baby can be used with the same meaning of love
Output:
| [
"baby Synonym love"
] | task1510-1d0c5effdfd9425e81005f3e00694ca5 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: friend is a kind of human
Output:
| [
"friend IsA human"
] | task1510-3d4cc3bcf6664fdc97b1155cd9880b13 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
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 organism
Output:
| [
"person IsA organism"
] | task1510-6275e3a4c1ac4854bfb1723fb15738a9 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: brush is a kind of move
Output:
| [
"brush IsA move"
] | task1510-5b59d334013c49a5984057fcb0dade4e |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: happy can be used as the opposite of sadness
Output:
| [
"happy Antonym sadness"
] | task1510-2cae6d52c1964da6ba8dcfef9d83c94e |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: cap is part of fungus
Output:
| [
"cap PartOf fungus"
] | task1510-c72d4214e59f44d6a8c5ac77b94ca5ef |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: division is a kind of separation
Output:
| [
"division IsA separation"
] | task1510-4a849c19e828495fac5bc2dc663de6da |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: age is a kind of change
Output:
| [
"age IsA change"
] | task1510-f4438274c9a649439604814cd6dca401 |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
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 rise
Output:
| [
"lie Antonym rise"
] | task1510-84a489b2672541bdae0fd7938c15996a |
Definition: Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2.
Positive Example 1 -
Input: account can be used with the same meaning of report
Output: account Synonym report
Positive Example 2 -
Input: accident is a kind of happen
Output: accident IsA happen
Negative Example 1 -
Input: act can be characterized by fun
Output: act IsA fun
Negative Example 2 -
Input: bird is a member of flock
Output: bird HasA flock
Now complete the following example -
Input: cold can be used as the opposite of hot
Output:
| [
"cold Antonym hot"
] | task1510-32bee8b589bd4b80a46bfc606671067b |
End of preview. Expand
in Dataset Viewer.
Dataset Card for Natural Instructions (https://github.com/allenai/natural-instructions) Task: task1510_evalution_relation_extraction
Additional Information
Citation Information
The following paper introduces the corpus in detail. If you use the corpus in published work, please cite it:
@misc{wang2022supernaturalinstructionsgeneralizationdeclarativeinstructions,
title={Super-NaturalInstructions: Generalization via Declarative Instructions on 1600+ NLP Tasks},
author={Yizhong Wang and Swaroop Mishra and Pegah Alipoormolabashi and Yeganeh Kordi and Amirreza Mirzaei and Anjana Arunkumar and Arjun Ashok and Arut Selvan Dhanasekaran and Atharva Naik and David Stap and Eshaan Pathak and Giannis Karamanolakis and Haizhi Gary Lai and Ishan Purohit and Ishani Mondal and Jacob Anderson and Kirby Kuznia and Krima Doshi and Maitreya Patel and Kuntal Kumar Pal and Mehrad Moradshahi and Mihir Parmar and Mirali Purohit and Neeraj Varshney and Phani Rohitha Kaza and Pulkit Verma and Ravsehaj Singh Puri and Rushang Karia and Shailaja Keyur Sampat and Savan Doshi and Siddhartha Mishra and Sujan Reddy and Sumanta Patro and Tanay Dixit and Xudong Shen and Chitta Baral and Yejin Choi and Noah A. Smith and Hannaneh Hajishirzi and Daniel Khashabi},
year={2022},
eprint={2204.07705},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2204.07705},
}
More details can also be found in the following paper:
@misc{brüelgabrielsson2024compressserveservingthousands,
title={Compress then Serve: Serving Thousands of LoRA Adapters with Little Overhead},
author={Rickard Brüel-Gabrielsson and Jiacheng Zhu and Onkar Bhardwaj and Leshem Choshen and Kristjan Greenewald and Mikhail Yurochkin and Justin Solomon},
year={2024},
eprint={2407.00066},
archivePrefix={arXiv},
primaryClass={cs.DC},
url={https://arxiv.org/abs/2407.00066},
}
Contact Information
For any comments or questions, please email Rickard Brüel Gabrielsson
- Downloads last month
- 23