| { |
| "paper_id": "X96-1037", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T15:05:27.510441Z" |
| }, |
| "title": "SRI's Tipster II Project", |
| "authors": [ |
| { |
| "first": "Jerry", |
| "middle": [ |
| "R" |
| ], |
| "last": "Hobbs", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "SRI International", |
| "location": { |
| "postCode": "94025", |
| "settlement": "Menlo Park", |
| "region": "CA" |
| } |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Douglas", |
| "middle": [], |
| "last": "Appelt", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "SRI International", |
| "location": { |
| "postCode": "94025", |
| "settlement": "Menlo Park", |
| "region": "CA" |
| } |
| }, |
| "email": "" |
| }, |
| { |
| "first": "John", |
| "middle": [], |
| "last": "Bear", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "SRI International", |
| "location": { |
| "postCode": "94025", |
| "settlement": "Menlo Park", |
| "region": "CA" |
| } |
| }, |
| "email": "" |
| }, |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Israel", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "SRI International", |
| "location": { |
| "postCode": "94025", |
| "settlement": "Menlo Park", |
| "region": "CA" |
| } |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Megumi", |
| "middle": [], |
| "last": "Kameyama", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "SRI International", |
| "location": { |
| "postCode": "94025", |
| "settlement": "Menlo Park", |
| "region": "CA" |
| } |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Andrew", |
| "middle": [], |
| "last": "Kehler", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "SRI International", |
| "location": { |
| "postCode": "94025", |
| "settlement": "Menlo Park", |
| "region": "CA" |
| } |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Mark", |
| "middle": [], |
| "last": "Stickel", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "SRI International", |
| "location": { |
| "postCode": "94025", |
| "settlement": "Menlo Park", |
| "region": "CA" |
| } |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Mabry", |
| "middle": [], |
| "last": "Tyson", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "SRI International", |
| "location": { |
| "postCode": "94025", |
| "settlement": "Menlo Park", |
| "region": "CA" |
| } |
| }, |
| "email": "" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "", |
| "pdf_parse": { |
| "paper_id": "X96-1037", |
| "_pdf_hash": "", |
| "abstract": [], |
| "body_text": [ |
| { |
| "text": "The principal barrier to the widespread use of information extraction technology is the difficulty in defining the patterns that represent one's information requirements. Much of the work that has been done on SRI's Tipster II project has been directed at overconaing this barrier. In this paper, after some background on the basic structure of the FAS-TUS system, we present some of these developments. Specifically, we discuss the declarative pattern specification language FastSpec, compile-time transformations, and adapting rules from examples. In addition, we have developed the basic capabilities of FASTUS. We describe our efforts in one area-coreference resolution. We are now experimenting with the use of FASTUS in improving document retrieval and this is also described.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "FASTUS is a cascade of finite-state transducers. One can think of it as having five phases, each building up larger structures from the input. Each phase takes as its input the output objects produced by the previous phase. 1. The Name Recognizer recognizes the names of persons, organizations, and locations, as well as such special constructions as dates and amounts of money. There are three primary methods for this. We have patterns for recognizing the internal structure of names, as in \"A.C. Nielsen Co.\" We have a list of common names, many of which could not otherwise be recognized, such as \"IBM\" and \"Toys 'R' Us\". Finally, we recognize or reclassify names on the basis of their immediate context. For example, if we see \"XYZ's sales\" or \"the CEO of XYZ\", then we know XYZ is a company.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Structure of FASTUS", |
| "sec_num": "2" |
| }, |
| { |
| "text": "In our sample text, this phase results in the following labelling:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Structure of FASTUS", |
| "sec_num": "2" |
| }, |
| { |
| "text": "A. C. Nielsen Co.co said George Garrickper, 40 years old, president of Information Resources Inc.co'S LondonT,oc-based European Information Servicesco operation, will become president and chief operating officer of Nielsen Marketing Research USAco, a unit of Dun & Bradstreet Corp.co. He succeeds John H. Costelloeer, who resigned in MarchD~t~.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Structure of FASTUS", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Recognizer recognizes basic noun groups, that is, noun phrases up through the head noun. It also recognizes verb groups, or verbs together with their auxilliaries and embedded adverbs; certain predicate complement constructions are also analyzed as verb groups. It also labels prepositions and other particles, such as the possessive marker, relative pronouns, and conjunctions.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Basic Phrase", |
| "sec_num": "2." |
| }, |
| { |
| "text": "The core grammar for this phase is domainindependent. But there are some domain-dependent specializations of the rules, where special semantics applies. For example, there is a general rule allowing a noun-hyphen-past participle sequence in the adjective position of noun groups, and there is a specialized version of this for a location followed by \"-based\", as in \"London-based\".", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Basic Phrase", |
| "sec_num": "2." |
| }, |
| { |
| "text": "In the sample text, this phase results in the following labelling: ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Basic Phrase", |
| "sec_num": "2." |
| }, |
| { |
| "text": "[A. C.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Basic Phrase", |
| "sec_num": "2." |
| }, |
| { |
| "text": "Recognizer recognizes complex noun groups and verb groups. For complex noun groups it attaches possessives, \"of\" phrases, controlled prepositional phrases, and age and other appositives to head nouns, and it recognizes some cases of noun group conjunction. For verb groups, it attaches support verbs to their content verb or nominalization complements. Some of these rules are domain-independent, but for any given domain we typically implement a number of highpriority, domain-dependent specializations of the general rules. For example, for management succession, we have complex noun groups for companies, persons, and positions. A company can have another company as a possessive, as in \"Information Resources Inc.'s London-based European Information Services operation\". A relational company term such as \"unit\" can have another company as a complement. Companies can take a company appositive. Position titles can be conjoined, and a position title can have an \"of\" phrase specifying the company. Persons can have position appositives.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Complex Phrase", |
| "sec_num": "3." |
| }, |
| { |
| "text": "In the sample text, this phase results in the following labelling: This result is then mapped into the desired template, which may be different since in general its structure will be determined by retrieval requirements rather than how the information is typically expressed in texts.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Complex Phrase", |
| "sec_num": "3." |
| }, |
| { |
| "text": "[A. C.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Complex Phrase", |
| "sec_num": "3." |
| }, |
| { |
| "text": "In the first version of FASTUS (Hobbs et al., 1992) , the finite-state transducers were represented in a table of state changes with blocks of code associated with the final states. Only the developers were able to define patterns in this system. The next version, used in MUC-5 (Appelt et al., 1993) , had a graphical interface for defining state changes and allowed blocks of code to be associated with transitions. Only a small group of cognoscenti were able to use this system.", |
| "cite_spans": [ |
| { |
| "start": 31, |
| "end": 51, |
| "text": "(Hobbs et al., 1992)", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 279, |
| "end": 300, |
| "text": "(Appelt et al., 1993)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "FastSpec: A Declarative Specification Language", |
| "sec_num": "3" |
| }, |
| { |
| "text": "One of the first accomplishments of the current project was the definition and development of a declarative specification language called FastSpec. It enabled the easy definition of patterns and their associated semantics, and made it possible for a larger set of users to define the patterns.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "FastSpec: A Declarative Specification Language", |
| "sec_num": "3" |
| }, |
| { |
| "text": "FastSpec allows the definition of multiple grammars, one for each phase. The terminal symbols in the grammar for a phase correspond to the objects produced by the previous phase, and their attributes can be accessed and checked. The rules have a syntactic part, expressing the pattern in the form of a regular expression, with attribute and other constraints permitted on the terminal symbols. They also have a semantic part, which specifies how attributes are to be set in the output objects of the phase.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "FastSpec: A Declarative Specification Language", |
| "sec_num": "3" |
| }, |
| { |
| "text": "The following is a fragment of a grammar for verb groups in the Basic Phrase Recognizer: This covers a phrase like \"could not really have left\". V-en and Adv refer to words that are past participles and adverbs, respectively. V[have] indicates some form of the verb \"have\". The use of indices like \":1\" allows us to access the attributes of terminal symbols. The semantics in these rules sets the features of active, aspect, tense, and negative appropriately, and sets head to point to the input object providing the past participle.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "FastSpec: A Declarative Specification Language", |
| "sec_num": "3" |
| }, |
| { |
| "text": "VG --> VG2 Adv* V", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "FastSpec: A Declarative Specification Language", |
| "sec_num": "3" |
| }, |
| { |
| "text": "The following is one rule in a grammar for the Clause-Level Event Recognizer for the labor negotiations domain used in the dry run of MUC-6 in April 1995. This says that when an organization resumes talks with an organization, it is a significant event. Event-Adj is matched by temporal, locative, epistemic and other adverbial adjuncts. Compl is matched by various possible noun complements. This rule creates an event structure in which the event type is Talk, the parties are the subject and the object of \"with\" matched by the patterns, and the talk status is Bargaining.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "FastSpec: A Declarative Specification Language", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Event --> Event-Adj*", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "FastSpec: A Declarative Specification Language", |
| "sec_num": "3" |
| }, |
| { |
| "text": "FastSpec has made it immensely easier for us to specify grammars, and recently it has become one of the principal influences on the Tipster effort to develop a community-wide Common Pattern-Specification Language.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "FastSpec: A Declarative Specification Language", |
| "sec_num": "3" |
| }, |
| { |
| "text": "For an application in which we had to recognize the products made by companies, we would want a pattern that would recognize GM manufactures cars. Moreover, in each of these patterns we would need to allow the occurrence of temporal, locative, and other adverbials. Yet all of these variations are predictable, and every time we want the first pattern we want the others as well. This consideration led us to implement what can be called \"compile-time transformations\". Expensive operations of transformation are not done while the text is being processed. Instead, the transformed patterns are generated when the grammar is compiled. We have implemented a number of parameterized metarules that specify the possible linguistic variations of the simple active clause, expressed in terms of the subject, verb, and object of the active clause, and having the same semantics. Then domain-specific patterns are defined that provide particular instantiations of the metarules.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Compile-Time Transformations", |
| "sec_num": "4" |
| }, |
| { |
| "text": "The metarule for the basic active clause, as in \"The company resumed talks\", is into this rule and a new specific rule is generated. Each of these variables is a (list of) lexical or other attributes, and when they are plugged into the metarule, they define a pattern that is constrained to those attributes. Adverbials are recognized by matching a sequence of input objects with Event-Adj. Indices are associated with each of the arguments of the head's predication, and these can be used in the semantics specified for particular pattern.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Compile-Time Transformations", |
| "sec_num": "4" |
| }, |
| { |
| "text": "The metarule for passives, as in \"Talks were resumed\", is The object still has the index 3, so that the same semantics can be used for the passive as for the active.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Compile-Time Transformations", |
| "sec_num": "4" |
| }, |
| { |
| "text": "The metarule for relative clauses with a gapped subject, as in \"the company, which resumed talks Symmetric verbs are verbs where an argument linked to the head with the preposition \"with\" can be moved into a subject position, conjoined with the subject. For example ,", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Compile-Time Transformations", |
| "sec_num": "4" |
| }, |
| { |
| "text": "The union met with the company. The union and the company met.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "\u2022..\", is", |
| "sec_num": null |
| }, |
| { |
| "text": "The meeting between the union and the company. With this set of metarules, defining the necessary patterns becomes very easy. One need only specify the subject, verb, object, preposition, and prepositional object, and the classes of metarules that need to be instantiated, and the specific rules are automatically generated. For example, the specification for \"resume\" would be In the semantics, we set the type of event to be Talk and the talk status to be Bargaining. The parties are those referred to by the subject (1) and the prepositional object (4).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "\u2022..\", is", |
| "sec_num": null |
| }, |
| { |
| "text": "Our experience with this aspect of the FAS-TUS system has been very encouraging. During the preparation for MUC-6, it took us only about one day to implement the necessary clause-level domain patterns, because of the compile-time transformations.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "\u2022..\", is", |
| "sec_num": null |
| }, |
| { |
| "text": "There are two approaches that have emerged in our experience with FASTUS. They might be called the \"atomic\" approach and the \"molecular\" approach. Both approaches are made easier by FastSpec and the compile-time transformations.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Atomic versus Molecular Approaches", |
| "sec_num": "5" |
| }, |
| { |
| "text": "In the atomic approach, the system recognizes entities of a certain highly restricted type and assumes that they play a particular role in a particular event, based on that type; then after event merging it is determined whether enough information as been accumulated for this to he an event of interest. This approach is more noun-driven, and its patterns are much looser. It is most appropriate when the entity type is highly predictive of its role in the event. The microelectronics domain of MUC-5 and the labor negotiations were of this character. When one sees a union, it can only go into the union slot of a negotiation event.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Atomic versus Molecular Approaches", |
| "sec_num": "5" |
| }, |
| { |
| "text": "In the molecular approach, the system must recognize a description of the entire event, not just the participants in the event. This approach is more verb-driven, and the patterns tend to be tighter. It is most appropriate when the syntactic role of an NP is the primary determinate of the entity's role in the event. The terrorist domain of MUC-3 and MUC-4, the joint venture domain of MUC-5 and the management succession domain of MUC-6 were of this character. You can't tell from the fact that an entity is a person whether he is going into or out of a position at an organization. You have to see how that person relates to which verb.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Atomic versus Molecular Approaches", |
| "sec_num": "5" |
| }, |
| { |
| "text": "The distinction between these two approaches can be used as a conceptual tool for analyzing new domains.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Atomic versus Molecular Approaches", |
| "sec_num": "5" |
| }, |
| { |
| "text": "The FastSpec language and the compile-time transformations make it easier for linguists and computer scientists to define patterns. But they do not enable ordinary users to specify their own patterns. One way to achieve this would be to have automatic learning of patterns from examples provided by the user. We have begun in a small way to implement such an approach. We need a way for the user to supply a mapping from strings in the text to entries in the template. This can be accomplished by having a two-window editor; the text being annotated or analyzed is in one window, the template in the other. The user marks a string in the text, and then either copies the string to a template entry or enters the set fill that is triggered by the string. Such a system is first of all a convenient text editor for filling data bases from text by hand. But if the system is trying to deduce the implicit rules the user is responding to to make the fills, then the system is automatically constructing an information extraction system as well.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Adapting Rules from Examples", |
| "sec_num": "6" |
| }, |
| { |
| "text": "We have implemented a preliminary experimental version of such a system, and are currently developing a more advanced one. We assume that the user somehow provides a mapping from text strings to template entries and that the semantics of the rule is completely specified by such a mapping. Moreover, we are only handling the case where the new rule to be induced is a specialization of an already existing rule, in the sense that <Location> \"-.... based\" is a specialization of <Noun> \"-\" <Past-Participle>", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Adapting Rules from Examples", |
| "sec_num": "6" |
| }, |
| { |
| "text": "In general, the problem of rule induction is very hard. What we are doing is a tractable and useful special case.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Adapting Rules from Examples", |
| "sec_num": "6" |
| }, |
| { |
| "text": "The first problem is to identify the phase in which the new rule should be defined. To do this, we identify the highest-level phase (call it Phase n) in which the constituent boundaries produced by the phase correspond to the way the user has broken up the text. A new rule is then hypothesized in Phase n\u00f7l. For example, if the user has marked the string \"the union resumed talks with the company\" and placed \"the union\" in one slot and \"the company\" in another, then Phase n is the Complex Phrase Recognizer, since it provides those noun groups as independent objects. On the other hand, if the string is \"the union's resumption of talks with the company\", then the Complex Phrase Recognizer will not do, since it combines at least \"the union\" and possibly \"the company\" into the same complex noun group as \"resumption\". We have to back up one more phase, to the Basic Phrase Recognizer, to get these noun groups as independent elements.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Adapting Rules from Examples", |
| "sec_num": "6" |
| }, |
| { |
| "text": "In the current version, we determine what Phase n + 1 rule matches the entire string and then construct as general as possible a specialization of that rule. For the semantics of the specialized rule, we encode the mapping the user has constructed.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Adapting Rules from Examples", |
| "sec_num": "6" |
| }, |
| { |
| "text": "Determining the correct level of generalization of the hypothesized rule is a difficult problem. There are some obvious heuristics that we have implemented, such as generalizing \"38\" to Number and \"Garrick\" to Person.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Adapting Rules from Examples", |
| "sec_num": "6" |
| }, |
| { |
| "text": "But should we generalize \"United Steel Workers\" to Union or to Organization? Our current approach is to be conservative and to experiment with various options.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Adapting Rules from Examples", |
| "sec_num": "6" |
| }, |
| { |
| "text": "Once the rule is hypothesized it will be presented to the user in some form for feedback and validation. How best to implement this is still a research issue.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Adapting Rules from Examples", |
| "sec_num": "6" |
| }, |
| { |
| "text": "This work represents a productive synergy between the Tipster project and another FASTUSbased project at SRI, the Message Handler, for processing a large number of types of military messages. 1 The basic ideas were worked out in connection with our Tipster II project. We will be developing a sophisticated, general version of the system as part of our Tipster III research. In the meantime, we are using the theory that we have worked out to develop a restricted learning component for the Message Handler. This effort of applying theory to a very complex real-world task can give us insights into the various problems that arise.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Adapting Rules from Examples", |
| "sec_num": "6" |
| }, |
| { |
| "text": "There are three places in FASTUS processing that coreference resolution gets done. Early in the processing, in Name Recognition, entities that are referred to by the same name, or by a name and a plausible acronym or alias, are marked as coreferential. Late in the processing, in Event Merging, 1This project is being carried out in collaboration with FE-Systems, Greenville, and is funded by the Defense Advanced Research Project Agency through the US Army Topographic Engineering Center under contract no. DACA76-93-L-0019. some coreference resolution happens as a side-effect of merging event strutures. In the example of Section 2, we learn from Clause--Level Event Recognition that Garrick will become president and CO0, and we learn that \"he\" will succeed Costello. These are two consistent management succession event descriptions, so they are merged, and in the course of doing so, we resolve \"he\" to Garrick.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Coreference Resolution", |
| "sec_num": "7" |
| }, |
| { |
| "text": "The third type of coreference resolution occurs after complex noun groups are recognized. This module was implemented early in 1995 in order to participate in the Coreference evaluation in MUC-6, but it was done in a way that was completely in accord with normal FASTUS processing, and the results of coreference resolution are used by subsequent phases.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Coreference Resolution", |
| "sec_num": "7" |
| }, |
| { |
| "text": "Coreference resolution is done only for definite noun groups and pronouns. We experimented with an algorithm for bare noun groups, but it hurt precision more than it helped recall.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Coreference Resolution", |
| "sec_num": "7" |
| }, |
| { |
| "text": "Two principal techniques are used to resolve definite noun groups. First we look for a previous noun group with the same head noun. thus, \"the agreement\" will resolve with \"an agreement\". In addition, we look for a previous object of the right domainspecific type. Thus, \"the Detroit automaker\" will resolve to \"General Motors\" or to \"a company\", since \"automaker\" is of type COMPANY and General Motors is a company. No use is made of synonymy or of a sort hierarchy otherwise. Thus, \"the agreement\" will not resolve back to \"a contract\". This is obviously a place where the algorithm can be improved. Rather arbitrarily, we have set the search window to ten sentences; this is a parameter than can be experimented with.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Coreference Resolution", |
| "sec_num": "7" |
| }, |
| { |
| "text": "For third person pronouns we use an approximation of the algorithms of Hobbs (1978) and Kameyama (1986) . We search for noun groups of the right number and gender, first from left to right in the current sentence, then from left to right in the previous sentence, and then from right to left in two more sentences. The pronoun \"they\" can be identified with either a plural noun group or an organization.", |
| "cite_spans": [ |
| { |
| "start": 71, |
| "end": 83, |
| "text": "Hobbs (1978)", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 88, |
| "end": 103, |
| "text": "Kameyama (1986)", |
| "ref_id": "BIBREF4" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Coreference Resolution", |
| "sec_num": "7" |
| }, |
| { |
| "text": "For singular first person pronouns, 'T' and \"me\", we resolve to the nearest person. For plural first person pronouns, \"we\" and \"us\", we resolve to the nearest organization or set of persons. We allow all of the current sentence, including material to the right of the pronoun, since quotes frequently precede the designation of the speaker, as in \"I was robbed,\" said John.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Coreference Resolution", |
| "sec_num": "7" |
| }, |
| { |
| "text": "An obvious improvement would be to determine whether the person occurs as the subject of a verb of speaking, but an informM examination of the data suggested this would not result in a significant improvement.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Coreference Resolution", |
| "sec_num": "7" |
| }, |
| { |
| "text": "The heuristics we use for coreference resolution are very simple and easily implemented in a FAS-TUS framework. Numerous improvements readily suggest themselves. But we have been surprised how strong a performance can be achieved just with these simple heuristics. Our performance on the MUC-6 Coreference task was a recall of 59% and a precision of 72%. These scores placed SRI among the leaders.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Coreference Resolution", |
| "sec_num": "7" |
| }, |
| { |
| "text": "As part of Tipster II.V, we are engaged in a joint effort with the University of Massachusetts to determine ways in which information extraction technology can improve the performance of document retrieval systems, such as the INQUERY system. Initially, we are pursuing three investigations.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Information Extraction and Document Retrieval", |
| "sec_num": "8" |
| }, |
| { |
| "text": "1. The first is simply to examine a large number of highly ranked false positives for a number of queries, and to determine whether information extraction techniques can help. We have done this on a small scale, five texts for one TREC topic. The topic was actual retaliation against terrorists. The false positives all talked about retaliation against terrorists, but it was embedded in negative or modal contexts, such as the following:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Information Extraction and Document Retrieval", |
| "sec_num": "8" |
| }, |
| { |
| "text": "... will not retaliate against the terrorist attack ... ... discussed the possibility of retaliating. ... if we retaliate against terrorists ... These are the kinds of features that Basic and Complex Phrase Recognition in FASTUS can spot, and the texts could thereby be rejected.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Information Extraction and Document Retrieval", |
| "sec_num": "8" |
| }, |
| { |
| "text": "2. We have already developed an information extraction system for the management succession domain, and that corresponds to one of the TREC topics. We will run INQUERY on that topic and then run the MUC-6 FASTUS system on the 100 texts that INQUERY ranks most highly. We can then determine whether there is any criterion definable in terms of the events extracted that can improve on INQUERY's ranking. This will lead to the question of how much information extraction domain development is necessary for how much corresponding document retrieval improvement.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Information Extraction and Document Retrieval", |
| "sec_num": "8" |
| }, |
| { |
| "text": "3. We have a moderately well developed module for coreference resolution. Can this be used to improve INQUERY's performance? The idea is to apply FASTUS processing, up through coreference resolution, to all the documents in the corpus. We would then use the resulting coreference chains to increase the richness of concepts in the text. For example, consider two documents that each mention IBM once. The first is about IBM and contains numerous subsequent references to \"the computer company\" and \"they\". The second mentions IBM only in the context of IBM-compatible peripherals and is concerned with something else entirely. Having every reference to IBM count as a mention of IBM will result in the first document having a much higher score than the second. This method could help in both directions. If the topic concerns IBM, references to the computer company will increase the score. If the topic concerns computer companies, references to IBM will increase the score.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Information Extraction and Document Retrieval", |
| "sec_num": "8" |
| }, |
| { |
| "text": "Under the auspices of the Tipster II program, we have developed in FASTUS a mature, effective, efficient, robust information extraction system. We have made it substantially easier to use in new domains by implementing the FastSpec declarative specification language and the compile-time transformations, and we believe our work on adapting rules from examples will make the system yet easier to use in new domains.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "9" |
| }, |
| { |
| "text": "We have integrated the system into the developing uniform, modular Tipster architecture.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "9" |
| }, |
| { |
| "text": "In our view the principal current problems are the need to handle broader domains and applications, the need to continue to make new domains easier to implement, and the need to use the technology in a wide variety of new applications.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "9" |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "The research described here was funded by the Defense Advanced Research Projects Agency under Office of Research and Development contract 94-F157700-000.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgments", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "The SRI MUC-5 JV-FASTUS Information Extraction System", |
| "authors": [ |
| { |
| "first": "Tyson", |
| "middle": [], |
| "last": "", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "Proceedings, Fifth Message Understanding Conference (MUC-5)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Tyson, 1993. \"The SRI MUC-5 JV-FASTUS In- formation Extraction System\", Proceedings, Fifth Message Understanding Conference (MUC-5), Baltimore, Maryland, August 1993.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Resolving Pronoun References", |
| "authors": [ |
| { |
| "first": "Jerry", |
| "middle": [ |
| "R" |
| ], |
| "last": "Hobbs", |
| "suffix": "" |
| } |
| ], |
| "year": 1978, |
| "venue": "Readings in Natural Language Processing", |
| "volume": "44", |
| "issue": "", |
| "pages": "311--338", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hobbs, Jerry R., 1978, \"Resolving Pronoun References\", Lingua, Vol. 44, pp. 311-338. Also in Readings in Natural Language Processing, B.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "FAS-TUS: A System for Extracting Information from Natural-Language Text", |
| "authors": [ |
| { |
| "first": "Jerry", |
| "middle": [ |
| "R" |
| ], |
| "last": "Hobbs", |
| "suffix": "" |
| }, |
| { |
| "first": "E", |
| "middle": [], |
| "last": "Douglas", |
| "suffix": "" |
| }, |
| { |
| "first": "John", |
| "middle": [], |
| "last": "Appelt", |
| "suffix": "" |
| }, |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Bear", |
| "suffix": "" |
| }, |
| { |
| "first": "Mabry", |
| "middle": [], |
| "last": "Israel", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Tyson", |
| "suffix": "" |
| } |
| ], |
| "year": 1992, |
| "venue": "SKI Technical Note", |
| "volume": "519", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hobbs, Jerry R., Douglas E. Appelt, John Bear, David Israel, and Mabry Tyson, 1992. \"FAS- TUS: A System for Extracting Information from Natural-Language Text\", SKI Technical Note 519, SRI International, Menlo Park, California, November 1992.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "A Property-sharing Constraint in Centering", |
| "authors": [ |
| { |
| "first": "Megumi", |
| "middle": [], |
| "last": "Kameyama", |
| "suffix": "" |
| } |
| ], |
| "year": 1986, |
| "venue": "Proceedings", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kameyama, Megumi, 1986. \"A Property-sharing Constraint in Centering\", in Proceedings, 24th", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Annual Meeting of the Association for Compu-tationM Linguistics", |
| "authors": [], |
| "year": null, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "200--206", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Annual Meeting of the Association for Compu- tationM Linguistics, New York, NY, pp. 200-206.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "type_str": "figure", |
| "uris": null, |
| "text": "Basic Phrase Recognition 3. Complex Phrase Recognition 4. Clause-Level Event Recognition 5. Event Merging In describing the system, we will say what it does, given as input the following paragraph from the management succession domain of MUC-6: A. C. Nielsen Co. said George Garrick, 40 years old, president of Information Resources Inc.'s London-based European Information Services operation, will become president and chief operating officer of Nielsen Marketing Research USA, a unit of Dun & Bradstreet Corp. He succeeds John It. Costello, who resigned in March.", |
| "num": null |
| }, |
| "FIGREF1": { |
| "type_str": "figure", |
| "uris": null, |
| "text": "-en:l; head = (obj I); active = T; aspect = perf;; VG2 --> VGI ''have'';; VG2 --> V[have]:l (Not); tense = (tense 1);; VGI --> Modal:l (Not) Adv*; tense : (tense I);;Not --> ''not''; negative = T;;", |
| "num": null |
| }, |
| "FIGREF2": { |
| "type_str": "figure", |
| "uris": null, |
| "text": "Head = resume-word; 3: Obj = talk-word; Prep = ''with''; 4: PObj = org; Semantics = <type = Talk; parties = (list (obj I) (obj 4)); talk-status = Bargaining;;>;", |
| "num": null |
| }, |
| "TABREF1": { |
| "text": "or not the two merge. For the sample text, merging the four events found by the Clause-Level Event Recognizer results in the two following transitions, both with the same end state, the first person-centered and the second", |
| "type_str": "table", |
| "num": null, |
| "html": null, |
| "content": "<table><tr><td colspan=\"4\">same and previous sentences. There are various con-</td><td colspan=\"2\">[will become]vc</td></tr><tr><td colspan=\"4\">straints of consistency, compatibility, and distance</td><td colspan=\"2\">[president and chief operating officer of</td></tr><tr><td colspan=\"2\">that govern whether p0sition-centered: Person: Garrick Position: president ~</td><td colspan=\"2\">Person: Position: president Garrick</td><td colspan=\"2\">[Nielsen Marketing Research USA, a unit of [Dun & Bradstreet Corp.]co]co]Pos [He]per [succeeds]vG [John H. Costello]eer, [who]Relpro [resigned]vG [in]p [March]Date.</td></tr><tr><td>Org:</td><td>EIS</td><td>Org:</td><td>NMR</td><td colspan=\"2\">4. The Clause-Level Event Recognizer recognizes</td></tr><tr><td/><td/><td/><td/><td colspan=\"2\">events in the domain of interest. This is done by</td></tr><tr><td>Person:</td><td>Costello</td><td>Person:</td><td>Garrick</td><td colspan=\"2\">matching the output of the Complex Phrase Recog-</td></tr><tr><td colspan=\"4\">Position: president ::\u00a2. Position: president</td><td colspan=\"2\">nizer with a set of patterns specifying the subject,</td></tr><tr><td>Org:</td><td>NMR</td><td>Org:</td><td>NMR</td><td colspan=\"2\">verb, object, and prepositional phrases in which the</td></tr><tr><td/><td/><td/><td/><td colspan=\"2\">events are typically expressed. In addition, locative,</td></tr><tr><td/><td/><td/><td/><td colspan=\"2\">temporal, and epistemic adjuncts are recognized at</td></tr><tr><td/><td/><td/><td/><td colspan=\"2\">this stage. Examples of patterns for the manage-</td></tr><tr><td/><td/><td/><td/><td colspan=\"2\">ment succession domain are as follows:</td></tr><tr><td/><td/><td/><td/><td colspan=\"2\">Person, Position</td></tr><tr><td/><td/><td/><td/><td colspan=\"2\">Person becomes Position</td></tr><tr><td/><td/><td/><td/><td colspan=\"2\">Person succeeds Person (as Position)</td></tr><tr><td/><td/><td/><td/><td colspan=\"2\">Person resigns (from Position)</td></tr><tr><td/><td/><td/><td/><td colspan=\"2\">As the patterns are recognized, event structures</td></tr><tr><td/><td/><td/><td/><td colspan=\"2\">are built up, indicating what type of event occurred</td></tr><tr><td/><td/><td/><td/><td colspan=\"2\">and who and what the participants are. For the</td></tr><tr><td/><td/><td/><td/><td colspan=\"2\">management succession domain, there is an event</td></tr><tr><td/><td/><td/><td/><td colspan=\"2\">structure for a state, specifying that a person is in</td></tr><tr><td/><td/><td/><td/><td colspan=\"2\">a position at an organization, and a structure for</td></tr><tr><td/><td/><td/><td/><td colspan=\"2\">transitions between two states.</td></tr><tr><td/><td/><td/><td/><td colspan=\"2\">For the sample text, the following four event</td></tr><tr><td/><td/><td/><td/><td colspan=\"2\">structures are constructed, corresponding to the four</td></tr><tr><td/><td/><td/><td/><td colspan=\"2\">patterns above:</td></tr><tr><td/><td/><td/><td/><td>Person:</td><td>Garrick</td></tr><tr><td/><td/><td/><td/><td colspan=\"2\">Position: president</td></tr><tr><td/><td/><td/><td/><td>Org:</td><td>EIS</td></tr><tr><td/><td/><td/><td/><td>Person:</td><td>Garrick</td><td>Person:</td><td>Garrick</td></tr><tr><td/><td/><td/><td/><td colspan=\"2\">Position: --</td><td>~</td><td>Position:</td><td>president</td></tr><tr><td/><td/><td/><td/><td>Org:</td><td>--</td><td>Org:</td><td>NMR</td></tr><tr><td/><td/><td/><td/><td>Person:</td><td>Costello</td><td>Person:</td><td>he</td></tr><tr><td/><td/><td/><td/><td colspan=\"2\">Position: --</td><td>~</td><td>Position: --</td></tr><tr><td/><td/><td/><td/><td>Org:</td><td>--</td><td>Org:</td><td>--</td></tr><tr><td/><td colspan=\"2\">Nielsen Co.]co [said]vG</td><td/><td>Person:</td><td>Costello</td><td>Person:</td><td>--</td></tr><tr><td colspan=\"3\">[George Garrick, 40 years old,</td><td/><td colspan=\"2\">Position: --</td><td>~</td><td>Position: --</td></tr><tr><td colspan=\"2\">[president of</td><td/><td/><td>Org:</td><td>--</td><td>Org:</td><td>--</td></tr><tr><td/><td colspan=\"3\">[[Information Resources Inc.]co'S</td><td/></tr><tr><td/><td colspan=\"2\">London-based European</td><td/><td colspan=\"2\">5. Once individual clause-level patterns have</td></tr><tr><td/><td colspan=\"2\">Information Services</td><td/><td colspan=\"2\">been recognized, the event structures that are built</td></tr><tr><td/><td colspan=\"2\">operation]co]Pos]eer,</td><td/><td colspan=\"2\">up are merged with other event structures from the</td></tr></table>" |
| }, |
| "TABREF3": { |
| "text": "But in addition to writing a rule for this pattern, we would have to write rules for all the syntactic variations of the simple active clause, to recognize Cars are manufactured by GM. ... GM, which manufactures cars. ... cars, which are manufactured by GM. ... cars manufactured by GM. GM is to manufacture cars. Cars are to be manufactured by GM.", |
| "type_str": "table", |
| "num": null, |
| "html": null, |
| "content": "<table/>" |
| }, |
| "TABREF5": { |
| "text": "The metarule for nominalizations, as in \"the company's resumption of talks\", must appear in the Complex Phrase Recognizer and has the form We could simply have the bare nominal.In addition to the basic patterns, middle verbs and symmetric verbs are handled. Middle verbs are verbs whose object can appear in the subject position and still have an active verb.", |
| "type_str": "table", |
| "num": null, |
| "html": null, |
| "content": "<table><tr><td>The metarule that implements the middle</td></tr><tr><td>\"transformation\" is as follows:</td></tr><tr><td>Event --></td></tr><tr><td>NG[??obj] :3 VG[active,??head] :2</td></tr><tr><td>~P[??prep] NG[??pobj] :4 [ Event-Adj}*;</td></tr><tr><td>??semantics;;</td></tr><tr><td>Event --></td></tr><tr><td>NG [??subj] : 1 P [relpro]</td></tr><tr><td>VG[active,??head] :2 NS[??obj] :3</td></tr><tr><td>{P[??prep] NG[??pobj]:4 [ Event-Adj}*;</td></tr><tr><td>??semantics ; ;</td></tr><tr><td>ComplexNG --></td></tr><tr><td>(NG[??subj]:l P[gen]) NG[??head]:2</td></tr><tr><td>(''of'' NG[??obj]:3)</td></tr><tr><td>{P[??prep] NG[??pobj]:4 [ Event-Adj}*;</td></tr><tr><td>7?semantics ; ;</td></tr><tr><td>Event --></td></tr><tr><td>Event-Adj* NG[??snbj]:l</td></tr><tr><td>VG[active,??head]:2 NG[??obj]:3</td></tr><tr><td>{P[??prep] NG[??pobj]:4 [ Event-Adj}*;</td></tr><tr><td>??semantics;;</td></tr><tr><td>They resumed the talks.</td></tr><tr><td>The talks resumed\u2022</td></tr></table>" |
| } |
| } |
| } |
| } |