| { |
| "paper_id": "X98-1016", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T15:06:02.582413Z" |
| }, |
| "title": "Transforming Examples into Patterns for Information Extraction", |
| "authors": [ |
| { |
| "first": "Roman", |
| "middle": [], |
| "last": "Yangarber", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "New York University", |
| "location": { |
| "addrLine": "715 Broadway, 7th Floor", |
| "postCode": "10003", |
| "settlement": "New York", |
| "region": "NY", |
| "country": "USA" |
| } |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Ralph", |
| "middle": [], |
| "last": "Grishman", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "New York University", |
| "location": { |
| "addrLine": "715 Broadway, 7th Floor", |
| "postCode": "10003", |
| "settlement": "New York", |
| "region": "NY", |
| "country": "USA" |
| } |
| }, |
| "email": "" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "Information Extraction (IE) systems today are commonly based on pattern matching. The patterns are regular expressions stored in a customizable knowledge base. Adapting an IE system to a new subject domain entails the construction of a new pattern base-a time-consuming and expensive task. We describe a strategy for building patterns from examples. To adapt the IE system to a new domain quickly, the user chooses a set of examples in a training text, and for each example gives the logical form entries which the example induces. The system transforms these examples into patterns and then applies metarules to generalize these patterns.", |
| "pdf_parse": { |
| "paper_id": "X98-1016", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "Information Extraction (IE) systems today are commonly based on pattern matching. The patterns are regular expressions stored in a customizable knowledge base. Adapting an IE system to a new subject domain entails the construction of a new pattern base-a time-consuming and expensive task. We describe a strategy for building patterns from examples. To adapt the IE system to a new domain quickly, the user chooses a set of examples in a training text, and for each example gives the logical form entries which the example induces. The system transforms these examples into patterns and then applies metarules to generalize these patterns.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "The task of Information Extraction (IE) as understood in this paper is the selective extraction of meaning from free natural language text. 1 This kind of text analysis is distinguished from others in Natural Language Processing in that \"meaning\" is understood in a narrow sense -in terms of a fixed set of semantic objects, namely, entities, relationships among these entities, and events in which these entities participate. These objects belong to a small number of types, all having fixed regular structure, within a fixed and closely circumscribed subject domain, which permits the objects to be stored in a database (e.g., a relational data base). These characteristics make the IE task both simpler and more tractable than the more ambitious problem of general text understanding. They allow us to define the notion of a \"correct answer\", and, therefore, to conduct quantitative evaluation of performance of an IE system. A series of formal evaluations --the Message Understanding Con-1For a review of a range of extraction systems, the reader is referred to [9] . ferences (MUCs), 2 conducted over the last decade -are described in [8, 6] .", |
| "cite_spans": [ |
| { |
| "start": 1066, |
| "end": 1069, |
| "text": "[9]", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 1140, |
| "end": 1143, |
| "text": "[8,", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 1144, |
| "end": 1146, |
| "text": "6]", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The MUCs have yielded some widely (if not universally) accepted wisdom regarding IE:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "\u2022 Customization and portability is an important problem: to be considered a useful tool, an IE system must be able to perform in a variety of domains.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "\u2022 Systems have modular design: Control is encapsulated in immutable core engines, which draw upon domain-or scenario-specific information stored in knowledge bases (KB) which are customized for each new domain and scenario.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "\u2022 Text analysis is based on pattern matching: regular expression pattern matching is a widely used strategy in the IE community. Pattern matching is a form of deterministic bottom-up partial parsing. This approach has gained considerable popularity due to limitations on the accuracy of full syntactic parsers, and the adequacy of partial, semantically-constrained, parsing for this task [2, 1, 5].", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "\u2022 Building effective patterns for a new domain is the most complex and time-consuming part of the customization process; it is highly errorprone, and requires detailed knowledge of system internals.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "In view of these findings, it becomes evident that having a disciplined method of customizing the pattern 2In this paper we will use IE terminology accepted in the MUC literature. A subject domain will denote the class of textual documents to be processed, such as \"business news,\"", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "while scenario will refer to the set of facts to be extracted, i.e., the specific extraction task that is applied to documents within the domain. One example of a scenario is \"executive succession\", the task tested in MUC-6, where the system seeks to identify events in which corporate managers left their posts or assumed new ones.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Name Recognition ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "J,)", |
| "sec_num": null |
| }, |
| { |
| "text": ":!0utpUt: Ge:nerati0n: :! ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "J,)", |
| "sec_num": null |
| }, |
| { |
| "text": "An outline of our IE system [5, 11, 12] is shown in figure 1. The system is a pipeline of modules: each module draws on attendant KBs to process its input, and passes its output to the next module. as capitalization, personal titles (\"Mr.\", \"Esq.\"), and company suffixes (\"Inc.\", \"C0.\").4 The next module identifies small syntactic units, such as basic noun groups (nouns with their left modifiers) and verb groups. When it identifies a phrase, the system marks the text segment with a semantic description, which includes the semantic class of the head of the phrase. 5", |
| "cite_spans": [ |
| { |
| "start": 28, |
| "end": 31, |
| "text": "[5,", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 32, |
| "end": 35, |
| "text": "11,", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 36, |
| "end": 39, |
| "text": "12]", |
| "ref_id": "BIBREF11" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Structure of the IE System", |
| "sec_num": "2" |
| }, |
| { |
| "text": "The next module (incrementally building on information gathered by the earlier modules) finds larger noun phrases, involving (for example) conjunction, apposition, and prepositional phrase modifiers, using local semantic information. The following module identifies scenario-specific clauses and nominalizations. 5These marks are pointers to the corresponding entities which are created and added to the logical form.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Structure of the IE System", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Coca-Cola, Inc. location ... Figure 2 : LF for the text: \"Coca-Cola, Inc.\" thus represented as a sequence of LFs corresponding to the entities, relationships, and events encountered so far in the analysis.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 29, |
| "end": 37, |
| "text": "Figure 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Value class C-Company name", |
| "sec_num": null |
| }, |
| { |
| "text": "A LF is an object with named slots (see example in figure 2). One slot in each LF, named \"class\", has distinguished status, and determines the number and type of other slots that the object may contain. E.g., an entity of class \"company\" has a slot called \"name\". It also contains a slot \"location\" which points to another entity, thereby establishing a relation between the location entity and the matrix entity. Events are specific kinds of relations, usually having several operands (example in figure 3) .", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 498, |
| "end": 507, |
| "text": "figure 3)", |
| "ref_id": "FIGREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Value class C-Company name", |
| "sec_num": null |
| }, |
| { |
| "text": "The subsequent modules operate on the logical forms built by the pattern matching modules. Re/erence resolution merges co-referring expressions, e.g., it links anaphoric pronouns to their antecedents. Discourse in/erence uses inference rules to build more complex event structures, where the information needed to extract a single complex fact is spread across several clauses. Lastly, the output-generation phase formats the resultant LF into the output structure specified by the user, e.g., into a database table.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Value class C-Company name", |
| "sec_num": null |
| }, |
| { |
| "text": "Before we describe our example-based strategy for building patterns, we examine the organization of the pattern base in more detail. We can group the patterns into \"layers\" according to their range of applicability:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "General and Specific Patterns", |
| "sec_num": "3" |
| }, |
| { |
| "text": "1. Domain-independent: this layer contains the most generally applicable patterns. Included in this layer are many of the patterns for name recognition (for people, organizations, and locations, as well as temporal and numeric expressions, currencies, etc.), and the purely syntactic patterns for noun groups and verb groups. These patterns are useful in a wide range of tasks.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "General and Specific Patterns", |
| "sec_num": "3" |
| }, |
| { |
| "text": "2. Domain-specific: the next layer contains domainspecific patterns, which are useful across a nar-rower range of scenarios, but still have considerable generality. These include domain-specific name patterns, such as those for certain types of artifacts, as well as patterns for noun phrases which express relationships among entities, such as those between persons and organizations.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "General and Specific Patterns", |
| "sec_num": "3" |
| }, |
| { |
| "text": ". Scenario-specific: the last layer contains scenario-specific patterns, having the narrowest applicability, such as the clausal patterns that capture relevant events. This stratification reflects the relative \"persistence\" of the patterns. The patterns at the lowest level, having the widest applicability, are built in as a core component of the system. These change little when the system is ported to a new domain. The mid-range patterns, applicable in certain commonly encountered domains, can be organized as domainspecific pattern libraries, which can be plugged in as required by the extraction task. 6 For example, for the \"business/economic news\" domain, we have patterns that capture:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "General and Specific Patterns", |
| "sec_num": "3" |
| }, |
| { |
| "text": "\u2022 entities -organization, company, person, location;", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "General and Specific Patterns", |
| "sec_num": "3" |
| }, |
| { |
| "text": "\u2022 relations -person/organization, organization/location, parent/subsidiary organization.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "General and Specific Patterns", |
| "sec_num": "3" |
| }, |
| { |
| "text": "The scenario-specific patterns must be built on a perscenario basis. This is accomplished through a set of graphical tools, which engage the user only at the level of surface representations, hiding the internal operation of the patterns. The user's input is reduced to", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "General and Specific Patterns", |
| "sec_num": "3" |
| }, |
| { |
| "text": "\u2022 providing textual examples of events of interest,", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "General and Specific Patterns", |
| "sec_num": "3" |
| }, |
| { |
| "text": "\u2022 describing the corresponding output structures (LFs) which the example text should induce.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "General and Specific Patterns", |
| "sec_num": "3" |
| }, |
| { |
| "text": "In the remaining sections we discuss how the system can use this information to * automatically build patterns to map the userspecified text into the user-specified LF,", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "General and Specific Patterns", |
| "sec_num": "3" |
| }, |
| { |
| "text": "\u2022 generalize the newly created patterns to boost coverage.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "General and Specific Patterns", |
| "sec_num": "3" |
| }, |
| { |
| "text": "6To a limited degree, the system is able to adapt to a new domain automatically: given training data in the domain, we can train a statistical proper name recognizer [3] , in effect, obviating the need for building domain-specific name patterns. Consider a situation where the developer has found a salient text segment and proceeds to extend the IE system to extract the proper information from it. Figure 3 shows a (paraphrased) text segment from the MUC-6 development corpus, with the corresponding extracted event, in the form of a database record. We will use this example to illustrate our methodology. In our earlier system (as in most other IE systems), upon finding a candidate example, the developer had to construct a pattern capable of capturing the example. Such a pattern consists of two parts:", |
| "cite_spans": [ |
| { |
| "start": 166, |
| "end": 169, |
| "text": "[3]", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 400, |
| "end": 408, |
| "text": "Figure 3", |
| "ref_id": "FIGREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "General and Specific Patterns", |
| "sec_num": "3" |
| }, |
| { |
| "text": "\u2022 the precondition, which seeks to match an active clause beginning with a np of type \"company\", followed by a verb group (vg) of class \"appoint\", followed by a np of class \"person\", etc.;", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "General and Specific Patterns", |
| "sec_num": "3" |
| }, |
| { |
| "text": "\u2022 the action which fires when the pattern matches, and prescribes the operations to be performed on the sentence fragments and the logical form. Figure 4 shows an excerpt from the pattern code; it is written in Common Lisp, with the precondition specified using a special \"pattern language\". Clearly, this method of development is quite time-consuming and error-prone. Instead, we now employ a kind of a \"bootstrapping\" procedure: the system allows the user to introduce a new example and apply to it the patterns that the system has acquired so far. This produces a partial analysis, and builds LFs for the analyzable constituents of the example text. The user then specifies how these LFs, or their sub-parts, combine to yield the LF for the entire example. ;; if no company slot in position, use agent Figure 4 : A manually coded scenario pattern", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 145, |
| "end": 153, |
| "text": "Figure 4", |
| "ref_id": null |
| }, |
| { |
| "start": 805, |
| "end": 813, |
| "text": "Figure 4", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "General and Specific Patterns", |
| "sec_num": "3" |
| }, |
| { |
| "text": "To illustrate this method, we first show how the system acquires the pattern for analyzing the portion of our example shown in figure 6 . This is a complex NP made up of a series of nouns, names, and other lexical items. The crucial point is that a basic system, which has not been specialized for any domain, will analyze this reduced example as in figure 5 by dint of its built-in patterns for named entities. 7 The analysis also produces the LF entities for each boxed segment. This information is sufficient for the system to propose a precondition for a candidate pattern: s n(C-company) 's n(C-city) -based n(Ccompany) n(operation)", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 127, |
| "end": 135, |
| "text": "figure 6", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Acquiring Preconditions", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "The system then initiates an interaction with the user in which s/he can operate on the components, modifying them or labeling them as optional (indicated below by a following question mark), to complete the precondition of the pattern:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acquiring Preconditions", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "[n(C-company) 's]? [n(C-city)-based]? n(Ccompany) n(operation)?", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acquiring Preconditions", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "Now the user specifies, again by example, what action is to be performed when the precondition of the pattern matches. S/he can select the new type of event 7The customization tool supports two methods for analyzing specific noun group structures. The approach described here involves the creation of a semantically-specific noun group pattern. Alternatively, the phrase can first be analyzed by the general, syntactic noun group pattern, with the resulting LF then restructured by a semantically-specific pattern.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acquiring Actions", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "SFor purposes of presentation, we have simplified the form of these patterns to emphasize the parallel with the clause patterns. In the current implementation, each pattern element would involve a conjunction of tests for the syntactic type (n) and the semantic class (C-company, etc. Figure 6 : A complex NP and corresponding entity LF or entity to be created, and indicate how the matched constituents (LFs) discovered in the example are to function in the new event. Alternatively, s/he may designate one of the generated entities as the \"head\" entity (or the matrix entity) for the complex phrase, and designate the remaining entities as subordinate to the matrix entity, i.e., as standing in some semantic relation to it. To accomplish this, the user can dragand-drop a subordinate entity into the appropriate slot in the matrix entity (in a simple GUI environment); the slot serves to indicate the relationship of the subordinate entity to the matrix; (see figure 6) . The precondition and the action together now constitute a complete pattern which matches a complex NP and produces a LF with relations.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 285, |
| "end": 293, |
| "text": "Figure 6", |
| "ref_id": null |
| }, |
| { |
| "start": 963, |
| "end": 972, |
| "text": "figure 6)", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Acquiring Actions", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "Consider the final, optional constituent in the precondition of the preceding pattern, n(operation). We would like to broaden the coverage of the pattern, so that it could match any semantically similar noun in that position; in particular, it should also match \"concern\", \"outfit\", etc. To this end, our system allows the user to gather semantic concepts in an inheritance hierarchy. For example, s/he can gather all these and more lexemes under the same semantic class, called, e.g., C-co-descrip. Similarly, the classes C-city for city names and C-state for state names would be gathered under a concept C-location. The GUI tools then allow the user to perform semantic generalization on the individual constituents of the pattern's precondition; its final form becomes: The semantic hierarchy is scenario-specific. It is built up dynamically through tools that draw on pre-existing domain-independent hierarchies, such as WordNet, as well as domain-specific word similarity measures and co-occurrence statistics [4] . By a similar process, we can now acquire a clausal pattern from the example in figure 3 where C-title is a semantic class that gathers all corporate titles. The user can now fill the slots in the LF for the event as in figure 7.", |
| "cite_spans": [ |
| { |
| "start": 1016, |
| "end": 1019, |
| "text": "[4]", |
| "ref_id": "BIBREF3" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 1101, |
| "end": 1109, |
| "text": "figure 3", |
| "ref_id": "FIGREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Semantic Generalization", |
| "sec_num": "4.4" |
| }, |
| { |
| "text": "Consider the following variant of the original example:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Meta-rules", |
| "sec_num": "5" |
| }, |
| { |
| "text": "...", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Meta-rules", |
| "sec_num": "5" |
| }, |
| { |
| "text": "George Garrick, an avowed anticapitalist, was appointed yesterday president of Information Resources Inc., ... The basic pattern for an active clause, which we acquired in the preceding section, will not match this paraphrase. There are two essential kinds of variations here:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Meta-rules", |
| "sec_num": "5" |
| }, |
| { |
| "text": "\u2022 syntactic transformations; the system needs several related patterns, which capture the corresponding passive clause, relative clause, and other syntactic variants of the example.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Meta-rules", |
| "sec_num": "5" |
| }, |
| { |
| "text": "\u2022 optional, semantically irrelevant modifiers, e.g., sentence adjuncts, appositions, etc., as exemplified by the italicized segments above.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Meta-rules", |
| "sec_num": "5" |
| }, |
| { |
| "text": "The user could, of course, provide transformed examples, build patterns individually for each transformation of the original, and insert the optional modifiers to make the patterns as general as possible. However, it is clear that this naive approach quickly leads to a proliferation of patterns with which the user is directly concerned. Instead, we have introduced a meta-rule mechanism: after a pattern is accepted, the system generates all related generalizations of the pattern automatically. 9 For example, from the active clause pattern above, a passivizing meta-rule will produce the precondition: np(C-person) rn? sa? pass-vg(C-appoint) sa? np(C-title) [by np(C-company)]? lO", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Meta-rules", |
| "sec_num": "5" |
| }, |
| { |
| "text": "The resulting pattern will match the variant example, and produce the correct event LF. To maximize coverage, the system should contain meta-rules for all clausal variants, including nominalizations; similar meta-rules can be provided to generalize noun-phrase patterns, as discussed in section 4.2.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Meta-rules", |
| "sec_num": "5" |
| }, |
| { |
| "text": "We have described a comprehensive methodology for acquiring patterns from examples and automatically expanding their coverage. Other IE systems employ variants of example-based pattern acquisition. One system, developed at University of Massachusetts at Amherst, [10] , used unsupervised training to learn patterns from the MUC training corpus. However, unsupervised learning can degrade in the face of [1] sparse data; the UMass system seemed to require one more order of magnitude of training data than was available in MUC-6. The HASTEN system, developed by SRA [7] , used a somewhat different examplebased approach: they seek to broaden coverage by allowing statistically approximate matches, a strategy that lacks a syntactic basis, and may result in overgeneration.", |
| "cite_spans": [ |
| { |
| "start": 263, |
| "end": 267, |
| "text": "[10]", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 565, |
| "end": 568, |
| "text": "[7]", |
| "ref_id": "BIBREF6" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussion", |
| "sec_num": "6" |
| }, |
| { |
| "text": "[2]", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussion", |
| "sec_num": "6" |
| }, |
| { |
| "text": "9A meta-rule mechanism is also included in the SRI FAS-TUS system [2] .", |
| "cite_spans": [ |
| { |
| "start": 66, |
| "end": 69, |
| "text": "[2]", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussion", |
| "sec_num": "6" |
| }, |
| { |
| "text": "1\u00b0where rn is a pre-defined sub-pattern that matches various right noun-phrase modifiers, sa is a sentence adjunct, and passvg is a passive verb group.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussion", |
| "sec_num": "6" |
| }, |
| { |
| "text": "The presented methodology has been fully implemented as a set of tools that complement our core information extraction engine, and has been tested on three different scenarios. One of the scenarios was successfully implemented by a computational linguist who interacted with the system exclusively by means of the tools, and had no familiarity with the system internals.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussion", |
| "sec_num": "6" |
| }, |
| { |
| "text": "Our experience also suggests areas of improvement, which we are currently pursuing. One important question is: where do examples come from? We seek to shift the burden of inventing the examples from the developer to the system. In response to these problems we are building tools that will help the user surf the corpus to help discover patterns.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussion", |
| "sec_num": "6" |
| }, |
| { |
| "text": "Porting an existing system to a new domain presents an important problem in IE. Effective techniques are needed to minimize the time and complexity of the process, and to extricate the porting process from low-level system details, so that it can be undertaken by non-expert users. In this report, we have described our approach to the problem, based on:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "7" |
| }, |
| { |
| "text": "\u2022 example-based acquisition of scenario-specific patterns,", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "7" |
| }, |
| { |
| "text": "\u2022 system-aided generalization of acquired patterns, at the semantic and syntactic level.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "7" |
| }, |
| { |
| "text": "The experience we have gained from implementing this strategy leads us to believe in its overall usefulness.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "7" |
| } |
| ], |
| "back_matter": [], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "SRI International FASTUS system: MUC-6 test results and analysis", |
| "authors": [ |
| { |
| "first": "Douglas", |
| "middle": [], |
| "last": "Appelt", |
| "suffix": "" |
| }, |
| { |
| "first": "Jerry", |
| "middle": [], |
| "last": "Hobbs", |
| "suffix": "" |
| }, |
| { |
| "first": "John", |
| "middle": [], |
| "last": "Bear", |
| "suffix": "" |
| }, |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Israel", |
| "suffix": "" |
| }, |
| { |
| "first": "Megumi", |
| "middle": [], |
| "last": "Kameyama", |
| "suffix": "" |
| }, |
| { |
| "first": "Andy", |
| "middle": [], |
| "last": "Kehler", |
| "suffix": "" |
| }, |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Martin", |
| "suffix": "" |
| }, |
| { |
| "first": "Karen", |
| "middle": [], |
| "last": "Meyers", |
| "suffix": "" |
| }, |
| { |
| "first": "Mabry", |
| "middle": [], |
| "last": "Tyson", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "Proc. Sixth Message Understanding Conf. (MUC-6)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Douglas Appelt, Jerry Hobbs, John Bear, David Israel, Megumi Kameyama, Andy Kehler, David Martin, Karen Meyers, and Mabry Tyson. SRI International FASTUS system: MUC-6 test re- sults and analysis. In Proc. Sixth Message Un- derstanding Conf. (MUC-6), Columbia, MD, November 1995. Morgan Kaufmann.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "FASTUS: A finitestate processor for information extraction from real-world text", |
| "authors": [ |
| { |
| "first": "Douglas", |
| "middle": [], |
| "last": "Appelt", |
| "suffix": "" |
| }, |
| { |
| "first": "Jerry", |
| "middle": [], |
| "last": "Hobbs", |
| "suffix": "" |
| }, |
| { |
| "first": "John", |
| "middle": [], |
| "last": "Bear", |
| "suffix": "" |
| }, |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Israel", |
| "suffix": "" |
| }, |
| { |
| "first": "Mabry", |
| "middle": [], |
| "last": "Tyson", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "Proc. 13th Int'l Joint Conf. Artificial Intelligence (IJCAI-93)", |
| "volume": "", |
| "issue": "", |
| "pages": "1172--1178", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Douglas Appelt, Jerry Hobbs, John Bear, David Israel, and Mabry Tyson. FASTUS: A finite- state processor for information extraction from real-world text. In Proc. 13th Int'l Joint Conf. Artificial Intelligence (IJCAI-93), pages 1172- 1178, August 1993.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Exploiting diverse knowledge sources via maximum entropy in named entity recognition", |
| "authors": [ |
| { |
| "first": "Andrew", |
| "middle": [], |
| "last": "Borthwick", |
| "suffix": "" |
| }, |
| { |
| "first": "John", |
| "middle": [], |
| "last": "Sterling", |
| "suffix": "" |
| }, |
| { |
| "first": "Eugene", |
| "middle": [], |
| "last": "Agichtein", |
| "suffix": "" |
| }, |
| { |
| "first": "Ralph", |
| "middle": [], |
| "last": "Grishman", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "Proceedings of the Sixth Workshop on Very Large Corpora", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Andrew Borthwick, John Sterling, Eugene Agichtein, and Ralph Grishman. Exploiting di- verse knowledge sources via maximum entropy in named entity recognition. In Proceedings of the Sixth Workshop on Very Large Corpora, Mon- treal, Canada, August 1998.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Contextual word similarity and estimation from sparse data", |
| "authors": [ |
| { |
| "first": "Shaul", |
| "middle": [], |
| "last": "Ido Dagan", |
| "suffix": "" |
| }, |
| { |
| "first": "Shaul", |
| "middle": [], |
| "last": "Marcus", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Markovitch", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "Proceedings of the 31st Annual Meeting of the Assn. for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "31--37", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ido Dagan, Shaul Marcus, and Shaul Markovitch. Contextual word similarity and estimation from sparse data. In Proceed- ings of the 31st Annual Meeting of the Assn. for Computational Linguistics, pages 31-37, Columbus, OH, June 1993.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "The NYU system for MUC-6, or where's the syntax", |
| "authors": [ |
| { |
| "first": "Ralph", |
| "middle": [], |
| "last": "Grishman", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "Proc. Sixth Message Understanding Conf", |
| "volume": "", |
| "issue": "", |
| "pages": "167--176", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ralph Grishman. The NYU system for MUC-6, or where's the syntax. In Proc. Sixth Message Understanding Conf., pages 167-176, Columbia, MD, November 1995. Morgan Kaufmann.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Message understanding conference -6: A brief history", |
| "authors": [ |
| { |
| "first": "Ralph", |
| "middle": [], |
| "last": "Grishman", |
| "suffix": "" |
| }, |
| { |
| "first": "Beth", |
| "middle": [], |
| "last": "Sundheim", |
| "suffix": "" |
| } |
| ], |
| "year": 1996, |
| "venue": "Proc. 16th Int'l Conf. on Computational Linguistics (COLING 96)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ralph Grishman and Beth Sundheim. Mes- sage understanding conference -6: A brief his- tory. In Proc. 16th Int'l Conf. on Computational Linguistics (COLING 96), Copenhagen, August 1996.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "SRA: Description of the SRA system as used for MUC-6", |
| "authors": [ |
| { |
| "first": "George", |
| "middle": [], |
| "last": "Krupka", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "Proc. Sixth Message Understanding Conf. (MUC-6)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "George Krupka. SRA: Description of the SRA system as used for MUC-6. In Proc. Sixth Mes- sage Understanding Conf. (MUC-6), Columbia, MD, November 1995. Morgan Kaufmann.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Proceedings of the Sixth Message Understanding Conference (MUC-6)", |
| "authors": [], |
| "year": 1995, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Proceedings of the Sixth Message Understanding Conference (MUC-6), Columbia, MD, November 1995. Morgan Kaufmann.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Information Extraction", |
| "authors": [], |
| "year": 1997, |
| "venue": "Lecture Notes in Artificial Intelligence", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Maria Teresa Pazienza, editor. Information Ex- traction. Springer-Verlag, Lecture Notes in Ar- tificial Intelligence, Rome, 1997.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "CRYSTAL: Inducing a conceptual dictionary", |
| "authors": [ |
| { |
| "first": "W", |
| "middle": [], |
| "last": "Soderland", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Fisher", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Aseltine", |
| "suffix": "" |
| }, |
| { |
| "first": "W", |
| "middle": [], |
| "last": "Lenhert", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "Proc. Int'l Joint Conf. Artificial Intelligence (IJCAI-95)", |
| "volume": "", |
| "issue": "", |
| "pages": "1314--1319", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "W. Soderland, D. Fisher, J. Aseltine, and W. Lenhert. CRYSTAL: Inducing a conceptual dictionary. In Proc. Int'l Joint Conf. Artificial Intelligence (IJCAI-95), pages 1314-1319, Mon- treal, Canada, 1995.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Customization of information extraction systems", |
| "authors": [ |
| { |
| "first": "Roman", |
| "middle": [], |
| "last": "Yangarber", |
| "suffix": "" |
| }, |
| { |
| "first": "Ralph", |
| "middle": [], |
| "last": "Grishman", |
| "suffix": "" |
| } |
| ], |
| "year": 1997, |
| "venue": "International Workshop on Lexically Driven Information Extraction", |
| "volume": "", |
| "issue": "", |
| "pages": "1--11", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Roman Yangarber and Ralph Grishman. Cus- tomization of information extraction systems. In Paola Velardi, editor, International Work- shop on Lexically Driven Information Extrac- tion, pages 1-11, Frascati, Italy, July 1997. Uni- versitg di Roma.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "NYU: Description of the Proteus/PET system as used for MUC-7 ST", |
| "authors": [ |
| { |
| "first": "Roman", |
| "middle": [], |
| "last": "Yangarber", |
| "suffix": "" |
| }, |
| { |
| "first": "Ralph", |
| "middle": [], |
| "last": "Grishman", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "MUC-7: Seventh Message Understanding Conference", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Roman Yangarber and Ralph Grishman. NYU: Description of the Proteus/PET system as used for MUC-7 ST. In MUC-7: Seventh Message Un- derstanding Conference, Columbia, MD, April 1998. Avaliable through the SAIC MUC web site, http ://www.muc. saic. com/.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "uris": null, |
| "text": "IEsystemarchitecture base is essential. It is particularly valuable if the method allows naive users (i.e., non-developers, unfamiliar with system internals) to customize the system. The current work describes such a method.", |
| "type_str": "figure", |
| "num": null |
| }, |
| "FIGREF1": { |
| "uris": null, |
| "text": "Succession text and extracted record", |
| "type_str": "figure", |
| "num": null |
| }, |
| "FIGREF2": { |
| "uris": null, |
| "text": ";; For <company> appoints <person> <position> (definePattern Appoint \"np(C-company)? vg(C-appoint) np(C-person) to-be? np(C-position): company=l.attributes, person=3.attributes, position=5.attributes I (definehction Appoint (phrase-type) (let ((person-at (binding 'person)) (company-entity (entity-bound 'company)) (person-entity (entity-bound 'person)) (position-entity (entity-bound 'position)) new-event)", |
| "type_str": "figure", |
| "num": null |
| }, |
| "FIGREF3": { |
| "uris": null, |
| "text": "Event LF corresponding to a clauseIn(C-company) 's]? [n(C-location)-based]?n(C-company) n(C-co-descrip)?", |
| "type_str": "figure", |
| "num": null |
| }, |
| "FIGREF4": { |
| "uris": null, |
| "text": "at the beginning of this \u2022section. The system proposes the precondition: np(C-company) vg(C-appoint) np(C-person) np(president) Applying semantic generalization to the last constituent yields: np(C-company) vg(C-appoint) np(C-person) np(C-title)", |
| "type_str": "figure", |
| "num": null |
| }, |
| "TABREF2": { |
| "num": null, |
| "html": null, |
| "text": "logical ]orm representation (LF) of the processed segments of the discourse. The discourse is 4Name recognition is a well-researched topic, with the best available systems today reaching 96% accuracy in narrow domains.", |
| "content": "<table><tr><td>These four modules operate by matching patterns</td></tr><tr><td>of successively increasing complexity against the in-</td></tr><tr><td>put. The patterns are regular expressions which trig-</td></tr><tr><td>ger associated actions. The actions perform opera-</td></tr><tr><td>tions on the</td></tr></table>", |
| "type_str": "table" |
| }, |
| "TABREF3": { |
| "num": null, |
| "html": null, |
| "text": "...Information Resources Inc.'s Londonbased European Information Services operation has appointed George Garrick, .40 years old, president ...", |
| "content": "<table><tr><td>Field</td><td>Value</td></tr><tr><td>Position</td><td>president</td></tr><tr><td>Company</td><td>European Information Services</td></tr><tr><td>Location</td><td>London</td></tr><tr><td>Person</td><td>George Garrick</td></tr><tr><td>Status</td><td>In</td></tr></table>", |
| "type_str": "table" |
| } |
| } |
| } |
| } |