Constructing a Lexicon of Relational Nouns

Constructing a Lexicon of Relational Nouns

Constructing a Lexicon of Relational Nouns Edward Newell, Jackie C.K. Cheung [email protected] [email protected] McGill University Abstract Relational nouns refer to an entity by virtue of how it relates to another entity. Their identification in text is a prerequisite for the correct semantic interpretation of a sentence, and could be used to improve information extraction. Although various systems for extracting relations expressed using nouns have been developed, there are no dedicated lexical resources for relational nouns. We contribute a lexicon of 6,224 labeled nouns which includes 1,446 relational nouns. We describe the bootstrapped annotation of relational nouns, and develop a classifier that achieves 70.4% F1 when tested on held out nouns that are among the most common 2,500 word types in Gigaword. We make the lexicon and classifier available to the scientific community. Keywords: relational noun, relation extraction, possessive, lexicon 1. Introduction some relation at least indirectly. Part of our contribution is The extraction of relations is a fundamental aspect of natu- a series of decisions about what should be included or ex- ral language understanding, playing a central role in knowl- cluded from the class; decisions which are made with ap- edge base construction, question answering, and recogniz- plications to relation extraction in mind. We describe these ing textual entailment. Semantic relations can be expressed decisions and the approach to annotation. via a syntactically diverse set of constructions. Consider Based on our annotation results, approximately one out of the following approximate paraphrases: every 15 nouns, by type, is relational. This represents a sub- stantial semantic class, but means that a significant amount (1a) Jack befriended Jill 5 years ago. of annotation effort will be expended on annotating the neg- (1b) Jack and Jill’s friendship is now 5 years old. ative class. To more efficiently deploy annotation effort, we (1c) Jack has been Jill’s friend for 5 years. bootstrap annotation using a relational noun classifier. We obtain a dataset of 6,224 labelled nouns, containing Whereas (1a) establishes the relation by means of a verb, 1,446 relational nouns and 4,778 sortal nouns. We also de- (1b) and (1c) do so by means of nouns. In example (1c), friend is part of a semantically motivated class of nouns velop a classifier that achieves 70.4% F1 when classifying held-out nouns from the top 2,500 most common nouns. called relational nouns, which we focus on in this work. 1 2 Relational nouns refer to an entity by virtue of how it re- We release the dataset and classifier to the scientific com- lates to something else (Barker, 2011). In the above exam- munity so they can be used in relation extraction systems ple, friend establishes a relation between its referent, Jack, and other NLP applications. and the external entity, Jill, which could be depicted using 2. Related work friend(Jack, Jill) a two-place predicate such as . There exists a line of work examining the properties This differs from how a sortal (i.e. non-relational) noun like of relational nouns using a formal theoretical framework person Jill is a person is interpreted. The sentence could be (De Bruin and Scha, 1988; Partree, 2008; Laczko´ et al., person(Jill) depicted as a unary predicate, . In other 2009; Barker, 2011). There, the focus is on developing words, there is an absolute set of people, but there is no a consistent theoretical treatment rather than lexical re- absolute set of friends, without first specifying the person sources. Many of our decisions and heuristics used in an- with whom they are friends. notation and classification are based on this literature. Despite this semantic difference, relational nouns behave Other work focuses on the development of resources and syntactically like other nouns. Semantic parsers such as systems for nominal semantics, which is complementary to Boxer that are trained on CCGBank do not currently distin- our work. This includes NomBank (Meyers et al., 2004), guish between relational and non-relational nouns, leading and other work on nominal semantic role labelling (Pado´ to errors in sentences that contain them (Bos, 2008). Re- et al., 2008; Gerber and Chai, 2010). These resources lation extraction systems such as RENOUN (Yahya et al., and systems are concerned with the argument structure of 2014) and RELNOUN (Pal and Mausam, 2016) rely on au- nouns (relational nouns are often treated as taking argu- tomatically extracted patterns, and also do not make a dis- ments). But these resources do not focus on relational tinction between relational and non-relational nouns. Var- nouns in particular. NomBank, by its extension to Nom- ious information extraction systems could be improved by Lex (Macleod et al., 1998), includes a short list of 331 rela- the identification of relational nouns. In this work, we cre- tional nouns. By focusing specifically on relational nouns, ate a high-quality lexicon of relational nouns using boot- strapped manual annotation. 1http://cgi.cs.mcgill.ca/˜enewel3/publications/relational- Relational nouns pose a conceptually difficult annotation nouns-lrec-2018 task, in part because the meaning of most nouns involves 2https://github.com/enewe101/relational-nouns-lrec-2018 3405 we provide a greater than fourfold increase in the number In preparation for designing the annotation task, we col- of labelled relational nouns (1,446). Within the context of lected many relational nouns given as examples in the liter- Open Information Extraction, earlier work such as ReVerb ature, and organized them under the broad types of relations focused on extracting relations from verbs (Fader et al., they expressed, shown in Table 1. In our experience, anno- 2011). Mausam et al. (2012) examined the role of nouns tators perceive these classes as quite different, so it is useful and adjectives as bearers of predicates as well, showing that to decompose the notion of relational nouns in terms of the doing so increases coverage. Yahya et al. (2014) developed subclasses. We found that sequentially introducing the sub- the RENOUN system, which focuses on extracting informa- classes simplified annotator training. We now review the tion about rarer attributes expressed using nouns. subclasses: The work most related to ours is the RELNOUN Open Kinship. Kinship nouns like brother, describe family re- IE system, most recently augmented by Pal and Mausam lations, and are the most common example in the literature. (2016). This work extracts relations expressed using nouns, including relational nouns, using a combination of deter- Social non-kin. This includes informal roles, like friend, ministic patterns and lexical resources, yielding 209 correct and formal or organizational roles like mayor, CEO, or extractions from 2,000 newswire sentences. goalie. Nouns that depict roles without providing lexical Our current work complements automated extraction sys- evidence for a relation, such as butcher, are excluded. tems like RENOUN and RELNOUN by assembling a lexi- Operational. This includes non-social relations: pur- con of relational nouns. Rather than only relying on auto- pose, cause/effect, function, representation, etc. Theo- matically extracted patterns, we use manual annotation and ries of possessive constructs dictate that relational nouns bootstrapping to create a high-quality lexicon. This lexicon can occupy postnominal possessive constructions (Barker, of relational nouns can be used as a semantic resource in 2011), but we include nouns like cure even though it is relation extraction and other NLP tasks. more natural to say the cure for the disease, than it is to say the cure of the disease. 3. Operationalizing Relational Nouns Relative parts. This includes nouns designating a physi- Our operationalization of relational nouns follows the the- cal region based on a spatial or temporal relationship, such oretical treatment in the context of possessive constructs as corner or intro. These are typically reified by the rela- fairly closely. However, we deviate in certain cases (as will tion itself: the corner of a desk exists by virtue of being the be noted) to prioritize relation extraction applications. corner and cannot exist apart from the desk. Applying the definition of relational nouns during annota- tion is quite difficult, in part because relational nouns carry In creating these subclasses, we have specifically excluded no strong syntactic characteristics that distinguish them. It two others containing nouns normally considered relational helps to decompose the definition of relational nouns into (Partee and Borschev, 2003; Cresswell, 1996; Laczko´ et al., two criteria: (1) relational nouns must provide intrinsic lex- 2009; Barker, 2011; Lichtenberk et al., 2011; Partree, 2008; ical evidence that a relation is being expressed, and (2) re- De Bruin and Scha, 1988): lational nouns must refer to one of the members in the rela- Body parts. All body part nouns are traditionally consid- tionship expressed. This is equivalent to the prior definition ered to be relational (Laczko´ et al., 2009). However, the in which a relational noun identifies an entity by virtue of relation between a body part and the whole body does not how it relates to something else. But the decomposition seem to be an essential part of the meaning of body part makes it more obvious that there are two ways that a noun nouns. Supose one is practicing drawing ears, and is asked can fail to be relational. what are you drawing? In the response that is an ear, the Criterion 1 eliminates sortal nouns such as car. Consider, word ear does not seem to indicate any sort of relation. by way of example, the sentences that is Jill’s car and Jack Even in the gruesome case of a real disembodied ear, no is Jill’s brother. There we see that the referents of car and relation is implied when one says that is an ear.

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    6 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us