{ "paper_id": "M92-1035", "header": { "generated_with": "S2ORC 1.0.0", "date_generated": "2023-01-19T03:13:12.290830Z" }, "title": "SRA : DESCRIPTION OF THE SOLOMON SYSTEM AS USED FO R MUC-4", "authors": [ { "first": "Chinatsu", "middle": [], "last": "Aone", "suffix": "", "affiliation": { "laboratory": "Systems Research and Applications (SRA )", "institution": "", "location": { "addrLine": "2000 15th Street Nort h", "postCode": "2220", "settlement": "Arlington", "region": "VA" } }, "email": "" }, { "first": "Doug", "middle": [], "last": "Mckee", "suffix": "", "affiliation": { "laboratory": "Systems Research and Applications (SRA )", "institution": "", "location": { "addrLine": "2000 15th Street Nort h", "postCode": "2220", "settlement": "Arlington", "region": "VA" } }, "email": "" }, { "first": "Sandy", "middle": [], "last": "Shinn", "suffix": "", "affiliation": { "laboratory": "Systems Research and Applications (SRA )", "institution": "", "location": { "addrLine": "2000 15th Street Nort h", "postCode": "2220", "settlement": "Arlington", "region": "VA" } }, "email": "" }, { "first": "Hatte", "middle": [], "last": "Bleje", "suffix": "", "affiliation": { "laboratory": "Systems Research and Applications (SRA )", "institution": "", "location": { "addrLine": "2000 15th Street Nort h", "postCode": "2220", "settlement": "Arlington", "region": "VA" } }, "email": "" } ], "year": "", "venue": null, "identifiers": {}, "abstract": "BACKGROUND SRA's knowledge-based natural language processing system SOLOMON has been developed for text understanding since 1986. In addition to being a domain-independent NLP system, starting in the fall of 1990 , SOLOMON has been extended as part of the MURASAKI project to become a multilingual text understanding system. It currently understands Spanish and Japanese as well as English texts. In order to achieve domain-and language-independence, SOLOMON separates data from processing modules. The processing modules do not assume any domain-or language-dependent facts ; rather they are designed so that they work off separate data, i .e. lexicons, grammars, patterns, and knowledge bases, which vary according to th e domain or language. To facilitate data acquisition, SRA has developed 2 tools : LEXToo1 for the developmen t of lexicons and KBTool for the development of knowledge bases. MUC-4 SYSTEM ARCHITECTUR E SRA's system as used for MUC-4 consists of the core NLP system SOLOMON, the Message Zoner, an d Extract, as shown in Figure 1. SOLOMON consists of 5 processing modules : Preprocessing, Syntax, Semantics, Discourse and Pragmatics modules. The data SOLOMON used for MUC-4 consists of the lexicons , the grammar, the patterns, and the knowledge bases. In order to handle MUC-4 messages, the Messag e Zoner and the Pragmatics module were significantly extended, and the MUC-4 specific lexicons and knowledge bases were added to the existing data. In the following, each of the modules is explained along wit h examples from message TST2-MUC4-0048 .", "pdf_parse": { "paper_id": "M92-1035", "_pdf_hash": "", "abstract": [ { "text": "BACKGROUND SRA's knowledge-based natural language processing system SOLOMON has been developed for text understanding since 1986. In addition to being a domain-independent NLP system, starting in the fall of 1990 , SOLOMON has been extended as part of the MURASAKI project to become a multilingual text understanding system. It currently understands Spanish and Japanese as well as English texts. In order to achieve domain-and language-independence, SOLOMON separates data from processing modules. The processing modules do not assume any domain-or language-dependent facts ; rather they are designed so that they work off separate data, i .e. lexicons, grammars, patterns, and knowledge bases, which vary according to th e domain or language. To facilitate data acquisition, SRA has developed 2 tools : LEXToo1 for the developmen t of lexicons and KBTool for the development of knowledge bases. MUC-4 SYSTEM ARCHITECTUR E SRA's system as used for MUC-4 consists of the core NLP system SOLOMON, the Message Zoner, an d Extract, as shown in Figure 1. SOLOMON consists of 5 processing modules : Preprocessing, Syntax, Semantics, Discourse and Pragmatics modules. The data SOLOMON used for MUC-4 consists of the lexicons , the grammar, the patterns, and the knowledge bases. In order to handle MUC-4 messages, the Messag e Zoner and the Pragmatics module were significantly extended, and the MUC-4 specific lexicons and knowledge bases were added to the existing data. In the following, each of the modules is explained along wit h examples from message TST2-MUC4-0048 .", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Abstract", "sec_num": null } ], "body_text": [ { "text": "The Preprocessing module performs word-and phrase-level analyses of input sentences . Since there are three types of lexicons, namely, the domain lexicons, the core lexicon and the \"shallow\" lexicon derived from a large corpus (i .e . the Dow Jones corpus from the Penn Treebank), when there is more than one entry wit h the same category for a word, the entry from the more specific lexicon is preferred .", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Preprocessin g", "sec_num": null }, { "text": "In addition to regular lexical lookup and morphological analysis, the Preprocessing module uses variou s patterns to recognize productive multiwords and complex phrases like dates, personal names, organizatio n names, locations, and so on . Also, it performs acronym absorption, where an acronym after a proper nou n like \"FARABUNDO MARTI NATIONAL LIBERATION FRONT (FMLN)\" is removed from the output of preprocessing and learned by the system . The next time that acronym appears in isolation, preprocessin g will understand that it has the same meaning as the original proper noun . Spelling correction and unknown word handling based on morphological endings are also performed .", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Preprocessin g", "sec_num": null }, { "text": "During preprocessing, proper names like \"ALFREDO CRISTIANI\" and \"ROBERTO GARCIA ALVARADO \" are dynamically recognized by the Spanish name pattern, which has been developed for the MURASAKI project, using the first names as anchors . The output of preprocessing for \"ROBERTO GARCIA AL-VARADO\" is shown in Figure 2 .", "cite_spans": [], "ref_spans": [ { "start": 304, "end": 312, "text": "Figure 2", "ref_id": "FIGREF2" } ], "eq_spans": [], "section": "Name Recognition", "sec_num": null }, { "text": "In addition, subsequent references to parts of these names, like \"GARCIA\", are resolved using the information learned by the pattern . In this way, we do not need to put all the possible name combination s in the lexicon, but rather put only first names in the lexicon . ", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Name Recognition", "sec_num": null }, { "text": "Sentences are parsed using an X-bar-based phrase structure grammar, and SRA's custom modification o f the Tomita parser, which handles Japanese and Spanish as well as English . The parser output is grammatical structures called Functionally Labelled Templates (FLTs) which are built using a linguistic formalism that modifies and extends the f-structure of Lexical-Functional Grammar (LFG) . These structures mark grammatical functions, like subject, object, specifier, and complement . Since the FLT formalism i s language-independent, the same semantic interpretation module is used for all languages .", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Syntactic Analysi s", "sec_num": null }, { "text": "The MUC sentences are fairly long and complex, but in many cases SOLOMON will recognize major constituent boundaries using simple heuristics . For example, if a proper name is directly followed by a comma , some words, and another comma, then those words between the commas are assumed to be a constituent attaching to the proper name as an appositive (e .g . \"ALFREDO CRISTIANI, NATIONALIST REPUBLICA N ALLIANCE (ARENA) PRESIDENT-ELECT, \" ) . Other easily recognized probable constituents include \" according to\" phrases and \"that\" clauses following communication verbs . These smaller constituents are sen t to general parsing in isolation before processing the entire sentence .", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Preparsin g", "sec_num": null }, { "text": "If general syntactic parsing of a sentence or constituent either fails or is taking too much time, the Debri s Parsing module is invoked . First, the largest and best-weighted non-overlapping constituents recognize d during parsing are extracted from the parse stack . The rest of the input is sent back into general parsin g and debris parsing if necessary. When the entire sentence has been passed back to the parser, the resultin g constituents are put together in a debris FLT . These structures are handled by a special submodule o f Semantic Interpretation, called Debris Semantics .", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Debris Parsin g", "sec_num": null }, { "text": "The Semantic Interpretation module interprets the grammatical structures (FLTs) to produce languageindependent meaning representations called Semantically Labelled Templates (SLTs) . It performs semantic ambiguity resolution both during parsing (to reduce the number of parses) and during the construction of SLTs (so that the best possible semantic interpretation is obtained .) The representation at this level is language-independent because the representation language is based on the concepts in the knowledge bases which are shared among languages .", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Semantic Interpretatio n", "sec_num": null }, { "text": "Verb mapping information is derived from both lexicons and KBs . In general, a lexical entry tells how eac h surface syntactic role is mapped to its corresponding thematic role, and a KB entry tells what the semanti c type restrictions on these roles are . When necessary, however, lexical idiosyncracies, either syntactic o r semantic, can be recorded in the lexicons . The mapping information for \"accuse\" is shown in Figure 3 . Th e semantic concepts representing verbs like \"accuse\", \"condemn\", and \"blame\" are subclasses of a concep t called JUDGEMENT-EVENT in our KB . The GOAL of this event (i .e . the embedded sentences under thes e verbs) are thus taken as facts, and mapped to the template as such .", "cite_spans": [], "ref_spans": [ { "start": 420, "end": 428, "text": "Figure 3", "ref_id": "FIGREF3" } ], "eq_spans": [], "section": "Semantic Interpretatio n", "sec_num": null }, { "text": "When the Semantics module receives the output of Debris Parsing, it must process a collection of fragmentary syntactic constituents rather than a fully analyzed FLT . Debris Semantics will call general semanti c interpretation on each of these constituents and fit them together as best it can based on semantic knowledge and constraints . This involves choosing a top-level S from the syntactic fragments, fitting the othe r fragments into it, and producing the most salient semantic interpretation for the sentence .", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Debris Semantics", "sec_num": null }, { "text": "Nominalized verbs, which often describe terrorist events as in \"THE KILLING OF ATTORNEY GENERA L ROBERTO GARCIA ALVARADO\", \"THE MURDER OF 10 UNION MEMBERS\", and \"THE ATTAC K ON FENASTRAS\" are treated semantically like ordinary verbs . That is, the nouns \"killing\", \"murder\", an d \" attack\" are mapped to event frames in the KBs (i.e . MURDER, KILL, and ATTACK respectively), an d the modifying PPs of appropriate types become the THEME of these events, as in Figure 4 .", "cite_spans": [], "ref_spans": [ { "start": 459, "end": 467, "text": "Figure 4", "ref_id": "FIGREF4" } ], "eq_spans": [], "section": "Nominalization s", "sec_num": null }, { "text": "Both pre-and post-appositives like \"ATTORNEY GENERAL ROBERTO GARCIA ALVARADO\" an d \"MANUEL VALLEJO URIBE, A BUSINESSMAN\" are interpreted so that the KB objects for the hea d nouns get additional class information provided by the appositives . In Figure 4 , the appositive \"ATTORNE Y GENERAL\" is interpreted so that the frame MAN .472 representing \"ROBERT GARCIA ALVARADO\" obtains additional ISA information (i .e . GOVERNMENT-OFFICIAL) from the appositive . This semanti c interpretation enables resolution of the subsequent reference to the same man by \"THE ATTORNEY GEN-ERAL\" in S21 (cf . Appendix A) in discourse processing . Discourse Analysi s", "cite_spans": [], "ref_spans": [ { "start": 246, "end": 254, "text": "Figure 4", "ref_id": "FIGREF4" } ], "eq_spans": [], "section": "Appositive s", "sec_num": null }, { "text": "The Discourse Analysis module performs pronoun and definite NP resolution . Although this module handle s some interesting phenomena such as partitives and super-subclass reference, this module needs the mos t work, especially to be able to handle phenomena which occur in other languages like Spanish and Japanese . Limited event discourse in terms of causality reasoning is done by Pragmatic Inferencing . For example, if it is mentioned that there was some terrorist attack and subsequently 3 people were found dead, we infer that the terrorist attack was the cause of the death of 3 people . Thus, we merge these 2 events into one terroris t event . We are planning to expand and incorporate the event discourse component into the Discourse module .", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Appositive s", "sec_num": null }, { "text": "SOLOMON handles partitives well because many of the domains for which it has been used call for understanding complex quantity expressions . The partitives like \"FOUR OF THE VICE PRESIDENT 'S CHILDREN\" and \" ONE OF THEM \" , are interpreted by semantics so that the head noun (e .g . \"ONE \" , \"FOUR\") represents a part of the object represented by the NP in the \"of\" phrase. The NP in the \"of\" phrase of the partitive construction must be a definite NP . Thus, getting the correct interpretation for partitive s always requires correct definite anaphora resolution . In Figure 5 , \"THEM\" in S22 was correctly resolved to \"TWO BODYGUARDS\", which is represented by SECURITY-GUARD .292 in the SET-PARENT slot of ENTITY .299 representing \"ONE\" .", "cite_spans": [], "ref_spans": [ { "start": 569, "end": 577, "text": "Figure 5", "ref_id": null } ], "eq_spans": [], "section": "Partitive s", "sec_num": null }, { "text": "The discourse resolution of \" THE CRIME \" to \" KILLING \" in 51 is handled by resorting to the KB hierarchy. One of SOLOMON's anaphora resolution strategies is to look for an antecedent whose concept is a subclas s of the concept represented by the anaphora . For example, in \"John has a pet iguana, and he loves thi s lizard .\", \"this lizard\" is resolved to \"a pet iguana\" because the concept IGUANA is a subclass of the concep t \"LIZARD\" in the KB .", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Reference by Superclass Concept s", "sec_num": null }, { "text": "The nominalized event reference \"THE CRIME\" is resolved in the same way . As explained earlier, a nominalized verb like \"killing\" is mapped to an event concept, in this case KILL, in the KB . The nou n \"crime\" is mapped to the concept ANTI-CREATION-EVENT, which has subclasses like MURDER, AT-TACK, BOMB-EVENT, DESTROY, and so on . KILL is also a subclass of ANTI-CREATION-EVENT, an d therefore \"THE CRIME \" is resolved to \" KILLING \" . In this way, the two events are merged and a singl e template is created from S1 .", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Reference by Superclass Concept s", "sec_num": null }, { "text": "This module was exploited extensively for the MUC-4 task in order to, perform reasoning needed to go fro m literal interpretation of messages in our semantic representation to the MUC-4 template representation . For example, in S11 of message 0048, \"MERINO'S HOME\" should be categorized as GOVERNMENT OFFIC E OR RESIDENCE because Merino is a vice president-elect . However, the default semantic type of \"HOME\" is CIVILIAN RESIDENCE, as shown in Figure 6 . From this representation to the actual template, one mus t infer that a residence occupied by a government official is a government residence .", "cite_spans": [], "ref_spans": [ { "start": 445, "end": 453, "text": "Figure 6", "ref_id": null } ], "eq_spans": [], "section": "Pragmatic Inferencin g", "sec_num": null }, { "text": "We made extensive use of the forward chainer of SRA's knowledge representation language TURNKE Y for this kind of reasoning . It should be made clear that none of the forward rules are specific to particula r terrorist incidents . Rather, all the rules reflect our commonsense reasoning . The rule which deals with the type of inference needed for the Merino example is Rule-025 in Figure 7 .", "cite_spans": [], "ref_spans": [ { "start": 382, "end": 390, "text": "Figure 7", "ref_id": null } ], "eq_spans": [], "section": "Pragmatic Inferencin g", "sec_num": null }, { "text": "In order to handle S12, where it should be determined that people in Merino's home were also targets , we added; after the final testing, another rule Rule-064, which says that any person inside a physical targe t is a human target . ", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Pragmatic Inferencin g", "sec_num": null }, { "text": "The Extract module translates the domain-relevant portions of our language-independent meaning representation into database records . We maintain a strong distinction between code and data, and in fact use th e same code to output to several databases ; including flat template-style and more object-oriented schemas .", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Extract", "sec_num": null }, { "text": "Given a top-level event for each processed sentence in the text, Extract decides what subevents of thos e top-level events can be assumed true and therefore extracted from . For example, if killing is condemned, as in S1, then that killing is mapped to the database .", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Extract", "sec_num": null }, { "text": "We employ a fairly simple event merging strategy. Eventually we hope to handle this in discourse . Tw o events are merged when they have the same stage-of-execution, their \"types\" are compatible (i .e . eithe r identical or one is just an attack), and one of the following conditions is met :", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Extract", "sec_num": null }, { "text": "1. Both events have the same target .", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Extract", "sec_num": null }, { "text": "2. Either event has no target .", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Extract", "sec_num": null }, { "text": "3. Either event is only reporting deaths, injuries, or victims .", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Extract", "sec_num": null }, { "text": "Unfortunately, this strategy does not merge the events in S21-22 with the event described in Si since bot h incidents already have human targets . Of these merged events, Extract filters out those events which shoul d not be mapped according to the rather complicated description provided in the MUC-4 task documentation .", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Extract", "sec_num": null }, { "text": "To do the actual template filling, we rely on Extract data made up of kb-object/slot to db-table/field mapping rules and conversion functions for the individual values . For example, our AGENT slot in an ATTACK event corresponds to the PERPETRATOR fields in the MUC template . Information from th e free text of the message is combined with that in the header when the text is not explicit about the date o r location of the incidents . ", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Extract", "sec_num": null } ], "back_matter": [ { "text": "OF THE CRIME . ", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Sl : SALVADORAN PRESIDENT-ELECT ALFREDO CRISTIAII CONDEMNED THE TERRORIST KILLING OF ATTORNE Y GENERAL ROBERTO GARCIA ALVARADO AND ACCUSED THE FARABUNDO MARTI NATIONAL LIBERATION FRONT (FMLN )", "sec_num": null } ], "bib_entries": {}, "ref_entries": { "FIGREF0": { "uris": null, "text": "MUG-4 System Architecture", "num": null, "type_str": "figure" }, "FIGREF2": { "uris": null, "text": "Preprocessing : Name Patter n", "num": null, "type_str": "figure" }, "FIGREF3": { "uris": null, "text": "Mapping Information for \"accuse\"", "num": null, "type_str": "figure" }, "FIGREF4": { "uris": null, "text": "Semantics of \"THE KILLING OF ATTORNEY GENERAL ROBERTO GARCIA ALVARADO \"", "num": null, "type_str": "figure" }, "FIGREF5": { "uris": null, "text": "Semantics of \"ONE OF THEM WAS INJURED \" RESIDEICE .480 (ISA (VALUE CIVILIAN-RESIDENCE) ) (OCCUPIED-BY (VALUE MAI .478) Semantics of \"MERINO'S HOME \"", "num": null, "type_str": "figure" }, "FIGREF6": { "uris": null, "text": "Figure 7 : Forward Chaining Rules", "num": null, "type_str": "figure" } } } }