{ "paper_id": "M91-1029", "header": { "generated_with": "S2ORC 1.0.0", "date_generated": "2023-01-19T03:15:27.722436Z" }, "title": "PRC Inc : DESCRIPTION OF THE PAKTUS SYSTEM USED FOR MUC-3", "authors": [ { "first": "Bruce", "middle": [], "last": "Loatman", "suffix": "", "affiliation": { "laboratory": "", "institution": "PRC In c 1500 Planning Research Driv e McLean", "location": { "postCode": "22102", "region": "VA" } }, "email": "loatman_bruce@po.gis.prc.com" } ], "year": "", "venue": null, "identifiers": {}, "abstract": "The PRC Adaptive Knowledge-based Text Understanding System (PAKTUS) has been under development as a n Independent Research and Development project at PRC since 1984. The objective is a generic system of tools , including a core English lexicon, grammar, and concept representations, for building natural language processin g (NLP) systems for text understanding. Systems built with PAKTUS are intended to generate input to knowledg e based systems or data base systems. Input to the NLP system is typically derived from an existing electroni c message stream, such as a news wire. PAKTUS supports the adaptation of the generic core to a variety of domains : JINTACCS messages, RAINFORM messages, news reports about a specific type of event, such as financia l transfers or terrorist acts, etc., by acquiring sublanguage and domain-specific grammar, words, conceptual mappings , and discourse patterns. The long-term goal is a system that can support the processing of relatively long discourse s in domains that are fairly broad with a high rate of success. APPROACH PAKTUS may be viewed from two perspectives. In one view it is seen as a generic environment for buildin g NLP systems, incorporating modules for lexical acquisition, grammar building, and conceptual templat e specification. The other perspective focuses on the grammar, lexicon, concept templates, and parser alread y embedded within it, and views it as an NLP system itself. The early emphasis in developing PAKTUS was on thos e components supporting the former view. The grammar and lexicon that form the common core of English, as wel l as the stock of generic conceptual templates, entered PAKTUS primarily as a side effect of the testing of extension s to the NLP system development environment. More recent work has focused on extending the linguistic knowledg e within the overall architecture, such as prepositional phrase attachment, compound nominals, temporal analysis, an d metaphorical usage, and on adapting the core to particular domains, such as RAINFORM messages or news reports. The first step in this project was an evaluation of existing techniques for NLP, as of 1984. This evaluatio n included implementing rapid prototypes using techniques as in [1], [2], [3], and [4]. Judging that no one technique was adequate for a full treatment of the NLP problem, we adopted a hybrid approach, breaking the text understandin g process into specialized modules for text stream preprocessing, lexical analysis, including morphology, syntacti c analysis of clauses, conceptual analysis, domain-specific pattern matching based on an entire discourse (e .g., a new s report), and final output-record generation. Knowledge about word morphology was drawn from [5] and is represented as a semantic network, as is lexica l and semantic knowledge in general. The grammar specification has been based on our analysis of message text, an d draws from [5], [6], and [7]. It was first implemented as an augmented transition network (ATN), using a linguisti c notation similar to that in [4]. This implementation relies on an interactive graphic interface to specify and debug grammar rules. More recent investigations focus on alternative formalisms .", "pdf_parse": { "paper_id": "M91-1029", "_pdf_hash": "", "abstract": [ { "text": "The PRC Adaptive Knowledge-based Text Understanding System (PAKTUS) has been under development as a n Independent Research and Development project at PRC since 1984. The objective is a generic system of tools , including a core English lexicon, grammar, and concept representations, for building natural language processin g (NLP) systems for text understanding. Systems built with PAKTUS are intended to generate input to knowledg e based systems or data base systems. Input to the NLP system is typically derived from an existing electroni c message stream, such as a news wire. PAKTUS supports the adaptation of the generic core to a variety of domains : JINTACCS messages, RAINFORM messages, news reports about a specific type of event, such as financia l transfers or terrorist acts, etc., by acquiring sublanguage and domain-specific grammar, words, conceptual mappings , and discourse patterns. The long-term goal is a system that can support the processing of relatively long discourse s in domains that are fairly broad with a high rate of success. APPROACH PAKTUS may be viewed from two perspectives. In one view it is seen as a generic environment for buildin g NLP systems, incorporating modules for lexical acquisition, grammar building, and conceptual templat e specification. The other perspective focuses on the grammar, lexicon, concept templates, and parser alread y embedded within it, and views it as an NLP system itself. The early emphasis in developing PAKTUS was on thos e components supporting the former view. The grammar and lexicon that form the common core of English, as wel l as the stock of generic conceptual templates, entered PAKTUS primarily as a side effect of the testing of extension s to the NLP system development environment. More recent work has focused on extending the linguistic knowledg e within the overall architecture, such as prepositional phrase attachment, compound nominals, temporal analysis, an d metaphorical usage, and on adapting the core to particular domains, such as RAINFORM messages or news reports. The first step in this project was an evaluation of existing techniques for NLP, as of 1984. This evaluatio n included implementing rapid prototypes using techniques as in [1], [2], [3], and [4]. Judging that no one technique was adequate for a full treatment of the NLP problem, we adopted a hybrid approach, breaking the text understandin g process into specialized modules for text stream preprocessing, lexical analysis, including morphology, syntacti c analysis of clauses, conceptual analysis, domain-specific pattern matching based on an entire discourse (e .g., a new s report), and final output-record generation. Knowledge about word morphology was drawn from [5] and is represented as a semantic network, as is lexica l and semantic knowledge in general. The grammar specification has been based on our analysis of message text, an d draws from [5], [6], and [7]. It was first implemented as an augmented transition network (ATN), using a linguisti c notation similar to that in [4]. This implementation relies on an interactive graphic interface to specify and debug grammar rules. More recent investigations focus on alternative formalisms .", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Abstract", "sec_num": null } ], "body_text": [ { "text": "Our conceptual analysis combines aspects of conceptual dependency [1] , [8] , case grammar [9] , semanti c preferences [10] , and psychology [11] . We provided a feedback loop from the conceptual analyzer to the syntacti c parser for faster, more accurate analysis . We have found empirically that the current parser usually runs in linear time (on a Sun 3/260, about 0 .1 second per word, regardless of sentence length) . This is a result of the feedbac k together with \"look ahead\" tests at critical decision points . Those infrequent sentences requiring more time are terminated by the parser, which returns the longest parsed substring, or a run-on analysis . The resultant loss o f recall is more than compensated for in increased system throughput . MUC-3 corpus sentences that PAKTUS parse s completely (about 47% of the total corpus) average about two seconds of parse time, compared to about ten second s each for partial and run-on parses (about 51% of the total corpus) .", "cite_spans": [ { "start": 66, "end": 69, "text": "[1]", "ref_id": "BIBREF0" }, { "start": 72, "end": 75, "text": "[8]", "ref_id": "BIBREF7" }, { "start": 91, "end": 94, "text": "[9]", "ref_id": "BIBREF8" }, { "start": 119, "end": 123, "text": "[10]", "ref_id": "BIBREF9" }, { "start": 141, "end": 145, "text": "[11]", "ref_id": null } ], "ref_spans": [], "eq_spans": [], "section": "", "sec_num": null }, { "text": "Our first version of the domain-specific discourse pattern matcher was based on [2] , but a more versatile version , based on specification-by-examples, was added during MUCK 2 development. This uses clause, sentence, and noun phrase semantic and syntactic patterns, and was used again in MUC-3 . We have begun implementing discourse-leve l pattern matching (somewhat like scripts), but this was not sufficiently developed for use in MUC-3 .", "cite_spans": [ { "start": 80, "end": 83, "text": "[2]", "ref_id": "BIBREF1" } ], "ref_spans": [], "eq_spans": [], "section": "", "sec_num": null }, { "text": "In addition to these functional NLP components, PAKTUS has a broad set of development tools, includin g grammar construction tools and debugger, a lexical acquisition interface, conceptual specification tools, domai n pattern builders, and some automatic learning capabilities . These greatly facilitated adaptation of the system to th e MUC-3 task.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "", "sec_num": null }, { "text": "PAKTUS integrates a variety of methods that have had some success in the past . The architecture of th e PAKTUS-based NLP system used for MUC-3 is shown in Figure 1 . Processing begins with the arrival of an electronic stream of text, such as the MUC-3 corpus . The first function performed is the decomposition of the stream of characters into individual messages, message segments, sentences , and strings of words, based on document format specifications contained in a MUC-3 document specificatio n template . The words identified by the preprocessor are mapped into entries in the lexicon which contain informatio n about their syntax and semantics, as illustrated in Figure 2 for the word \"knows\" . The lexicon, contained in fiv e databases, contains separate information for root words (\"words\" in Figure 2 ), concepts, and surface forms o r \"tokens\" . The latter are mapped into data structures based on the roots . These mappings are contained the \"parses \" database of Figure 2 . Compound words and idioms are first mapped into synthetic tokens, and then processed like other surface forms . All this information is organized in memory in two networks : a lexical net and a concept net . These two networks are linked by conceptual associations, as illustrated in Figure 2 . The words, concepts, an d associations are brought into memory only as needed in processing text . PAKTUS includes an object-oriente d DBMS that performs these lexicon operations [12] .", "cite_spans": [ { "start": 1464, "end": 1468, "text": "[12]", "ref_id": "BIBREF11" } ], "ref_spans": [ { "start": 156, "end": 164, "text": "Figure 1", "ref_id": "FIGREF0" }, { "start": 673, "end": 681, "text": "Figure 2", "ref_id": null }, { "start": 805, "end": 813, "text": "Figure 2", "ref_id": null }, { "start": 979, "end": 987, "text": "Figure 2", "ref_id": null }, { "start": 1274, "end": 1282, "text": "Figure 2", "ref_id": null } ], "eq_spans": [], "section": "System Architecture", "sec_num": null }, { "text": "When words are encountered that have never been seen previously by PAKTUS, it tries to analyze these morphologically . The morphology module has information about approximately 250 affixes, one of which, -en, i s illustrated in Figure 3 . It analyzes words in terms of known roots and the affixes, although some words can be adequately analyzed without any knowledge of the root (e .g., any word not in the lexicon that ends in \"ology \" denotes an \"information domain\") . It derives both syntactic information and semantic information, producing a n internal PAKTUS representation . In addition, for MUC-3, we added morphological heuristics for guessing syntacti c and semantic information in many cases, even when the root is unknown (e .g., an unrecognized word ending in \"ation\" might be an abstract noun) . If all of this fails to identify the word, the system deduces as much as it can from the syntactic and semantic context during parsing . The next step in processing the text is to parse the sentences syntactically, according to a grammar specification , to generate syntactic configurations . The conceptual analyzer then maps the syntactic configurations into conceptual frames (concept structures with roles filled by phrase constituents), usually resolving much ambiguity in th e process . If the syntax cannot be mapped into any conceptual frame, it is rejected and the syntactic parser trie s alternatives . The first two levels of the conceptual network are shown in Figure 4 . The conceptual roles used i n PAKTUS are shown in Figure 5 .", "cite_spans": [], "ref_spans": [ { "start": 228, "end": 236, "text": "Figure 3", "ref_id": null }, { "start": 1484, "end": 1492, "text": "Figure 4", "ref_id": null }, { "start": 1545, "end": 1553, "text": "Figure 5", "ref_id": "FIGREF2" } ], "eq_spans": [], "section": "System Architecture", "sec_num": null }, { "text": "The discourse analyzer collects all the conceptual frames for an entire narrative (i .e ., an entire news report for the MUC-3 application) and produces application-specific structures that represent the information that is to be extracte d from the document, based on the discourse template specifications . These structures are then reformatted into simulated MUC-3 data base updates (i .e ., filled templates) . An example is given below .", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "System Architecture", "sec_num": null }, { "text": "There are important feedback points in this process, as shown in Figure 1 . For example, the conceptual analyzer may notify the syntactic parser that a proposed parse is semantically unacceptable, signalling that a n alternative parse should be attempted . This semantic testing is always invoked at the clause level, and sometime s sooner . In addition, when confronted with two computationally expensive paths, \"look ahead\" procedures tha t quickly scan the sentence are invoked to decide which to try first. For example, a past participle following a nou n may or may not signal the beginning of a relative clause in which the noun is the direct object . In this case, a partial conceptual analysis quickly determines whether the noun can be mapped into any concept associated with th e verb. If it cannot, the relative clause path is not pursued.", "cite_spans": [], "ref_spans": [ { "start": 65, "end": 73, "text": "Figure 1", "ref_id": "FIGREF0" } ], "eq_spans": [], "section": "System Architecture", "sec_num": null }, { "text": "(C\"PRIMITIV E (CABOUN D C\"BEGIN C\"END C^EVER C\"WHOLE) (C\"CHANG E CA AID C\"DAMAGE C\"VARY C\"LAW C A LEAD C APOWER C ASUBJUG CA GO CA EVENT C ANEW C\"T1ME CA REST CAWEAK)", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "System Architecture", "sec_num": null }, { "text": "(C\"LIF E C A BODY C AANIMAL CA BUG C^LIVE CA FOOD CASIP C A VEGT C A SOMA C AGARB C AHOME C\"HOLY CA KIN CA LADY C AYOUN G C A CRIME CA SICK CAEDUCATE C\"MALE CA MEDIC CA MART C^MONEY C^WORK; C\"PLAY CA SEX ) (C\"ARTIFACT CA FURN CA MECHAN C AVEHIC ) (CA STUF F C AFABRIC CA MATERIAL CA VAPOR C\"ION C\"EARTH ) (C\"INTER-RE L C\"PROX C\"REL-LOC C\"HOLLOW C AJOIN CAHAVE C ALACK C AGROUP CASEPAR CAWE) (C^SELF-RE L C^PURITY C AAMBIENCE C\"PSYCH CAGOODNESS) (C A INFO C AHEAR C\"VIEW C AIDEA C A MEASUR E C\"TALK CA WRITE C AMUSIC C ACOMPUTE C ATRUTH ) (CAGRADE C A MUCH CA LARGE C\"LITTLE CA QUICK CA SOME CA EASY CASOLE ) (C APHYSIC", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "System Architecture", "sec_num": null }, { "text": "CA BULGE C A FLOW CA PATH C\"PLACE C AASTRON)", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "System Architecture", "sec_num": null }, { "text": "C\"UNKNOWN) To apply PAKTUS to MUC-3, five tasks were performed . Due to the modular design of PAKTUS, these are clearly delineated and were performed by different people . Some tasks must be initiated in sequence, but may be cascaded as the corpus of text is processed, so that, except for a brief period at the beginning of the task, wor k proceeded in parallel . The number of changes to various knowledge bases is summarized in Figure 6 . The five tasks were:", "cite_spans": [], "ref_spans": [ { "start": 431, "end": 439, "text": "Figure 6", "ref_id": null } ], "eq_spans": [], "section": "System Architecture", "sec_num": null }, { "text": "\u25aa Build a template specifying the formats of the input streams (dev-muc3, tstl and tst2) . This was easy and required about a day to perform .", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "System Architecture", "sec_num": null }, { "text": "\u2022 Read in the documents and update the lexicon using the PAKTUS interactive graphic interface . This wa s relatively easy for those words (typically nouns) that only require categorization, but not conceptual mappin g specifications (as verbs do). The latter has often been done successfully by relying on PAKTUS default values .", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "System Architecture", "sec_num": null }, { "text": "\u25aa Adapt the grammar to the sublanguage of the application . Actually changing the grammar is easy with the PAKTUS interactive graphic tools for this, but determining what is the grammar of the sublanguage may b e quite difficult, requiring much linguistic knowledge and study of the corpus . Changes for MUC-3 were minor .", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "System Architecture", "sec_num": null }, { "text": "\u25aa Define the application-specific discourse templates . This is the least developed component of PAKTUS, and th e one that will receive the most attention in continuing work, such as for MUC-4 . For MUC-3, phrase an d sentence-level patterns were defined . A function unified these and mapped them into the 18-slot MUC-3 templates .", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "System Architecture", "sec_num": null }, { "text": "Specify and implement the interface to the application system (the MUC-3 template fills) . This was tedious , but easy compared to the other tasks . It is strictly conventional software engineering . ", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "System Architecture", "sec_num": null }, { "text": "Message number 99 from the \"testl\" set, which is reprinted in Appendix H, will be used to illustrat e PAKTUS's operation for MUC-3 . PAKTUS processes text sequentially, first stripping off the document header , then identifying sentences, which are processed syntactico-semantically one at a time, after which all the results are passed to the discourse component. Figure 7 shows the raw, unprocessed text of the first sentence, followed by the preprocessed sentence, in whic h word boundaries have been identified . Note that \" Soviet Union\" is treated as a single word, since it names an entit y represented in the lexicon .", "cite_spans": [], "ref_spans": [ { "start": 365, "end": 373, "text": "Figure 7", "ref_id": "FIGREF3" } ], "eq_spans": [], "section": "Example of MUC-3 Document Processing", "sec_num": null }, { "text": "The lexical analysis of this sentence is shown in Figure 8 . Each word has one or more senses, represented as a root symbol, which is generally the concatenation of the English token, the \" A\" character, and the PAKTUS lexical category (e .g., \"ReportA Monotrans\"), or as a simple structure involving a root, lexical category, inflectional mark , and sometimes a conceptual derivation (e .g . the structure \" (Report^Monotrans L^Effect-mark Base C^It-got) \" represents the adjective sense of \"reported\") . For each word, all senses in the PAKTUS lexicon are fetched or derive d at this time ; disambiguation is generally delayed until the syntactic and semantic phases . An exception in this example is the word \"tonight\" which has been replaced by the date from the dateline of this MUC-3 news report . The syntactic and conceptual analyses of this sentence are shown in Figures 9 and 10 , respectively . Note that conceptual structures are produced for some nouns (e .g ., \"embassies\"), not just for verbs. I*** raw sentence : POLICE HAVE REPORTED THAT TERRORISTS TONIGHT BOMBED TH E EMBASSIES OF THE PRC AND THE SOVIET UNION .", "cite_spans": [], "ref_spans": [ { "start": 50, "end": 58, "text": "Figure 8", "ref_id": null }, { "start": 872, "end": 888, "text": "Figures 9 and 10", "ref_id": "FIGREF0" } ], "eq_spans": [], "section": "Example of MUC-3 Document Processing", "sec_num": null }, { "text": "*** preprocessed words : (\"POLICE\" \"HAVE\" \"REPORTED\" 'THAT\" 'TERRORISTS\" 'TONIGHT \" \"BOMBED\" 'THE\" \"EMBASSIES\" \"OF\" 'THE\" \"PRC \" \"AND\" 'THE\" \"SOVIET UNION\" ) Figures 11 and 12 show the syntactic and conceptual analysis of the fifth sentence, which contains a difficul t conjunction that PAKTUS handled correctly . Figure 13 shows one of the templates PAKTUS generated for thi s news report. It is fairly representative of our work focus in MUC-3, in that some slots are filled in correctly, som e incorrectly (e .g., location), and some ignored (e .g ., perpetrators), due to the limits of our development in thi s application. Figure 14 illustrates the ability of PAKTUS to deal with unknown words, which is essential in any applicatio n that continually processes new text . This shows the syntactic analysis of a sentence from one of the \"test2\" reports . It contains three words that can not be derived from the PAKTUS lexicon: \"Estevez\", \"MPTL\", and \"supposed\" . PAKTUS made assumptions about each word, based on morphology and syntactico-semantic context. It was able to produce a reasonably accurate parse, by guessing that \"Estevez\" is a Spanish name, and recognizing that \"MPTL\" i s a noun in apposition with the preceding noun phrase, and that \"supposed\" must in this case be a passive voic e monotransitive verb. POLICE HAVE REPORTED THAT TERRORISTS TONIGHT BOMBED TH E EMBASSIES OF THE PRC AND THE SOVIET UNION .", "cite_spans": [], "ref_spans": [ { "start": 158, "end": 175, "text": "Figures 11 and 12", "ref_id": "FIGREF0" }, { "start": 314, "end": 323, "text": "Figure 13", "ref_id": "FIGREF0" }, { "start": 628, "end": 637, "text": "Figure 14", "ref_id": "FIGREF0" } ], "eq_spans": [], "section": "Example of MUC-3 Document Processing", "sec_num": null }, { "text": "Conceptual frame : (CAAssert (\"RAAgentO9\" (F409 ( \" Head1 0\" Police^Specialist)) ) (\"RAProposition93 \" (CA Damage (\"RA AgentO5\" (F405 (\"Head06\" (Terro rAEmotion LAUser SAS C AUses))) ) (\"R AAffected95 \" (CAAttend ( \"Head03\" (EmbassyABuilding LABuilding S AS) ) (\"RAFocus96 \" (F396 (\"Head01\" ChinaANation) (\"Conj97\" (F397 (\" Head98\" RussiaANation))) (\"Conjoiner00\" AndAConj))) (\" RAPlace95\" \"@F395\") (\" R APlace95\" \"@F395\")) ) (\"RAOpponent95 \" (CAAttend (\"Head03\" (Embass yABuilding LABuilding S AS)) (\"RAFocus96\" (F396 (\"Head01\" ChinaANation ) ( \"Conj9 7 \" (F397 ( \"Head9 8 \" RussiaANation)) ) (\"ConjoinerOO\" AndAConj)) ) (\"RAPlace95\" \"@F395\") (\"RAPlace95\" \"@F395\"))) (\"RAWhen-adv94\" (\"25-Oct-1989\" LATime-date Base)))) ) ", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Example of MUC-3 Document Processing", "sec_num": null }, { "text": "(S (\"Main-verb28\" (SayA To-io LA To-io S A Ed) ) (\"Subject26\" (Np (\"Head27\" Police A Specialist))) (\"Prop97\" (T1 (\"Main-verbO3\" ((Carrryyout A Monotrans LA Monotrans SA Ed)) (\"SubjectOl\" (Np (\"HeadO2\" SomeoneASome) ) (\"Do98\" (Np (\"Head99\" (Attack A Task LATask SAS )) (\"DetOO\" The A Det)) ) (\" ConjO4 (ConjA (\"Main-verbl 1\" ( Break A lntrans LAMonotrans Past C A Cause-itl ) (\"SubjectO8\" (Np (\"HeadO9\" ( BombA Bomb LA Bomb S A S ) ) (\"Det10\" The A Det)) ) (\"Do06\" (Np (\"HeadO7\" ( WindowA Struct-part LA Struct-partSAS)))) (\" Conj12 \" (Cony` (\"Main-verb2O\" ( Destroy A Monotrans LA Monotrans SA Ed)) (\"SubjectO8\" (Np (\"Head09\" ( BombA Bomb L A Bomb SA S ) ) (\"Det10\" TheA Det)) ) (\"Do14\" (Np (\"Headl6\" ( Vehicle ATransport-system LATransport-system S A S)) (\"Det19\"The A Det)) (\"Numerall5\"( 2 LA Cardinal Base))))))) ) (\"Adv22\" (SimultaneousATime-rel L A Manner Base CA Do-like) ) (\"Adv23\" Almost A lntensity)))) (-POLICE SAID THE ATTACKS WERE CARRIED OUT ALMOS T SIMULTANEOUSLY AND THAT THE BOMBS BROKE WINDOW S AND DESTROYED THE TWO VEHICLES .", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Syntax :", "sec_num": null }, { "text": "(CAAssert (\"R A Agent26\" (F526 (\"Head27\" Police^Specialist)) ) (\"R^Proposition97\" (C^Act (\"R^AgentOl\" (F501 (\"HeadO2\" Someone^Some)) ) (\"RAResult98\" (F498 (\"Head99\" (Attack^Task L^Task SAS)))) (\"Conj04\" (C\"Cause-i t (\"R^InstrO8\" (C^Damage ((\"Head09\" (Bomb' Bomb L^Bomb SAS)) (\"RAlnstr08\" \"@F508\")) ) (\"RAEventO5 \" (C^Deform (\"R\"Affected06\" (F506 (\"Head07\" (Window^Struct-part L^Struct-part S\"S))))) ) (\"Conj12\" (CADamage (\"R' lnstr08\" (C^Damage (~\"Head09\" (Bomb^Bomb L^Bomb SAS)) (\"R^Affectedl4 \"F(F518\" \"@F508\")) ) (\"Head16\" (Vehicle\"Transport-system S^S)))))))))) ) :198", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Conceptual frame :", "sec_num": null } ], "back_matter": [ { "text": "SOVIET", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "POLIE HAVE REPORTED THAT TERRORISTS TONIGHT BOMBED THE \\ EMBASSIES OF THE PRC AND THE", "sec_num": null }, { "text": "*** COMPLETE parse : Syntax : (S (\"Main-verbl l\" (ReportA Monotrans LA Monotrans SAEd) ) (\"Subject09 \" (Np (\"Head10\" PoliceA Specialist))) (\"Prop93 \" (TA (\"Main-verb07\" (BombAMonotrans L AMonotrans S AEd) ) (\"Subject05 \" (Np ( \"Head06 \" (TerrorA Emotion LA User S AS CAUses))) ) (\"Do95 \" (Np (\"Head03\" (Embassy ABuilding LABuilding SAS)) (\"Det04\" TheADet)) ) (\"Adv94\" (\"25-Oct-1989\" LATime-date Base)))) ) Figure 9 : Syntactic analysis of the first sentence.", "cite_spans": [], "ref_spans": [ { "start": 406, "end": 414, "text": "Figure 9", "ref_id": null } ], "eq_spans": [], "section": "POLICE HAVE REPORTED THAT TERRORISTS TONIGHT BOMBED TH E EMBASSIES OF THE PRC AND THE SOVIET UNION .", "sec_num": null }, { "text": "(S (\"Main-verb64\" (Take2\"Monotrans L\"Monotrans Past-part) ) (\"Subject62\" (Np (\"Head63\" Someone ASome)) ) (\"Do39 \" (Np (\"Head59\" (\"Estevez\" L\"Espn-person Base C AUnknowrl) ) (\"Desc6l \" Jaime^Male) (\" 944 (Np (\"I-lead57\" Bread\"Food) (\"Det58\" TheA Det) (\"Conj42\" (Np (\"Head55\" Land\"Geographical-area ) (\"Conj43\" (Np (\"Head53\" WorkAActivity) (\"Conj44\" (Np (\"Head5O\" (MoveA lntrans LAAbstract Base C\"Act-of)) (\"Desc46\" (Free\"Subst-compar L\"Abstract Base C\"Situation-of)) (\" App47\" (Np (\"Head48\" (\"MPTL\" L\"Common Base CAUnknowrl))))))))) ) (\"Quant4l\" Member\"Body-part))) (\"Mods78\" (Pp (\"Prep79\" To^Prep) (\"Prep-obj26\" (Np (\"Head35\" Jail\"Dwelling) (\"Det38\" The\"Det) (\"Desc37\" Usulutan\"City-or-town ) (\"Prop27\" (Z^ (\"Main-verb32\" (Murder A Monotrans LAMonotrans SA Ed) ) (\"Subject3O\" (Np (\"Head3l \" Someone^Some)) ) (\" Do28\" (Np (\"Head29\" SomeoneASome)))))))) ) (\"Conj65 \" (Conj^ (\"Main-verb76\" (\" Suppos\"L AMonotrans SA Ed C A Unknown) ) (\"Subject69\" (Np (\"Head70\" Someone\"Some)) ) (\"Do73\" (Np (\"Head74\" Crime\"Activity) (\"Det75\" The\"Det)) ) (\"Aps66\" (Z\" (\"Main-verb7l\" Go\"Copula) (\"Subject69\" (Np (\"Head70\" Someone\"Some)) ) (\"Comp67 \" (Np (\"Head68\" (Notice\"Monotrans L\"Effect-mark Base C\"Not C\"It-got)))))))) )Figure 14: Sample sentence with unknown words, as parsed by PAKTUS .", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Syntax :", "sec_num": null } ], "bib_entries": { "BIBREF0": { "ref_id": "b0", "title": "Conceptual Information Processing", "authors": [ { "first": "R", "middle": [], "last": "Schank", "suffix": "" } ], "year": 1975, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Schank, R, Conceptual Information Processing, New York : North Holland, 1975 .", "links": null }, "BIBREF1": { "ref_id": "b1", "title": "Depth Understanding", "authors": [ { "first": "M", "middle": [], "last": "Dyer", "suffix": "" } ], "year": 1983, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Dyer, M, In Depth Understanding, Cambridge, MA: MIT Press, 1983 .", "links": null }, "BIBREF2": { "ref_id": "b2", "title": "Theory of Syntactic Recognition for Natural Language", "authors": [ { "first": "M", "middle": [], "last": "Marcus", "suffix": "" } ], "year": 1980, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Marcus, M, Theory of Syntactic Recognition for Natural Language, Cambridge, MA: MIT Press, 1980 .", "links": null }, "BIBREF3": { "ref_id": "b3", "title": "Language as a Cognitive Process", "authors": [ { "first": "T", "middle": [], "last": "Winograd", "suffix": "" } ], "year": 1983, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Winograd, T, Language as a Cognitive Process . Reading, MA: Addison-Wesley, 1983 .", "links": null }, "BIBREF7": { "ref_id": "b7", "title": "Memory-Based Parsing", "authors": [ { "first": "M", "middle": [], "last": "Lebowitz", "suffix": "" } ], "year": 1983, "venue": "Artificial Intelligence", "volume": "21", "issue": "", "pages": "363--404", "other_ids": {}, "num": null, "urls": [], "raw_text": "Lebowitz, M, \" Memory-Based Parsing \" , Artificial Intelligence, vol . 21, pp. 363-404, 1983 .", "links": null }, "BIBREF8": { "ref_id": "b8", "title": "Development of the Matrix Model", "authors": [ { "first": "W", "middle": [], "last": "Cook", "suffix": "" }, { "first": "Case", "middle": [], "last": "Grammar", "suffix": "" } ], "year": 1979, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Cook, W, Case Grammar : Development of the Matrix Model, Washington DC : Georgetown University Press, 1979.", "links": null }, "BIBREF9": { "ref_id": "b9", "title": "Syntax, Preference and Right Attachment", "authors": [ { "first": "Y", "middle": [], "last": "Wilks", "suffix": "" }, { "first": "X", "middle": [], "last": "Huang", "suffix": "" }, { "first": "D", "middle": [], "last": "Fass", "suffix": "" } ], "year": 1985, "venue": "Proceedings of the Ninth IJCAI", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Wilks, Y, Huang, X, and Fass, D, \"Syntax, Preference and Right Attachment\", Proceedings of the Ninth IJCAI, 1985 . .", "links": null }, "BIBREF11": { "ref_id": "b11", "title": "A Portable Object-Oriented DBMS", "authors": [ { "first": "B", "middle": [], "last": "Loatman", "suffix": "" }, { "first": "R", "middle": [], "last": "Levesque", "suffix": "" } ], "year": 1991, "venue": "Proceedings of Database Colloquium '91", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Loatman, B, and Levesque, R, \"A Portable Object-Oriented DBMS \" , Proceedings of Database Colloquium '91 , San Diego : AFCEA, 1991 .", "links": null } }, "ref_entries": { "FIGREF0": { "text": "PAKTUS Architecture used for MUC-3 .", "type_str": "figure", "num": null, "uris": null }, "FIGREF1": { "text": "Fetch Word Parse Of \"Knows\" 2. Fetch Frames Of Roots \"Know; (Monotrans & Intrans) 3. Fetch Concept C AKnow & Its Ancestors C Idea & C Info Structure and Operation of PAKTUS Lexicon . C^BECOME-ROOT) (LA MONOTRANS C^CAUSE-BE-ROOT Morphological information associated with the suffix \"en\" in PAKTUS .", "type_str": "figure", "num": null, "uris": null }, "FIGREF2": { "text": "Conceptual roles used in PAKTUS 1 APPLICATION TO MUC-3", "type_str": "figure", "num": null, "uris": null }, "FIGREF3": { "text": "Result of preprocessing the first sentence of testl document number 99 .", "type_str": "figure", "num": null, "uris": null }, "FIGREF4": { "text": "Conceptual analysis of the first sentence . (-POLICE SAID THE ATTACKS WERE CARRIED OUT ALMOST SIMULTANEOUSLY AND THAT THE BOMBS BROKE WINDOWS AND DESTROYED THE TWO VEHICLES .", "type_str": "figure", "num": null, "uris": null }, "FIGREF5": { "text": "Syntactic analysis of the fifth sentence .", "type_str": "figure", "num": null, "uris": null }, "FIGREF6": { "text": "Conceptual analysis of the fifth sentence . : ID OF INDIV(S) \"TERRORISTS \" 6. PERPETRATOR: ID OF ORG(S) 7. PERPETRATOR: CONFIDENCE REPORTED AS FACT : -8. PHYSICAL TARGET : ID(S) \"EMBASSIES\" 9. PHYSICAL TARGET : TOTAL NUM PLURAL 10.PHYSICAL TARGET : TYPE(S) DIPLOMAT OFFICE O R RESIDENCE: \"EMBASSIES \" 11.HUMAN TARGET : ID(S) 12.HUMAN TARGET : TOTAL NU M 13.HUMAN TARGET: TYPE(S) 14.TARGET: FOREIGN NATION(S) 15.INSTRUMENT: TYPE(S ) 16.LOCATION OF INCIDENT CHINA 17.EFFECT ON PHYSICAL TARGET(S) SOME DAMAGE : \"EMBASSIES \" EFFECT ON HUMAN TARGET(S) INJURY : -Sample filled-template for message 99 .", "type_str": "figure", "num": null, "uris": null } } } }