
Unsupervised Lexical Semantic Frame Induction: A SemEval 2019 Task Proposal Behrang QasemiZadeh1, Miriam R. L. Petruck2, Laura Kallmeyer1, Marie Candito3, Alfredo Maldonado4, Rainer Osswald1, and Timm Lichte1 1 University of Düsseldorf 2 International Computer Science Institute 3 Paris Diderot University 4 Trinity College Dublin 1 Motivation Frame Semantics (Fillmore, 1976) and other theories (Gamerschlag et al., 2014) that adopt typed feature structures for the representation of knowledge and linguistic structures have developed in parallel over several decades in formal linguistics studies related to the syntax– semantics interface, as well as in empirical corpus-driven applications in natural language processing (NLP). Building repositories of lexical semantic frames is a central topic in these efforts, regardless of their perspective. In formal studies, lexical semantic frame knowledge bases are built to instantiate foundational theories with tangible examples, e.g., to serve as supporting evidence for the theory. On a practical level, frame semantic repositories play a pivotal role in natural language understanding and semantic parsing (both as a source for inspiring a representation format and for training data-driven machine learning methods) to accomplish tasks such as information extraction, question answering, text summarization, machine translation, and so on. However, the manual development of lexical semantic frames databases (as well as corpus-derived annotations to support those frames) is a resource-intensive task. The most well-known publicly available Frame Semantics lexical resource is FrameNet (Rup- penhofer et al., 2016), which covers only a fraction of natural language events and concepts in a relatively small number of contextual semantic domains. While NLP research has in- tegrated FrameNet into semantic parsing technologies (e.g. Das et al.(2014); Kshirsagar et al.(2015); Hartmann et al.(2017)), current parsing methods are not yet sufficiently effective for enriching frame repositories such as FrameNet with new frame templates, i.e., to port them to new semantic domains, and to extend them to languages other than En- glish. In general, the same holds for supervised machine learning for the identification of frames. One way to rectify this situation is the use of unsupervised machine learning methods for identifying new semantic frame templates and populating them. Even if these unsupervised approaches are not ideal to create full-fledged frame semantic databases, em- ploying them as an assistive lexicographical tool might well reduce the resource intensivity of the effort.1 Among the studies of unsupervised frame induction, most systems, e.g., Pen- nacchiotti et al.(2008) and Green et al.(2004), address the problem of domain coverage by employing other available lexical semantic resources such as WordNet (Miller, 1995), a technique that itself leads to other setbacks. Most importantly, these methods do not adapt easily across languages since for the most part these auxiliary resources are often not available in other languages. 1Of course, these unsupervised methods may have applications other than lexicography and lexical semantic studies, e.g., cold start knowledge base construction (Roth et al., 2015) and populating ontologies from text (Buitelaar, 2005). 1 The ambitious goal of this task is to induce frame structures automatically using unsupervised methods from corpora that are only annotated with grammatical relation- ships in the universal dependencies (UD) formalism.2 Specifically, as the first step, the goal is to identify the event frames that verbs evoke, and then to cluster the verbs and their syntactic argument(s) into high level frame clusters and semantic argument groups. For example, given sentences such as (1)–??, below, the goal is to group the verbs into frames such as those in Table1 3, and then further group the arguments of verbs into frame specific slot fillers clusters, such as items4, attributes5, difference6, and final_value7 for (1) and (2) as listed in Table2. (1) Share prices plummeted to new lows in value. (2) Total tax revenue increased by 5.1. (3) The gallery was packed with Judge Hastings’s supporters. For Change position on a scale: plummeted (1), increased (2) Filling: packed (3) Placing: packed ?? Table 1: Grouping verbs into frame clusters. items: Share prices (1), Total tax revenue (2) attributes: value (1) difference: 5.1 (2) final_value: new lows (1) Table 2: Slot filler clusters for the Change position on a scale frame from (1) and (2). Note that unlike efforts that aim to build a semantic graph from natural language sen- tences (Dohare and Karnick, 2017; Damonte and Cohen, 2017; May and Priyadarshi, 2017), here, the goal is to induce semantic frames for individual verbs in sentences. Thus, for ex- ample, in (4) the task will not deal with the discourse-related (cause-effect) phenomena between plummet and being hosted. (4) Top Gear ratings plummet in US despite being hosted by American star Matt LeBlanc. To the best of our knowledge, the proposed unsupervised task has not yet been the subject of an evaluation effort such as SemEval (or its predecessor Senseval). The task differs from the previous shared tasks on word sense induction and unsupervised role la- belling in several ways. Like other word-sense induction (WSI) shared tasks, (e.g., Agirre and Soroa(2007); Manandhar et al.(2010); Jurgens and Klapaftis(2013); Navigli and Van- nella(2013)), grouping verbs into frame categories requires identifying polysemous words. However, the proposed task goes beyond WSI since it demands identifying lexical semantic 2Note that assuming the availability of UD corpora is well within reason, since the UD project already covers more than 62 languages: http://universaldependencies.org/. 3We adapt frame definitions from FrameNet, see https://framenet.icsi.berkeley.edu/fndrupal/ frameIndex. 4The entity that has a position on the scale. 5The scalar property that the item possesses. 6The distance by which an Item changes its position on the scale. 7The position on the scale where the item ends up. 2 relationships such as synonymy, hyponymy (troponymy), meronymy, and antonymy, too (see the examples in Table1). While previous shared tasks have addressed the identifi- cation of lexical semantic relations (e.g., Camacho-Collados et al.(2017); Jurgens et al. (2014); Girju et al.(2007); Hendrickx et al.(2009); Jurgens et al.(2012)), these were mostly supervised, lexical relations were treated in isolation, and the proposed evaluation was usually limited to identifying relations between nominals. In contrast, the current proposed task deals with verbs and the lexical semantic relations among them in an un- supervised setting for the goal of coarse lexical frame induction. Lastly, while a great deal of research has focused on unsupervised role labelling/clustering (e.g., Baisa et al.(2015); Lang and Lapata(2011); Surdeanu et al.(2008); Swier and Stevenson(2004)), in most of them, information about word senses is assumed to be known and given as input. In con- trast, here the aim is to find clusters of verb arguments at the same time as inducing verb groups for each frame.8 As indicated, none of the above-mentioned evaluation efforts were tailored to meet the needs of frame identification, particularly, for lexicographic resource development. The data set for evaluating the current task consists of sentences with FrameNet anno- tation with the additional role-like layer. Specifically, we have annotated a new subset of sentences with FrameNet frames, for which preliminary annotation exists on a substantial number of sentences from the WSJ corpus; these data require a second pass to check the annotation. Compared to the available FrameNet annotated corpora, i.e. FrameNet’s “full- text” annotation, we changed some of the argument and frame categories for two reasons: (a) to fit a clustering task, i.e., to ensure that all frames reflect concepts at a similar level of abstraction, and (b) as mentioned, to provide role-like groupings of slot fillers to make them more useful for applications such as question-answering. These provisions ensure the quality of the evaluation dataset; although a large number of frame annotated sentences are publicly available, the current evaluation data have not been accessible prior to this evaluation. 1.1 Proposed Task and Expected Impact This proposal constitutes the first shared task on the problem of unsupervised coarse se- mantic frame induction. Grouping verbs into frames requires distinguishing between/among different senses of those verbs, and identifying the lexical semantic relations, e.g. synonymy and troponymy, that (may) hold between them. Also, syntactic arguments of verbs must be clustered as frame elements, a task that itself requires distinguishing between/among different senses of verbs and the nominals that fill their slots. Among the important ad- vantages of this proposal are: 1. Employing a well-motivated typology of event frames to study a problem for which no previous evaluation task exists sets the stage for new lines of research. The envisaged annotation layers provide both fine-grained and coarse-grained categorization for the semantic grouping of verbs and their argument structure. 2. The data derive from annotations of a well-known resource, namely a portion of WSJ sentences. These sentences were annotated for other types of analyses; consequently, they provide opportunities for future investigation of reciprocal relationships between frame structures, as
Details
-
File Typepdf
-
Upload Time-
-
Content LanguagesEnglish
-
Upload UserAnonymous/Not logged-in
-
File Pages14 Page
-
File Size-