| { |
| "paper_id": "M93-1013", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T03:14:21.636937Z" |
| }, |
| "title": "MITRE-Bedford : Description of the Alembic System as Used for MUC-5", |
| "authors": [ |
| { |
| "first": "John", |
| "middle": [], |
| "last": "Aberdeen", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "The MITRE Corporation", |
| "location": { |
| "addrLine": "202 Burlington Road Bedford", |
| "postCode": "01730", |
| "region": "MA" |
| } |
| }, |
| "email": "" |
| }, |
| { |
| "first": "John", |
| "middle": [], |
| "last": "Burger", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "The MITRE Corporation", |
| "location": { |
| "addrLine": "202 Burlington Road Bedford", |
| "postCode": "01730", |
| "region": "MA" |
| } |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Dennis", |
| "middle": [], |
| "last": "Connolly", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "The MITRE Corporation", |
| "location": { |
| "addrLine": "202 Burlington Road Bedford", |
| "postCode": "01730", |
| "region": "MA" |
| } |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Susan", |
| "middle": [], |
| "last": "Roberts", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "The MITRE Corporation", |
| "location": { |
| "addrLine": "202 Burlington Road Bedford", |
| "postCode": "01730", |
| "region": "MA" |
| } |
| }, |
| "email": "" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "BACKGROUND The Alembic text understanding system fielded at MUC-5 by MITRE is an extensive rewrite of the system w e presented at MUC-4. Alembic' is a research prototype that is still young, and is thus in the process of ongoin g development. Our work is part of an internally-funded research initiative aimed at processing open source texts, i .e. , free natural language texts drawn from broadcast transcripts, news wires, etc. This initiative explores several majo r research areas: \u2022 Error recovery, primarily involving issues of semi-parsing and recovery of plausible attachments. \u2022 Robustness, primarily involving issues of uncertain reasoning and tractable inference. \u2022 Self-extensibility, focusing primarily on machine learning of natural language and user-configurabl e semantics. \u2022 System integration, through SGML (the Standard Generalized Markup Language), both at the leve l of meaning analysis and at the overall application level. ARCHITECTURE The system's underlying architecture, shown in Figure 1 overleaf, follows a by-now familiar task breakdown. Processing occurs in two main phases : preprocessing (in the elementizer module), which covers processes rangin g from document destructuring to simple parsing, and natural language analysis per se, including application-specifi c output generation. As with several other MUC systems, our use of an explicit pre-processing phase is directl y borrowed from work by Jacobs oral (1991). One way Alembic differs from other MUC systems, however, is in exploiting SGML (Goldfarb 1990) as the interchange lingua franca between processing phases. The intention is to allow system modules whose invocation occurs early in the analysis of a document to record processing result s directly in the document through SGML markup. This information then becomes available to subsequent modules as meta-data. Further, the elementizer itself is composed of a sequence of processing phases that also exchang e partial results through SGML. 'alembic 1 : an alchemical apparatus used for distillation 2 : something that refines or transmutes as if by distillation .", |
| "pdf_parse": { |
| "paper_id": "M93-1013", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "BACKGROUND The Alembic text understanding system fielded at MUC-5 by MITRE is an extensive rewrite of the system w e presented at MUC-4. Alembic' is a research prototype that is still young, and is thus in the process of ongoin g development. Our work is part of an internally-funded research initiative aimed at processing open source texts, i .e. , free natural language texts drawn from broadcast transcripts, news wires, etc. This initiative explores several majo r research areas: \u2022 Error recovery, primarily involving issues of semi-parsing and recovery of plausible attachments. \u2022 Robustness, primarily involving issues of uncertain reasoning and tractable inference. \u2022 Self-extensibility, focusing primarily on machine learning of natural language and user-configurabl e semantics. \u2022 System integration, through SGML (the Standard Generalized Markup Language), both at the leve l of meaning analysis and at the overall application level. ARCHITECTURE The system's underlying architecture, shown in Figure 1 overleaf, follows a by-now familiar task breakdown. Processing occurs in two main phases : preprocessing (in the elementizer module), which covers processes rangin g from document destructuring to simple parsing, and natural language analysis per se, including application-specifi c output generation. As with several other MUC systems, our use of an explicit pre-processing phase is directl y borrowed from work by Jacobs oral (1991). One way Alembic differs from other MUC systems, however, is in exploiting SGML (Goldfarb 1990) as the interchange lingua franca between processing phases. The intention is to allow system modules whose invocation occurs early in the analysis of a document to record processing result s directly in the document through SGML markup. This information then becomes available to subsequent modules as meta-data. Further, the elementizer itself is composed of a sequence of processing phases that also exchang e partial results through SGML. 'alembic 1 : an alchemical apparatus used for distillation 2 : something that refines or transmutes as if by distillation .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "As a result of this SGML-based architecture, the system's overall flow of control is governed from an objectoriented document manager built on top of Goldfarb's public domain SGML parser, ARC-SGML . For MUC-5, the pre-processing elementizer thus takes a source message file and normalizes it in various ways, yielding an intermediate SGML document . The document manager then builds an internal document object by parsing the resulting SGML . The actual content analysis of the document is performed by invoking the natural language analysi s modules on the internal document object, and the results of these analyses are stored as attributes of the document .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "Another way in which Alembic differs from a prototypical MUC-class system is in its emphasis on tex t enrichment. That is, the output of the system is actually a new version of the source document enriched by semanti c markup. The markup consists of a template-based index and simple semantic annotations identifying people , organizations, places, etc . For the MUC task, Alembic also provides selective output that consists solely of filled templates. ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "As shown in Figure 1 , Alembic comprises six main processing modules. These modules perform all but one o f the functions described by Hobbs (1993) for his generic information extraction system-we omit the text filterin g phase . The correspondence from Hobbs' inventory of processing modules to Alembic is summarized in Table 1 .", |
| "cite_spans": [ |
| { |
| "start": 135, |
| "end": 147, |
| "text": "Hobbs (1993)", |
| "ref_id": "BIBREF6" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 12, |
| "end": 20, |
| "text": "Figure 1", |
| "ref_id": null |
| }, |
| { |
| "start": 321, |
| "end": 328, |
| "text": "Table 1", |
| "ref_id": "TABREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "INDIVIDUAL PROCESSING MODULE S", |
| "sec_num": null |
| }, |
| { |
| "text": "The elementizer (so called because it inserts SGML elements into the text) is built as a cascade of finite-state LEX-style tokenizers . The elementizer performs Hobbs' zoning, pre-processing, and pre-parsing functions . Our zoning is more sophisticated than that in most like systems because we interpret the markup of MUC-5 messages a s bona fide SGML . Of Hobbs' several pre-processing tasks, the elementizer performs two : detecting sentence an d paragraph boundaries, and tokenizing certain parts of the lexicon . The parts in question include some gargantuan sub-lexica that we do not want to have to load into our main processor, e.g ., lists of personal names and the inventory of geography terms from the TIPSTER gazetteer . Also tokenized are contractions and other punctuationladen lexemes, and assorted closed classes such as corporate designators and currency names . Finally, the elementizer performs some rudimentary parsing of dates and other constructs whose idiosyncrasies are much easie r to handle in a finite-state framework than in the strictly binary-branching framework of our main parser.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Elementize r", |
| "sec_num": null |
| }, |
| { |
| "text": "The following elementized sample reproduces parts of the second paragraph of the walkthrough message. Note, for example, normalization tags such as < N UM > (for numerals) and tokenization tags, including <PT> (for punctuation), <GEO> (Gazetteer entries), and <LEX> (misc. closed classes) .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Elementize r", |
| "sec_num": null |
| }, |
| { |
| "text": "<P> THE JOINT VENTURE <PT>,</Pf> BRIDGESTONE SPORTS <GEO co>TAIWAN</GEO> <LEX> CO .</LEX > <PT>,</PT> . . . A MONTH<Pf> .</PT> <S>THE MONTHLY OUTPUT <NAME>WILL</NAME> BE LATER RAISE D TO <NUM V= \"50000\" >50,000</NUM> UNIT5<PT>,</Pf> BRIDGESTON SPORTS OFFICIALS SAID<PT> .</PT > The elementizer expects its output to be normalized with respect to an SGML document type definition at some later point, in our case as the elementized source file is read into the document manager . This allows us to exploit a number of SGML shortcuts, such as implicit tags, thus simplifying the elementization task significantly . In th e preceding sample, for example, note how unambiguous </P>, <5> and <IS> tags are not introduced . They are reconstructed from context by the document manager when the elementized message is read into Alembic . More esoterically, perhaps, we also exploit short forms of attribute names so as to minimize the size of elementize d messages. The <GEO co> tag for example is actually short for (roughly) <GEO continent=NIL country=T province=NIL city=NIL airport=NIL port=NIL island=NIL island_group=NlL >", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Elementize r", |
| "sec_num": null |
| }, |
| { |
| "text": "The document manager provides an object-oriented framework for working with SGML documents. Th e manager is entirely CLOS-based, and SGML elements are thus made available as instances of CLOS objects . A sentence element (corresponding to the string bracketed by matching <5> and <15> tags) is mapped into an instanc e of the 5 class in CLOS, and any S -specific code (e.g ., the linguistic parser) is thus made applicable to the element .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Document Manage r", |
| "sec_num": null |
| }, |
| { |
| "text": "As mentioned, the document manager is built around a public domain SGML parser/tokenizer written by Goldfarb, the originator of SGML. The parser takes care of canonicalizing a document as it is read in by, e .g . , inserting any tags left implicit by the elementizer, or by filling in the default attribute values of attributes .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Document Manage r", |
| "sec_num": null |
| }, |
| { |
| "text": "The parser consists of C language routines made available through the Consortium for Lexical Research . O n the Lisp side, the document manager makes available a simple text-processing protocol that is easily specialized fo r contentful elements, such as <5>, <SO>, and so forth . We exploit this protocol to structure the entire flow of contro l of the main body of Alembic, from invoking the scanner all the way through producing template files.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Document Manage r", |
| "sec_num": null |
| }, |
| { |
| "text": "The scanner performs the remainder of Hobbs' pre-processing phase . That is, it builds a chart over which th e parser will operate, and populates the chart with categories corresponding to either (1) ordinary lexical items in th e input stream, or (2) SGML elements identified by the elementizer (geographic terms, dates, and so forth) . The latter are handled by specializing the document manager's text processing protocol . <GEO> elements, for example , instantiate a prototypical geographical NP category into the chart (our categories are structured attribute valu e vectors with variables, i.e., standard unification-style DAGs (Shieber 1986 ; Pareschi &Steedman 1987) ", |
| "cite_spans": [ |
| { |
| "start": 634, |
| "end": 649, |
| "text": "(Shieber 1986 ;", |
| "ref_id": "BIBREF11" |
| }, |
| { |
| "start": 650, |
| "end": 674, |
| "text": "Pareschi &Steedman 1987)", |
| "ref_id": "BIBREF10" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Scanner", |
| "sec_num": null |
| }, |
| { |
| "text": ") : [[syn :N ] [bar-level 2] [scm [[head geo-region]]]]", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Scanner", |
| "sec_num": null |
| }, |
| { |
| "text": "Non-SGML items are handled through a three-level lexicon . Our primary lexicon contains lexical items t o which is associated fine-grained information . This may include complex syntactic relationships, as with sentential complement verbs, or they may be associated with meaningful semantics, as with domain-specific lexicon entries . The primary lexicon was populated in part by adapting knowledge bases provided to us by Richard Tong of ADS .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Scanner", |
| "sec_num": null |
| }, |
| { |
| "text": "If a lexical item is not found in the primary lexicon, we obtain its part of speech from a secondary lexicon base d on the OAL (Oxford Advanced Learner) word list . This occurs most often for open-class tokens out of th e immediate realm of the domain . Finally, if an item does not even appear in the OAL, we assume it to be an instanc e of a special unknown noun category, UNK-N . This category is allowed to appear anywhere that is permitted fo r common nouns . In addition, UNK-Ns can participate in many syntactic positions that would otherwise be reserve d to proper nouns, e.g ., as part of personal names and as pre-nominal modifiers to the left of the adjective position .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Scanner", |
| "sec_num": null |
| }, |
| { |
| "text": "The original parser in Alembic was strictly based on combinatory categorial grammars (Steedman 1985 (Steedman , 1987 . We originally chose CCGs because their processing is inherently bottom-up and because they are strongly lexicall y governed . One lesson learned in our MUC-4 experience, however, is that strongly categorial frameworks are inadequate for processing free text, chiefly because they only provide inconvenient treatments of modifier attachment.", |
| "cite_spans": [ |
| { |
| "start": 85, |
| "end": 99, |
| "text": "(Steedman 1985", |
| "ref_id": "BIBREF12" |
| }, |
| { |
| "start": 100, |
| "end": 116, |
| "text": "(Steedman , 1987", |
| "ref_id": "BIBREF13" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Linguistic Parse r", |
| "sec_num": null |
| }, |
| { |
| "text": "As a result, one change we brought to our parser in the last year has been to recast it as a hybrid of the categoria l and phrase structure frameworks. Specifically, we rely on structured CCG-style categories to handle argumen t structure, and on binary-branching phrase structure rules to handle modifier attachment and other general phras e structure phenomena . A transitive verb, for example is treated as the V/N category, i.e., as a function that takes a noun phrase argument on the right (the N term) and produces a verb phrase (the V term) . The noun phrase is attached to the verb through the combinatorial rule of function application, i .e. , a//3 a Strictly speaking, the above is a combinatorial schema, in which a and 13 in this case match V and N respectively . As in standard CCGs, a single combinatorial function application schema is used for attaching all syntactic arguments to a functor category. Complex argument attachment phenomena are thus encoded through complex syntactic categories, e .g., V/N/N (for ditransitive verbs such as \"give\") or V/S/N (for \"tell\" and simila r sentential complement verbs) .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Linguistic Parse r", |
| "sec_num": null |
| }, |
| { |
| "text": "In contrast, modifier attachment is handled by providing rules specific to the particular modification phenomenon, as in standard phrase structure grammar . The temporal modifiers of a verb, for example, are handle d through the following rule (not a schema) .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Linguistic Parse r", |
| "sec_num": null |
| }, |
| { |
| "text": "V", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "V DATE", |
| "sec_num": null |
| }, |
| { |
| "text": "There are a number of advantages to this approach with respect to linguistic modeling . Beyond handling modifiers, Wittenburg (1987) used related strategies to project gapped constituents . From a computational perspective, however, the most important is that it makes the grammar entirely unary-or binary-branching . This i s so because the syntactic phenomena that must traditionally be treated through greater-than-binary rules are typicall y complex argument structures-in our framework, these phenomena are handled through \"stacked\" functor categories, such as V/N/N . 2 By relying on the binary-branching property of the grammar, we can thus simplify many aspects of our parser ; we don't need to construct dotted rules, for example .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "V DATE", |
| "sec_num": null |
| }, |
| { |
| "text": "Although there are many further interesting and unconventional aspects of Alembic's parser, they are only of secondary interest to an information extraction audience . For the present purpose, we will thus only allude to som e of the parser's other relevant characteristics .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "V DATE", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 The parser organizes rules according to specificity, so that only the most specific variant of a phras e structure rule is ever used in combining two categories.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "V DATE", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 We rely on a number of simple attachment disambiguation heuristics to reduce the number of parse s generated for a given sentence . These heuristics are simple and have so far proved themselve s workable in practice . In particular, we prefer argument attachments to modifier attachments, an d among multiple modifier attachments, we prefer those that attach deepest in the parse tree .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "V DATE", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 Although the parser often produces spanning parses of even long sentences, we only require it t o produce semi-parses. We use a greedy algorithm to segment the chart into maximal chunks and us e these when a spanning parse is unavailable.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "V DATE", |
| "sec_num": null |
| }, |
| { |
| "text": "2There are admittedly non-binary phenomena besides complex argument structure, for example the grammar of dates . W e handle these cases through the finite-state pre-parsing that is performed by the Alembic elementizer .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "V DATE", |
| "sec_num": null |
| }, |
| { |
| "text": "The parser produces semantic interpretations in concert with syntactic parses . The output of the parser is effectively a semantic interpretation of the predicate argument structure of the sentence . We use semantic structures derived from those in the King Kong NL interface (Bayer d Vilain 1991) ; these are in turn related to the \"interpretation level\" of Alshawi erVan Eijck (1989) . These are semantic objects that have four primary components :", |
| "cite_spans": [ |
| { |
| "start": 276, |
| "end": 297, |
| "text": "(Bayer d Vilain 1991)", |
| "ref_id": null |
| }, |
| { |
| "start": 359, |
| "end": 385, |
| "text": "Alshawi erVan Eijck (1989)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Semantic interpretations", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 Head : that is, a semantic predicate corresponding to the lexical head of a phrase .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Semantic interpretations", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 Args : a list of semantic interpretations corresponding to the syntactic arguments of the lexical head.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Semantic interpretations", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 Proxy : a semantic individual that instantiates the lexical head . In this case, the head slot of the interpretation corresponds to the main verb of the sentence, and the args slo t holds the arguments of the verb, e .g., the subject and direct object. The proxy slot denotes a semantic individual which serves the role of an event instance in a partially Davidsonian scheme, as in (Hobbs 1985) or (Bayer d-Vilai n 1991) . That is, modifiers of the lexical head (from the mods slot) are made to predicate the proxy individual ., as i n the example with the date modifier \"last March,\" which predicates a time-of relation of the proxy individual c-e-1 .", |
| "cite_spans": [ |
| { |
| "start": 384, |
| "end": 396, |
| "text": "(Hobbs 1985)", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 400, |
| "end": 422, |
| "text": "(Bayer d-Vilai n 1991)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Semantic interpretations", |
| "sec_num": null |
| }, |
| { |
| "text": "As with other frameworks with similar interpretation levels, it is worth observing that these representations are ambiguous with respect to quantifier scope . Although quantifier information is saved during parsing (as a fift h quant slot on interpretations), it is ignored except in as much as is needed for determining definiteness of referentia l expressions. As noted below, this representational ambiguity is of interest because we perform inference and data extraction directly upon propositionalized versions of these interpretations, with no need to scope quantifiers .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Semantic interpretations", |
| "sec_num": null |
| }, |
| { |
| "text": "The inference module is a completely new addition to Alembic . It is built on top of a propositional database that stores propositionalized versions of the semantics of sentences . The database itself is coupled to a tractable inference mechanism (Vilain 1991 (Vilain , 1993 and to an equality reasoner based on congruence closure (McAllester 1989) .", |
| "cite_spans": [ |
| { |
| "start": 247, |
| "end": 259, |
| "text": "(Vilain 1991", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 260, |
| "end": 274, |
| "text": "(Vilain , 1993", |
| "ref_id": "BIBREF15" |
| }, |
| { |
| "start": 331, |
| "end": 348, |
| "text": "(McAllester 1989)", |
| "ref_id": "BIBREF9" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Inference", |
| "sec_num": null |
| }, |
| { |
| "text": "With respect to data extraction, the inference module performs two chief functions. First it provides a uniform framework that seamlessly integrates general-purpose semantic processing and the bulk of data extraction . Second , it serves as a common substrate upon which Alembic performs various kinds of discourse processing, ranging from general definite reference resolution to domain-specific event or entity merging . As we note below, the inferentia l nature of the process allows these two functions to be performed through simple rules, thus avoiding the monolithi c and unwieldy pattern-matching expressions that are typically used for semantic processing and event merging .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Inference", |
| "sec_num": null |
| }, |
| { |
| "text": "This material is best illustrated through examplessee below in our discussion of the walkthrough message.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Inference", |
| "sec_num": null |
| }, |
| { |
| "text": "As mentioned, we rely on the inference mechanism to perform the bulk of the work of data extraction. The template generator, to a large extent, simply reads the template structure out of the contents of the propositiona l database. The primary complexity lies in maintaining backpointers from facts in the propositional database to th e text strings required to produce string fills . Since these fills are typically NPs, this is simply achieved by mappin g semantic individuals to their originating lexical heads, and mapping these in turn to their maximal projections .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Template Generation", |
| "sec_num": null |
| }, |
| { |
| "text": "In addition, the template generator must handle the innumerable details concerning fill rules for geography , names, and aliases. These minutiae are handled through a combination of inference rules and ad hoc code .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Template Generation", |
| "sec_num": null |
| }, |
| { |
| "text": "From a data extraction perspective, most of the early stages of processing Alembic performs on this message are only of partial interest. Although Alembic has its own distinctive ways of pre-processing, scanning, and parsing th e document, the heart of the actual extraction process takes place during inference . As this is also one of the distinguishing characteristics of Alembic, our description of the walkthrough message thus focuses largely on the inferential process .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "SEMANTIC PROCESSING IN THE WALKTHROUGH MESSAG E", |
| "sec_num": null |
| }, |
| { |
| "text": "Inference begins when the semantic interpretations produced by the parser are added to the propositiona l database. For example, for the first sentence in the message, the parser produces the following schematic syntacti c attachments (two fully spanning parses are produced for this sentence) .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Mapping parses to proposition s", |
| "sec_num": null |
| }, |
| { |
| "text": "The actual semantic interpretations are nested structures that generally mirror this attachment scheme : the top level of the interpretation, for example, is provided below . Note that in the particular case of verbs with sententia l complements (e .g ., \"Bridgestone Sports Co . said\"), the propositional complement (e .g ., \"it will set up\") is actually pulled out to the top level of the interpretation, and the matrix sentence is demoted to a modifier role. A nested interpretation such as this is then added to the database by flattening and propositionalizing it . For the first sentence of the walkthrough message, the following propositions are added (among others) .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "BRIDGESTONE SPORTS CO . SAID FRIDAY IT WILL SET U P A JOINT VENTUR E IN TAIWA N WITH A LOCAL CONCER N AN D A JAPANESE TRADING HOUS E TO PRODUCE GOLF CLUBS TO BE SHIPPED TO JAPA N", |
| "sec_num": null |
| }, |
| { |
| "text": "\" Bridgestone Sports Co.\" (declare (ct c-e-1)) \" said Friday\" (pronominal-thing t1)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "(company ct)", |
| "sec_num": null |
| }, |
| { |
| "text": "\" it\" (create-entity (t1 b-v-1) c-e-1) \"has set up\" (business-venture b-v-1) \"a joint venture\"", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "(company ct)", |
| "sec_num": null |
| }, |
| { |
| "text": "Note again that this process of propositionalization does not require making any choice of quantifier scoping .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "(company ct)", |
| "sec_num": null |
| }, |
| { |
| "text": "Once a sentence has been propositionalized and added to the database, the first set of inferences performed ar e typically of a general semantic nature . In the case of the first walkthrough sentence, the fast set of rules to deriv e new facts are those that identify the participants of the events . A very general such rule pulls participants out of the conjoined co-agentive phrase \"with a local concern and a Japanese trading house .\" To begin with, this co-agentive phrase causes the propositions below to be added in addition to those shown above .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "General semantic inference", |
| "sec_num": null |
| }, |
| { |
| "text": "(co-agent (bvl el)) \"with\" (group g1) coordination (group-member (g1 Ic1)) \"a local concern\" (group-member (g1 jthl)) \"a Japanese trading house \"", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "General semantic inference", |
| "sec_num": null |
| }, |
| { |
| "text": "The extraction of participants is performed by the following rule: (jv-entity (bvt Ic1)) (jv-entity (bvl jthi) )", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "General semantic inference", |
| "sec_num": null |
| }, |
| { |
| "text": "(", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "General semantic inference", |
| "sec_num": null |
| }, |
| { |
| "text": "Together, these two rules identify the existence of two of the joint venture participants (but not their names) . The third participant is identified (modulo reference resolution) by a lexical rule about creating business ventures :", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "General semantic inference", |
| "sec_num": null |
| }, |
| { |
| "text": "(create-entity (x y)) & (business-venture y) -* (participant (x y)) .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "General semantic inference", |
| "sec_num": null |
| }, |
| { |
| "text": "This rule, along with the immediately preceding one yield:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "General semantic inference", |
| "sec_num": null |
| }, |
| { |
| "text": "(participant (bvl ptl))", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "General semantic inference", |
| "sec_num": null |
| }, |
| { |
| "text": "i.e., \"it\" is a participant in the business ventur e (jv-entity (bvl ptl))", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "General semantic inference", |
| "sec_num": null |
| }, |
| { |
| "text": "i.e., \"it\" is a venture entity of the venture These rules typify the kind of inference that goes on in Alembic, wherein domain-specific lexical inference s build directly on top of general domain-independent inferences . This provides an appealing degree of declarative modularity, and allows significant portions of the semantic infrastructure to be reused across multiple domains .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "General semantic inference", |
| "sec_num": null |
| }, |
| { |
| "text": "Perhaps the most appealing aspect of Alembic's propositional database is that it provides a very convenien t substrate for discourse processing . Indeed, Alembic exploits the equality mechanism built into the database to cause facts to become propagated and shared as a result of coreference determinations . In the version of Alembic used i n MUC-5, these co-reference determinations can happen in three different ways .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discourse processin g", |
| "sec_num": null |
| }, |
| { |
| "text": "The definite reference mechanism incorporated into the MUC-5 version of the system is a drastic simplificatio n of the probabilistic mechanism we used in MUC-4 (Aberdeen 6-al 1992) . We restricted the mechanism to consider only designated classes in our sort hierarchy, namely joint ventures and companies . Once a definite reference to a designated class has been identified, it is simply resolved to the most recent instance of that class . This strategy i s error-prone, and we intend to replace it shortly with a probabilistic reference mechanism more in line with the on e we used in MUC-4 (but trained on more reliable data!) . What is most interesting about our approach, however, i s not the particular reference algorithm we ended up implementing, but the way it exploits the equality mechanism .", |
| "cite_spans": [ |
| { |
| "start": 160, |
| "end": 180, |
| "text": "(Aberdeen 6-al 1992)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Definite referenc e", |
| "sec_num": null |
| }, |
| { |
| "text": "To see this, consider sentence 2 of the walkthrough message, where we encounter the definite reference \"Th e joint venture, Bridgestone Sports Taiwan Co.\" This phrase engenders the following propositions in the database :", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Definite referenc e", |
| "sec_num": null |
| }, |
| { |
| "text": "(business-venture bv2) \"The joint venture\" (has-name (IA2 c2)) apposition (company c2) \"Bridgestone Sports Taiwan Co.\"", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Definite referenc e", |
| "sec_num": null |
| }, |
| { |
| "text": "The definite reference is resolved to the phrase \"a joint venture\" from sentence 1, which corresponds to th e individual bv1 . The individuals bvl and bv2 are then equated, and the following is automatically inferred :", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Definite referenc e", |
| "sec_num": null |
| }, |
| { |
| "text": "(has-name (bvl c2) )", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Definite referenc e", |
| "sec_num": null |
| }, |
| { |
| "text": "Other facts known about le/2 are automatically propagated to bvl as well .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Definite referenc e", |
| "sec_num": null |
| }, |
| { |
| "text": "Event and entity merging approaches to discourse processing have gained significant visibility recently in ligh t of the success of systems with very fragmentary parsing, e.g ., CIRCUS (Lehnert eb al 1992) or FASTUS (Appelt cr al 1993) . Although we have only had limited experience with this class of techniques, we believe that entity and event merging can be elegantly handled through Alembic's propositional database. For instance, consider sentence 4 of the walkthrough message, which refers to \"The new company, based in Kaohsiung.\" The MUC-5 version of our system contained the following entity-merging rule, which can be glossed as saying that any new compan y mentioned in the context of a joint venture is in fact that joint venture (or perhaps its joint venture company) :", |
| "cite_spans": [ |
| { |
| "start": 185, |
| "end": 205, |
| "text": "(Lehnert eb al 1992)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Event and entity mergin g", |
| "sec_num": null |
| }, |
| { |
| "text": "(company x) & (new-thing x) & (jv-in-context (x y)) -f (= (x y)) .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Event and entity mergin g", |
| "sec_num": null |
| }, |
| { |
| "text": "As a result of applying this rule, Alembic propagates facts known about the company in sentence four to the joint venture entity from sentence 1, e .g ., the fact that it is based in Kaohsiung, and so forth . What is most appealing about merging events in this way is that it avoids much of the monolithic pattern-matching that is typically required for event merging, especially for copying information from the source events into their combined merger.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Event and entity mergin g", |
| "sec_num": null |
| }, |
| { |
| "text": "Finally, Alembic exploits the inference mechanism to encode some patterns of pronominal reference that are so stereotypical as to be effectively frozen . One such pattern appears in the first sentence : \"Bridgestone Sports Co . said Friday it will set up a joint venture .\" This pattern is handled by the following simple rule :", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Stereotypical pronominal referenc e", |
| "sec_num": null |
| }, |
| { |
| "text": "(declare (x y)) & (event (z) y) & (pronominal-thing z) -a (= (x z) )", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Stereotypical pronominal referenc e", |
| "sec_num": null |
| }, |
| { |
| "text": "This rule matches sentences headed by propositional statement verbs (through the declare term) . When the embedded clause (matched through the event term 3 ) has a pronominal subject (the pronominal-thing term), the rul e equates the subject arguments of the two clauses . As with definite reference, the equality mechanism then propagates facts known about the matrix subject to the embedded subject-in this case the fact that it is a company, etc .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Stereotypical pronominal referenc e", |
| "sec_num": null |
| }, |
| { |
| "text": "We believe the development effort we undertook in this past year has paid off to a large extent, though not a s much as we had originally hoped . We achieved an overall ERR score of 87, corresponding to a P&R score of 22 . Although this is on the low end of scores reported for MUC-5, it represents a significant improvement over ou r MUC-4 performance (P&R of 9 on TST3), especially given the increased difficulty of the MUC-5 task.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "SYNOPSIS OF EVALUATION MEASURE S", |
| "sec_num": null |
| }, |
| { |
| "text": "More important perhaps than these single performance measures is our overall performance profile . Alembic i s a clean system : we have among the highest precision scores to be presented here (P=58) . In contrast, our performance was hampered by our relatively lower recall (R=14) . This high-precision profile is also reflected in our comparatively better system-by-system ranking in the richness-normalized-error measures (minerr= .89 maxerr=.92 ) than in the primary error per response fill measure. This is due to the fact that Alembic avoids generating spurious fills, a characteristic that is favored by the richness-normalized error measures .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "SYNOPSIS OF EVALUATION MEASURE S", |
| "sec_num": null |
| }, |
| { |
| "text": "Turning to our recall score, our major problem in obtaining a high recall level was simply an inadequate domai n model, especially an insufficient complement of extraction rules for locating joint venture entities . For example, we failed to exploit such reliable indicators of these entities as ownership or partnership events . Since entities 3 1n our domain model, event is a generalization that matches any relation, including the create-entity event in the example . Table 2 : Ablation experiments contribute overwhelmingly to the overall complement of fills, we were correspondingly penalized. In addition, we experienced in the final run a number of hitherto unobserved bugs in the entity fill normalization code ; these errors contributed to lowering both our recall and precision scores .", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 472, |
| "end": 479, |
| "text": "Table 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "SYNOPSIS OF EVALUATION MEASURE S", |
| "sec_num": null |
| }, |
| { |
| "text": "Beyond the official final runs, we conducted several ablation experiments in an effort to gain additional insigh t into the nature of our performance at MUC-5 . In particular, we created versions of Alembic in which we selectivel y disabled (1) the secondary lexicon (OAL), or (2) definite reference resolution . We then compared the performance of these derivative systems to the baseline performance of the full system on the 86-message section of the dry ru n test set . These results are summarized in Table 2 , and as can be readily seen, there are no substantial difference s between the experimental conditions . We were somewhat surprised to note a slight performance improvement when we disabled the secondary OAL lexicon, which attests to a certain degree to the robustness of our fallback strateg y of mapping unknown lexical items to the UNK-N category .", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 506, |
| "end": 513, |
| "text": "Table 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "SYNOPSIS OF EVALUATION MEASURE S", |
| "sec_num": null |
| }, |
| { |
| "text": "One should refrain, however, from drawing any sweeping conclusions from these experiments . Indeed, th e baseline recall level of Alembic on this task is still fairly low, so the effects of these experimental manipulations ar e probably masked by the lack of sufficient baseline recall . For example, if Alembic fails to identify a company as a joint venture participant, it does not matter whether the system later succeeds through reference resolution at determining the company's nationality or location .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "SYNOPSIS OF EVALUATION MEASURE S", |
| "sec_num": null |
| }, |
| { |
| "text": "Finally, we performed an additional experiment in which we hand-tagged all geographical entities, corporations , and personal names, rather than leaving this task to the elementizer and parser . The intention here was to provide an oracle for these phrase types, so as to help us determine how much of our recall error might have been due t o inadequacies in the parser or elementizer, especially with respect to parsing the names of joint venture participants. Once again, we found no significant difference between the baseline system and the oracle-driven system . This substantiates our anecdotal impressions that an inadequate extraction model is the main cause of our recall errors .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "SYNOPSIS OF EVALUATION MEASURE S", |
| "sec_num": null |
| }, |
| { |
| "text": "Alembic is still on the early end of its maturation curve . Our grammar, for example, was undergoing constan t development up until the fmal runs-unlike many other MUC sites, we did not enter this endeavor with anythin g remotely close to a general grammar of English, or even of the so-called noun and verb groups . Throughout thi s time period, basic system development was thus responsible for stealing precious time away from domai n engineering.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "FUTURE WOR K", |
| "sec_num": null |
| }, |
| { |
| "text": "One benefit of all our MUC-5 development, is that Alembic has reached a reasonably stable state . We now have a flexible framework within which to explore data extraction tasks such as EJV in MUC-5 . We are especiall y encouraged by our recall/precision profile over the last few weeks of development . Our daily tests revealed a consistently high precision level that remained stable even with daily improvements in recall .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "FUTURE WOR K", |
| "sec_num": null |
| }, |
| { |
| "text": "We are also pleased by our preliminary experiences with the new inference component . Among MUC-5 participants, Alembic is distinguished by its ability to accommodate strategies that place a high premium on full parsing (the lexical inference rules) alongside strategies more geared towards fragment parsing (the event mergin g rules). We look forward to exploiting this new flexibility as we continue informal self-evaluation on the MUC-5 task, and as we explore future data extraction problems.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "FUTURE WOR K", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "Principal funding for this work was provided by the MITRE Corporation . We would like to thank Lynette Hirschman for her ideas and feedback, and welcome her as the newest contributor to this project . Finally, we would also like to express our gratitude to Richard Tong and his colleagues at ADS for providing us with their MUC-4 lexicon and taxonomies, parts of which are still in place in our current system .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgments", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "MITRE-Bedford : Description of th e Alembic system as used for MUC-4", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Aberdeen", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Burger", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Connolly", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Roberts", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Cr Vilain", |
| "suffix": "" |
| } |
| ], |
| "year": 1992, |
| "venue": "Prcdgs. of the Fourth Message Understandin g Conf. (MUC-4)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Aberdeen, J ., Burger, J., Connolly, D ., Roberts, S ., cr Vilain, M. (1992) . \"MITRE-Bedford : Description of th e Alembic system as used for MUC-4\" . In Sundheim, B ., ed ., Prcdgs. of the Fourth Message Understandin g Conf. (MUC-4), McLean, VA .", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Logical forms in the core language engine", |
| "authors": [ |
| { |
| "first": "H", |
| "middle": [], |
| "last": "Alshawi", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Eijck", |
| "suffix": "" |
| } |
| ], |
| "year": 1989, |
| "venue": "Prcdgs . of the 27th Annual Mtg . of the Assoc . for Computational Linguistics (ACL89)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Alshawi, H.&Van Eijck, J . (1989). \"Logical forms in the core language engine\" . In Prcdgs . of the 27th Annual Mtg . of the Assoc . for Computational Linguistics (ACL89), Vancouver, BC .", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "FASTUS : A finite-state processor for information extraction from real-world text", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [ |
| "E" |
| ], |
| "last": "Appelt", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [ |
| "R" |
| ], |
| "last": "Hobbs", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Bear", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Israel", |
| "suffix": "" |
| }, |
| { |
| "first": "O", |
| "middle": [], |
| "last": "Tyson", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "Prcdgs . of the 13th Intl. Joint Conf. on Arttjficial Intelligenc e (IJCAI93)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Appelt, D . E ., Hobbs, J . R., Bear, J ., Israel, D ., O. Tyson, M. (1993) . \"FASTUS : A finite-state processor for information extraction from real-world text .\" In Prcdgs . of the 13th Intl. Joint Conf. on Arttjficial Intelligenc e (IJCAI93), Chamb6ry, France.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "The relation-based knowledge representation of King Kong", |
| "authors": [ |
| { |
| "first": "S", |
| "middle": [ |
| "L" |
| ], |
| "last": "Bayer", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [ |
| "B" |
| ], |
| "last": "Vilain", |
| "suffix": "" |
| } |
| ], |
| "year": 1991, |
| "venue": "Sigart Bulletin", |
| "volume": "2", |
| "issue": "3", |
| "pages": "15--21", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Bayer, S . L . & Vilain, M . B . (1991). \"The relation-based knowledge representation of King Kong\" . Sigart Bulletin 2(3), 15-21 .", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "The SGML Handbook", |
| "authors": [ |
| { |
| "first": "C", |
| "middle": [ |
| "F" |
| ], |
| "last": "Goldfarb", |
| "suffix": "" |
| } |
| ], |
| "year": 1990, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Goldfarb, C . F . (1990) The SGML Handbook. Oxford : Clarendon Press .", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Ontological promiscuity", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [ |
| "R" |
| ], |
| "last": "Hobbs", |
| "suffix": "" |
| } |
| ], |
| "year": 1985, |
| "venue": "Prcdgs. of the 23rd Annual Mtg. of the Assoc . fo r Computational Linguistics (ACL85)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hobbs, J . R . (1985) . \"Ontological promiscuity\" . In Prcdgs. of the 23rd Annual Mtg. of the Assoc . fo r Computational Linguistics (ACL85), Chicago, IL .", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "The generic information extraction system", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [ |
| "R" |
| ], |
| "last": "Hobbs", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "Prcdgs. of the Fifth Message Understanding Conf. (MUC-5)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hobbs, J . R. (1993) . \"The generic information extraction system .\" In Sundheim, B ., ed ., Prcdgs. of the Fifth Message Understanding Conf. (MUC-5), Baltimore, MD .", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Lexico-semantic pattern-matching as a companion to parsing", |
| "authors": [ |
| { |
| "first": "P", |
| "middle": [ |
| "S" |
| ], |
| "last": "Jacobs", |
| "suffix": "" |
| }, |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Krupka", |
| "suffix": "" |
| }, |
| { |
| "first": "L", |
| "middle": [], |
| "last": "O' Rau", |
| "suffix": "" |
| } |
| ], |
| "year": 1991, |
| "venue": "Prcdgs. of the Fourth DARPA Speech and Natural Language Wkshp", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jacobs, P. S ., Krupka, G ., O' Rau, L . (1991) . \"Lexico-semantic pattern-matching as a companion to parsing\" . In Prcdgs. of the Fourth DARPA Speech and Natural Language Wkshp . San Mateo, CA: Morgan Kaufman.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "University of Massachusetts : Description of the CIRCUS system as used for MUC-4", |
| "authors": [ |
| { |
| "first": "W", |
| "middle": [], |
| "last": "Lehnert", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Cardie", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Fisher", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Mccarthy", |
| "suffix": "" |
| }, |
| { |
| "first": "E", |
| "middle": [], |
| "last": "Riloff", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Soderland", |
| "suffix": "" |
| } |
| ], |
| "year": 1992, |
| "venue": "Sundheim, B ., ed. Prcdgs . of the Fourth Message Understanding Conf. .(MUC-4)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Lehnert, W ., Cardie, C ., Fisher, D., McCarthy, J ., Riloff, E., d' Soderland, S . (1992) . \"University of Massachusetts : Description of the CIRCUS system as used for MUC-4 \" . In Sundheim, B ., ed. Prcdgs . of the Fourth Message Understanding Conf. .(MUC-4), McLean, VA .", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Ontic : a knowledge representation system for mathematics", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [ |
| "A" |
| ], |
| "last": "Mcallester", |
| "suffix": "" |
| } |
| ], |
| "year": 1989, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "McAllester, D . A. (1989). Ontic : a knowledge representation system for mathematics . Cambridge, MA : MIT Press .", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "A lazy way to chart-parse with categorial grammars", |
| "authors": [ |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Pareschi", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "&steedman", |
| "suffix": "" |
| } |
| ], |
| "year": 1987, |
| "venue": "Prcdgs . of the 25th Annual Mtg . of the Assoc. for Computational Linguistics (ACL87)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Pareschi, R . &Steedman, M . (1987) . \"A lazy way to chart-parse with categorial grammars .\" In Prcdgs . of the 25th Annual Mtg . of the Assoc. for Computational Linguistics (ACL87), Stanford, CA.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "An Introduction to Unification-based Approaches to Grammar", |
| "authors": [ |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Shieber", |
| "suffix": "" |
| } |
| ], |
| "year": 1986, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Shieber, S . (1986) An Introduction to Unification-based Approaches to Grammar . CSLI Lecture Notes N\u00b0 4 . Available through the University of Chicago Press .", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Dependency and coordination in the grammar of Dutch and English", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Steedman", |
| "suffix": "" |
| } |
| ], |
| "year": 1985, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Steedman, M . (1985) \"Dependency and coordination in the grammar of Dutch and English,\" Language 61 .3 .", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Combinatory grammars and parasitic gaps", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Steedman", |
| "suffix": "" |
| } |
| ], |
| "year": 1987, |
| "venue": "Natural Language and Linguistic Theory 5 .3", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Steedman, M . (1987) . \"Combinatory grammars and parasitic gaps,\" Natural Language and Linguistic Theory 5 .3 .", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Deduction as parsing : Tractable classification in the KL-ONE framework", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Vilain", |
| "suffix": "" |
| } |
| ], |
| "year": 1991, |
| "venue": "Prcdgs . of the Ninth Natl . Conf on Artificial Intelligence (AAAI91)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Vilain, M. (1991) . \"Deduction as parsing : Tractable classification in the KL-ONE framework\" . In Prcdgs . of the Ninth Natl . Conf on Artificial Intelligence (AAAI91) . Anaheim, CA .", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "Validation of Terminological Inference in an information extraction task", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Vilain", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "Prcdgs . of the 1993 ARPA Human Language Wkshp", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Vilain, M . (1993) . Validation of Terminological Inference in an information extraction task . In Prcdgs . of the 1993 ARPA Human Language Wkshp. San Mateo, CA: Morgan Kaufman .", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "Predictive combinators: A method for efficient processing of combinatory categorial grammars", |
| "authors": [ |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Wittenhurg", |
| "suffix": "" |
| } |
| ], |
| "year": 1987, |
| "venue": "Prcdgs . of the 25th Annual Mtg . of the Assoc . for Computational Linguistics (ACL87)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Wittenhurg, K . (1987) . \"Predictive combinators: A method for efficient processing of combinatory categorial gram - mars,\" Prcdgs . of the 25th Annual Mtg . of the Assoc . for Computational Linguistics (ACL87), Stanford, CA.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF1": { |
| "num": null, |
| "text": "Figure 1 : System Architecture", |
| "type_str": "figure", |
| "uris": null |
| }, |
| "FIGREF2": { |
| "num": null, |
| "text": "\u2022 Mods : a set of interpretations corresponding to the syntactic modifiers of the phrase . For example, the following is the top level interpretation of \"The company last March set up a joint venture.\" [[head create-entity] \"set up\" [args ( [[head company] . . .] \"the company\" [[head business-venture] . . .] )] \"a joint venture\" [proxy c-e-1 ] [mods { [[head time-of] \"last March\" [args ( c-e-1 [[head date] . . .] ) ] . . .] } ]]", |
| "type_str": "figure", |
| "uris": null |
| }, |
| "FIGREF3": { |
| "num": null, |
| "text": "event x) & (co-agent (x y)) & (group y) & (group-member (y z)) -(participant (x z) ) This rule yields: (participant (bvl Ic1) ) (participant (bvl jthl) ) An additional rule identifies these participants as venture entities : (business-venture x) & (participant (x y)) -> (jv-entity (x y)) , yielding :", |
| "type_str": "figure", |
| "uris": null |
| }, |
| "TABREF0": { |
| "html": null, |
| "num": null, |
| "text": "", |
| "type_str": "table", |
| "content": "<table/>" |
| } |
| } |
| } |
| } |