{ "paper_id": "C96-1021", "header": { "generated_with": "S2ORC 1.0.0", "date_generated": "2023-01-19T12:50:35.989444Z" }, "title": "Anaphora for Everyone: Pronominal Anaphora Resolution without a Parser", "authors": [ { "first": "Christopher", "middle": [], "last": "Kennedy", "suffix": "", "affiliation": { "laboratory": "", "institution": "University of California Santa Cruz", "location": { "postCode": "95064", "region": "CA" } }, "email": "" }, { "first": "Branimir", "middle": [], "last": "Boguraev", "suffix": "", "affiliation": { "laboratory": "Advanced Technologies Group Apple Computer, Inc. Cupertino", "institution": "", "location": { "region": "CA" } }, "email": "" } ], "year": "", "venue": null, "identifiers": {}, "abstract": "We present an algorithm for anaphora resolutkm which is a modified and extended version of that developed by (Lappin and Leass,/994). In contrast to that work, our algorithm does not require in-depth, full, syn.. tactic parsing of text. Instead, with minimal compromise in output quality, the modifications enable the resolution process to work from tile output of a part of speech tag-ge~; enriched only with annotations of grammatica] functkm of lexical items in the input text stream. Evaluation of the results of our in-tplementation demonstrates that accurate anaphora resolution can be realized within natural language processing fl'ameworks which do not-~,)r cannot-employ robust and rcqiable parsing components.", "pdf_parse": { "paper_id": "C96-1021", "_pdf_hash": "", "abstract": [ { "text": "We present an algorithm for anaphora resolutkm which is a modified and extended version of that developed by (Lappin and Leass,/994). In contrast to that work, our algorithm does not require in-depth, full, syn.. tactic parsing of text. Instead, with minimal compromise in output quality, the modifications enable the resolution process to work from tile output of a part of speech tag-ge~; enriched only with annotations of grammatica] functkm of lexical items in the input text stream. Evaluation of the results of our in-tplementation demonstrates that accurate anaphora resolution can be realized within natural language processing fl'ameworks which do not-~,)r cannot-employ robust and rcqiable parsing components.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Abstract", "sec_num": null } ], "body_text": [ { "text": "1 Overview (l,appin and Leass, 1994) describe an algorithm for pronominal anaphora resolution with high rate of correct analyses. While one of the strong points of this algorithm is that it operates primarily on syntactic information ahme, this also turns out to be a limiting factor for its wide use: current state-of-the-art of practically applicable parsing technology still falls short of robust and reliable delivery of syntactic analysis of real texts to the level of detail and precision that the filters a nd constraints described by I ,appin and l ,eass assume.", "cite_spans": [ { "start": 11, "end": 36, "text": "(l,appin and Leass, 1994)", "ref_id": null } ], "ref_spans": [], "eq_spans": [], "section": "", "sec_num": null }, { "text": "We are particularly interested in a class of text processing applications, capable of delivery of content analysis to a depth inw~lving non-trivial amount of discourse processing, including anaphora resolution. The operational context prohibits us from making any assumptions concerning domain, style, and genre of input; as a result, we have developed a text processing framework which builds its capabilities entirely on the basis of a considerably shallower linguistic analysis of the input stream, thus trading off depth of base level analysis for breadth of cown:age.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "", "sec_num": null }, { "text": "In this paper, we present work on modifying the lmppin/Leass algorithm in a way which enables it to work off a flat morpho-syntactic analysis of the sentences of a text, while retaining a degree of quality and accuracy in pronorainal anaphora resolution comparable to that reported in (Lappin and l,eass, 1994) . The modifications discussed below make the algorithm available to a wide range of text processing frameworks, which, due to the lack of full syntactic parsing capability, norreally would have been unable to use this high precision anap hora resolution tool. The work is additionally important, we feel, as it shows that informatkm about the content and logical structure of a text, in princi-. pie a core requirement for higher level semantic and discourse processes, can be effectively approximated by the right mix of constituent analysis and inferences about functional relations.", "cite_spans": [ { "start": 285, "end": 310, "text": "(Lappin and l,eass, 1994)", "ref_id": null } ], "ref_spans": [], "eq_spans": [], "section": "", "sec_num": null }, { "text": "The base level linguistic analysis for actaphora resolution is the output of a part of speech tagger, augmented with syntactic function annotatkms for each input to. ken; this kind of analysis is generated by the morpbosyntactic tagging system described in (Voutilainen et al., 1992) , (Karlsson et al., 1995) (hencehvth 1,1NC:-~;olq'). In addition to extremely high levels of accuracy in recall and precision of tag assignment ((VoutiJainen et al., 1992) report 99.77\u00b0/,, overall recall and 95.54% overall preciskm, over a variety of text genres, and in comparison with other state-of-the-art tagging systems), the primary motivation for adopting this system is the requirement to develop a robust text processor-with anaphora resolution being just one of its discourse analysis functkms capable of reliably handling arbitrary kinds of input.", "cite_spans": [ { "start": 257, "end": 283, "text": "(Voutilainen et al., 1992)", "ref_id": "BIBREF8" }, { "start": 286, "end": 309, "text": "(Karlsson et al., 1995)", "ref_id": "BIBREF4" }, { "start": 428, "end": 455, "text": "((VoutiJainen et al., 1992)", "ref_id": null } ], "ref_spans": [], "eq_spans": [], "section": "General outline of the algorithm", "sec_num": "2" }, { "text": "The tagger provides a very simple analysis of the structure of the text: for each lexical item in each sentence, it provides a set of values which indicate the morphological, lexical, grammatical and syntactic features of the item in tile context in which it appears. In addition, the modified algorithm we present requh:es annota tion of the input text stream by a simple position-identification function which associates an integer with each token in a text sequentially (we will refer to a token's integer value as its oJ~et).", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "General outline of the algorithm", "sec_num": "2" }, { "text": "As an example, given the text \"For 1995 the company set up its headquarters in Hall ] l, the newest and most presti-. gious of CeBIT's 23 hal Is.\" tile anaphora resolutkm algorithm would be presented with the h}llowing analysis stream. Note, in particu-. lar, the grammatical function information (e.g., @SUl~J, O)q.FMAINV) and the integer values (e.g., \"offt 39\") associa ted with each token.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "General outline of the algorithm", "sec_num": "2" }, { "text": "\"For/off139\" \"for\" PREP @ADVL \"1995/off140 .... 1995\" NUM CARD @

\"company/off142\" \"company\" N NOM SG/PL @SUBJ \"set/off143\" \"set\" V PAST VFIN @+FMAINV \"up/off144\" \"up\" ADV ADVL @ADVL \"its/off145 .... it\" PRON GEN SG3 @GN> \"headquarters/off146 .... headquarters\" N NOM SG/PL @OBJ \"in/off147 .... in\" PREP @ \"ll/off149\" \"Ii\" NUM CARD @

\"newest/off152 .... new\" A SUP @PCOMPL-O \"and/off153 .... and\" CC @CC \"most/off154\" \"much\" ADV SUP @AD-A> \"prestigious/off155 .... prestigious\" A ABS @

\"23/0ff158 .... 23\" NUM CARD @QN> \"halls/off159 .... hall\" N NOM PL @