<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<TEI xmlns="http://www.tei-c.org/ns/1.0" xmlns:ns2="http://www.tei-c.org/ns/Examples">
    <teiHeader>
        <fileDesc>
            <titleStmt>
                <title>A Machine Learning Approach to Coreference Resolution of Noun Phrases</title>
            </titleStmt>
        </fileDesc>
    </teiHeader>
    <text>
        <front/>
        <body>
            <div>
                <p>Wee Meng Soon* DSO National Laboratories Hwee Tou Ng t DSO National Laboratories Daniel Chung Yong Lim* DSO National Laboratories In this paper, we present a learning approach to coreference resolution of noun phrases in unrestricted text. The approach learns from a small, annotated corpus and the task includes resolving not just a certain type of noun phrase (e.g., pronouns) but rather general noun phrases. It also does not restrict the entity types of the noun phrases; that is, coreference is assigned whether they are of &quot;organization,&quot; person,&quot; or other types. We evaluate our approach on common data sets (namely, the MUC-6 and MUC-7 coreference corpora) and obtain encouraging results, indicating that on the general noun phrase coreference task, the learning approach holds promise and achieves accuracy comparable to that of nonlearning approaches. Our system is the first learning-based system that offers performance comparable to that of state-of-the-art nonlearning systems on these data sets. 1. Introduction Coreference resolution is the process of determining whether two expressions in natural language refer to the same entity in the world. It is an important subtask in natural language processing systems. In particular, information extraction (IE) systems like those built in the DARPA Message Understanding Conferences (Chinchor 1998; Sundheim 1995) have revealed that coreference resolution is such a critical component of IE systems that a separate coreference subtask has been defined and evaluated since MUC-6 (MUC-6 1995).</p>
                <p>In this paper, we focus on the task of determining coreference relations as defined in MUC-6 (MUC-6 1995) and MUC-7 (MUC-7 1997). Specifically, a coreference relation denotes an identity of reference and holds between two textual elements known as markables, which can be definite noun phrases, demonstrative noun phrases, proper names, appositives, sub-noun phrases that act as modifiers, pronouns, and so on. Thus, our coreference task resolves general noun phrases and is not restricted to a certain type of noun phrase such as pronouns. Also, we do not place any restriction on the possible candidate markables; that is, all markables, whether they are &quot;organization,&quot; &quot;person,&quot; or other entity types, are considered. The ability to link coreferring noun phrases both within and across sentences i critical to discourse analysis and language understanding ingeneral. (~) 200l Association for Computational Linguistics Computational Linguistics Volume 27, Number 4 Free text :~ TokenizatiOnsentence &amp; Ii ~ Morphological ~I POS tagger</p>
                <p>Segmentation \[ ~ Processing Noun Phrase Identification Named Entity ~ Nested</p>
                <p>Noun Phrase Recognition ~ Extraction i \[ :~ Semantic Class Markables \[ Determination Figure 1 System architecture of natural anguage processing pipeline. 2. A Machine Learning Approach to Coreference Resolution We adopt a corpus-based, machine learning approach to noun phrase coreference resolution. This approach requires a relatively small corpus of training documents that have been annotated with coreference chains of noun phrases. All possible markables in a training document are determined by a pipeline of language-processing modules, and training examples in the form of feature vectors are generated for appropriate pairs of markables. These training examples are then given to a learning algorithm to build a classifier. To determine the coreference chains in a new document, all markables are determined and potential pairs of coreferring markables are presented to the classifier, which decides whether the two markables actually corefer. We give the details of these steps in the following subsections.</p>
            </div>
            <note n="*" place="below">20 Science Park Drive, Singapore 118230. E-mail: sweemeng@dso.org.sg t 20 Science Park Drive, Singapore 118230. E-maih nhweetou@dso.org.sg. This author is also affiliated with the Department of Computer Science, School of Computing, National University of Singapore. Web address: http://www.comp.nus.edu.sg/~nght :~ 20 Science Park Drive, Singapore 118230. E-maih lchungyo@dso.org.sg</note>
            <div1>
                <head xml:id="sec2.1">Determination of Markables A prerequisite for coreference resolution is to obtain most, if not all, of the possible markables in a raw input text. To determine the markables, a pipeline of natural language processing (NLP) modules is used, as shown in Figure 1. They consist of tokenization, sentence segmentation, morphological processing, part-of-speech tagging, noun phrase identification, named entity recognition, nested noun phrase extraction, and semantic class determination. As far as coreference resolution is concerned, the goal of these NLP modules is to determine the boundary of the markables, and to provide the necessary information about each markable for subsequent generation of features in the training examples. Our part-of-speech tagger is a standard statistical tagger based on the Hidden Markov Model (HMM) (Church 1988). Similarly, we built a statistical HMM-based noun phrase identification module that determines the noun phrase boundaries olely based on the part-of-speech tags assigned to the words in a sentence. We also implemented amodule that recognizes MUC-style named entities, that is, organization, person, location, date, time, money, and percent. Our named entity recognition module uses the HMM approach of Bikel, Schwartz, and Weischedel (1999), which learns from a tagged corpus of named entities. That is, our part-of-speech tagger, noun phrase identification module, and named entity recognition module are all based on HMMs and learn from corpora tagged with parts of speech, noun phrases, and named entities, respectively. Next, both the noun phrases determined by the noun phrase identification module and the named entities are merged in such a way that if the noun phrase overlaps with a named entity, the noun phrase boundaries will be adjusted to subsume the named entity.</head>
            </div1>
            <div1>
                <head xml:id="sec522"></head>
                <p>Soon, Ng, and Lira Coreference Resolution</p>
                <p>The nested noun phrase extraction module subsequently accepts the noun phrases and determines the nested phrases for each noun phrase. The nested noun phrases are divided into two groups: . Nested noun phrases from possessive noun phrases. Consider two</p>
                <p>possessive noun phrases marked by the noun phrase module, his</p>
                <p>long-range strategy and Eastern's parent. The nested noun phrase for the</p>
                <p>first phrase is the pronoun his, while for the second one, it is the proper</p>
                <p>name Eastern. . Nested noun phrases that are modifier nouns (or prenominals). For example, the nested noun phrase for wage reductions is wage, and for Union representatives, it is Union.</p>
                <p>Finally, the markables needed for coreference resolution are the union of the noun phrases, named entities, and nested noun phrases found. For markables without any named entity type, semantic class is determined by the semantic class determination module. More details regarding this module are given in the description of the semantic class agreement feature.</p>
                <p>To achieve acceptable recall for coreference resolution, it is most critical that the eligible candidates for coreference be identified correctly in the first place. In order to test our system's effectiveness in determining the markables, we attempted to match the markables generated by our system against those appearing in the coreference chains annotated in 100 SGML documents, asubset of the training documents available in MUC-6. We found that our system is able to correctly identify about 85% of the noun phrases appearing in coreference chains in the 100 annotated SGML documents. Most of the unmatched noun phrases are of the following types: 1. Our system generated ahead noun that is a subset of the noun phrase in the annotated corpus. For example, Saudi Arabia, the cartel's biggest producer was annotated as a markable, but our system generated only Saudi Arabia. . Our system extracted asequence of words that cannot be considered as a markable. . Our system extracted markables that appear to be correct but do not match what was annotated. For example, our system identified selective wage reductions, but wage reductions was annotated instead. 2.2 Determination of Feature Vectors To build a learning-based coreference ngine, we need to devise a set of features that is useful in determining whether two markables corefer or not. In addition, these features must be generic enough to be used across different domains. Since the MUC-6 and MUC-7 tasks define coreference guidelines for all types of noun phrases and different types of noun phrases behave differently in terms of how they corefer, our features must be able to handle this and give different coreference decisions based on different types of noun phrases. In general, there must be some features that indicate the type of a noun phrase. Altogether, we have five features that indicate whether the markables are definite noun phrases, demonstrative noun phrases, pronouns, or proper names.</p>
                <p>There are many important knowledge sources useful for coreference. We wanted to use those that are not too difficult to compute. One important factor is the distance Computational Linguistics Volume 27, Number 4 between the two markables. McEnery, Tanaka, and Botley (1997) have done a study on how distance affects coreference, particularly for pronouns. One of their conclusions is that the antecedents of pronouns do exhibit clear quantitative patterns of distribution. The distance feature has different effects on different noun phrases. For proper names, locality of the antecedents may not be so important. We include the distance feature so that the learning algorithm can best decide the distribution for different classes of noun phrases.</p>
                <p>There are other features that are related to the gender, number, and semantic class of the two markables. Such knowledge sources are commonly used for the task of determining coreference.</p>
                <p>Our feature vector consists of a total of 12 features described below, and is derived based on two extracted markables, i and j, where i is the potential antecedent and j is the anaphor. Information needed to derive the feature vectors is provided by the pipeline of language-processing modules prior to the coreference ngine. 1. Distance Feature (DIST): Its possible values are 0,1, 2, 3 ..... This feature captures the distance between iand j. If i and j are in the same sentence, the value is 0; if they are one sentence apart, the value is 1; and so on. 2. i-Pronoun Feature (I_PRONOUN): Its possible values are true or false. If i is a pronoun, return true; else return false. Pronouns include reflexive pronouns (himself, herself), personal pronouns (he, him, you), and possessive pronouns (hers, her). 3. j-Pronoun Feature (J_PRONOUN): Its possible values are true or false. If j is a pronoun (as described above), then return true; else return false. 4. String Match Feature (STR_MATCH): Its possible values are true or false. If the string of i matches the string of j, return true; else return false. We first remove articles (a, an, the) and demonstrative pronouns (this, these, that, those) from the strings before performing the string comparison. Therefore, the license matches this license, that computer matches computer. 5. Definite Noun Phrase Feature (DEF_NP): Its possible values are true or false. In our definition, a definite noun phrase is a noun phrase that starts with the word the. For example, the car is a definite noun phrase. If j is a definite noun phrase, return true; else return false. 6. Demonstrative Noun Phrase Feature (DEM_NP): Its possible values are true or false. A demonstrative noun phrase is one that starts with the word this, that, these, or those. If j is a demonstrative noun phrase, then return true; else return false. 7. Number Agreement Feature (NUMBER): Its possible values are true or false. If i and j agree in number (i.e., they are both singular or both plural), the value is true; otherwise false. Pronouns such as they and them are plural, while it, him, and so on, are singular. The morphological root of a noun is used to determine whether it is singular or plural if the noun is not a pronoun. 8. Semantic Class Agreement Feature (SEMCLASS): Its possible values are true, false, or unknown. In our system, we defined the following semantic classes: &quot;female,&quot; &quot;male,&quot; &quot;person,&quot; &quot;organization,&quot; location,&quot; &quot;date,&quot; &quot;time,&quot; &quot;money, .... percent,&quot; and &quot;object.&quot; These semantic classes Soon, Ng, and Lim Coreference Resolution . 10. are arranged in a simple ISA hierarchy. Each of the &quot;female&quot; and &quot;male&quot; semantic classes is a subclass of the semantic class &quot;person,&quot; while each of the semantic classes &quot;organization,&quot; location,&quot; &quot;date,&quot; &quot;time,&quot; &quot;money,&quot; and &quot;percent&quot; is a subclass of the semantic class &quot;object.&quot; Each of these defined semantic classes is then mapped to a WordNet synset (Miller 1990). For example, &quot;male&quot; is mapped to the second sense of the noun male in WordNet, &quot;location&quot; is mapped to the first sense of the norm location, and so on.</p>
                <p>The semantic class determination module assumes that the semantic class for every markable extracted is the first sense of the head noun of the markable. Since WordNet orders the senses of a noun by their frequency, this is equivalent o choosing the most frequent sense as the semantic class for each norm. If the selected semantic class of a markable is a subclass of one of our defined semantic classes C, then the semantic class of the markable is C; else its semantic class is &quot;unknown.&quot;</p>
                <p>The semantic classes of markables iand j are in agreement ifone is the parent of the other (e.g., chairman with semantic class &quot;person&quot; and Mr. Lim with semantic class &quot;male&quot;), or they are the same (e.g., Mr. Lim and he, both of semantic class &quot;male&quot;). The value returned for such cases is true. If the semantic classes of i and j are not the same (e.g., IBM with semantic class &quot;organization&quot; and Mr. Lim with semantic class &quot;male&quot;), return false. If either semantic class is &quot;unknown,&quot; then the head noun strings of both markables are compared. If they are the same, return true; else return unknown. Gender Agreement Feature (GENDER): Its possible values are true, false, or unknown. The gender of a markable is determined in several ways. Designators and pronouns such as Mr., Mrs., she, and he, can determine the gender. For a markable that is a person's name, such as Peter H. Diller, the gender cannot be determined by the above method. In our system, the gender of such a markable can be determined if markables are found later in the document hat refer to Peter H. Diller by using the designator form of the name, such as Mr. Diller. If the designator form of the name is not present, the system will look through its database of common human first names to determine the gender of that markable. The gender of a markable will be unknown for noun phrases such as the president and chief executive officer. The gender of other markables that are not &quot;person&quot; is determined by their semantic classes. Unknown semantic classes will have unknown gender while those that are objects will have &quot;neutral&quot; gender. If the gender of either markable i or j is unknown, then the gender agreement feature value is unknown; else if i and j agree in gender, then the feature value is true; otherwise its value is false. Both-Proper-Names Feature (PROPER_NAME): Its possible values are true or false. A proper name is determined based on capitalization. Prepositions appearing in the name such as of and and need not be in uppercase. If i and j are both proper names, return true; else return false. 11. Alias Feature (ALIAS): Its possible values are true or false. If i is an alias of j or vice versa, return true; else return false. That is, this feature value is true if i and j are named entities (person, date, organization, etc.) that refer to the same entity. The alias module works differently depending Computational Linguistics Volume 27, Number 4 on the named entity type. For i and j that are dates (e.g., 01-08 and Jan. 8), by using string comparison, the day, month, and year values are extracted and compared. If they match, then j is an alias of i. For i and j that are &quot;person,&quot; such as Mr. Simpson and Bent Simpson, the last words of the noun phrases are compared to determine whether one is an alias of the other. For organization names, the alias function also checks for acronym match such as IBM and International Business Machines Corp. In this case, the longer string is chosen to be the one that is converted into the acronym form. The first step is to remove all postmodifiers uch as Corp. and Ltd. Then, the acronym function considers each word in turn, and if the first letter is capitalized, it is used to form the acronym. Two variations of the acronyms are produced: one with a period after each letter, and one without. 12. Appositive Feature (APPOSITIVE): Its possible values are true or false. If j is in apposition to i, return true; else return false. For example, the markable the chairman of Microsoft Corp. is in apposition to Bill Gates in the sentence Bill Gates, the chairman of Microsoft Corp ...... Our system determines whether j is a possible appositive construct by first checking for the existence of verbs and proper punctuation. Like the above example, most appositives do not have any verb; and an appositive is separated by a comma from the most immediate antecedent, i to which it refers. Further, at least one of i and j must be a proper name. The MUC-6 and MUC-7 coreference task definitions are slightly different. In MUC-6, j needs to be a definite noun phrase to be an appositive, while both indefinite and definite noun phrases are acceptable in MUC-7.</p>
                <p>As an example, Table 1 shows the feature vector associated with the antecedent i, Frank Newman, and the anaphor j, vice chairman, in the following sentence: (1) Separately, Clinton transition officials said that Frank Newman, 50, vice</p>
                <p>chairman and chief financial officer of BankAmerica Corp., is expected to</p>
                <p>be nominated as assistant Treasury secretary for domestic finance. Table 1 Feature vector of the markable pair (i = Frank Newman, j = vice chairman). Feature DIST I_PRONOUN J~RONOUN STR_MATCH DEF_NP DEMaNP NUMBER SEMCLASS GENDER PROPER_NAME ALIAS APPOSITIVE Value 0 - - - - - + 1 1 - - + Comments i and j are in the same sentence i is not a pronoun j is not a pronoun i and j do not match j is not a definite noun phrase j is not a demonstrative noun phrase i and j are both singular i and j are both persons (This feature has three values: false(0), true(l), unknown(2).) i and j are both males (This feature has three values: false(0), true(l), unknown(2).) Only i is a proper name j is not an alias of i j is in apposition to i Soon, Ng, and Lira Coreference Resolution</p>
                <p>Because of capitalization, markables in the headlines of MUC-6 and MUC-7 documents are always considered proper names even though some are not. Our system solves this inaccuracy by first preprocessing aheadline to correct the capitalization before passing it into the pipeline of NLP modules. Only those markables in the headline that appear in the text body as proper names have their capitalization changed to match those found in the text body. All other headline markables are changed to lowercase.</p>
                <div2>
                    <head xml:id="sec2.3">Generating Training Examples</head>
                    <p>Consider a coreference chain A1 - A2 - A3 - A4 found in an annotated training document. Only pairs of noun phrases in the chain that are immediately adjacent (i.e., A1 A2, A2 - A3, and A3 - A4) are used to generate the positive training examples. The first noun phrase in a pair is always considered the antecedent, while the second is the anaphor. On the other hand, negative training examples are extracted as follows. Between the two members of each antecedent-anaphor pair, there are other markables extracted by our language-processing modules that either are not found in any coreference chain or appear in other chains. Each of them is then paired with the anaphor to form a negative example. For example, if markables a, b, and B1 appear between A1 and A2, then the negative examples are a - A2, b - A2, and B1 - A2. Note that a and b do not appear in any coreference chain, while B1 appears in another coreference chain.</p>
                    <p>For an annotated noun phrase in a coreference chain in a training document, the same noun phrase must be identified as a markable by our pipeline of languageprocessing modules before this noun phrase can be used to form a feature vector for use as a training example. This is because the information necessary to derive a feature vector, such as semantic class and gender, is computed by the languageprocessing modules. If an annotated noun phrase is not identified as a markable, it will not contribute any training example. To see more clearly how training examples are generated, consider the following four sentences: • Sentence 1 1. (Eastern Air)a1 Proposes (Date For Talks on ((Pay)cl-CUt)dl Plan)hi 2. (Eastern Air)l Proposes (Date)2 For (Talks)3 on (Pay-Cut Plan)4 • Sentence 2 1. 2. (Eastern Airlines)a2 executives notified (union)el leaders that the carrier wishes to discuss selective ((wage)c2 reductions)d2 on (Feb. 3)b2. ((Eastern Airlines)5 executives)6 notified ((union)7 leaders)8 that (the carrier)9 wishes to discuss (selective (wage)10 reductions)n on (Feb. 3)12. Sentence 3 1. ((Union)e2 representatives who could be reached)f1 said (they)f2 hadn't decided whether (they)f3 would respond. . ((Union)13 representatives)14 who could be reached said (they)is hadn't decided whether (they)16 would respond. Computational Linguistics Volume 27, Number 4 • Sentence 4 . . By proposing (a meeting date)b3, (Eastern)a3 moved one step closer toward reopening current high-cost contract agreements with ((its)a4 unions)e3. By proposing (a meeting dateh7, (Eastern)18 moved (one step)19 closer toward reopening (current high-cost contract agreements)20 with ((its)a1 UniOnS)a2.</p>
                    <p>Each sentence is shown twice with different noun phrase boundaries. Sentences labeled (1) are obtained directly from part of the training document. The letters in the subscripts uniquely identify the coreference chains, while the numbers identify the noun phrases. Noun phrases in sentences labeled (2) are extracted by our languageprocessing modules and are also uniquely identified by numeric subscripts.</p>
                    <p>Let's consider chain e, which is about the union. There are three noun phrases that corefer, and our system managed to extract the boundaries that correspond to all of them: (union)7 matches with (union)el, (union)13 with (union)e2, and (its unions)22 with (its unions)e3. There are two positive training examples formed by ((union)13, (its unions)22) and ((union)7, (union)13). Noun phrases between (union)7 and (union)13 that do not corefer with (union)13 are used to form the negative examples. The negative examples are ((the carrier)9, (union)is), ((wage)lo, (union)13), ((selective wage reductions)11, (union)13), and ((Feb. 3)12, (union)13). Negative examples can also be found similarly between ((union)13, (its unions)22).</p>
                    <p>As another example, neither noun phrase in chain d, (Pay-Cut)all and (wage reductions)a2, matches with any machine-extracted noun phrase boundaries. In this case, no positive or negative example is formed for noun phrases in chain d. 2.4 Building a Classifier The next step is to use a machine learning algorithm to learn a classifier based on the feature vectors generated from the training documents. The learning algorithm used in our coreference ngine is C5, which is an updated version of C4.5 (Quinlan 1993). C5 is a commonly used decision tree learning algorithm and thus it may be considered as a baseline method against which other learning algorithms can be compared. 2.5 Generating Coreference Chains for Test Documents Before determining the coreference chains for a test document, all possible markables need to be extracted from the document. Every markable is a possible anaphor, and every markable before the anaphor in document order is a possible antecedent of the anaphor, except when the anaphor is nested. If the anaphor is a child or nested markable, then its possible antecedents must not be any markable with the same root markable as the current anaphor. However, the possible antecedents can be other root markables and their children that are before the anaphor in document order. For example, consider the two root markables, Mr. Tom's daughter and His daughter's eyes, appearing in that order in a test document. The possible antecedents of His cannot be His daughter or His daughter's eyes, but can be Mr. Tom or Mr. Tom's daughter.</p>
                    <p>The coreference resolution algorithm considers every markable j starting from the second markable in the document o be a potential candidate as an anaphor. For each j, the algorithm considers every markable i before jas a potential antecedent. For each pair i and j, a feature vector is generated and given to the decision tree classifier. A coreferring antecedent isfound if the classifier eturns true. The algorithm starts from the immediately preceding markable and proceeds backward in the reverse order of Soon, Ng, and Lim Coreference Resolution the markables in the document until there is no remaining markable to test or an antecedent is found.</p>
                    <p>As an example, consider the following text with markables already detected by the NLP modules: (2) (Ms. Washington)73's candidacy is being championed by (several</p>
                    <p>powerful lawmakers)74 including ((her)76 boss)75, (Chairman John</p>
                    <p>Dingell)77 (D., (Mich.)78) of (the House Energy and Commerce</p>
                    <p>Committee)79. (She)so currently is (a counsel)81 to (the committee)s2. (Ms.</p>
                    <p>Washington)s3 and (Mr. DingeU)s4 have been considered (allies)s5 of (the</p>
                    <p>(securities)s7 exchanges)s6, while (banks)s8 and ((futures)90 exchanges)89</p>
                    <p>have often fought with (themM.</p>
                    <p>We will consider how the boldfaced chains are detected. Table 2 shows the pairs of markables tested for coreference to form the chain for Ms. Washington-her-She-Ms. Washington. When the system considers the anaphor, (her)76, all preceding phrases, except (her boss)75, are tested to see whether they corefer with it. (her boss)75 is not tested because (her)76 is its nested noun phrase. Finally, the decision tree determines that the noun phrase (Ms. Washington)73 corefers with (her)76. In Table 2, we only show the system considering the three anaphors (her)76, (She)so, and (Ms. Washington)s3, in that order. Table 2 Pairs of markables that are tested in forming the coreference chain Ms. Washington-her-She-Ms. Washington. The feature vector format: DIST, SEMCLASS, NUMBER, GENDER, PROPER_NAME, ALIAS, ,_PRONOUN, DEF_NP, DEMANP, STR_MATCH, APPOSITIVE, Id~RONOUN. Antecedent Anaphor Feature Vector (several powerful (her)76 lawmakers)74 (Ms. Washington)73 (her)76 (the House Energy and Commerce Committee)79 (Mich.)TS (Chairman John Dingell)77 (her) 76 (the committee)s2 (a counsel)81 (She)so (the House Energy and Commerce Committee) 79 (Mich.)7s (Chairman John Dingell)77 (her) 76 (her boss)75 (several powerful lawmakers)74 (Ms. Washington)73 0,1,-,2,-,-,+ .... 0,1,+,1,-,-,+, , , Corefers? No Yes No No No Yes No No No No No No No No No Yes (She)80 1,0,+,0,-,-,+ .... (She)80 (She)s0 2,0,+,0,-,-,+ .... 3,1,+,0,-,-,+, , , (She)80 3,1,+,1,-,-,+,, , (Ms. Washington)8s 1,0,+,0,-, , (Ms. Washington)s3 1,1,+,2, , , (Ms. Washington)83 1,1,+,1, , , (Ms. Washington)83 2,0,+,0,+,-, Ms. Washington)s3 3,0,+,0,+,-, Ms. Washington)s3 4,1,+,0,+ . . . Ms. Washington)83 4,1,%1, , , Ms. Washington)83 4,1,-,0,-, , Ms. Washington)s3 4,1,-,2, , , Ms. Washington)83 4,1,+,1,+,+,--,--,--,+,- , , ,,'1+ • \] , \] , \] \] , , ,+ , \] . ,,r+ \ [ Y Y , Computational Linguistics Volume 27, Number 4</p>
                    <p>We use the same method to generate coreference chains for both MUC-6 and MUC7, except for the following. For MUC-7, because of slight changes in the coreference task definition, we include a filtering module to remove certain coreference chains. The task definition states that a coreference chain must contain at least one element that is a head noun or a name; that is, a chain containing only prenominal modifiers is removed by the filtering module. 3. Evaluation In order to evaluate the performance of our learning approach to coreference resolution on common data sets, we utilized the annotated corpora and scoring programs from MUC-6 and MUC-7, which assembled a set of newswire documents annotated with coreference chains. Although we did not participate in either MUC-6 or MUC-7, we were able to obtain the training and test corpora for both years from the MUC organizers for research purposes. 1To our knowledge, these are the only publicly available annotated corpora for coreference resolution.</p>
                    <p>For MUC-6, 30 dry-run documents annotated with coreference :information were used as the training documents for our coreference ngine. There are also 30 annotated training documents from MUC-7. The total size of the 30 training documents is close to 12,400 words for MUC-6 and 19,000 words for MUC-7. There are altogether 20,910 (48,872) training examples used for MUC-6 (MUC-7), of which only 6.5% (4.4%) are positive examples in MUC-6 (MUC-7). 2</p>
                    <p>After training a separate classifier for each year, we tested the performance of each classifier on its corresponding test corpus. For MUC-6, the C5 pruning confidence is set at 20% and the minimum number of instances per leaf node is set at 5. For MUC-7, the pruning confidence is 60% and the minimum number of instances is 2. The parameters are determined by performing 10-fold cross-validation on the whole training set for each MUC year. The possible pruning confidence values that we tried are 10%, 20%, 40%, 60%, 80%, and 100%, and for minimum instances, we tried 2, 5, 10, 15, and 20. Thus, a total of 30 (6 x 5) cross-validation runs were executed.</p>
                    <p>One advantage of using a decision tree learning algorithm is that the resulting decision tree classifier can be interpreted by humans. The decision tree generated for MUC-6, shown in Figure 2, seems to encapsulate a reasonable rule of thumb that matches our intuitive linguistic notion of when two noun phrases can corefer. It is also interesting to note that only 8 out of the 12 available features in the training examples are actually used in the final decision tree built.</p>
                    <p>MUC-6 has a standard set of 30 test documents, which is used by all systems that participated in the evaluation. Similarly, MUC-7 has a test corpus of 20 documents. We compared our system's MUC-6 and MUC-7 performance with that of the systems that took part in MUC-6 and MUC-7, respectively. When the coreference ngine is given new test documents, its output is in the form of SGML files with the coreference chains properly annotated according to the guidelines. 3We then used the scoring programs</p>
                </div2>
                <div2>
                    <head xml:id="sec1">See http://www.itl.nist.gov/iad/894.02/related_projects/muc/index.html for deails on obtaining the</head>
                    <p>corpora. 2 Our system runs on a Pentium III 550MHz PC. It took less than 5 minutes to generate the training</p>
                    <p>examples from the training documents for MUC-6, and about 7 minutes for MUC-7. The training time</p>
                    <p>for the C5 algorithm to generate adecision tree from all the training examples was less than 3 seconds</p>
                    <p>for both MUC years. 3 The time taken to generate the coreference chains for the 30 MUC-6 test documents of close to 13,400</p>
                    <p>words was less than 3 minutes, while it took less than 2 minutes for the 20 MUC-7 test documents of</p>
                    <p>about 10,000 words. Soon, Ng, and Lira Coreference Resolution STR_MATCH STR_MATCH :...J_PRONOUN</p>
                    <p>:...APPOSITIVE</p>
                    <p>: APPOSITIVE</p>
                    <p>: :...ALIAS</p>
                    <p>: ALIAS</p>
                    <p>J_PRONOUN</p>
                    <p>:...GENDER</p>
                    <p>GENDER</p>
                    <p>GENDER</p>
                    <p>:...1 = +: + = -&quot; = I_PRONOUN :...DIST</p>
                    <p>DIST</p>
                    <p>:...NUMBER</p>
                    <p>NUMBER -&quot;</p>
                    <p>= +: +</p>
                    <p>= -: = +: + . . . . +: + = +: . . . . + =</p>
                    <p>= O:</p>
                    <p>= 2:</p>
                    <p>= I: PRONOUN -</p>
                    <p>= +:</p>
                    <p>= -&quot; &gt; 0: &lt;= 0: Figure 2 The decision tree classifier learned for MUC-6. for the respective years to generate the recall and precision scores for our coreference engine.</p>
                    <p>Our coreference ngine achieves a recall of 58.6% and a precision of 67.3%, yielding a balanced F-measure of 62.6% for MUC-6. For MUC-7, the recall is 56.1%, the precision is 65.5%, and the balanced F-measure is 60.4%. 4 We plotted the scores of our coreference engine (square-shaped) against the official test scores of the other systems (crossshaped) in Figure 3 and Figure 4.</p>
                    <p>We also plotted the learning curves of our coreference engine in Figure 5 and Figure 6, showing its accuracy averaged over three random trials when trained on 1, 2, 3, 4, 5, 10, 15, 20, 25, and 30 training documents. The learning curves indicate that our coreference engine achieves its peak performance with about 25 training documents, or about 11,000 to 17,000 words of training documents. This number of training documents would generate tens of thousands of training examples, sufficient for the decision tree learning algorithm to learn a good classifier. At higher numbers of training documents, our system seems to start overfitting the training data. For example, on MUC-7 data, training on the full set of 30 training documents results in a more complex decision tree.</p>
                    <p>Our system's scores are in the upper region of the MUC-6 and MUC-7 systems. We performed a simple one-tailed, paired sample t-test at significance level p = 0.05 to determine whether the difference between our system's F-measure score and each of the other systems' F-measure score on the test documents is statistically significant. 5 We found that at the 95% significance level (p = 0.05), our system performed better than three MUC-6 systems, and as well as the rest of the MUC-6 systems. Using the 4 Note that MUC-6 did not use balanced F-measure as the official evaluation measure, but MUC-7 did. 5 Though the McNemar test is shown to have low Type I error compared with the paired t-test</p>
                    <p>(Dietterich 1998), we did not carry out this test in the context of coreference. This is because an</p>
                    <p>example instance defines a coreference link between two noun phrases, and since this link is transitive</p>
                    <p>in nature, it is unclear how the number of links misclassified by System A but not by System B and</p>
                    <p>vice versa can be obtained to execute the McNemar test. Computational Linguistics Volume 27, Number 4</p>
                    <p>100</p>
                    <p>90</p>
                    <p>80 70 X~ x x cO {x ! . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X O,.. 40 30 20 10 0 0 10 20 30 40 50 60 70 80 90 100 Recall Figure 3 Coreference scores of MUC-6 systems and our system. 100 90 80 X 70 tO % X O 50 40 30 20 10 0 I 0 10 20 30 40 50 60 70 80 90 100 Recall Figure 4 Coreference scores of MUC-7 systems and our system. same significance level, our system performed better than four MUC-7 systems, and as well as the rest of the MUC-7 systems. Our result is encouraging since it indicates that a learning approach using relatively shallow features can achieve scores comparable to those of systems built using nonlearning approaches. Soon, Ng, and Lira Coreference Resolution 63 I I 62 61 60 59 58 57 56 -1 ,~ 55</p>
                    <p>54 ,,' 53</p>
                    <p>52</p>
                    <p>51</p>
                    <p>50</p>
                    <p>49</p>
                    <p>48</p>
                    <p>47</p>
                    <p>46 0 5 10 15 20 25 80 Number of MUC-6 Documents Trained On Figure 5 Learning curve of coreference resolution accuracy for MUC-6. 63 62 61 60 59 58 57 56 55 54 53 52 51 50 49 48 47 46 I I I I I J J &quot;3 ¢) E LI_ I I I I I I 0 Figure 6 Learning curve of coreference resolution accuracy for MUC-7. 5 10 15 20 25 30 Number of MUC-7 Documents Trained On</p>
                    <p>It should be noted that the accuracy of our coreference resolution engine depends to a large extent on the performance of the NLP modules that are executed before the coreference ngine. Our current learning-based, HMM named entity recognition module is trained on 318 documents (a disjoint set from both the MUC-6 and MUC-7 Computational Linguistics Volume 27, Number 4 test documents) tagged with named entities, and its score on the MUC-6 named entity task for the 30 formal test documents is only 88.9%, which is not considered very high by MUC-6 standards. For example, our named entity recognizer could not identify the two named entities USAir and Piedmont in the expression USAir and Piedmont but instead treat them as one single named entity. Our part-of-speech tagger achieves 96% accuracy, while the accuracy of noun phrase identification is above 90%. 4. The Contribution of the Features One factor that affects the performance of a machine learning approach is the set of features used. It is interesting to find out how useful each of our 12 features is in the MUC-6 and MUC-7 coreference tasks. One way to do this is to train and test using just one feature at a time. Table 3 and Table 4 show the results of the experiment. For both MUC-6 and MUC-7, the 3 features that give nonzero recall and precision are ALIAS, STR_MATCH, and APPOSITIVE. The 12 features can be divided into unary and binary Table 3 MUC-6 results of complete and baseline systems to study the contribution of the features. System ID</p>
                    <p>DSO DSO_TRG RESOLVE</p>
                    <p>DIST</p>
                    <p>SEMCLASS</p>
                    <p>NUMBER</p>
                    <p>GENDER PROPER_NAME</p>
                    <p>ALIAS</p>
                    <p>J_PRONOUN</p>
                    <p>DEF_NP</p>
                    <p>DEM_NP</p>
                    <p>STR_MATCH</p>
                    <p>APPOSITIVE</p>
                    <p>I_PRONOUN ALIAS_STR ALIAS_STR~PPOS ONE_CHAIN</p>
                    <p>ONE_WRD HD_WRD Recall Prec F Remarks Complete systems</p>
                    <p>67.3 62.6 Our system</p>
                    <p>67.6 59.2 Our system using RESOLVE's method</p>
                    <p>of generating positive and negative</p>
                    <p>examples 44.2 50.7 47.2 The RESOLVE coreference system at the</p>
                    <p>University of Massachusetts Baseline systems using just one feature 58.6 52.6 0.0 0.0 0.0 0.0 0.0 24.5 0.0 0.0 0.0 45.7 3.9 0.0 51.5 55.2 89.9 55.4 56.4 Only &quot;distance&quot; feature is used Only &quot;semantic lass agreement&quot; Only &quot;number agreement&quot; Only &quot;gender agreement&quot; Only &quot;both proper names&quot; Only &quot;alias&quot; Only &quot;j-pronoun&quot; Only &quot;definite noun phrase&quot; Only &quot;demonstrative noun phrase&quot; Only &quot;string match&quot; Only &quot;appositive&quot; only &quot;i-pronoun&quot; 0.0 0.0 0.0 0.0 0.0 88.7 0.0 0.0 0.0 65.6 57.7 0.0 Other baseline systems 66.4 58.0 Only the &quot;alias&quot; and &quot;string match&quot; fea-</p>
                    <p>tures are used 66.4 60.3 Only the &quot;alias,&quot; &quot;string match,&quot; and</p>
                    <p>&quot;appositive&quot; features are used 31.8 47.0 All markables form one chain 36.6 44.1 Markables corefer if there is at least one</p>
                    <p>common word 50.4 53.2 Markables corefer if their head words are</p>
                    <p>the same 0.0 0.0 0.0 0.0 0.0 38.4 0.0 0.0 0.0 53.9 7.3 0.0 Soon, Ng, and Lim Coreference Resolution Table 4 MUC-7 results of complete and baseline systems to study the contribution of the features. System ID</p>
                    <p>DSO DSO_TRG</p>
                    <p>DIST</p>
                    <p>SEMCLASS</p>
                    <p>NUMBER</p>
                    <p>GENDER PROPER3X/AME</p>
                    <p>ALIAS</p>
                    <p>J_PRONOUN</p>
                    <p>DEF_NP</p>
                    <p>DEM_NP</p>
                    <p>STRdV\[ATCH</p>
                    <p>APPOSITIVE</p>
                    <p>I_PRONOUN ALIAS_STR ALIAS_STR_APPOS ONE_CHAIN</p>
                    <p>ONE_WRD HD_WRD features. The unary features are I_PRONOUN, J_PRONOUN, DEF_NP, and DEM_NP, while the rest are binary in nature. All the unary features score an F-measure of 0. The binary features with 0 F-measure are DIST, PROPERd'qAME, GENDER, SEMCLASS, and NUMBER.</p>
                    <p>The ALIAS, APPOSITIVE, and STR_MATCH features give nonzero F-measure. All these features give rather high precision scores (&gt; 80% for ALIAS, &gt; 65% for STR_MATCH, and &gt; 57% for APPOSITIVE). Since these features are highly informative, we were curious to see how much they contribute to our MUC-6 and MUC-7 results of 62.6% and 60.4%, respectively. Systems ALIAS_STR and ALIAS_STR~a~PPOS in Table 3 and Table 4 show the results of the experiment. In terms of absolute Fmeasure, the difference between using these three features and using all features is 2.3% for MUC-6 and 1% for MUC-7; in other words, the other nine features contribute just 2.3% and 1% more for each of the MUC years. These nine features will be the first ones to be considered for pruning away by the C5 algorithm. For example, four features, namely, SEMCLASS, PROPER_NAME, DEF_NP, and DEM_NP, are not used in the MUC-6 tree shown in Figure 2. Figure 7 shows the distribution of the test cases over the five positive leaf nodes of the MUC-6 tree. For example, about 66.3% of all Recall Prec F Remarks Complete systems 56.1 65.5 60.4 Our system 53.3 69.7 60.4 Our system using RESOLVE's method</p>
                    <p>of generating positive and negative</p>
                    <p>examples Baseline systems using just one feature 0.0 0.0 0.0 0.0 0.0 25.6 0.0 0.0 0.0 43.8 2.4 0.0 49.4 51.6 87.5 55.9 55.2 Only &quot;distance&quot; feature is used Only &quot;semantic lass agreement&quot; Only &quot;number agreement&quot; Only &quot;gender agreement&quot; Only &quot;both proper names&quot; Only &quot;alias&quot; Only &quot;j-pronoun&quot; Only &quot;definite noun phrase&quot; Only &quot;demonstrative noun phrase&quot; Only &quot;string match&quot; Only &quot;appositive&quot; Only &quot;i-pronoun&quot; 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 81.1 38.9 0.0 0.0 0.0 0.0 0.0 0.0 71.4 54.3 60.0 4.6 0.0 0.0 Other baseline systems 70.4 69.9 30.5 38.7 55.6 58.1 Only the &quot;alias&quot; and &quot;string match&quot; fea-</p>
                    <p>tures are used 59.4 Only the &quot;alias,&quot; &quot;string match,&quot; and</p>
                    <p>&quot;appositive&quot; features are used 45.2 All markables form one chain 45.7 Markables corefer if there is at least one</p>
                    <p>common word 55.4 Markables corefer if their head words are</p>
                    <p>the same Computational Linguistics STR_MATCH = +: + 944 (66.3%) Volume 27, Number 4 STR_MATCH = -&quot; :...J_PRONOUN :...APPOSITIVE STR_MATCH = -&quot; :...J_PRONOUN :...APPOSITIVE :...ALIAS STR_MATCH = -&quot; :...J_PRONOUN :...GENDER :...I_PRONOUN STR_MATCH = -:...J_PRONOUN = +: :...GENDER = I: :...I_PRONOUN :...DIST :...NUMBER = +: + 128 (9.0%) Figure 7 Distribution of test examples from the 30 MUC-6 test documents for positive leaf nodes of the MUC-6 tree. the test examples that are classified positive go to the &quot;If STRiVIATCH&quot; branch of the tree.</p>
                    <p>Other baseline systems that are used are ONE_CHAIN, ONE_WRD, and HD_WRD (Cardie and Wagstaff 1999). For ONE_CHAIN, all markables formed one chain. In ONE_WRD, markables corefer if there is at least one common word. In HD_WRD, markables corefer if their head words are the same. The purpose of ONE_CHAIN is to determine the maximum recall our system is capable of. The recall level here indirectly measures how effective the noun phrase identification module is. Both ONE_WRD and HD_WRD are less stringent variations of STR_MATCH. The performance of ONE_WRD is the worst. HD_WRD offers better recall compared to STR_MATCH, but poorer precision. However, its F-measure is comparable to that of STRA4ATCH.</p>
                    <p>The score of the coreference system at the University of Massachusetts (RESOLVE), which uses C4.5 for coreference resolution, is shown in Table 3. RESOLVE is shown because among the MUC-6 systems, it is the only machine learning-based system that we can directly compare to. The other MUC-6 systems were not based on a learning approach. Also, none of the systems in MUC-7 adopted a learning approach to coreference resolution (Chinchor 1998).</p>
                    <p>RESOLVE's score is not high compared to scores attained by the rest of the MUC6 systems. In particular, the system's recall is relatively low. Our system's score is higher than that of RESOLVE, and the difference is statistically significant. The RESOLVE system is described in three papers: McCarthy and Lehnert (1995), Fisher et al. (1995), and McCarthy (1996). As explained in McCarthy (1996), the reason for this low recall is that RESOLVE takes only the &quot;relevant entities&quot; and &quot;relevant references&quot; as input, where the relevant entities and relevant references are restricted to &quot;person&quot; = -&quot; = -&quot; = +: = I: = +: + Iii (7.8%) = -&quot; = +: + 163 (11.5%) = +: + 77 (5.4%) = -&quot; &lt;= 0: Soon, Ng, and Lim Coreference Resolution and &quot;organization.&quot; In addition, because of limitations of the noun phrase detection module, nested phrases are not extracted and therefore do not take part in coreference. Nested phrases can include prenominal modifiers, possessive pronouns, and so forth. Therefore, the number of candidate markables to be used for coreference issmall.</p>
                    <p>On the other hand, the markables extracted by our system include nested noun phrases, MUC-style named entity types (money, percent, date, etc.), and other types not defined by MUC. These markables will take part in coreference. About 3,600 toplevel markables are extracted from the 30 MUC-6 test documents by our system. As detected by our NLP modules, only about 35% of these 3,600 phrases are &quot;person&quot; and &quot;organization&quot; entities and references. Concentrating on just these types has thus affected the overall recall of the RESOLVE system.</p>
                    <p>RESOLVE's way of generating training examples also differs from our system's: instances are created for all possible pairings of &quot;relevant entities&quot; and &quot;relevant references,&quot; instead of our system's method of stopping at the first coreferential noun phrase when traversing back from the anaphor under consideration. We implemented RESOLVE's way of generating training examples, and the results (DSO-TRG) are reported in Table 3 and Table 4. For MUC-7, there is no drop in F-measure; for MUC-6, the F-measure dropped slightly.</p>
                    <p>RESOLVE makes use of 39 features, considerably more than our system's 12 features. RESOLVE's feature set includes the two highly informative features, ALIAS and STR_MATCH. RESOLVE does not use the APPOSITIVE feature.</p>
                </div2>
            </div1>
            <note n="60" place="below">. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .</note>
            <note n="50" place="below">. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X ................. - . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .</note>
            <note n="60" place="below">. . . . . . . . . . . . . . . . . . . . . . . . . . . . . X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . • ........................</note>
            <note n="0.." place="below"></note>
            <div1>
                <head xml:id="sec5.">Error Analysis</head>
                <p>In order to determine the major classes of errors made by our system, we randomly chose five test documents from MUC-6 and determined the coreference links that were either missing (false negatives) or spurious (false positives) in these sample documents. Missing links result in recall errors; spurious links result in precision errors.</p>
                <p>Breakdowns of the number of spurious and missing links are shown in Table 5 and Table 6, respectively. The following two subsections describe the errors in more detail. 5.1 Errors Causing Spurious Links This section describes the five major types of errors summarized in Table 5 in more detail. 5.1.1 Prenominal Modifier String Match. This class of errors occurs when some strings of the prenominal modifiers of two markables match by surface string comparison and thus, by the C5 decision tree in Figure 2, the markables are treated as coreferring. HowTable 5 The types and frequencies of errors that affect precision. Types of Errors Causing Spurious Links Prenominal modifier string match Strings match but noun phrases refer to different entities Errors in noun phrase identification Errors in apposition determination Errors in alias determination Frequency 16 11 % 42.1% 28.9% 10.5% 13.2% 5.3% Computational Linguistics Volume 27, Number 4 Table 6 The types and frequencies of errors that affect recall. Types of Errors Causing Missing Links Frequency % Inadequacy of current surface features Errors in noun phrase identification Errors in semantic lass determination Errors in part-of-speech assignment Errors in apposition determination Errors in tokenization 38 7 7 5 2</p>
                <p>1 , 63.3% 11.7% 11.7% 8.3% 3.3%</p>
                <p>1.7% ever, the entire markable actually does not corefer. The nested noun phrase extraction module is responsible for obtaining the possible prenominal modifiers from a noun phrase.</p>
                <p>In (3), the noun phrase extraction module mistakenly extracted (vice)l and (vice)2, which are not prenominal modifiers. Because of string match, (vice)l and (vice)2 incorrectly corefer. In (4), (undersecretary)2 was correctly extracted as a prenorninal modifier, but incorrectly corefers with (undersecretary)l by string match. (3) David J. Bronczek, (vice)l president and general manager of Federal Express Canada Ltd., was named senior (vice)2 president, Europe, Africa and Mediterranean, at this air-express concern. (4) Tarnoff, a former Carter administration official and president of the</p>
                <p>Council on Foreign Relations, is expected to be named (undersecretary)l</p>
                <p>for political affairs .... Former Sen. Tim Wirth is expected to get a newly</p>
                <p>created (undersecretary)2 post for global affairs, which would include</p>
                <p>refugees, drugs and environmental issues. 5.1.2 Strings Match but Noun Phrases Refer to Different Entities. This error occurs when the surface strings of two markables match and thus, by the C5 decision tree in Figure 2, they are treated as coreferring. However, they actually refer to different entities and should not corefer. In (5), (the committee)l actually refers to the entity the House Energy and Commerce Committee, and (the committee)2 refers to the Senate Finance Committee; therefore, they should not corefer. In (6), the two instances of chief executive officer refer to two different persons, namely, Allan Laufgraben and Milton Petrie, and, again, should not corefer. (5) Ms. Washington's candidacy is being championed by several powerful lawmakers including her boss, Chairman John Dingell (D., Mich.) of the House Energy and Commerce Committee. She currently is a counsel to (the committeeh .... Mr. Bentsen, who headed the Senate Finance Committee for the past six years, also is expected to nominate Samuel Sessions, (the committee)2's chief tax counsel, to one of the top tax jobs at Treasury. (6) Directors also approved the election of Allan Laufgraben, 54 years old, as president and (chief executive officerh and Peter A. Left, 43, as chief operating officer. Milton Petrie, 90-year-old chairman, president and (chief executive officer)2 since the company was founded in 1932, will continue as chairman. Soon, Ng, and Lira Coreference Resolution 5.1,3 Errors in Noun Phrase Identification. This class of errors is caused by mistakes made by the noun phrase identification module. In (7), May and June are incorrectly grouped together by the noun phrase identification module as one noun phrase, that is, May, June. This markable then incorrectly causes the APPOSITIVE feature to be true, which results in classifying the pair as coreferential. In fact, (thefirst week of July)2 should not be in apposition to (May, Juneh. However, we classified this error as a noun phrase identification error because it is the first module that causes the error. In (8), the noun phrase module extracted Metaphor Inc. instead of Metaphor Inc. unit. This causes (it)2 to refer to Metaphor Inc. instead of Metaphor Inc. unit. (7) The women's apparel specialty retailer said sales at stores open more than one year, a key barometer of a retail concern's trength, declined 2.5% in (May, June)l and (the first week of July)2. (8) ... International Business Machines Corp.'s (Metaphor InC.)l unit said (it)2 will shed 80 employees ... 5.1.4 Errors in Apposition Determination. This class of errors occurs when the anaphor is incorrectly treated as being in apposition to the antecedent and therefore causes the noun phrases to corefer. The precision scores obtained when using the APPOSITIVE feature alone are shown in Table 3 and Table 4, which suggest hat the module can be improved further. Examples where apposition determination is incorrect are shown in (9) and (10). (9) Clinton officials are said to be deciding between recently retired Rep. Matthew McHugh (D., (N.Y.)l) and (environmental activist)2 and transition official Gus Speth for the director of the Agency for International Development. (10) Metaphor, a software subsidiary that IBM purchased in 1991, also named (Chris Grejtak)l, (43 years old)2, currently a senior vice president, president and chief executive officer. 5.1.5 Errors in Alias Determination. This class of errors occurs when the anaphor is incorrectly treated as an alias of the antecedent, hus causing the noun phrase pair to corefer. In (11), the two phrases (House)l and (the House Energy and Commerce Committee)2 corefer because the ALIAS feature is incorrectly determined to be true. (11) Consuela Washington, alongtime (House)l staffer and an expert in</p>
                <p>securities laws, is a leading candidate to be chairwoman of the Securities</p>
                <p>and Exchange Commission in the Clinton administration .... Ms.</p>
                <p>Washington's candidacy is being championed by several powerful</p>
                <p>lawmakers including her boss, Chairman John Dingell (D., Mich.) of (the</p>
                <p>House Energy and Commerce Committee)2. 5.2 Errors Causing Missing Links This subsection describes the six major classes of errors summarized in Table 6 in more detail.</p>
            </div1>
            <div1>
                <head xml:id="sec5.2.1">Inadequacy of Current Surface Features. This class of errors is due to the inadequacy of the current surface features because they do not have information about</head>
                <p>Computational Linguistics Volume 27, Number 4 other words (such as the connecting conjunctions, prepositions, or verbs) and other knowledge sources that may provide important clues for coreference. As a result, the set of shallow features we used is unable to correctly classify the noun phrases in the examples below as coreferring.</p>
                <p>Example (12) illustrates why resolving (them)2 is difficult. (allies)l, securities exchanges, banks, and futures exchanges are all possible antecedents of (them)2, and the feature set must include more information to be able to pick the correct one. The conjunction and in (13) and was named in (16) are important cues to determine coreference. In addition, it may also be possible to capture noun phrases in predicate constructions like (17), where (Mr. Gleason)l is the subject and (president)a is the object. (12) Ms. Washington and Mr. Dingell have been considered (allies)l of the</p>
                <p>securities exchanges, while banks and futures exchanges have often</p>
                <p>fought with (them)2. (13) Separately, Clinton transition officials said that Frank Newman, 50, (vice</p>
                <p>chairmanh and (chief financial officer)2 of BankAmerica Corp., is</p>
                <p>expected to be nominated as assistant Treasury secretary for domestic</p>
                <p>finance. (14) Separately, (Clinton transition officials)l said that Frank Newman, 50, vice chairman and chief financial officer of BankAmerica Corp., is expected to be nominated as assistant Treasury secretary for domestic finance .... As early as today, (the Clinton camp)2 is expected to name five undersecretaries of state and several assistant secretaries. (15) (Metro-Goldwyn-Mayer InC.)l said it named Larry Gleason president of world-wide theatrical distribution of (the movie studio)2's distribution unit. (16) ... (general managerh of Federal Express Canada Ltd., was named (senior vice president)a, Europe, Africa and Mediterranean ... (17) (Mr. Gleasonh, 55 years old, was (president)2 of theatrical exhibition for Paramount Communications Inc., in charge of the company's 1,300 movie screens in 12 countries. 5.2.2 Errors in Noun Phrase Identification. This class of errors was described in Section 5.1.3. The noun phrase identification module may extract noun phrases that do not match the phrases in the coreference chain, therefore causing missing links and recall error. 5.2.3 Errors in Semantic Class Determination. These errors are caused by the wrong assigmnent of semantic lasses to words. For example, (Metaphor)l should be assigned &quot;organization&quot; but it is assigned &quot;unknown&quot; in (18), and (second-quarter)2 should be assigned &quot;date&quot; instead of &quot;unknown&quot; in (19). However, correcting these classes will still not cause the noun phrases in the examples to corefer. This is because the values of the SEMCLASS feature in the training examples are extremely noisy, a situation caused largely by our semantic lass determination module. In many of the negative training examples, although the noun phrases are assigned the same semantic lasses, these assignments do not seem to be correct. Some examples are (four-year, NBC), (The union, Ford Motor Co.), and (base-wage, job-security). A better algorithm for assigning semantic lasses and a more refined semantic lass hierarchy are needed. Soon, Ng, and Lira Coreference Resolution (18) (Metaphorh, a software subsidiary that IBM purchased in 1991, also named Chris Grejtak, ... Mr. Grejtak said in an interview that the staff reductions will affect most areas of (the company)2 related to its early proprietary software products. (19) Business brief--Petrie Stores Corp.: Losses for (Fiscal 2nd Period)l, half seen likely by retailer .... Petrie Stores Corp., Secaucus, N.J., said an uncertain economy and faltering sales probably will result in a (second-quarter)2 loss and perhaps a deficit for the first six months of fiscal 1994. 5.2.4 Errors in Part-of-Speech Assignment. This class of errors is caused by the wrong assignment of part-of-speech tags to words. In (20), (there)2 is not extracted because the part-of-speech tag assigned is &quot;RB,&quot; which is an adverb and not a possible noun phrase. (20) Jon W. Slangerup, who is 43 and has been director of customer service in (Canadah, succeeds Mr. Bronczek as vice president and general manager (there)2.</p>
            </div1>
            <div1>
                <head xml:id="sec5.2.5">Errors in Apposition Determination. This class of errors was described in Section 5.1.4.</head>
                <p>5.2.6 Errors in Tokenization. This class of errors is due to the incorrect okenization of words. In (21), (1-to-2)1 and (15-to-1)2 are not found because the tokenizer breaks 1-to-2 into 1, -, to-2.15-to-1 is broken up similarly. (21) Separately, MGM said it completed apreviously announced financial</p>
                <p>restructuring designed to clean up its balance sheet--removing $900</p>
                <p>million in bank debt from MGM's books and reducing its debt-to-equity</p>
                <p>ratio to (1-to-2)1 from (15-to-1)2--with aview toward a future sale of the</p>
                <p>company. 5.3 Comparing Errors Made by RESOLVE McCarthy (1996) has also performed an analysis of errors while conducting an evaluation on the MUC-5 English Joint Venture (EJV) corpus. A large number of the spurious links are caused by what he terms &quot;feature ambiguity,&quot; which means that feature values are not computed perfectly. As seen in Table 5, our string match feature accounts for most of the spurious links. Also, seven of the spurious links are caused by alias and apposition determination. As with RESOLVE, &quot;feature ambiguity&quot; is the main source of precision errors.</p>
                <p>For RESOLVE, a large number of the missing links are caused by &quot;incomplete semantic knowledge&quot; (32%) and &quot;unused features&quot; (40.5%). For our system, the errors due to the inadequacy of surface features and semantic lass determination problems account for about 75% of the missing links. &quot;Unused features&quot; means that some of the features, or combinations of features, that are needed to classify pairs of phrases as coreferential are not present in the decision trees (McCarthy 1996). Similarly, the inadequacy of our system's urface features means that the current feature set may not be enough and more information sources should be added.</p>
                <p>Because a detailed error analysis of RESOLVE would require not only its MUC-6 response file, but also the output of its various components, we cannot perform the same error analysis that we did for our system on RESOLVE. Computational Linguistics Volume 27, Number 4 6. Related Work There is a long tradition of work on coreference resolution within computational linguistics, but most of it was not subject to empirical evaluation until recently. Among the papers that have reported quantitative valuation results, most are not based on learning from an annotated corpus (Baldwin 1997; Kameyama 1997; Lappin and Leass 1994; Mitkov 1997).</p>
                <p>To our knowledge, the research efforts of Aone and Bennett (1995), Ge, Hale, and Charniak (1998), Kehler (1997), McCarthy and Lehnert (1995), Fisher et al. (1995), and McCarthy (1996) are the only ones that are based on learning from an annotated corpus. Ge, Hale, and Charniak (1998) used a statistical model for resolving pronouns, whereas we used a decision tree learning algorithm and resolved general noun phrases, not just pronouns. Similarly, Kehler (1997) used maximum entropy modeling to assign a probability distribution to alternative sets of coreference relationships among noun phrase entity templates, whereas we used decision tree learning.</p>
                <p>The work of Aone and Bennett (1995), McCarthy and Lehnert (1995), Fisher et al. (1995), and McCarthy (1996) employed decision tree learning. The RESOLVE system is presented in McCarthy and Lehnert (1995), Fisher et al. (1995), and McCarthy (1996). McCarthy and Lehnert (1995) describe how RESOLVE was tested on the MUC5 English Joint Ventures (EJV) corpus. It used a total of 8 features, 3 of which were specific to the EJV domain. For example, the feature JV-CHILD-i determined whether i referred to a joint venture formed as the result of a tie-up. McCarthy (1996) describes how the original RESOLVE for MUC-5 EJV was improved to include more features, 8 of which were domain specific, and 30 of which were domain independent. Fisher et al. (1995) adapted RESOLVE to work in MUC-6. The features used were slightly changed for this domain. Of the original 30 domain-independent features, 27 were used. The 8 domain-specific features were completely changed for the MUC-6 task. For example, JV-CHILD-i was changed to CHILD-/to decide whether i is a &quot;unit&quot; or a &quot;subsidiary&quot; of a certain parent company. In contrast o RESOLVE, our system makes use of a smaller set of 12 features and, as in Aone and Bennett's (1995) system, the features used are generic and applicable across domains. This makes our coreference engine a domain-independent module.</p>
                <p>Although Aone and Bennett's (1995) system also made use of decision tree learning for coreference resolution, they dealt with Japanese texts, and their evaluation focused only on noun phrases denoting organizations, whereas our evaluation, which dealt with English texts, encompassed noun phrases of all types, not just those denoting organizations. In addition, Aone and Bennett evaluated their system on noun phrases that had been correctly identified, whereas we evaluated our coreference resolution engine as part of a total system that first has to identify all the candidate noun phrases and has to deal with the inevitable noisy data when mistakes occur in noun phrase identification and semantic class determination.</p>
                <p>The contribution of our work lies in showing that a learning approach, when evaluated on common coreference data sets, is able to achieve accuracy competitive with that of state-of-the-art systems using nonlearning approaches. It is also the first machine learning-based system to offer performance comparable to that of nonlearning approaches.</p>
                <p>Finally, the work of Cardie and Wagstaff (1999) also falls under the machine learning approach. However, they used unsupervised learning and their method did not require any annotated training data. Their clustering method achieved a balanced Fmeasure of only 53.6% on MUC-6 test data. This is to be expected: supervised learning in general outperforms unsupervised learning since a supervised learning algorithm</p>
            </div1>
            <div1>
                <head xml:id="sec542"></head>
                <p>Soon, Ng, and Lirn Coreference Resolution has access to a richer set of annotated ata to learn from. Since our supervised learning approach requires only a modest number of annotated training documents to achieve good performance (as can be seen from the learning curves), we argue that the better accuracy achieved more than justifies the annotation effort incurred. 7. Conclusion In this paper, we presented a learning approach to coreference resolution of noun phrases in unrestricted text. The approach learns from a small, annotated corpus and the task includes resolving not just pronouns but general noun phrases. We evaluated our approach on common data sets, namely, the MUC-6 and MUC-7 coreference corpora. We obtained encouraging results, indicating that on the general noun phrase coreference task, the learning approach achieves accuracy comparable to that of nonlearning approaches. Acknowledgments This paper is an expanded version of a preliminary paper that appeared in the Proceedings of the 1999 Joint S1GDAT Conference on Empirical Methods in Natural Language Processing and Very Large Corpora. We would like to thank the MUC organizers who made available to us the MUC-6 and MUC-7 data sets, without which this work would have been impossible. We also thank Beth Sundheim for helpful comments on an earlier version of this paper, and Hai Leong Chieu for his implementation ofthe HMM-based named entity recognition module. References Aone, Chinatsu and Scott William Bennett.</p>
                <p>1995. Evaluating automated and manual</p>
                <p>acquisition of anaphora resolution</p>
                <p>strategies. In Proceedings of the 33rd Annual</p>
                <p>Meeting of the Association for Computational</p>
                <p>Linguistics, 122-129. Baldwin, Breck. 1997. CogNIAC: High</p>
                <p>precision coreference with limited</p>
                <p>knowledge and linguistic resources. In</p>
                <p>Proceedings of the ACL Workshop on</p>
                <p>Operational Factors in Practical, Robust</p>
                <p>Anaphora Resolution for Unrestricted Texts,</p>
                <p>pages 38-45. Bikel, Daniel M., Richard Schwartz, and</p>
                <p>Ralph M. Weischedel. 1999. An algorithm</p>
                <p>that learns what's in a name. Machine</p>
                <p>Learning, 34(1-3):211-231, February. Cardie, Claire and Kiri Wagstaff. 1999.</p>
                <p>Noun phrase coreference as clustering. In</p>
                <p>Proceedings of the 1999 Joint SIGDAT</p>
                <p>Conference on Empirical Methods in Natural</p>
                <p>Language Processing and Very Large Corpora,</p>
                <p>pages 82-89. Chinchor, Nancy A. 1998. Overview of</p>
                <p>MUC-7/MET-2. In Proceedings of the</p>
                <p>Seventh Message Understanding Conference</p>
                <p>(MUC-7). http://www.itl.nist.gov/iad/</p>
                <p>894.02/related_projects/muc/</p>
                <p>proceedings/muc_7_toc.html. Church, Kenneth. 1988. A stochastic parts</p>
                <p>program and noun phrase parser for</p>
                <p>unrestricted text. In Proceedings of the</p>
                <p>Second Conference on Applied Natural</p>
                <p>Language Processing, pages 136-143. Dietterich, Thomas G. 1998. Approximate</p>
                <p>statistical tests for comparing supervised</p>
                <p>classification learning algorithms. Neural</p>
                <p>Computation, 10(7):1895-1924, October. Fisher, David, Stephen Soderland, Joseph</p>
                <p>McCarthy, Fangfang Feng, and Wendy</p>
                <p>Lehnert. 1995. Description of the UMass</p>
                <p>system as used for MUC-6. In Proceedings</p>
                <p>of the Sixth Message Understanding</p>
                <p>Conference (MUC-6), pages 127-140. Ge, Niyu, John Hale, and Eugene Charniak.</p>
                <p>1998. A statistical approach to anaphora</p>
                <p>resolution. In Proceedings of the Sixth</p>
                <p>Workshop on Very Large Corpora, pages</p>
                <p>161-170. Kameyama, Megumi. 1997. Recognizing</p>
                <p>referential links: An information</p>
                <p>extraction perspective. In Proceedings of the</p>
                <p>ACL Workshop on Operational Factors in</p>
                <p>Practical, Robust Anaphora Resolution for</p>
                <p>Unrestricted Texts, pages 46-53. Kehler, Andrew. 1997. Probabilistic</p>
                <p>coreference in information extraction. In</p>
                <p>Proceedings of the Second Conference on</p>
                <p>Empirical Methods in Natural Language</p>
                <p>Processing, pages 163-173. Lappin, Shalom and Herbert J. Leass. 1994.</p>
                <p>An algorithm for pronominal anaphora</p>
                <p>resolution. Computational Linguistics,</p>
                <p>20(4):535-561, December. McCarthy, Joseph F. 1996. A Trainable</p>
                <p>Approach to Coreference Resolution for</p>
                <p>Information Extraction. Ph.D. thesis, Computational Linguistics Volume 27, Number 4</p>
                <p>University of Massachusetts Amherst,</p>
                <p>Department of Computer Science,</p>
                <p>September. McCarthy, Joseph F. and Wendy Lehnert.</p>
                <p>1995. Using decision trees for coreference</p>
                <p>resolution. In Proceedings of the Fourteenth</p>
                <p>International Joint Conference on Artificial</p>
                <p>Intelligence, pages 1050-1055. McEnery, A., I. Tanaka, and S. Botley. 1997.</p>
                <p>Corpus annotation and reference</p>
                <p>resolution. In Proceedings of the ACL</p>
                <p>Workshop on Operational Factors in Practical,</p>
                <p>Robust Anaphora Resolution for Unrestricted</p>
                <p>Texts, pages 67-74. Miller, George A. 1990. WordNet: An</p>
                <p>on-line lexical database. International</p>
                <p>Journal of Lexicography, 3(4):235-312. Mitkov, Ruslan. 1997. Factors in anaphora</p>
                <p>resolution: They are not the only things</p>
                <p>that matter. A case study based on two</p>
                <p>different approaches. In Proceedings of the</p>
                <p>ACL Workshop on Operational Factors in</p>
                <p>Practical, Robust Anaphora Resolution for</p>
                <p>Unrestricted Texts, pages 14-21. MUC-6. 1995. Coreference task definition</p>
                <p>(v2.3, 8 Sep 95). In Proceedings of the Sixth</p>
                <p>Message Understanding Conference (MUC-6),</p>
                <p>pages 335-344. MUC-7. 1997. Coreference task definition</p>
                <p>(v3.0, 13 Jul 97). In Proceedings of the</p>
                <p>Seventh Message Understanding Conference</p>
                <p>(MUC-7). Quinlan, John Ross. 1993. C4.5: Programs for</p>
                <p>Machine Learning. Morgan Kaufmann, San</p>
                <p>Francisco, CA. Sundheim, Beth M. 1995. Overview of</p>
                <p>results of the MUC-6 evaluation. In</p>
                <p>Proceedings of the Sixth Message</p>
                <p>Understanding Conference (MUC-6), pages</p>
                <p>13-31.</p>
            </div1>
        </body>
        <back/>
    </text>
</TEI>
