ACL-OCL / Base_JSON /prefixW /json /W93 /W93-0105.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "W93-0105",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T04:42:04.345248Z"
},
"title": "Identifying Unknown Proper Names in Newswire Text",
"authors": [
{
"first": "Inderjeet",
"middle": [],
"last": "Mani",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "The MITRE Corporation",
"location": {
"postCode": "~01 7525, 22102-3481",
"settlement": "Colshire Drive, McLean",
"region": "Virginia"
}
},
"email": "mani@starbase.mitre"
},
{
"first": "T",
"middle": [
"Richard"
],
"last": "Macmillan",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "The MITRE Corporation",
"location": {
"postCode": "~01 7525, 22102-3481",
"settlement": "Colshire Drive, McLean",
"region": "Virginia"
}
},
"email": ""
},
{
"first": "Susann",
"middle": [],
"last": "Luperfoy",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "The MITRE Corporation",
"location": {
"postCode": "~01 7525, 22102-3481",
"settlement": "Colshire Drive, McLean",
"region": "Virginia"
}
},
"email": ""
},
{
"first": "Elaine",
"middle": [
"P"
],
"last": "Lusher",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "The MITRE Corporation",
"location": {
"postCode": "~01 7525, 22102-3481",
"settlement": "Colshire Drive, McLean",
"region": "Virginia"
}
},
"email": ""
},
{
"first": "Sharon",
"middle": [
"J"
],
"last": "Laskowski",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "The MITRE Corporation",
"location": {
"postCode": "~01 7525, 22102-3481",
"settlement": "Colshire Drive, McLean",
"region": "Virginia"
}
},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "The identification of unknown proper names in text is a significant challenge for NLP systems operating on unrestricted text. A system which indexes documents according to name references can be useful for information retrieval or as a preprocessor for more knowledge intensive tasks such as database extraction. This paper describes a system which uses text skimming techniques for deriving proper names and their semantic attributes automatically from newswire text, without relying on any listing of name elements. In order to identify new names, the system treats proper names as (potentially) context-dependent linguistic expressions. In addition to using information in the local context, the system exploits a computational model of discourse which identifies individuals based on the way they are described in the text, instead of relying on their description in a pre-existing knowledge base.",
"pdf_parse": {
"paper_id": "W93-0105",
"_pdf_hash": "",
"abstract": [
{
"text": "The identification of unknown proper names in text is a significant challenge for NLP systems operating on unrestricted text. A system which indexes documents according to name references can be useful for information retrieval or as a preprocessor for more knowledge intensive tasks such as database extraction. This paper describes a system which uses text skimming techniques for deriving proper names and their semantic attributes automatically from newswire text, without relying on any listing of name elements. In order to identify new names, the system treats proper names as (potentially) context-dependent linguistic expressions. In addition to using information in the local context, the system exploits a computational model of discourse which identifies individuals based on the way they are described in the text, instead of relying on their description in a pre-existing knowledge base.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "The identification of unknown proper names in text is a significant challenge for NLP systems operating on unrestricted text. A system which indexes documents according to name references can be useful for information retrieval or as a pre-processor for more knowledge intensive tasks such as database extraction. With the growing use of tagged corpora in a variety of language-related research areas, being able to reliably tag proper names is an obvious advantage. In addition, the development of practical techniques for name identification help to shed light on the various uses of proper names in text.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Traditional approaches to unknown proper name identification involve, broadly speaking, the lexical lookup of names or name fragments in a name database. For example, approaches such as [Aone et al., 92] , [Aberdeen et al., 92] , and [Cowie et al., 92] , identify person names by marking off phrases which contain unknown words close to known name elements like first or last names, and (in [Cowie et al., 92] ) unknown words close to specific title-words. As the above studies show, name databases such as cross-cultural listings of common first and last names as well as existing geographical gazetteers, are helpful in name recognition. However, approaches based exclusively on unknown words and known name elements can be confused by known common nouns (or other parts of speech) which occur in proper names, even person names. More importantly, such approaches require an initial name element database. Creating such databases can be a labor-intensive task. Furthermore, no matter how large the database one can manually construct, the problem still arises of identifying names which don't happen to be present in any given name database. The fact that proper names form, lexically speaking, an open class whose elements grow far more rapidly than other open classes, and the fact that they often contain other open-class elements, makes the incompleteness of such databases an obvious problem.",
"cite_spans": [
{
"start": 186,
"end": 199,
"text": "[Aone et al.,",
"ref_id": null
},
{
"start": 200,
"end": 203,
"text": "92]",
"ref_id": null
},
{
"start": 206,
"end": 223,
"text": "[Aberdeen et al.,",
"ref_id": null
},
{
"start": 224,
"end": 227,
"text": "92]",
"ref_id": null
},
{
"start": 234,
"end": 248,
"text": "[Cowie et al.,",
"ref_id": null
},
{
"start": 249,
"end": 252,
"text": "92]",
"ref_id": null
},
{
"start": 391,
"end": 405,
"text": "[Cowie et al.,",
"ref_id": null
},
{
"start": 406,
"end": 409,
"text": "92]",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Our approach aims at deriving proper names and their semantic attributes automatically from large corpora, without relying on any listing of name elements. The overall approach is based on two main ideas. Firstly, we hypothesize that for certain genres of text (for example, Wall Street Journal news stories), new references are introduced by information occurring in the immediate syntactic environment of the proper name. (What the precise set of such genres is remains to be determined, but our initial set includes the most common forms of news stories and excludes literary narratives.) Many of these local contextual clues reflect felicity conventions for introducing new names. New names of people (as well as organization names, and to some extent location names) are generally accompanied by honorifics and various appositive phrases which help anchor the new name reference to mutually assumed knowledge. Further contextual clues come from selectional restrictions, for example, given \"Kambomambo murdered Zombaluma\" (from [Radford, 88] ), the verb is the main clue to the hypothesis that the two names are those of people.",
"cite_spans": [
{
"start": 1033,
"end": 1042,
"text": "[Radford,",
"ref_id": null
},
{
"start": 1043,
"end": 1046,
"text": "88]",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Although the idea of exploiting local context to identify semantic attributes in new names is in itself not new (e.g. 91] , [Paik et al., 93] ), little attention has been paid in name identification work to the discourse properties of names. Our second, and more general idea is to view proper names as linguistic expressions whose interpretation often depends on the discourse context. For example, in the discourse \"U.S. President Bill Clinton....Clinton....Mr. Clinton....President Clinton\", the interpretations of \"Clinton\", \"Mr. Clinton\" and \"President Clinton\" are dependent on the prior reference to \"U.S. President Bill Clinton\", much as \"the president\", \"he\" and \"himself\" are dependent on prior context in the discourse \"U.S. President Bill Clintoni .... the president/ .... he/ .... himself/\". The need for text-driven extraction of names presupposes in turn a computational model of discourse which identifies individuals based on the way they are described in the text, instead of relying on their description in a pre-existing knowledge base. The overall discourse representation framework which we use is Luperfoy's three-tiered model [Luperfoy, 91] , which in turn is a computational adaptation of Landman's pegs model of NP semantics [Landman 86] .",
"cite_spans": [
{
"start": 118,
"end": 121,
"text": "91]",
"ref_id": null
},
{
"start": 124,
"end": 137,
"text": "[Paik et al.,",
"ref_id": null
},
{
"start": 138,
"end": 141,
"text": "93]",
"ref_id": null
},
{
"start": 1150,
"end": 1160,
"text": "[Luperfoy,",
"ref_id": null
},
{
"start": 1161,
"end": 1164,
"text": "91]",
"ref_id": null
},
{
"start": 1251,
"end": 1263,
"text": "[Landman 86]",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The idea of the three-tiered model is that there are three significant levels of representation: linguistic expressions, Discourse Pegs, and knowledge base objects. A distinctive feature of Discourse Pegs (hereafter referred to as Pegs) as opposed to similar constructs in the literature, like File Cards ( [Heim, 81] ), Database Objects ( [Sidner, 79] ), Discourse Referents ([Karttunen, 68] ), and Discourse Entities ([Webber, 78] , [Dahl and Ball, 90] ), is that they describe unique objects with respect to the current discourse, rather than with respect to the underlying belief system or world model. Thus, in an article mentioning Bill Clinton there may be two guises in which he may appear, as Governor Clinton and President Clinton; these would correspond to two distinct pegs. It is important to stress that pegs, as a result, do not correspond to equivalence classes of coreferential mentions; rather, there is one peg for each distinct object under discussion, irrespective of the number of entities in the world of reference. Objects which are distinct in the text may still need to be related to each other for their interpretation; for example, in the discourse \"President Bill Clinton... the Clintons....Hilary\", the expressions \"President Bill Clinton\", \"the Clintons\" and \"Hilary\" each introduce new pegs, but these pegs are each linked, as \"partial dependents\", to the previous one. An interesting subcase of this involves name mergers, e.g. an article describing a joint venture between two companies may use the two individual company names followed by a merged name for the joint venture.",
"cite_spans": [
{
"start": 307,
"end": 313,
"text": "[Heim,",
"ref_id": null
},
{
"start": 314,
"end": 317,
"text": "81]",
"ref_id": null
},
{
"start": 340,
"end": 348,
"text": "[Sidner,",
"ref_id": null
},
{
"start": 349,
"end": 352,
"text": "79]",
"ref_id": null
},
{
"start": 376,
"end": 388,
"text": "([Karttunen,",
"ref_id": null
},
{
"start": 389,
"end": 392,
"text": "68]",
"ref_id": null
},
{
"start": 419,
"end": 428,
"text": "([Webber,",
"ref_id": null
},
{
"start": 429,
"end": 432,
"text": "78]",
"ref_id": null
},
{
"start": 435,
"end": 450,
"text": "[Dahl and Ball,",
"ref_id": null
},
{
"start": 451,
"end": 454,
"text": "90]",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "In applying this framework to the unknown name problem, we first distinguish three types of entities: (i) Mentions -these are text segments which are tokens of proper names in text; (ii) Contexts -these are text segments which provide information about syntactic and semantic properties associated with a name; and (iii) Hypotheses -these are hypotheses about individuals and their semantic attributes, associated with a Mention. Given this framework, the goal of unknown name identification is to use the text itself to generate Hypotheses about possible individuals distinguished by a Mention. In a given text context, descriptions from earlier Mentions of a name may be further specified by new information associated with subsequent Mentions of the name (which may take a somewhat different form from previous Mentions). In general, two Hypotheses, each associated with a different Mention, are linked together (by means of a common Peg) whenever they are mutually compatible. Thus, two Mentions, Mention 1 and Mention 2, can be considered to be indirectly anchored together to a common Peg whenever hypothetical information associated with each is mutually compatible. For ease of presentation, we may speak of these coanchored mentions as \"coreferential\" (when what we really mean is this more specific sense of coanchoring); also, we will use the capitalized word \"Coreference\" for the process of computing pegs for a mention, a process which may result in either the coanchoring of the mention to one or more existing pegs, or the allocation of a new peg. We describe the Coreference process in more detail in Section 4.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "We first need to describe more precisely what we mean by proper names. In terms of syntactic categories, proper names are commonly identified as lexical NPs. In the examples in this paper, we use D to identify an internal proper name constituent of interest. Proper names often occur inside definite NPs, where the proper name can function as the syntactic head (\"the [President of France]\", \"the [Gulf of California]\", \"the Reagan [White House]\", \"Iraq's president [Saddam Hussein]\", \"Lake [George]\"), a complement (\"the president of [France]\"), or an adjunct or attributive NP (\"the [Reagan] White House\", \"the [Bush] administration\"). They can also occur with indefinite determiners (\"an [Arnold Schwartznegger]\", \"a [Washington Redskin]\", \"an [IBM]\"). As lexical NPs, proper names have substantial internal structure: they can be formed out of primitive proper name elements (\"Oliver North\", \"Gramm-Rudman .... Villa-Lobos\"), other proper names (\"Lake George\", \"the [President of France]\", \"the [Reagan White ttouse]\", \"Anne of a Thousand Days\") and also out of non-proper names (\"the [Savings and Loan] crisis\", \"General Electric Co.\", \"Federal Savings and Loan Insurance Corporation\", \"Committee for tile Protection of Public Welfare\"). A common resulting form is the open compound proper name (\"the [Carter Administration National Energy Conservation Committee]\").",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Proper Names -Syntactic Forms and Semantic Attributes",
"sec_num": "2"
},
{
"text": "Given an occurrence of a proper name in text, we can use the text itself to extract semantic attributes associated with that name. As mentioned earlier, the local context frequently offers valuable clues. Also, for certain varieties of names, such as organization names (\"Microelectronics and Computer Technology Corporation\") and geographical location names (\"Easter Island\"), the internal structure of the name can be used to hy-pothesize various semantic attributes. A study reported in [Amsler, 87] on proper names in the New York Times containing the word \"center\" (such as \"Grand Forks Energy Research Center\" and \"Boston University's Center for Adaptive Systems\") is suggestive of the scope of such techniques. Identifying idiomatic uses is obviously a problem: as [Amsler, 87] ,points out, \"Grand Funk Railroad\" is the name of a rock group. In keeping with such an approach, we have developed subgrammars which model the internal syntax and semantics of geographical names, which, in combination with information from the local Context, can be used to guess the type of location.",
"cite_spans": [
{
"start": 490,
"end": 498,
"text": "[Amsler,",
"ref_id": null
},
{
"start": 499,
"end": 502,
"text": "87]",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Proper Names -Syntactic Forms and Semantic Attributes",
"sec_num": "2"
},
{
"text": "The approach of text skimming is associated with much recent work on data extraction from text (e.g. [Mauldin 89], [Jacobs 88] , and many others). In general, this means that different parts of the text can be processed to different depths, with some parts being skipped over lightly. The text skimming approach also implies, in our case, that we lighten the burden of lexical semantics: in contrast to approaches like [Coates-Stephens, 91], we need only represent word meanings for words closely related in meaning to the semantic attributes we are attempting to extract. While we were attracted to such an approach, our work also explores some of the practical tradeoffs associated with text skimming.",
"cite_spans": [
{
"start": 115,
"end": 126,
"text": "[Jacobs 88]",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Overall Algorithm",
"sec_num": "3"
},
{
"text": "The overall algorithm involves first tokenizing the text into sentences and words, then proposing candidate name mentions, and finally allowing various knowledge sources (KSs) to vote on and propose hypotheses about a given mention. Each KS can generate multiple scored hypotheses about a given mention. The KSs are applied in a pre-determined order to a mention, with each KS refining the hypotheses generated by the previous KS. Names which are identified beyond a certain confidence level (a variable recall/precision threshold) are added to a hypothetical lexicon after asking the user about them. Over time, learnt names (or name elements) in the hypothetical lexicon increase the likelihood of recognizing a name mention.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Overall Algorithm",
"sec_num": "3"
},
{
"text": "The system assumes a shallow knowledge base representing the specific concepts and attributes to be extracted. For example, a president is either a head-of-state or a corporateofficer, and a person has age, title, gender and occupation; a place may be a continent, country, state, city, etc. The semantic lexicon associated with this knowledge base is a small one, of the order of a few hundred words, consisting of titles, honorifics, location nouns and organizational suffixes extracted from phrases tagged as NP in the Penn Treebank Wall Street Journal (WSJ) corpus. Words associated with these entities are the only ones which currently have any lexical semantics in our system. (A noteable exception comes from our work on place names, which exploits, for comparison purposes, a TIPSTER gazetteer). This small lexicon is complemented by the very large syntactic lexicon derived from the Lancaster-Oslo-Bergen corpus, which is used by our part-of-speech tagger and parser [ de Marcken, 90] .",
"cite_spans": [
{
"start": 978,
"end": 989,
"text": "de Marcken,",
"ref_id": null
},
{
"start": 990,
"end": 993,
"text": "90]",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Overall Algorithm",
"sec_num": "3"
},
{
"text": "A variety of different grammars are used by the system. The simpler kind are regular expression grammars which rely on part-of-speech, some specific key lexical items from our semantic lexicon, and punctuation -these grammars drive a pattern matcher which is an extension of the one described in [Norvig, 92] . Such grammars are used for modeling tile internal syntax and semantics of geographical names and person names, and also for locating various Context boundaries -for example, identifying an al)positivc construction. Further segmentation of the appositive (see Section 3.3) is done by a mix-ture of pattern-matching of the above kind and NP parsing (into head, pre-modifiers, and post-modifiers) using the MIT Fast Parser [ de Marcken, 90] and its associated syntactic grammar. At present, we perform only a rudimentary analysis of organization names, merely hypothesizing whether a mention is a likely organization name or not.",
"cite_spans": [
{
"start": 296,
"end": 304,
"text": "[Norvig,",
"ref_id": null
},
{
"start": 305,
"end": 308,
"text": "92]",
"ref_id": null
},
{
"start": 733,
"end": 744,
"text": "de Marcken,",
"ref_id": null
},
{
"start": 745,
"end": 748,
"text": "90]",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Overall Algorithm",
"sec_num": "3"
},
{
"text": "We have used the WSJ as a training corpus. The mode of knowledge engineering has involved building a rudimentary proper name tagger, followed by iterations through a cycle of tagging the corpus with records of Mentions and their occurrence Contexts, examining the tagged corpus to improve the knowledge sources, and retagging. It is envisaged that over time, certain hypothesized individuals will be incorporated into the knowledge base.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Overall Algorithm",
"sec_num": "3"
},
{
"text": "Given text which distinguished between upper-case and lower-case, the KS which proposes candidate mentions is based on finding contiguous capitMized words including lower-case function words (e.g. \"of\", \"and\", \"de\", etc.). Only those sentences containing such mentions are processed (partially) by other KSs. This capitalization heuristic recalls all the proper names, but it is slightly imprecise, especially since sentence-initial words are always capitalized in case distinguished text. To eliminate these, a part-of-speech based filter is applied to each sentence-initial candidate sequence, discarding the initial word unless it is from a designated set (a noun, and adjective, a NP, the definite determiner \"the\", or an unknown word) and excluding isolated definite determiners. In practice, this filter works extremely well. However, mentions may need to be split up later when more knowledge is available, since titles may need to be extracted, and function words like conjunctions and prepositions introduce attachment ambiguities (e.g. \"Democratic Seas. Dennnis De Concini and Alan Cranston\", \"Food and Drug Administration\").",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Mention Generator",
"sec_num": "3.1"
},
{
"text": "Given newswire text which makes no reliable case distinction (e.g. all-uppercase or all-lowercase text), the proposer proposes contiguous sequences of words with categories in the above designated set. The proposals include all the mentions proposed in case-sensitive mode, but the use of shallow processing here is obviously far less precise, generating 3 to 4 times as many mentions. However, incorrect candidates get filtered out eventually, since there are no significant hypotheses about them.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Mention Generator",
"sec_num": "3.1"
},
{
"text": "Each KS can have multiple hypotheses with different confidences. For example, the mention \"General Electric Co.\", may result in an initial hypothesis that it could be a person, based on interpreting \"General\" as a title, and other hypotheses that it could be a company or a county, based on the abbreviated suffix \"Co.\". Each distinct filling of attributes corresponds to a distinct hypothesis. We currently use a somewhat crude thresholding scheme: viewing an attribute-KS as filling a single attribute, the confidence of a particular attribute-KS's hypothesis is a weighted sum of the match strength and the attribute-KS's strength, the latter being based on an initial global ranking followed by later calibration. The KSes are based on simple heuristics, which, except for Coreference, are interesting more in terms of their combined effect than in themselves. For example, Organization? is a KS which trivially determines organizationhood by the presence of certain company suffixes like \"Inc.\". Honorifics uses the text occurrence of honorifies (\"Mr.\", \"His Holiness\", \"Lt. Col.\") from the small semantic lexicon to make inferences about personhood, as well as gender and job occupation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Knowledge Sources",
"sec_num": "3.2"
},
{
"text": "The Job-Title and Age KSes extract their data from appositive constructions and premodifying adjective phrases and noun compounds. A job-title (a surface string like \"president-for-life\") may or may not be in the syntactic or semantic lexicon; if it is present in the semantic lexicon, an effort is made to infer, based on context, the person's joboccupation, as discussed in the next section. Person-Name is a weak KS which segments potential person-names without being able to determine personhood with any confidence. Name-Element upgrades the confidence of names which match learned name elements. Agent-of-Human-Action looks for verbs like \"lead\", \"head\", \"say\", \"explain\", \"think\", \"admit\" in the syntactic context to estimate whether a given mention could be a person, though the assignment of agent role to the mention is only approximate; the frequent use of metonymy involving companies as agents makes this a relatively weak KS. A Short-Name? KS reflects a newspaper honorific convention of not using single-word titleless names in introductory people mentions (as in \"Yesterday [Kennedy] said..\"). The Location KS uses patterns involving locational category nouns from the semantic lexicon like \"town\", \"sea\", \"gulf\", \"north\" to flag location mentions like \"town of Beit Sahoud\".",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Knowledge Sources",
"sec_num": "3.2"
},
{
"text": "Appositives are important linguistic devices for introducing new mentions. We limit ourselves to constituents of the form <NP, NP>. These are of the form name-commaappositive (e.g. \"<name>, <ORG>'s top managing director\", \"<name>, a small Bay Area town\"), and appositive-comma-name (e.g. \"a top Japanese executive, <name>\"). We ignore double appositives, except for simple ones involving age, as in \"Osamu Nagayama, 33, senior vice president and chief financial officer of Chugai.\". Therefore, given a candidate name mention, the appositive modifier is a NP to the right or the left of the name. (A <NP, NP> constituent can of course be part of an enumerated, conjoined NP; however, if one conjunct is a name, it's likely that the other one may be too. Of course, a <NP, NP> sequence may not be a constituent in the first place).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Appositives",
"sec_num": "3.3"
},
{
"text": "To identify appositive boundaries, we experimented with both (a) a regular expression grammar tuned to find appositives in the training corpus, and (b) syntactic-grammar based parsing using the MIT Fast Parser. Here we found pattern matching, based on looking for left and right delimiters such as comma and certain parts of speech, to be far more accurate. For example, given \"said Chugai's senior vice president for international trade, Osamu Nagayama\", the appositive identifier would find \"Chugai's senior vice president for international trade\". For extracting premodifiers, head and postmodifiers, we have found technique (b) to be somewhat more useful, though attachment errors still occur. The extracted premodifiers and head (or maximal fragment thereof) are then looked up in the semantic lexicon ontology; looking up \"senior vice president\" would yield corporate-officer or government-official. Hypotheses about \"Chugai\", based on information from Coreference linking it to an earlier mention of \"Chugai Pharmaceutical Corp.\", can be used to infer that \"Osamu Nagayama\" is more likely to be a corporate officer than a government official.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Appositives",
"sec_num": "3.3"
},
{
"text": "When a new mention is processed by the Coreference KS, pegs from previous mentions seen earlier in the document are considered as candidate coanchored mentions. Obviously, we wish to avoid considering the set of all previous pegs in the discourse. The use of focus information at some level can be used to constrain this set, but that would require in turn strong assumptions about the discourse structure of texts -which could severely limit our applicable domains. Still, it seems unreasonable, given a mention of \"Bill Clinton\", to consider a peg for \"New York City\" as a possible antecedent. This suggests we consider only previous mentions which are similar in some way. We do this by indexing each mention by a normalized name, and considering only pegs for mentions which have the same normalized name. This raises the issue of the choice of a normalized name key. Obviously, there can be considerable variability in the form of a name across different mentions. For example, a mention of \"President Clinton\" could be followed by \"Bill Clinton\"; one of \"Georgetown University\" by \"Georgetown\"; \"the Los Angele s Lakers\" by \"the Lakers\". (See [Carroll, 85] for a discussion of the regularities and numerous irregularities in alternations in name forms, many of which involve metonymic reference). In the training corpus, the heuristic of choosing the last name element in the surface form of a name as a normalized name works well for people. This may reflect the fact that newspapers often impose their own normalization conventions. There are obvious exceptions to the last name element heuristic; for example, in the WSJ, a mention of \"Roh Tae Woo\" is followed by a co-referential mention of \"Mr. Roh\". For organization names, our heuristic is to choose all but the last element as the normalized name, but to allow a degree of partial matching. Given a new name mention, upon failure to find a partition cell having previous mentions with the same normalized name, partition cells with neighboring normalized names are searched. (The closeness metric here involves having a high percentage of sequential words in common). Thus the WSJ mentions of \"Leaseway Transportation Corp\" followed by \"Leaseway\" would be tied together, as would \"Canadian Technical Tape Inc.\" and \"Technical Tape\". Of course, at the time of invoking Coreference for a hypothesis associated with a mention, we may or may not have (depending in part on the ordering of knowledge sources) enough information to decide which normalized name heuristic to invoke, in which case we use the last name as a default.",
"cite_spans": [
{
"start": 1149,
"end": 1158,
"text": "[Carroll,",
"ref_id": null
},
{
"start": 1159,
"end": 1162,
"text": "85]",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Normalized Names",
"sec_num": "4.1"
},
{
"text": "In practice the matching on normalized names works well, except for cases like Mr. Roh above, and in cases of spelling errors. If necessary, the system can use a strategy of iterative widening; if the system fails to find a coreferring mention, in iterative widening mode it attempts to search through the space of all other previous mentions. In this mode, the system can also separately collect and warn about mentions whose names are close to (using the Damerau-Levenshtein similarity metric) but not identical in spelling to the current mention.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Normalized Names",
"sec_num": "4.1"
},
{
"text": "At each peg site Ignored when the information from the new mention has low confidence. (ii) Conflicts are Overriden when (a) (Weak-Opposition-Loses) the conflicting information from the new mention has high confidence and the conflicting information from the old mention has low confidence, or (b) (Strong-Majority-Wins) all the other evidence at the peg (there must be some) strongly confirms the new mention's hypothesis. Strong-Majority-Wins requires that there are at least two old mentions at the peg, with only one old mention giving rise to the conflict, and with all the other old mentions at the peg being compatible with the new mention at a high level of confidence for each attribute. Once a link from a mention is broken, the mention can be relinked to some other peg (either existing, or a new one).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Coreference Algorithm",
"sec_num": "4.2"
},
{
"text": "(iii) Otherwise, the conflict is Honored. Figure 1 shows an example of Coreference and ambiguity resolution. To simplify the presentation, only one hypothesis is shown per mention, appositives are ignored, and each attribute of each hypothesis is assumed to have the same confidence. (A Mention is identified as a string, with the hypothesis directly below it.)",
"cite_spans": [],
"ref_spans": [
{
"start": 42,
"end": 50,
"text": "Figure 1",
"ref_id": "FIGREF1"
}
],
"eq_spans": [],
"section": "Coreference Algorithm",
"sec_num": "4.2"
},
{
"text": "Assume Mention 1 is discourse-initial; assume further that Person-Name and Age have fired. Coreference on Mention 1 leads to the creation of a new peg, Peg 1, representing the hypothetical entity Bill Clinton. Coreference on Mention 2 leads to a search in the normalized-name partition for Clinton. The system unifies the properties associated with Mention 2 with Mention l's properties. In this case, since there is no conflict, both mentions are anchored to Peg 1. Mention 3 results in Coreference attempting a link to Peg 1. This leads to a conflict in unification with the properties from one of the other links to Mention 1, arising specifically from the full name and gender information extracted from Mention 1. These are conflicts because they violate a single-valued constraint for these attributes. The conflict with Mention 3 is honored, since there is no disparity in confidence measures. This results in Mention 3 being anchored to a new peg Peg 2, representing a hypothetical entity Hilary Clinton. Mention 4's properties are compatible with both pegs, hence it is coanchored to both, making it ambiguous. Mention 5 leads to a conflict on name at Peg 1. There is no confidence disparity at Peg 1, so the conflict is honored, resulting in a search for some other peg. At Peg 2, there is a conflict on occupation, but since Mention 3 is compatible with Mention 5, by Strong-Majority-Wins, Mention 3 overrides the information from Mention 4. This leads to breaking of the link of the conflicting mention with Peg 2, disambiguating Mention 4.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Coreference Algorithm",
"sec_num": "4.2"
},
{
"text": "The system has been run on one million words of text (two years of WSJ training corpus as well as the [Kahaner, 91] email corpus). The identification of person names and geographical locations is in place, as well as a rudimentary organization tagger (which does not extract any interesting attributes regarding the organization). The pegs-based Coreference KS has been implemented, but the breaking of a link from a mention to a peg is not as yet propagated to other pegs. We have not yet implemented a treatment of partial dependents, which involve modeling inter-relationships among pegs. Problems we are currently working on include conjunctions (e.g. is \"AVX and Kyocera\" a single entity?), the treatment of partial dependents and references to sets (e.g. the discourse \"Indira Gandhi .... Rajiv Gandhi....the Gandhis\"). We are also investigating the applicability of Bayesian inference networks to the overall problem.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "5"
},
{
"text": "Recently, we conducted an empirical evaluation of the system. In a nutshell (details are deferred to a separate paper), the evaluation was carried out on a test set of 42 handtagged WSJ articles, using a scoring program we developed. The hand-tagging marked only the type of the tag (person, organization, or location), ignoring attributes. Scores on <precision, recall> varied from <76%, 72%> to <84%, 80%>, depending on whether partial matches (e.g. only a fragment of a name in the program's tag, or a title identified as part of a name) were accepted. We soon expect to more directly evaluate the Coreference KS, but in the meantime we can offer the observation that the Coreference KS has been observed to be extremely effective (apart from the exceptions we mentioned earlier) for name mentions in the WSJ, especially for people mentions.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "5"
},
{
"text": "In conclusion, then, we have found that a treatment of proper names as potentially context-dependent linguistic expressions can be effectively applied to the problem of unknown name identification in newswire text, especially when combined with local-context based text skimming. In addition to determining more precisely the genre limitations of such an approach, one future direction would be to consider porting the system to another language. ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "5"
}
],
"back_matter": [],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Description of the Alembic System as used in MUC-4",
"authors": [
{
"first": "",
"middle": [],
"last": "References [aberdeen",
"suffix": ""
}
],
"year": 1992,
"venue": "Proceedings of the Fourth Message Understanding Conference",
"volume": "92",
"issue": "",
"pages": "215--222",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "References [Aberdeen et al., 92] J. Aberdeen, J. Burger, D. Connolly, S. Roberts, and M. Vilain, \"Description of the Alembic System as used in MUC-4\", Proceedings of the Fourth Message Understanding Conference, 1992, pp. 215-222.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Research Towards the Development of a Lexicai Knowledge Base for Natural Language Processing",
"authors": [
{
"first": "Robert",
"middle": [
"A"
],
"last": "Amsler",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Amsler ; C. Aone",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Mckee",
"suffix": ""
},
{
"first": "H",
"middle": [],
"last": "Shinn",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Blejer",
"suffix": ""
}
],
"year": 1989,
"venue": "Proceedings of the Fourth Message Understanding Conference",
"volume": "123",
"issue": "",
"pages": "259--267",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Amsler, 87] Robert A. Amsler, \"Research Towards the Development of a Lexicai Knowl- edge Base for Natural Language Processing\", SIGIR Forum, 123, (1-2), 1989. [Aone et al., 92] C. Aone, D. McKee, S. Shinn, H. Blejer, \"Description of the Solomon System as Used for MUC-4\", Proceedings of the Fourth Message Understanding Con- ference, 1992, pp. 259-267.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "What's in a Name?",
"authors": [
{
"first": "John",
"middle": [
"M"
],
"last": "Carroll",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Carroll",
"suffix": ""
}
],
"year": 1985,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Carroll, 85] John M. Carroll, \"What's in a Name?\", Freeman and Company, New York, 1985.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Automatic Lexical Acquisition Using Within-Text Descriptions of Proper Nouns",
"authors": [
{
"first": "",
"middle": [],
"last": "Coates-Stephens ; 91] Sam Coates-Stephens",
"suffix": ""
}
],
"year": 1991,
"venue": "Proceedings of the Seventh Annual Conference of the UW Centre for the New OED and Text Research",
"volume": "",
"issue": "",
"pages": "154--169",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Coates-Stephens, 91] Sam Coates-Stephens, \"Automatic Lexical Acquisition Using Within-Text Descriptions of Proper Nouns\", Proceedings of the Seventh Annual Con- ference of the UW Centre for the New OED and Text Research, 1991, pp. 154-169.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Description of the Solomon System as Used for MUC-4",
"authors": [
{
"first": "[",
"middle": [],
"last": "Cowie",
"suffix": ""
}
],
"year": 1992,
"venue": "Proceedings of the Fourth Message Understanding Conference",
"volume": "92",
"issue": "",
"pages": "223--232",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "[Cowie et al., 92] J. Cowie, L. Guthrie, Y. Wilks, J. Pustejovsky, and S. Waterman, \"De- scription of the Solomon System as Used for MUC-4\", Proceedings of the Fourth Message Understanding Conference, 1992, pp. 223-232.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Reference Resolution in PUNDIT",
"authors": [
{
"first": "D",
"middle": [],
"last": "Dahl",
"suffix": ""
},
{
"first": "C",
"middle": [
"N"
],
"last": "Ball",
"suffix": ""
}
],
"year": 1987,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "[Dahl and Ball, 90] D. Dahl and C.N. Ball, \"Reference Resolution in PUNDIT\", Technical Report, Unisys, 1987. $2",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Parsing the LOB Corpus",
"authors": [
{
"first": "C",
"middle": [
"G"
],
"last": "Marcken",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "De Marcken",
"suffix": ""
}
],
"year": 1990,
"venue": "Proceedings of the 28th Annual Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "243--251",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Marcken, 90] C. G. de Marcken, \"Parsing the LOB Corpus\", Proceedings of the 28th Annual Meeting of the Association for Computational Linguistics, 1990, pp. 243-251.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "The Semantics of Definite and Indefinite Noun Phrases",
"authors": [
{
"first": ";",
"middle": [
"I"
],
"last": "Heim",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Heim",
"suffix": ""
}
],
"year": 1981,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Heim, 81] I. Heim, The Semantics of Definite and Indefinite Noun Phrases, Ph.D. Dis- sertation, Department of Linguistics, University of Massachusetts, 1981.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Relation Driven Text Skimming",
"authors": [
{
"first": "P",
"middle": [],
"last": "Jacobs",
"suffix": ""
}
],
"year": 1988,
"venue": "Syntax and Semantics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "P. Jacobs, \"Relation Driven Text Skimming\", General Electric Co. Technical Report, 1988. [Kahaner, 91] The Kahaner email corpus. [Karttunen, 68] Lauri Karttunen, Discourse Referents, in J. McCawley, (ed.), Syntax and Semantics, Academic Press, New York.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Discourse Pegs: A Computational Treatment of Context-Dependent Referring Expressions",
"authors": [
{
"first": "F",
"middle": [],
"last": "Landman ; Susann Luperfoy",
"suffix": ""
}
],
"year": 1986,
"venue": "Linguistics and Philosophy",
"volume": "",
"issue": "",
"pages": "97--155",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "[Landman 86] F. Landman, \"Pegs and Alees.', Linguistics and Philosophy, 97-155, 1986. [Luperfoy, 91] Susann Luperfoy, \"Discourse Pegs: A Computational Treatment of Context-Dependent Referring Expressions\", Ph.D. Dissertation, Department of Lin- guistics, University of Texas at Austin.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Information Retrieval by Text Skimming",
"authors": [
{
"first": "L",
"middle": [],
"last": "Michael",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Mauldin",
"suffix": ""
}
],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Michael L. Mauldin, \"Information Retrieval by Text Skimming\", Carnegie Mellon University Technical Report CMU-CS-89-193.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Paradigms of Artificial Intelligence Programming: Case Studies in Common Lisp",
"authors": [],
"year": 1992,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "[Norvig, 92] Peter Norvig, \"Paradigms of Artificial Intelligence Programming: Case Stud- ies in Common Lisp\", Morgan Kaufmann, 1992.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Interpretation of Proper Nouns for Information Retrieval",
"authors": [
{
"first": "[",
"middle": [],
"last": "Paik",
"suffix": ""
}
],
"year": 1988,
"venue": "Preliminary Proceedings of the ARPA Workshop on Human Language Technology",
"volume": "93",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "[Paik et al., 93] Woojin Paik, Elizabeth D. Liddy, Edmund Yu, and Mary McKenna, \"In- terpretation of Proper Nouns for Information Retrieval\", Preliminary Proceedings of the ARPA Workshop on Human Language Technology, Princeton, March 21-24, 1993. [Radford, 88] Andrew Radford, \"Transformational Grammar\", Cambridge University Press, 1988.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Towards a Computational Theory of Definite Anaphora Comprehension in Discourse",
"authors": [
{
"first": "C",
"middle": [
"L"
],
"last": "Sidner",
"suffix": ""
},
{
"first": "; B",
"middle": [],
"last": "Webber",
"suffix": ""
}
],
"year": 1978,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Sidner, 79] C. L. Sidner, \"Towards a Computational Theory of Definite Anaphora Com- prehension in Discourse\", Ph.D Thesis, Electrical Engineering and Computer Science, M.I.T., 1979. \u00a2 [Webber, 78] B. Webber, \"A Formal Approach to Discourse Anaphora\", Ph.D. Thesis, Department of Applied Mathematics, Harvard University, 1978. MENTIONS AND HYPOTHESES",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Mr. Clinton\" Name: .Clinton Gender: Male Norm: Clinton 3",
"authors": [
{
"first": "Bill",
"middle": [],
"last": "Clinton",
"suffix": ""
}
],
"year": null,
"venue": "First Lady Hilary Clinton\" Name: Hilary.Clinton Gender: Female Occupation: FirstLady Norm: Clinton PEGS",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bill Clinton, 45\" Name: Bill.Clinton Age: 45 Norm: Clinton 2. \"Mr. Clinton\" Name: .Clinton Gender: Male Norm: Clinton 3. \"Ms. Bilary Clinton\" Name: Hilary.Clinton Gender: Female Norm: Clinton 4. \"U.S. President Clinton\" Name: .Clinton Occupation: HeadofState Norm: Clinton 5. \"First Lady Hilary Clinton\" Name: Hilary.Clinton Gender: Female Occupation: FirstLady Norm: Clinton PEGS",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"type_str": "figure",
"num": null,
"uris": null,
"text": ", the system unifies information from Hypotheses associated with the new mention with information accumulated from the other mentions at the peg site. As a rule, successful unification results in coanchoring. The Coreference procedure terminates when all the pegs in the relevant normalized name partition cell have been considered. A failure of unification, which results from a conflict from a new mention at a peg site, can lead to three possible outcomes: (i) Ignoring of the conflict, in which case coanchoring of the new mention to the peg is established; (ii) Overriding of earlier information accumulating at the peg in question, in which case coanchoring of the new mention to the peg is established, and coanchoring links from any other conflicting mentions to the peg are broken; or (iii) Honoring of the conflict, leading to (a) considering some other peg, or if none remains, (b) the creation of a new peg. The decision whether to Ignore or Override is based on the relative strength of the hypotheses emanating from different mentions: (i) Conflicts are"
},
"FIGREF1": {
"type_str": "figure",
"num": null,
"uris": null,
"text": "Coreference and disambiguation"
}
}
}
}