Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "M95-1006",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T03:12:56.273076Z"
},
"title": "BBN : Description of the PLUM System as Used for MUC-6",
"authors": [],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "This paper provides a quick summary of our technical approach, which has been developing since 1991 and wa s first fielded in MUC-3. First a quick review of what is new is provided, then a walkthrough of system components. Perhaps most interesting is out analysis, following the walkthrough, of what we learned through MUC-6 and o f what directions we would take now to break the performance barriers of cur rent information extraction technology.",
"pdf_parse": {
"paper_id": "M95-1006",
"_pdf_hash": "",
"abstract": [
{
"text": "This paper provides a quick summary of our technical approach, which has been developing since 1991 and wa s first fielded in MUC-3. First a quick review of what is new is provided, then a walkthrough of system components. Perhaps most interesting is out analysis, following the walkthrough, of what we learned through MUC-6 and o f what directions we would take now to break the performance barriers of cur rent information extraction technology.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "Our approach is a synthesis of statistical and linguistic models of language, embodied for MUC-6 in the PLU M system (Probabilistic Language Understanding Model) . We began this research in 1991 and applied it that year i n MUC-3 . Since that time, we have successfully applied probabilistic models to the following :",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "TECHNICAL APPROACH",
"sec_num": null
},
{
"text": "\u2022 part of speech tagging, using Hidden Markov Models , \u2022 judgments of relevance of text (at the paragraph level) via a log odds model (Ayuso, et al ., 1992) , \u2022 learning semantic information (selection restrictions, or case frames) from supervised training (Weischedel , et. al ., 1991 ) , \u2022 learning word and word group associations (Matsukawa, 1993) , \u2022 an example-based correction technique for segmentation and part-of-speech labeling for Japanes e (Matsukawa, Miller, and Weischedel, 1993) , an d \u2022 induction of a statistical grammar and parser from training data (Magerman, 1995) .",
"cite_spans": [
{
"start": 134,
"end": 156,
"text": "(Ayuso, et al ., 1992)",
"ref_id": "BIBREF2"
},
{
"start": 257,
"end": 285,
"text": "(Weischedel , et. al ., 1991",
"ref_id": "BIBREF5"
},
{
"start": 334,
"end": 351,
"text": "(Matsukawa, 1993)",
"ref_id": "BIBREF4"
},
{
"start": 453,
"end": 494,
"text": "(Matsukawa, Miller, and Weischedel, 1993)",
"ref_id": "BIBREF5"
},
{
"start": 569,
"end": 585,
"text": "(Magerman, 1995)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "TECHNICAL APPROACH",
"sec_num": null
},
{
"text": "Not all techniques are necessarily used in each domain, nor necessarily effective in each domain . In MUC-6, there was so little data that only domain-independent techniques were employed . More linguistically motivated knowledge bases are used in almost every domain, such as case frames for verbs and nouns, verb complementizer structure, etc .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "TECHNICAL APPROACH",
"sec_num": null
},
{
"text": "In the last two years we have ported part or all of the PLUM system to several new languages (Chinese, German , Japanese, and Spanish) and new domains (law enforcement, name finding, heterogeneous newswire sources, and labo r negotiations) . Though we have a new, fully trainable, full parser of English (Magerman, 1995) , there wa s insufficient time to integrate it into PLUM for the evaluation ; as an independent component, it appears to hav e achieved the highest published evaluation scores for parsers .",
"cite_spans": [
{
"start": 304,
"end": 320,
"text": "(Magerman, 1995)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "SUMMARY OF WHAT'S NE W",
"sec_num": null
},
{
"text": "The new software developments employed in MUC-6 are \u2022 a stand-alone, C-based name spotter (IdentiFinder T\"'), a rewrite of the initial components of PLUM , \u2022 a more robust message reader, \u2022 a revised discourse component and output generator to more cleanly separate discourse structures from th e final template structure, and \u2022 a semantic inference component.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "SUMMARY OF WHAT'S NE W",
"sec_num": null
},
{
"text": "We have begun making a distinction between lightweight techniques and heavyweight processing . IdentiFinder i s made up solely of lightweight techniques, i .e ., those that rely only on local processing, do not involve dee p understanding, and can be optimized. The lightweight procedures in IdentiFinder are SGML recognition, hidde n Markov models, finite state pattern recognition, and SGML output .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "SUMMARY OF WHAT'S NE W",
"sec_num": null
},
{
"text": "By heavyweight processing, we mean procedures that depend on global evidence and involve deeper understanding . The SPATTER full parser of English and the new semantic inference procedure are examples .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "SUMMARY OF WHAT'S NE W",
"sec_num": null
},
{
"text": "Two key design features of PLUM are : statistical language modeling with the associated learning algorithms, an d partial understanding . The first key feature is the use of statistical modeling to guide processing . For the version of PLUM used in MUC-6, part of speech information was determined by using well-known Markov modelin g techniques embodied in BBN's part-of-speech tagger POST .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "KEY SYSTEM FEATURE S",
"sec_num": null
},
{
"text": "A second key feature is partial understanding, by which we mean that all components of PLUM are designed t o operate on partially interpretable input, taking advantage of information when available and not failing when it i s unavailable. Neither a complete grammatical analysis nor complete semantic interpretation is required. The system pieces together a model of the whole from the parts of the text it can understand .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "KEY SYSTEM FEATURE S",
"sec_num": null
},
{
"text": "The PLUM architecture is presented in Figures 1 and 2 . Ovals represent declarative knowledge bases ; rectangles represent processing modules . A more detailed description of the system components, their individual outputs, an d their knowledge bases is presented in . The processing modules are briefly described below.",
"cite_spans": [],
"ref_spans": [
{
"start": 38,
"end": 53,
"text": "Figures 1 and 2",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "PLUM PROCESSING STAGE S",
"sec_num": null
},
{
"text": "Format & SGML Handlin g The three MUC-6 systems represent three different levels of complexity . The more complex systems are built on top of the simpler systems in order to minimize duplication of effort and maximize knowledge transfer . The NE task is the simplest task and makes use of only lightweight processes, the first three modules of the PLUM system (th e message reader, the morphological analyzer, and the lexical pattern matcher) .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Message Format Description Message Reader",
"sec_num": null
},
{
"text": "The TE task takes the entity names found by the NE system, and merges multiple references to the same entit y using syntactic and semantic information . The knowledge bases of TE are inherited by ST and do not includ e domain-specific knowledge . Domain-specific knowledge is localized only in ST .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Message Format Description Message Reader",
"sec_num": null
},
{
"text": "The NE system is written completely in C and can either be run as a standalone system or as a server which can be queried by the TE and ST systems, which are written in Lisp .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Message Format Description Message Reader",
"sec_num": null
},
{
"text": "The input to the PLUM system is a file containing one or more messages . The message reader module determines message boundaries, identifies the message header information, and determines paragraph and sentence boundaries . The standalone NE system uses a different message reader than the TE and ST systems . ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Message Reader",
"sec_num": null
},
{
"text": "The NE system uses a generic SGML parser to read messages . A parameter file lists the SGML tags relevant t o the task, in this case <HL>, <TXT>, <DATELINE>, and <DD> . All other SGML tag pairs are read but ignored.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "N E",
"sec_num": null
},
{
"text": "The TE/ST system uses a more complex message reader . The specification of the input format is declarative , allowing the system to be easily adapted to handle different message formats . This more sophisticated reader can not only pass the portions of the message on to the rest of the system for processing, but can also extract heade r information (e .g . the document number) from the message and save that information to become part of a template .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "TE/S T",
"sec_num": null
},
{
"text": "The first phase of processing in both the C and Lisp systems is assignment of part-of-speech information, e .g . , proper noun, verb, adjective, etc . In BBN' s part-of-speech tagger POST [5], a bi-gram probability model, frequenc y models for known words (derived from large corpora), and probabilities based on word endings for unknown words ar e employed to assign part of speech to the highly ambiguous words and unknown words of the corpus . POST tags each word with one of 47 possible tags with 97% accuracy for known words . Below are the part-of-speech tag s produced by POST for the following sentence from the walkthrough message : \"And concentrate on his duties as rear commodore at the New York Yacht Club . \" ((And CC) (concentrate VB) (on IN) (his PP$) (duties NNS) (as IN) (rear JJ) (commodore NN) (at IN ) (the DT) (New York NP) (Yacht NP) (Club NP) ( . .) )",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Morphological Analyze r",
"sec_num": null
},
{
"text": "The Lexical Pattern Matcher was developed after MUC-4 to deal with grammatical forms, such as corporatio n names . It applies finite state patterns to the input, which consists of word tokens with part-of-speech and semanti c concept information . In particular, word groups that are important to the domain and that may be detectable wit h only local syntactic analysis can be treated here . When a pattern is matched, a semantic form is assigned by the pattern . In the NE system, patterns were used to recognize all three of the expression types which make up the tas k (entity expressions, temporal expressions, and numerical expressions) . The TE and ST systems gather the results o f the NE system's processing and incorporate them in the form of lexicon additions . The TE and ST systems contai n no lexical patterns of their own, relying entirely on the domain-independent patterns within the NE system .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Lexical Pattern Matche r",
"sec_num": null
},
{
"text": "Continuing with the example sentence discussed above, a pattern recognized the sequence (New York NP) (Yach t NP) (Club NP) as an organization ; the pattern's action substituted the single token (New York Yacht Club NP) wit h semantics of organization . The Lexical Pattern Matcher is the final step in the processing done by the NE system . The set of recognized entities is used by the output functions to SGML-mark the input .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Lexical Pattern Matche r",
"sec_num": null
},
{
"text": "The FPP is a near-deterministic parser which generates one or more non-overlapping parse fragments spanning th e input sentence, deferring any difficult decisions on attachment ambiguities . When cases of permanent, predictable ambiguity arise, the parser finishes the analysis of the current phrase and begins the analysis of a new phrase . Theref/ re, the entities mentioned and some relations between them are f rocessed in every sentence, whethe r syntactically ill-formed, complex, novel, or straightforward . Furthermore, this parsing is done using essentially domain-independent syntactic information .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Fast Partial Parser (FPP )",
"sec_num": null
},
{
"text": "FPP averages about 10 fragments for sentences as complex as in the ST corpus ; this number is inflated since punctuation usually results in an isolated fragment . Figure 3 shows parse fragments for two sentences whic h generated the bulk of the succession information in the walkthrough message . Fl : \"Mr. James\" (VP (V \"retire\") (NP (NP (N \"Mr .\")) (NP (N (NAME \"James\")))) (PP (PREP \"as\" )",
"cite_spans": [],
"ref_spans": [
{
"start": 163,
"end": 171,
"text": "Figure 3",
"ref_id": "FIGREF3"
}
],
"eq_spans": [],
"section": "Fast Partial Parser (FPP )",
"sec_num": null
},
{
"text": "F2: \",\"",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Fast Partial Parser (FPP )",
"sec_num": null
},
{
"text": "(NP (N \"chairman\")))) ) (PUNCT \",\") F10: \"at the end of the year \" F3: \"57 years\" (PP (PREP \"at\" ) (NP (DETERMINER (NUM \"57\")) (N \"years\")) (NP (NP (DETERMINER \"the\") (N \"end\") ) F4: \"old\" (PP (PREP \"of' ) (ADJP (ADJ \"old\")) (NP (DETERMINER \"the\") F5: \", is stepping down\" (N \"year\")))) ) (VP (PUNCT \",\") F11 : \" . (VP (AUX (V \"is\")) (PUNCT \" .\" ) (VP (V \"stepping down\")))) F6: \"as chief executive officer\" Fl : \"He will be succeeded by Mr. Dooner, 45 . \" (PP (PREP \"as\") (S (NP (PRO-DET-SPEC \"He\") ) (NP (N \"chief executive officer\"))) (VP (AUX (MODAL \"will\") (V \"be\") ) F7: \"on July 1\" (VP (V \"succeeded\") (NP) (PP (PREP \"on \" ) (PP (PREP \"by\" ) (NP (MONTH \"July\") (NUM \"1\"))) (NP (NP (N \"Mr.\") ) F8: \"and\" (NP (NP (N (NAME \"Dooner\")) ) (CONJ \"and\") (PUNCT \",\" ) F9: \"will retire as chairman\" (NUM \"45\" ) (VP (AUX (MODAL \"will\")) (PUNCT \" .\")))))) ) ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Fast Partial Parser (FPP )",
"sec_num": null
},
{
"text": "The semantic interpreter contains two sub-components : a rule-based fragment interpreter and a pattern-base d sentence interpreter. The first has been used since MUC-3 . The rule-based fragment interpreter applies semanti c rules to each fragment produced by FPP in a bottom-up, compositional fashion . Semantic rules are matched base d on general syntactic patterns, using wildcards and similar mechanisms to provide robustness . A semantic rul e creates a semantic representation of the phrase as an annotation on the syntactic parse . A semantic formula include s a variable (e.g ., ?13), its type and a collection of predicates on that variable . There are three basic types of semanti c forms : entities, events, and states of affairs . Each of these can be further categorized as known, unknown, an d referential . Entities correspond to the people, places, things, and time intervals of the domain . These are related i n various ways, such as through events (who did what to whom) and states of affairs (properties of the entities) . Entity descriptions typically arise from noun phrases ; events and states of affairs are often described in clauses .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Semantic Interprete r",
"sec_num": null
},
{
"text": "The rule-based fragment interpreter encodes defaults so that missing semantic information does not produce errors , but marks elements or relationships as unknown. Partial understanding is critical to text processing systems, a s missing data is normal . For example, the generic predicate PP-MODIFIER indicates that two entities are connecte d via a certain preposition . In this way, the system has a \"placeholder\" for the information that a certain structura l relation holds, even though it does not know what the semantic relation is . Sometimes understanding the relatio n more fully is of no consequence, since the information does not contribute to the template-filling task. The information is maintained, however, so that later expectation-driven processing can use it if necessary .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Semantic Interprete r",
"sec_num": null
},
{
"text": "Due to the fragmentation produced by FPP, top-level constituents are typically more shallow and less varied tha n full sentence parses . A fairly high level of semantics coverage can be obtained quite quickly when the system i s moved to a new domain . This would not be possible if the semantic rules were required to cover a wider variety o f syntactic structures before it could achieve reasonable performance . In this way, semantic coverage can be adde d gradually, while the rest of the system is progressing in parallel .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Semantic Interprete r",
"sec_num": null
},
{
"text": "The second sub-component of the semantic interpreter module is a pattern-based sentence interpreter which applie s semantic pattern-action rules to the semantics of each fragment of the sentence . The semantic pattern matching",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Semantic Interprete r",
"sec_num": null
},
{
"text": "In Figure 4 , we show the semantic representation that is built for the sentence \"He will be succeeded by Mr . Dooner, 45 .\" in the walkthrough article . The whole sentence was parsed as a single fragment by FPP . The YOB-SITUATION event is a flat object combining information from both SUCCESSION and IN-AND-OUT objects fo r ease of processing . The POSmON-STATUS-GEN-IN state of affairs indicates that the system is unsure of whethe r the status should be \"IN\" or \"IN_ACTING\" . Note the link between the \"Unknown role\" in the JOB-SITUATIO N and the PERSON \"He\". The discourse component will resolve the reference for the pronoun and will further refin e the relationship between the PERSON and the JOB-SITUATION . To create the DDOs, the discourse component processes each semantic form produced by the interpreter, adding it s information to the database . It performs reference resolution for pronouns and anaphoric definite NPs ; set-and member-type references may be treated. The discourse component then applies inference rules that may add more semantic information to the discourse predicate database . When a semantic form for an event of interest i s encountered, a DDO is generated and any slots already found by the interpreter are filled in . The discourse processo r then tries to merge the new DDO with a previous DDO, in order to account for the possibility that the new DD O might be a repeated reference to an earlier one .",
"cite_spans": [],
"ref_spans": [
{
"start": 3,
"end": 11,
"text": "Figure 4",
"ref_id": "FIGREF4"
}
],
"eq_spans": [],
"section": "Semantic Interprete r",
"sec_num": null
},
{
"text": "Once all the semantic forms have been processed, heuristic rules are applied to fill any empty slots from the text surrounding the forms that triggered a given DDO . Each filler found in the text is assigned a confidence score base d on distance from trigger. Fillers found nearby are of high confidence, while those farther away receive worse score s (low numbers represent high confidence ; high numbers low confidence ; thus 0 is the \"highest\" confidence score) .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Semantic Interprete r",
"sec_num": null
},
{
"text": "In the ST system, the discourse processor performs an additional task . In order to simplify intermediate processing (semantic interpretation, DDO merging, pattern matching), a flat DDO, JOB-SITUATION, was defined whic h contains the equivalent of the information in a particular SUCCESSION/IN-AND-OUT pair . The flat structure of the JOB-SITUATION object makes merging much simpler as well as making the case frame and semantic pattern s easier to define. These must be converted to SUCCESSION and IN-AND-OUT objects before the template generation step, since this is what the template generator expects . The discourse processor performs this conversion .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Semantic Interprete r",
"sec_num": null
},
{
"text": "Each trigger fragment contains one or more words whose semantics triggered the DDO. A DDO can have multiple trigger fragments if the discourse component determines that the triggers co-refer . In this example, \"stepping down\" in the first fragment and \"succeeded\" in the second fragment are judged by the discourse processor to be referring t o the same succession . A score of 0 indicates that the filler was found either directly by the semantics or by a sentence-level pattern ; 1 that it was found in the same fragment as a trigger form ; 2 in the same sentence ; 4 in th e same paragraph ; and 6 in an adjacent paragraph . The \"<=>\" indicates a reference resolution by the discourse processor . Note that in the first IN-AND OUT, the pronoun \"he\" has been determined to refer to \"James \" . ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Semantic Interprete r",
"sec_num": null
},
{
"text": "---------------------------------------------------------------------- IN-AND-OUT-PERSON-OF :",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Semantic Interprete r",
"sec_num": null
},
{
"text": "\"James\" (score=0) <=> \"he \" \"James \" \"Robert L . James \" \"McCann\" (score= 2 ) \"official\" (score= 2 ) \"Dooner\" (score= 4) <=> \"John J . Dooner Jr . \" \"One\" (score= 6) <=> \"Kevin Goldman ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Semantic Interprete r",
"sec_num": null
},
{
"text": "The template generator takes the DDOs produced by discourse processing and fills out the application-specifi c templates . Clearly, much of this process is governed by the specific requirements of the application, considerations which have little to do with linguistic processing . The template generator must address any arbitrary constraints, a s well as deal with the basic details of formatting .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Template Generation",
"sec_num": null
},
{
"text": "The template generator uses a combination of data-driven and expectation-driven strategies . First the DDOs found by the discourse module are used to produce template objects . Next, the slots in those objects are filled usin g information in the DDO, the discourse predicate database, other sources of information such as the message heade r (e .g ., document number), or from heuristics (e .g ., the type of an organization object is most likely to be COMPANY) . The template definitions for the objects which are common to both TE and ST are almost identical . However, they sometimes differ due to the fact that different heuristics or template filling strategies may result i n better performance in each of the domains .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Template Generation",
"sec_num": null
},
{
"text": "Many aspects of PLUM's behavior can be controlled by simply varying the values of system parameters . For example, PLUM has parameters to control aspects of tagging, parsing, pattern matching, event merging and slo t filling by discourse, and template filling . An important goal has been to make our system as \"parameterizable\" a s possible, so that the same software can meet different demands for recall, precision, and overgeneration . The final parameter settings for the test were generated by running the systems over all of the data we had and choosing the setting which seemed to maximize the value of the F-measure .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Parameters in PLUM",
"sec_num": null
},
{
"text": "Half of the training data was set aside for blind test until the last week of the evaluation ; the remaining half was for development . This avoids overfitting to the development data. Since so little data was available, we also create d our own training data from Wall Street Journal articles from 1987-1992 . This was created by retrieving article s using the University of Massachusetts document retrieval engine INQUERY . This gave us more training dat a (though presumably of a lesser quality) without violating the integrity of our high-quality blind test set . The blin d test set was used to measure our progress at least once a week, with the frequency increasing as the end of the evaluation approached . Figure 5 shows how performance on the ST task improved over time on our blind test set .",
"cite_spans": [],
"ref_spans": [
{
"start": 715,
"end": 723,
"text": "Figure 5",
"ref_id": "FIGREF8"
}
],
"eq_spans": [],
"section": "TRAINING TECHNIQUE S",
"sec_num": null
},
{
"text": "Early on, we identified key sentences (those sentences directly responsible for the generation of some importan t entity such as a SUCCESSION) . This allowed us to focus development on those portions of the data which wer e directly relevant to the task without having to always read through the irrelevant portions . We also evaluated system changes on a daily basis using the scores from the training/development set . The scoring program served as a guide for our development . Also, the message-by-message output allowed us to zero i n on messages where our performance was particularly bad and allowed us to add lexical items or semanti c interpretation rules based on the key sentences in the message . Since the new scoring software did not suppor t visualization of the differences between system output and the answer key, we wrote a visualization tool to do so .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "TRAINING TECHNIQUE S",
"sec_num": null
},
{
"text": "In all evaluation tasks (NE, TE, and ST), PLUM was run over all messages to detect and correct any causes o f system breaks. During the last week, we \"opened\" the blind material which had been released in early September . The entity name slot for all messages was used to quickly add names to the domain-dependent lexicon for TE and ST . The texts were examined for words or collocations which needed to be added to the domain-dependent lexicon . An automated tool generated n-tuples based on part-of-speech tag to aid this process . TE was slightly different as the training data from the dry run was still valid . Despite this, once the new training data arrived we concentrated almost exclusively on it, mainly using the older data as a \"sanity check\" before making system changes . We believed that this was important because the nature of the messages from the dry run was quit e different than that of the test messages because they had been chosen based on their relevance to the ST domain .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "TRAINING TECHNIQUE S",
"sec_num": null
},
{
"text": "Precisio n NE 93 .65 94 9 3 TE 71 .97 66 7 9 ST 54 .39 50 59",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Recall",
"sec_num": null
},
{
"text": "Early in the planning of MUC-6, an additional dimension for evaluating parsers was planned . We prepared SPATTER for such an evaluation, and had achieved quite high scores on blind test material . However, the parsing evaluation was eventually canceled after the dry run for MUC-6, held in April-May . 1 At that point, we decided that the limited resources we had for MUC should be devoted exclusively to improve scores on the application tasks (NE , TE, and ST), rather than trying to integrate the SPATTER parser for the application evaluations .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "A FUNNY THING HAPPENED ON THE WAY TO MUC-6",
"sec_num": null
},
{
"text": "We look forward to integrating SPATTER in future information extraction tasks to test the hypothesis that a fa r more accurate parser could lead to more accurate understanding and to notably higher scores .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "A FUNNY THING HAPPENED ON THE WAY TO MUC-6",
"sec_num": null
},
{
"text": "Three factors significantly limited us . The first was the relative lack of data provided . Providing twice the messages marked for NE, TE, and ST would have made a big difference . Consequently, we created our ow n additional data and answer keys for NE and ST . Given so few messages, we felt that there were conventions i n filling out the keys in each task that were still not fully clear . In fact, with students experienced in marking NE , consistency across annotators was only 94%, suggesting that the annotation rules can use further elaboration .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "LIMITING FACTORS",
"sec_num": null
},
{
"text": "Due to ongoing application efforts with tight deadlines, the limited availability of experienced MUCcaneers, an d prior investment in software to find names, we put in less effort than on any of the MUCs (-3, -4, and -5) which we had previously participated in .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "LIMITING FACTORS",
"sec_num": null
},
{
"text": "As a consequence of needing to limit the effort that we could give, we decided to focus on ST more than the other two tasks . TE received the least effort .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "LIMITING FACTORS",
"sec_num": null
},
{
"text": "Several conclusions seem warranted from NE .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Regarding N E",
"sec_num": null
},
{
"text": "English . Several systems performed at 90% or above . 2. Our next steps are to improve IdentiFinder's prediction of aliases once a name has been seen and to add rules fo r low frequency cases, e .g ., improving performance on names that are quite unlike Western European names . 3. We would encourage looking at harder cases for NE evaluation . In Wall Street Journal, NE i s substantially simplified by accurate usage of mixed case . How would these systems perform in upper case only or in languages where initial capitalization does not signal a name? Languages such as Japanese and Chines e have no capital letters ; languages such as German use capitalization for all nouns, not just nouns in names .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The most exciting is that near human performance is within the state of the art for mixed cas e",
"sec_num": "1."
},
{
"text": "We conclude the following :",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Regarding TE",
"sec_num": null
},
{
"text": "1 . As with NE, many groups performed at a level higher than any previous template fill task i n MUC-3, -4, or -5 . It will be interesting to see if this general template task is broadly useful, and whethe r performance is at a level high enough to warrant deployment in some real task(s) .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Regarding TE",
"sec_num": null
},
{
"text": "2. Given the little effort we invested in TE, we believe that another two person weeks could get PLUM's scores on blind test material over 80. To do this, we would improve NE performance (see discussion of NE above) an d would work further on the locale, country, and descriptor slots . An example of simple alias improvements is to recognize \"Mr . Smith\" as an alias after seeing \"John Smith,\" instead of merely predicting \"Smith\" and \"John\" a s possible aliases . We also believe that it is possible to achieve an F of 80 or better in TE using only lightweigh t processing . 3. To achieve an F above 90, on the other hand, is likely to require significant overall improvement and heavyweight processing in particular . We would incorporate the SPATTER parser, which parses far mor e accurately than FPP does, and would look to aid to our domain-independent semantic lexicon, so that there i s more semantic information to support merging of entity descriptions . Together, we believe these offer the best prospect for radically improved performance in the descriptor, locale and country slots . 4. Our TE system by design, employs no domain-specific knowledge . It therefore should work equall y well on other text, not specific to change in corporate officers . 5. PLUM's Performance had not peaked on TE, since we put the least effort on it of any of the evaluatio n dimension . Furthermore, the official test was not even reflective of PLUM's performance, since a set of rul e variations that was known to improve performance was saved at the ST level, rather than at the TE level (whic h ST would have it herited). ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Regarding TE",
"sec_num": null
},
{
"text": "Several conclusions seem warranted from ST . MUC-3, -4 , and -5, our progress was muc h more rapid and our official score was higher than in any previous template fill task . 2. The division of objects into broadly applicable ones (TE) and domain-specific ones (ST) was a plus in ou r opinion . It felt as though the amount of domain-specific overhead was lowered, compared to previous MUCs . 3. Given that, we urge an even simpler template structure for future MUCs, one where only two levels are present : entities and relationships . This would more closely match what is stated in the text and would factor out th e .issues of data base structure . Together that should reduce overhead for participants further . 4. Though we believe that an additional 5-10 point improvement in F would have been achievable with mor e calendar time than 30 days for the ST task, to achieve an F above 65 is likely to require significant overall improvement . We would like to incorporate the SPATTER parser, which parses far more accurately than FP P does, and would look to add to our domain-independent semantic lexicon so as to improve merging of entit y descriptions. Together, this should improve overall recognition, merging and discrimination of all objects, an d may be a key to accurately recognizing events/relationships not detectable in a single sentence .",
"cite_spans": [],
"ref_spans": [
{
"start": 45,
"end": 54,
"text": "MUC-3, -4",
"ref_id": "FIGREF3"
}
],
"eq_spans": [],
"section": "Regarding S T",
"sec_num": null
},
{
"text": "We make two general observations . First, the state of the art has progressed greatly in portability in the last fou r years . For MUC-3, some high performing groups invested a small number of person years . By contrast, several groups this year achieved an F in the 50s in 30 calendar days .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "OVERALL CONCLUSION S",
"sec_num": null
},
{
"text": "Yet, we believe that we are only beginning to understand techniques for learning domain-independent knowledg e and domain-dependent knowledge . Far more can be achieved . BBN particularly would like to investigate ho w statistical algorithms over large unmarked corpora can effectively extrapolate from a few training examples, such a s in ST in MUC-6, to provide greater coverage. For example, statistical techniques may have suggested th e importance of \"hire,\" a verb which many groups did not define .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "OVERALL CONCLUSION S",
"sec_num": null
},
{
"text": "Second, since there has been a marked improvement in the quality of full parsers, now achieving an F in the hig h 80s (Magerman, 1995), we believe it is now feasible to consider using full parsers again . The rationale i s straightforward : for full templates (e .g ., ST) scores have been mired with an F in the 50s ever since MUC-3 in 1991 . Pattern matching has given us very robust, very portable technology, but has not broken the performance barrier al l systems have run up against. Recent (statistical) full parsers (e .g ., BBN's, IBM's, and UPenn's) have such quantitatively better performance that they are qualitatively better . We believe this offers the opportunity to agai n try heavyweight techniques to attempt deeper understanding . Pattern matching techniques will still have a crucia l role for domain-specific details, but we believe they can be greatly improved by deeper understanding .",
"cite_spans": [
{
"start": 533,
"end": 559,
"text": "BBN's, IBM's, and UPenn's)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "OVERALL CONCLUSION S",
"sec_num": null
},
{
"text": "No development was done on the walkthrough messages for any of the domains . The walkthrough message has 3 succession events . The first 2 successions come from 2 sentences (s1 & s2), where Mr . Dooner replaces Mr . James in two positions (CEO & chairman) . The third succession comes from a much later sentence (s3) having to do with a vice-presidency . (sl) alone does not completely define one of the successions (each of which has 2 in-and-ou t objects for the 2 people involved) .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "SYSTEM WALKTHROUGH S",
"sec_num": null
},
{
"text": "\"Now, Mr. James is preparing to sail into the sunset, and Mr . Dooner is poised to rev up the engines to guid e Interpublic Group's McCann-Erickson into the 21 51 century. Yesterday, McCann made official what had been widely anticipated : (sl) Mr. James, 57 years old, is stepping down as chief executive officer on July 1 and will retire as chairma n at the end of the year. (s2) He will b succeeded by Mr. Dooner, 45 . \" PLUM performed fairly well on this article . We found the right corporations, the right people, the right positions, etc . When we saw \"person p1 retires from positions y and z\" and \"person p2 will succeed him\" we don' t infer p2 takes over both positions, and in this case, we pair his succeeding with only position y, thus the firs t succession is completely correct and gets the 2 in-and-out objects, but the second only has one . In the TE output , we missed the alias \"John Dooner\", possibly due to a shortcoming in the aliasing algorithm .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "SYSTEM WALKTHROUGH S",
"sec_num": null
},
{
"text": "Mr. <ENAMEX TYPE=\"PERSON\">James</ENAMEX>, 57 years old, is stepping down as chief executive officer on <TIME X TYPE=\"DATE\">July 1</TIMEX> and will retire as chairman at the end of the year . He will be succeeded by Mr. <ENAMEX TYPE=\"PERSON\">Dooner</ENAMEX>, 45 . PER_NAME : \"Robert L . James \" PER_TITLE : \"Mr . \" PER_ALIAS : \"James \" <PERSON-9402240133-2> : _ PER_NAME : \"John J. Dooner Jr. \" PER_TITLE : \"Mr. \" PER ALIAS : \"Dooner\" @ John <ENAMEX TYPE=\"PERSON\">Dooner</ENAMEX> Will Succeed <ENAME X TYPE= \"PERSON\">James</ENAMEX > @ At Helm of <ENAMEX TYPE=\"ORGANIZATION'>McCann-Erickson</ENAMEX > @ By <ENAMEX TYPE=\"PERSON\">Kevin Goldman</ENAMEX> </HL> <DD> <TIMEX TYPE=\"DATE\">02/24/94</TIMEX> </DD> <SO> WALL STREET JOURNAL (J), PAGE B8 </SO> <CO> IPG K </CO> <IN> ADVERTISING ( One of the many differences between <ENAMEX TYPE=\"PERSON\">Robert L . James</ENAMEX>, chairman an d chief executive officer of <ENAMEX TYPE=\"ORGANIZATION'>McCann-Erickson</ENAMEX>, and <ENAMEX TYPE=\"PERSON\">John J . Dooner Jr.</ENAMEX>, the agency's president and chief operating officer , is quite telling : Mr. <ENAMEX TYPE=\" PERSON\">James</ENAMEX : enjoys sailboating, while Mr . <ENAMEX TYPE=\"PERSON\">Dooner<IENAMEX> owns a powerboat . </p > <p > Now, Mr. <ENAMEX TYPE=\"PERSON \">James</ENAMEX> is preparing to sail into the sunset, and Mr . <ENAMEX TYPE=\"PERSON'>Dooner</ENAMEX> is poised to rev up the engines to guide <ENAME X TYPE=\"ORGANIZATION\">Interpublic Group</ENAMEX>'s <ENAMEX TYPE=\"ORGANIZATION'>McCann -Erickson</ENAMEX> into the 21\" century . Yesterday, <ENAMEX TYPE=\"ORGANIZATION\">McCann</ENAMEX> made official what had been widely anticipated : Mr. <ENAMEX TYPE=\"PERSON'>James</ENAMEX>, 57 years old, is stepping down as chief executive officer on <TIME X TYPE=\"DATE\">July 1</TIMEX> and will retire as chairman at the end of the year. He will be succeeded by Mr. <ENAMEX TYPE=\"PERSON\">Dooner</ENAMEX>, 45 . </p > <p > It promises to be a smooth process, which is unusual given the volatile atmosphere of the advertising business . But Mr . <ENAMEX TYPE=\"PERSON\">Dooner</ENAMEX> has a big challenge that will be his top priority . \"I' m going to focus on strengthening the creative work,\" he says . \"There is room to grow . We can make further improvements in terms of the perception of our creative work .\" </p > <p > Even <ENAMEX TYPE=\"PERSON\">Alan Gottesman</ENAMEX>, an analyst with <ENAME X TYPE=\"ORGANIZATION\">PaineWebber</ENAMEX>, who believes <ENAME X TYPE=\"ORGANIZATION\">McCann</ENAMEX> is filled with \"vitality\" and is in \"great shape,\" says that from a creative standpoint, \"You wouldn't pay to see their reel\" of commercials . </p> <p> While <ENAMEX TYPE=\"ORGANIZATION\">McCann</ENAMEX>'s world-wide billings rose <NUME X TYPE=\"PERCENT\"> 12%</NUMEX> to <NUMEX TYPE=\"MONEY\">$6 .4 billion</NUMEX> last year fro m <NUMEX TYPE=\"MONEY\">$5 .7 billion</NUMEX> in <TIMEX TYPE=\"DATE\">1992</TIMEX>, the agenc y still is dogged by the loss of the key creative assignment for the prestigious <ENAMEX TYPE=\"ORGANIZATION\">Coca-Cola</ENAMEX> Classic account . \"I would be less than honest to say I'm no t disappointed not to be able to claim creative leadership for <ENAME X TYPE=\"ORGANIZATION\">Coke</ENAMEX>,\" Mr . <ENAMEX TYPE=\"PERSON\">Dooner</ENAMEX> says . </p > <p> <ENAMEX TYPE=\"ORGANIZATION'>McCann</ENAMEX> still handles promotions and media buying for <ENAMEX TYPE= ORGANIZATION\">Coke</ENAMEX> . But the bragging rights to <ENAME X TYPE=\"ORGANIZATION'>Coke</ENAMEX>'s ubiquitous advertising belongs to <ENAME X TYPE=\"ORGANIZATION\">Creative Artists Agency</ENAMEX>, the big <ENAME X TYPE=\"LOCATION'>Hollywood</ENAMEX> talent agency . \"We are striving to have a strong renewed creative partnership with <ENAMEX TYPE=\"ORGANIZATION'>Coca-Cola</ENAMEX>,\" Mr . <ENAME X TYPE=\" PERSON\">Dooner</ENAMEX> says . However, odds of that happening are slim since word fro m <ENAMEX TYPE=\"ORGANIZATION\">Coke</ENAMEX> headquarters in <ENAMEX TYPE=\"LOCATION'>Atlanta</ENAMEX> is that CAA and other ad agencies, such as <ENAME X TYPE=\"PERSON\">Fallon McElligott</ENAMEX>, will continue to handle <ENAME X TYPE=\"ORGANIZATION'>Coke</ENAMEX> advertising . </p > <p > Mr. <ENAMEX TYPE=\"PERSON '>Dooner</ENAMEX>, who recently lost <NUMEX TYPE=\"MONEY \">60 pounds</NUMEX> over three-and-a-half months, says now that he has \"reinvented \" himself, he wants to do the same for the agency . For Mr . <ENAMEX TYPE=\"PERSON\">Dooner</ENAMEX>, it means maintaining hi s running and exercise schedule, and for the agency, it means developing more global campaigns that nonetheles s reflect local cultures . One <ENAMEX TYPE=\"ORGANIZATION'>McCann</ENAMEX> account, \"I Can't Believ e It ' s Not Butter,\" a butter substitute, is in 11 countries, for example . </p > <p > <ENAMEX TYPE=\"ORGANIZATION'>McCann</ENAMEX> has initiated a new so-called global collaborativ e system, composed of world-wide account directors paired with creative partners . In addition, <ENAMEX TYPE=\"PERSON'>Peter Kim</ENAMEX> was hired from <EN? MEX TYPE=\"ORGANIZATION'>WP P Group</ENAMEX>'s <ENAMEX TYPE=\"PERSON\">J . Walter Thompson<IENAMEX> last <TIME X TYPE=\"DATE\">September<f TIMEX> as vice chairman, chief strategy officer, world-wide . </p> <p> Mr . <ENAMEX TYPE=\" PERSON '>Dooner</ENAMEX> doesn' t see a creative malaise permeating the agency . He points to several campaigns with pride, including the Taster's Choice commercials that are like a running soap opera . \"It's a <NUMEX TYPE=\"MONEY\">$19 million<INUMEX> campaign with the recognition of a <NUME X TYPE=\"MONEY\">$200 million</NUMEX> campaign,\" he says of the commercials that feature a couple that mus t hold a record for the length of time dating before kissing . </p > <p > Even so, Mr . <ENAMEX TYPE=\"PERSON\">Dooner</ENAMEX> is on the prowl for more creative talent and i s interested in acquiring a hot agency . He says he would like to finalize an acquisition \"yesterday . I'm not known fo r patience . \" </p> <p > Mr . <ENAMEX TYPE=\"PERSON\">Dooner</ENAMEX> met with <ENAMEX TYPE=\"PERSON\">Marti n Puris</ENAMEX>, president and chief executive officer of <ENAME X TYPE=\"ORGANIZATION\">Ammirati</ENAMEX> & Puris, about <ENAME X TYPE=\"ORGANIZATION'>McCann</ENAMEX>'s acquiring the agency with billings of <NUMEX TYPE=\"MONEY\">$400 million</NUMEX>, but nothing has materialized . \"There is no question,\" says Mr . <ENAMEX TYPE=\"PERSON\">Dooner</ENAMEX>, \"that we are looking for quality acquisitions and <ENAME X TYPE=\"ORGANIZATION\">Ammirati</ENAMEX> & <ENAMEX TYPE=\"PERSON\">Puris</ENAMEX> is a quality operation . There are some people and entire agencies that I would love to see be part of the <ENAME X TYPE=\" PERSON\">McCann</ENAMEX> family. \" Mr. <ENAMEX TYPE=\"PERSON'>Dooner</ENAMEX > declines to identify possible acquisitions . </p > <p > Mr. <ENAMEX TYPE=\"PERSON\">Dooner</ENAMEX> is just gearing up for the headaches of running one o f the largest world-wide agencies . (There are no immediate plans to replace Mr . <ENAMEX TYPE=\"PERSON\">Dooner</ENAMEX> as president ; Mr. <ENAMEX TYPE=\"PERSON\">James</ENAMEX > operated as chairman, chief executive officer and president for a period of time .) Mr. <ENAME X TYPE=\"PERSON\">James</ENAMEX> is filled with thoughts of enjoying his three hobbies : sailing, skiing and hunting . </p > <p > Asked why he would choose to voluntarily exit while he still is so young, Mr . <ENAMEX TYPE=\"PERSON\">James</ENAMEX> says it is time to be a tad selfish about how he spends his days . Mr . <ENAMEX TYPE=\"PERSON'>James</ENAMEX>, who has a reputation as an extraordinarily tough taskmaster , says that because he \"had a great time\" in advertising,\" he doesn't want to \"talk about the disappointments .\" In fact , when he is asked his opinion of the new batch of <ENAMEX TYPE=\"ORGANIZATION\">Coke</ENAMEX> ad s from CAA, Mr. <ENAMEX TYPE=\"PERSON\">James</ENAMEX> places his hands over his mouth . He shrugs . He doesn't utter a word. He has, he says, fond memories of working with <ENAME X TYPE=\"ORGANIZATION'>Coke</ENAMEX> executives . \"<ENAMEX TYPE=\"ORGANIZATION'>Coke</ENAMEX> has given us great highs,\" says Mr. <ENAMEX TYPE=\"PERSON'>James</ENAMEX>, sitting in his plush office, filled with photographs of sailing as well as huge models of, among other things, a Dutch tugboat . </p > <p > He says he feels a \"great sense of accomplishment.\" In 36 countries, <ENAMEX TYPE=\"PERSON'>McCann</ENAMEX> is ranked in the top three ; in 75 countries, it is in the top 10 . </p > <p > Soon, Mr . <ENAMEX TYPE=\"PERSON\">James</ENAMEX> will be able to compete in as many sailing races a s he chooses . And concentrate on his duties as rear commodore at the <ENAMEX TYPE=\"ORGANIZATION \">New York Yacht Club</ENAMEX> . </p> <p> Maybe he'll even leave something from his office for Mr. <ENAMEX TYPE=\"PERSON\">Dooner</ENAMEX> . Perhaps a framed page from the <ENAMEX TYPE=\"ORGANIZATION'>New York Times<IENAMEX>, date d <TIMEX TYPE=\"DATE\">Dec . 8, 1987</TIMEX>, showing a year-end chart of the stock market crash earlier tha t year. Mr . <ENAMEX TYPE=\"PERSON'>James<IENAMEX> says he framed it and kept it by his desk as a \"personal reminder . It can all be gone like that.\" </p> </TXT> </DOC >",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "NE OUTPUT : (for sl, s2)",
"sec_num": null
},
{
"text": "<ORGANIZATION-9402240133-1> : = ORG_NAME : \"McCann-Erickson \" ORG_TYPE: COMPAN Y <ORGANIZATION-9402240133-2> : = ORG_NAME: \"New York Yacht Club\" ORG_TYPE : OTHER ORG_LOCALE : Hollywood UNK ORG_COUNTRY: United States <ORGANIZATION-9402240133-3> : = ORG_NAME : \"PaineWebber \" ORG_TYPE : COMPAN Y <ORGANIZATION-9402240133-4> : = ORG_NAME : \"Coke \" ORG_TYPE: COMPAN Y ORG_LOCALE : Atlanta CITY ORG_COUNTRY : United States <ORGANIZATION-9402240133-5> : _ ORG_NAME : \"Creative Artists Agency \" ORG_ALIAS : \"CAA \" ORG_TYPE: GOVERNMENT ORG_LOCALE: Hollywood UN K ORG_COUNTRY : United State s <ORGANIZATION-9402240133-6> : = ORG_NAME : \"Coca-Cola Classic \" ORG_ALIAS : \"Coca-Cola\" ORG_TYPE: COMPANY",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "FULL TE OUTPUT :",
"sec_num": null
},
{
"text": "'omponent employs the same core engine as the lexical pattern matcher . These semantic rules can add additional long-distance relations between semantic entities in different fragments within a sentence . A typical TE-level pattern would seek to attach descriptions to organizations, while a ST-level rule would find a potential SUCCESSION an d attach the PERSON, ORGANIZATION and POST information related to it. Below is an example of a sentencelevel rule which looks for the pattern [<PERSON> . . . <JOB-SITUATION-WORD> . . .<POST>+] . When matched against the sentence \"Mr . James, 57 years old, is stepping down as chief executive officer on July 1 and will retire as chairman at the end of the year .\", \"James\" would be <PERSON>, \"stepping down\" would be <JOB-SITUATION-WORD> and \"chief executive officer \" would be <POST>.(def-sp-top-patt DEFAULT-PROMOTED ( :patter n ( :se q ( :star :anyword) ( :rule NAMED-PERSON $person ) ( :dontcare 0 2) ( :tag $succ ( :and-env ( :cat (VP) :high ) ( :concept JOB-SITUATION)) ) ( :dontcare 0 2 ) (macro (MULTI-POST) ) ( :star :anyword)) ) ( :understanding ((type JOB-SITUATION $succ) ( :pred JOB-SITUATION-PERSON $succ $person ) ( :pred JOB-SITUATION-POSITION-PERSON $succ $postl) . . .)) )The semantic lexicon is separate from the parser's lexicon and has much less coverage . We use multiple levels of semantic lexicons : first, a generic application-independent lexicon with very shallow semantic information, then th e TE lexicon which provides more detailed entity-related semantic information, and finally the ST-level lexicon whic h provides detailed succession-related entries . Lexical semantic entries indicate the word's semantic type (a domain model concept), as well as predicates pertaining to it . For example, here is the lexical semantic entry for \"step down\" : (DEFVERB \"step down\"(STEP-DOWN-V-1 JOB-SITUATIO N ( :preds (JOB-SITUATION-STATUS :self (make-form POSITION-STATUS-GEN-OUT)) (JOB-SITUATION-REASON :self (make-form RESIGNATION)) ) (:CASE (LOGICAL-SUBJECT PERSON JOB-SITUATION-PERSON) (\"AS\" JOB-POSITION JOB-SITUATION-POSITION) (\"AS\" TITLED-PERSON JOB-SITUATION-POSITION-PERSON)) ) (STEP-DOWN-V-2 JOB-SITUATIO N ( :preds (JOB-SITUATION-REASON :self (make-form RESIGNATION))) ( :CASE (LOGICAL-SUBJECT JOB-POSITION JOB-SITUATION-POSITION) (LOGICAL-SUBJECT TITLED-PERSON JOB-SITUATION-POSITION-PERSON))) )",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Given the already ambitious nature of MUC-6, we do not disagree with the decision to consolidate on the fou r evaluation tasks, nor are we arguing to make parsing an evalution task in MUC-7 .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [
{
"text": "The work reported here was supported in part by the Advanced Research Projects Agency and was monitore d through Fort Huachucha under Contract No . DABT63-94-C-0062. The views and conclusions contained in thi s document are those of the authors and should not be interpreted as necessarily representing the official policies, eithe r expressed or implied, of the Advanced Research Projects Agency or the United States Government .Many contribruted in some way to this paper, including Damaris Ayuso, Daniel Bikel, Robert Bobrow, Sea n Boisen, Mark Burstein, William Ferguson, Heidi Fox, Clinton Hyde, Robert Ingria, Allan Wechsler, and Ralp h Weischedel .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "ACKNOWLEDGMENT S",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "PER_TITLE : \"Mr",
"authors": [
{
"first": "Robert",
"middle": [
"L"
],
"last": "James",
"suffix": ""
}
],
"year": null,
"venue": "WPP Group \" ORG_TYPE: COMPANY <PERSON-9402240133-1> : _ PER_NAME : \"Kevin Goldman\" <PERSON-9402240133-2> : = PER_NAME",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "<ORGANIZATION-9402240 1 3 3-7> : = ORG_NAME: \"Fallon McElligott \" ORG_TYPE : COMPANY ORG_LOCALE : Atlanta CITY ORG_COUNTRY : United States <ORGANIZATION-9402240133-8> : = ORG_NAME: \"WPP Group \" ORG_TYPE: COMPANY <PERSON-9402240133-1> : _ PER_NAME : \"Kevin Goldman\" <PERSON-9402240133-2> : = PER_NAME : \"Robert L. James \" PER_TITLE: \"Mr . \" PER_ALIAS : \"James \" <PERSON-9402240133-3> : _ PER_NAME : \"John J . Dooner Jr. \" PER_TITLE : \"Mr. \" PER_ALIAS : \"Dooner \" <PERSON-9402240133-4> : _ PER_NAME: \"McCann \" <PERSON-9402240133-5> : _ PER_NAME: \"Alan Gottesman \" <PERSON-9402240133-6> : _ PER_NAME: \"Peter Kim\" <PERSON-9402240133-7> : _ PER_NAME: \"Martin Puris \" <SUCCESSION_EVENT-9402240133-1> : = SUCCESSION_ORG : <ORGANIZATION-9402240133-I > POST: \"CHEF EXECUTIVE OFFICER\" IN_AND_OUT : <IN_AND_OUT-9402240133-1 > <IN AND OUT-9402240133-3 >",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "PER_ALIAS : \"James",
"authors": [
{
"first": "Job",
"middle": [],
"last": "On_The",
"suffix": ""
},
{
"first": "L",
"middle": [],
"last": "Un ; Robert",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "James ; John",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Dooner",
"suffix": ""
}
],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "ON_THE JOB UN( LEAR <iN_AND OUT 9402240133-4> := IO_PERSON : <PERSON-9402240133-3 > NEW_STATUS: IN ON_THE_JOB : UNCLEAR <ORGANIZATION-9402240133-1> : = ORG_NAME: \"McCann-Erickson \" ORG_TYPE: COMPANY <ORGANIZATION-9402240133-2> : _ ORG_NAME: \"WPP Group\" ORG_TYPE: COMPANY <PERSON-9402240133-1> : = PER_NAME: \"Robert L . James \" PER_TTTLE: \"Mr. \" PER_ALIAS : \"James\" <PERSON-9402240133-2> : = PER_NAME: \"John J . Dooner Jr. \" PER_TTTLE : \"Mr. \" PER_ALIAS : \"Dooner \" <PERSON-9402240133-3> : = PER_NAME : \"Peter Kim\" VACANCY_REASON: REASSIGNMENT <SUCCESSION_EVENT-9402240133-2> : = SUCCESSION_ORG : <ORGANIZATION-9402240133-1 > POST: \"CHAIRMAN\" IN_AND_OUT: <IN_AND_OUT-9402240133-2 > VACANCY_REASON: DEPART WORKFORCE <SUCCESSION_EVENT-9402240133-3> : = SUCCESSION_ORG : <ORGANIZATION-9402240133-2> POST: \"VICE CHAIRMAN\" IN_AND_OUT : <IN_AND_OUT-9402240133-4> VACANCY_REASON: OTH_UN K <IN_AND_OUT-9402240133-1> : _ IO_PERSON : <PERSON-9402240133-1 > NEW_STATUS : OUT ON_THE_JOB : UNCLEAR <IN_AND_OUT-9402240133-2> : = IO_PERSON : <PERSON-9402240133-1 > NEW_STATUS : OUT ON THE JOB : UNCLEAR <IN_AND_OUT-9402240133-3> : = IO_PERSON : <PERSON-9402240133-2 > NEW_STATUS : I N REFERENCES",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "BBN : Description of the PLUM System as Used for MUC-4",
"authors": [
{
"first": "D",
"middle": [
"M"
],
"last": "Ayuso",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Boisen",
"suffix": ""
},
{
"first": "H",
"middle": [],
"last": "Fox",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Ingria",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Weischedel",
"suffix": ""
}
],
"year": 1992,
"venue": "MUC-4 Proceedings",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ayuso, D .M ., Boisen, S ., Fox, H ., Ingria, R., and Weischedel, R . \"BBN : Description of the PLUM System as Used for MUC-4\", MUC-4 Proceedings, 1992 .",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Computational Aspects of Discourse in the Context of MUC-3",
"authors": [
{
"first": "Et",
"middle": [],
"last": "Iwanska",
"suffix": ""
}
],
"year": 1991,
"venue": "Proceedings of the Third Messag e Understanding Conference (MUC-3)",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Iwanska, et .al ., \"Computational Aspects of Discourse in the Context of MUC-3\", Proceedings of the Third Messag e Understanding Conference (MUC-3), 1991 .",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Hypothesizing Word Association from Untagged Text",
"authors": [
{
"first": "T",
"middle": [],
"last": "Matsukawa",
"suffix": ""
}
],
"year": 1993,
"venue": "Proceedings of the ARPA Workshop on Human Language Technology",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Matsukawa, T., Hypothesizing Word Association from Untagged Text\", Proceedings of the ARPA Workshop on Human Language Technology, 1993 .",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Example-Based Correction of Word Segmentation and Part o f Speech Labelling",
"authors": [
{
"first": "T",
"middle": [],
"last": "Matsukawa",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Miller",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Weischedel",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Weischedel",
"suffix": ""
},
{
"first": "D",
"middle": [
"M"
],
"last": "Ayuso",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Boisen",
"suffix": ""
},
{
"first": "H",
"middle": [],
"last": "Fox",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Ingria",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Palmucci",
"suffix": ""
}
],
"year": 1991,
"venue": "Proceedings of the Fourth ARPA Workshop on Speech and Natural Language",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Matsukawa, T ., Miller, S ., and Weischedel, R . \"Example-Based Correction of Word Segmentation and Part o f Speech Labelling\" , Proceedings of the ARPA Workshop on Human Language Technology, 1993 . Weischedel, R ., Ayuso, D .M ., Boisen, S ., Fox, H ., Ingria, R ., and Palmucci, J ., \"Partial Parsing, A Report o n Work in Progress\", Proceedings of the Fourth ARPA Workshop on Speech and Natural Language, 1991 .",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "BBN's PLUM Probabilistic Languag e Understanding System",
"authors": [
{
"first": "R",
"middle": [],
"last": "Weischedel",
"suffix": ""
},
{
"first": "D",
"middle": [
"M"
],
"last": "Ayuso",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Bobrow",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Boisen",
"suffix": ""
},
{
"first": "H",
"middle": [],
"last": "Fox",
"suffix": ""
},
{
"first": "T",
"middle": [],
"last": "Matsukawa",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Maclaughlin",
"suffix": ""
},
{
"first": "C",
"middle": [],
"last": "Papageorgiou",
"suffix": ""
},
{
"first": "T",
"middle": [],
"last": "Sakai",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Abe",
"suffix": ""
},
{
"first": "H",
"middle": [],
"last": "Hoshi",
"suffix": ""
},
{
"first": "Y",
"middle": [],
"last": "Miyamoto",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Miller",
"suffix": ""
}
],
"year": 1993,
"venue": "Proceedings of the TIPSTER Text Program",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Weischedel, R ., Ayuso, D.M ., Bobrow, R ., Boisen, S ., Fox, H ., Matsukawa, T ., MacLaughlin, D ., Papageorgiou , C ., Sakai, T., Abe, J ., Hoshi, H ., Miyamoto, Y ., and Miller, S ., \"BBN's PLUM Probabilistic Languag e Understanding System\", Proceedings of the TIPSTER Text Program (Phase 1), 1993 .",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Coping with Ambiguity and Unknow n Words through Probabilistic Models",
"authors": [
{
"first": "R",
"middle": [],
"last": "Weischedel",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Meteer",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Schwartz",
"suffix": ""
},
{
"first": "L",
"middle": [],
"last": "Ramshaw",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Palmucci",
"suffix": ""
}
],
"year": 1993,
"venue": "Computational Linguistics (Special Issue on Using Large Corpora : II)",
"volume": "19",
"issue": "",
"pages": "359--382",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Weischedel, R., Meteer, M ., Schwartz, R ., Ramshaw, L ., and Palmucci, J. \"Coping with Ambiguity and Unknow n Words through Probabilistic Models\", Computational Linguistics (Special Issue on Using Large Corpora : II) 19 , 359-382, 1993 .",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"uris": null,
"text": "NE System Architecture : Rectangles represent domain-independent, language-independen t algorithms ; ovals represent knowledge base s",
"type_str": "figure",
"num": null
},
"FIGREF2": {
"uris": null,
"text": "TE/ST System Architecture : Rectangles represent domain-independent, language-independen t algorithms ; ovals represent knowledge bases.",
"type_str": "figure",
"num": null
},
"FIGREF3": {
"uris": null,
"text": "Parser Output: Partial parse found for the example sentences .",
"type_str": "figure",
"num": null
},
"FIGREF4": {
"uris": null,
"text": "Semantic Structure : The semantic representation for \"He will be succeeded byMr . Dooner, 45. \" Discourse Processin g PLUM's discourse component creates a meaning for the whole message from the meaning of each sentence . The message level representation is a list of discourse domain objects (DDOs) for the top-level events of interest in the message (e .g ., SUCCESSION events in the ST domain) . The semantic representation of a phrase in the text onl y includes information contained nearby ; the discourse module must infer other long-distance or indirect relations no t explicitly found by the semantic interpreter and resolve any references in the text .The discourse component creates two primary structures : a discourse predicate database and the DDOs . The database contains all the predicates mentioned in the semantic representation of the message . When references are resolved, corresponding semantic variables are unified . Any other inferences are also added to the database .",
"type_str": "figure",
"num": null
},
"FIGREF6": {
"uris": null,
"text": "set of DDOs for a SUCCESSION (and its associated IN-AND-OUTs) in the walkthrough message follow : DDO : SUCCESSIO N Trigger fragments : \", is stepping down\" \" He will be succeeded by Mr . Dooner, 45 . \"----------------------------------------------------------------------SUCCESSION-ORG-OF: \"McCann-Erickson\"(score=4 ) SUCCESSION-POST-OF : \"CHIEF EXECUTIVE OFFICER\" (score=O ) \"CHAIRMAN\" (score=l ) \"PRESIDENT\" (score=6) \"CHIEF OPERATING OFFICER\" (score=6 ) SUCCESSION-IN-AND-OUT-OF: IN-AND-OUT-2719 (score=O) IN-AND-OUT-2723 (score=0) SUCCESSION-VACANCY-REASON-OF: RESIGNA PION (score= 0) RETIREMENT (score= 2 ) DDO : IN-AND-OUT-2719: \", is stepping down \"",
"type_str": "figure",
"num": null
},
"FIGREF7": {
"uris": null,
"text": "\" IN-AND-OUT-NEW-STATUS-OF: POSITION-STATUS-GEN-OUT (score= 0) POSITION-STATUS-GEN-IN (score=4) DDO:IN-AND-OUT-2723 : \"He will be succeeded by Mr . Dooner, 45 . \" ----------------------------------------------------------------------IN-AND-OUT-PERSON-OF : \"Dooner\" (score= 0 -OUT-NEW-STATUS-OF: POSITION-STATUS-GEN-IN (score= 0) POSITION-STATUS-GEN-OUT (score= 4)",
"type_str": "figure",
"num": null
},
"FIGREF8": {
"uris": null,
"text": "Measured Progress on the New Domain .",
"type_str": "figure",
"num": null
},
"FIGREF9": {
"uris": null,
"text": "0231 </DOCID > <DOCNO> 940224-0133 . </DOCNO > <HL> Marketing & Media-Advertising :",
"type_str": "figure",
"num": null
},
"FIGREF10": {
"uris": null,
"text": "ADV), ALL ENTERTAINMENT & LEISURE (ENT), FOOD PRODUCTS (FOD), FOO D PRODUCERS, EXCLUDING FISHING (OFP), RECREATIONAL PRODUCTS & SERVICES (REC), TOY S (TMF) </IN> <TXT> <p>",
"type_str": "figure",
"num": null
},
"TABREF0": {
"html": null,
"text": "The effect of our mistake and others was substantial and is gi\u2022 .en in the table below .",
"content": "<table><tr><td/><td>F</td><td>Recall</td><td>Precisio n</td></tr><tr><td>Official</td><td>71 .97</td><td>66</td><td>79</td></tr><tr><td>Unofficial</td><td>76 .46</td><td>72</td><td>8 1</td></tr></table>",
"num": null,
"type_str": "table"
}
}
}
}