ACL-OCL / Base_JSON /prefixA /json /A97 /A97-1029.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "A97-1029",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T02:14:00.690091Z"
},
"title": "Nymble: a High-Performance Learning Name-finder",
"authors": [
{
"first": "Daniel",
"middle": [
"M"
],
"last": "Bikei",
"suffix": "",
"affiliation": {},
"email": "dbikel@bbn.com"
},
{
"first": "Bbn",
"middle": [],
"last": "Corporation",
"suffix": "",
"affiliation": {},
"email": ""
},
{
"first": "Fawcett",
"middle": [],
"last": "Street",
"suffix": "",
"affiliation": {},
"email": ""
},
{
"first": "Scott",
"middle": [],
"last": "Miller",
"suffix": "",
"affiliation": {},
"email": "szmiller@bbn.com"
},
{
"first": "Richard",
"middle": [],
"last": "Schwartz Bbn",
"suffix": "",
"affiliation": {},
"email": ""
},
{
"first": "Ralph",
"middle": [
"Weischedel"
],
"last": "Bbn",
"suffix": "",
"affiliation": {},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "This paper presents a statistical, learned approach to finding names and other nonrecursive entities in text (as per the MUC-6 definition of the NE task), using a variant of the standard hidden Markov model. We present our justification for the problem and our approach, a detailed discussion of the model itself and finally the successful results of this new approach.",
"pdf_parse": {
"paper_id": "A97-1029",
"_pdf_hash": "",
"abstract": [
{
"text": "This paper presents a statistical, learned approach to finding names and other nonrecursive entities in text (as per the MUC-6 definition of the NE task), using a variant of the standard hidden Markov model. We present our justification for the problem and our approach, a detailed discussion of the model itself and finally the successful results of this new approach.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "In the past decade, the speech recognition community has had huge successes in applying hidden Markov models, or HMM's to their problems. More recently, the natural language processing community has effectively employed these models for part-ofspeech tagging, as in the seminal (Church, 1988) and other, more recent efforts (Weischedel et al., 1993) . We would now propose that HMM's have successfully been applied to the problem of name-finding.",
"cite_spans": [
{
"start": 278,
"end": 292,
"text": "(Church, 1988)",
"ref_id": null
},
{
"start": 324,
"end": 349,
"text": "(Weischedel et al., 1993)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1."
},
{
"text": "We have built a named-entity (NE) recognition system using a slightly-modified version of an HMM; we call our system \"Nymble\". To our knowledge, Nymble out-performs the best published results of any other learning name-finder. Furthermore, it performs at or above the 90% accuracy level, often considered \"near-human performance\".",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1."
},
{
"text": "The system arose from the NE task as specified in the last Message Understanding Conference (MUC), where organization names, person names, location names, times, dates, percentages and money amounts were to be delimited in text using SGML-markup. We will describe the various models employed, the methods for training these models and the method for \"decoding\" on test data (the term \"decoding\" borrowed from the speech recognition community, since one goal of traversing an HMM is to recover the hidden state sequence). To date, we have successfully gained and used the model on both English and Spanish, the latter for MET, the multi-lingual entity task.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1."
},
{
"text": "The basic premise of the approach is to consider the raw text encountered when decoding as though it had passed through a noisy channel, where it had been originally marked with named entities. ~ The job of the generative model is to model the original process which generated the name-class-annotated words, before they went through the noisy channel.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Name-finding as an Informationtheoretic Problem",
"sec_num": "2.1"
},
{
"text": "More formally, we must find the most likely sequence of name-classes (NC) given a sequence of words (W):",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Name-finding as an Informationtheoretic Problem",
"sec_num": "2.1"
},
{
"text": "Pr(NC I W)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Name-finding as an Informationtheoretic Problem",
"sec_num": "2.1"
},
{
"text": "(2.1) In order to treat this as a generative model (where it generates the original, name-class-annotated words), we use Bayes' Rule:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Name-finding as an Informationtheoretic Problem",
"sec_num": "2.1"
},
{
"text": "Pr(NC [ W)-Pr(W, NC) (2.2) Pr(W)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Name-finding as an Informationtheoretic Problem",
"sec_num": "2.1"
},
{
"text": "and since the a priori probability of the word sequence--the denominator--is constant for any given sentence, we can maxi-mize Equation 2,2 by maximizing the numerator alone.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Name-finding as an Informationtheoretic Problem",
"sec_num": "2.1"
},
{
"text": "Previous approaches have typically used manually constructed finite state patterns (Weischedel, 1995 , Appelt et al., 1995 .",
"cite_spans": [
{
"start": 83,
"end": 100,
"text": "(Weischedel, 1995",
"ref_id": null
},
{
"start": 101,
"end": 122,
"text": ", Appelt et al., 1995",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Previous Approaches to Namefinding",
"sec_num": "2.2"
},
{
"text": "For START-OF-SENTENCE. every new language and every ~ new class of new information to spot, one has to write a new set of rules to cover the new language and to cover the new class of information. A finite-state pattern rule attempts to match against a sequence of tokens (words), in much the same way as a general regular expression matcher.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Previous Approaches to Namefinding",
"sec_num": "2.2"
},
{
"text": "In addition to these finitestate pattern approaches, a variant of Brill rules has been applied to the problem, as outlined in (Aberdeen et al., 1995) .",
"cite_spans": [
{
"start": 126,
"end": 149,
"text": "(Aberdeen et al., 1995)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Previous Approaches to Namefinding",
"sec_num": "2.2"
},
{
"text": "The atomic elements of information extraction-indeed, of language as a whole---could be considered the who, where, when and how much in a sentence. A name-finder performs what is known as surface-or lightweight-parsing, delimiting sequences of tokens that answer these important questions. It can be used as the first step in a chain of processors: a next level of processing could relate two or more named entities, or perhaps even give semantics to that relationship using a verb. In this way, further processing could discover the \"what\" and \"how\" of a sentence or body of text.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Interest in Problem and Potential Applications",
"sec_num": "2.3"
},
{
"text": "Furthermore, name-finding can be useful in its own right: an Internet query system might use namefinding to construct more appropriately-formed queries: \"When was Bill Gates born?\" could yield the query \"BS.1]_ Gat:es\"+born. Also, name-finding can be directly employed for link analysis and other information retrieval problems.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Interest in Problem and Potential Applications",
"sec_num": "2.3"
},
{
"text": "We will present the model twice, first in a conceptual and informal overview, then in a moredetailed, formal description of it as a type of HMM. The model bears resemblance to Scott Miller's novel work in the Air Traffic Information System (ATIS) task, as documented in (Miller et al., 1994) . Figure 3 .1 is a pictorial overview of our model. Informally, we have an ergodic HMM with only eight internal states (the name classes, including the NOT-A-NAME class), with two special states, the START-and END-OF-SENTENCE states. Within each of the name-class states, we use a statistical bigram language model, with the usual one-word-per-state emission. This means that the number of states in each of the name-class states is equal to the vocabulary size, IVI.",
"cite_spans": [
{
"start": 270,
"end": 291,
"text": "(Miller et al., 1994)",
"ref_id": null
}
],
"ref_spans": [
{
"start": 294,
"end": 302,
"text": "Figure 3",
"ref_id": null
}
],
"eq_spans": [],
"section": "Model",
"sec_num": "3."
},
{
"text": "The generation of words and name-classes proceeds in three steps:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conceptual Model",
"sec_num": "3.1"
},
{
"text": "1. Select a name-class NC, conditioning on the previous name-class and the previous word. 2. Generate the first word inside that name-class, conditioning on the current and previous nameclasses. 3. Generate all subsequent words inside the current name-class, where each subsequent word is conditioned on its immediate predecessor. These three steps are repeated until the entire observed word sequence is generated.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conceptual Model",
"sec_num": "3.1"
},
{
"text": "Using the Viterbi algorithm, we efficiently search the entire space of all possible name-class assignments, maximizing the numerator of Equation 2.2, Pr(W, NC).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conceptual Model",
"sec_num": "3.1"
},
{
"text": "Informally, the construction of the model in this manner indicates that we view each type of \"name\" to be its own language, with separate bigram probabilities for generating its words. While the number of word-states within each name-class is equal to IVI, this \"interior\" bigram language model is ergodic, i.e., there is a probability associated with every one of the IVI 2 transitions. As a parameterized, trained model, if such a transition were never observed, the model \"backs off\" to a less-powerful model, as described below, in \u00a73.3.3 on p. 4.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conceptual Model",
"sec_num": "3.1"
},
{
"text": "Throughout most of the model, we consider words to be ordered pairs (or two-element vectors), composed of word and word-feature, denoted (w, f).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Words and Word-Features",
"sec_num": "3.2"
},
{
"text": "The word feature is a simple, deterministic computation performed on each word as it is ~ to or feature computation is an extremely small part of the implementation, at roughly ten lines of code. Also, most of the word features are used to distinguish types of numbers, which are language-independent. 2 The rationale for having such features is clear: in Roman languages, capitalization gives good evidence of names. 3",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Words and Word-Features",
"sec_num": "3.2"
},
{
"text": "This section describes the model formally, discussing the transition probabilities to the wordstates, which \"generate\" the words of each name-class.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Formal Model",
"sec_num": "3.3"
},
{
"text": "As with most trained, probabilistic models, we These values are computed in the order listed, so that in the case of non-disjoint feature-classes, such as containsDigitAndAlpha and containsDigitAndDash, the former will take precedence. The first eight features arise from the need to distinguish and annotate monetary amounts, percentages, times and dates. The rest of the features distinguish types of capitalization and all other words (such as punctuation marks, which are separate tokens). In particular, the firstWord feature arises from the fact that if a word is capitalized and is the first word of the sentence, we have no good information as to why it is capitalized (but note that allCaps and capPeriod are computed before fir s tWord, and therefore take precedence).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Top Level Model",
"sec_num": "3.3.1"
},
{
"text": "The word feature is the one part of this model which is language-dependent. Fortunately, the word have a most accurate, most powerful model, which will \"back off\" to a less-powerful model when there is insufficient training, and ultimately back-off to unigram probabilities.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Top Level Model",
"sec_num": "3.3.1"
},
{
"text": "In order to generate the first word, we must make a transition from one name-class to another, as well as calculate the likelihood of that word. Our intuition was that a word preceding the start of a name-class (such as \"Mr.\", \"President\" or other titles preceding the PERSON name-class) and the word following a name-class would be strong indicators of the subsequent and preceding name-classes, respectively.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Top Level Model",
"sec_num": "3.3.1"
},
{
"text": "2 Non-english languages tend to use the comma and period in the reverse way in which English does, i.e., the comma is a decimal point and the period separates groups of three digits in large numbers. However, the re-ordering of the precedence of the two relevant word-features had little effect when decoding Spanish, so they were left as is. 3 Although Spanish has many lower-case words in organization names. See \u00a74.1 on p. 6 for more details. Accordingly, the probabilitiy for generating the first word of a name-class is factored into two parts:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Top Level Model",
"sec_num": "3.3.1"
},
{
"text": "Pr(NC I NC_I, w_,)-Pr((w,f):rs, I NC, NC_I).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Top Level Model",
"sec_num": "3.3.1"
},
{
"text": "( 3.1)The top level model for generating all but the first word in a name-class is Pr((w,f) I (w,f)_,, NO).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Top Level Model",
"sec_num": "3.3.1"
},
{
"text": "( 3.2)There is also a magical \"+end+\" word, so that the probability may be computed for any current word to be the final word of its name-class, i.e., pr ((+end+,other) l(w,f):,~,NC ).",
"cite_spans": [
{
"start": 154,
"end": 168,
"text": "((+end+,other)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Top Level Model",
"sec_num": "3.3.1"
},
{
"text": "(3.3)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Top Level Model",
"sec_num": "3.3.1"
},
{
"text": "As one might imagine, it would be useless to have the first factor in Equation 3.1 be conditioned off of the +end+ word, so the probability is conditioned on the previous real word of the previous name-class, i.e., we compute w_ = +end + if Pr(NC[ NO_l, W_l ) 1 NC_, =START-OF-SENTENCE [W I = last observed word otherwise (3.4) Note that the above probability is not conditioned on the word-feature of w_ l, the intuition of which is that in the cases where the previous word would help the model predict the next name-class, the word feature---capitalization in particular--is not important: \"Mr.\" is a good indicator of the next word beginning the PERSON name-class, regardless of capitalization, especially since it is almost never seen as \"mr.\".",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Top Level Model",
"sec_num": "3.3.1"
},
{
"text": "The calculation of the above probabilities is straightforward, using events/sample-size:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Calculation of Probabilities",
"sec_num": "3.3.2"
},
{
"text": "Pr(NC I NC_, ' W_l)= c (NC, NC_,,w_,) , f>,(w,:>_,, ,vc) pr((w,f)",
"cite_spans": [
{
"start": 23,
"end": 37,
"text": "(NC, NC_,,w_,)",
"ref_id": null
}
],
"ref_spans": [
{
"start": 38,
"end": 56,
"text": ", f>,(w,:>_,, ,vc)",
"ref_id": null
}
],
"eq_spans": [],
"section": "Calculation of Probabilities",
"sec_num": "3.3.2"
},
{
"text": "I (w,f)_l, gC)= C((w'f)-l'gC) (3.7)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Calculation of Probabilities",
"sec_num": "3.3.2"
},
{
"text": "where c0 represents the number of times the events occurred in the training data (the count).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Calculation of Probabilities",
"sec_num": "3.3.2"
},
{
"text": "Ideally, we would have sufficient training (or at least one observation of!) every event whose conditional probability we wish to calculate. Also, ideally, we would have sufficient samples of that upon which each conditional probability is conditioned, e.g., for Pr(NC I NC_,, w_,), we would like to have seen sufficient numbers of NC_I, w_~.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Back-off Models and Smoothing",
"sec_num": "3.3.3"
},
{
"text": "Unfortunately, there is rarely enough training data to compute accurate probabilities when \"decoding\" on new data.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Back-off Models and Smoothing",
"sec_num": "3.3.3"
},
{
"text": "The vocabulary of the system is built as it trains. Necessarily, then, the system knows about all words for which it stores bigram counts in order to compute the probabilities in Equations 3.1 -3.3. The question arises how the system should deal with unknown words, since there are three ways in which they can appear in a bigram: as the current word, as the previous word or as both. A good answer is to train a separate, unknown word-model off of held-out data, to gather statistics of unknown words occurring in the midst of known words.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Unknown Words",
"sec_num": "3.3.3.1"
},
{
"text": "Typically, one holds out 10-20% of one's training for smoothing or unknown word-training. In order to overcome the limitations of a small amount of training data--particularly in Spanish--we hold out 50% of our data to train the unknown wordmodel (the vocabulary is built up on the first 50%), save these counts in training data file, then hold out the other 50% and concatentate these bigram counts with the first unknown word-training file. This way, we can gather likelihoods of an unknown word appearing in the bigram using all available training data. This approach is perfectly valid, as we am trying to estimate that which we have not legitimately seen in training. When decoding, if either word of the bigram is unknown, the model used to estimate the probabilities of Equations 3.1-3 is the unknown word model, otherwise it is the model from the normal training. The unknown word-model can be viewed as a first level of back-off, therefore, since it is used as a backup model when an unknown word is encountered, and is necessarily not as accurate as the bigram model formed from the actual training.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Unknown Words",
"sec_num": "3.3.3.1"
},
{
"text": "Whether a bigram contains an unknown word or not, it is possible that either model may not have seen this bigram, in which case the model backs off to a less-powerful, less-descriptive model. Table 3 .2 shows a graphic illustration of the back-off scheme:",
"cite_spans": [],
"ref_spans": [
{
"start": 192,
"end": 199,
"text": "Table 3",
"ref_id": null
}
],
"eq_spans": [],
"section": "Further Back-off Models and Smoothing",
"sec_num": "3.3.3.2"
},
{
"text": "Pr (NC I NC_ I, w_,) Pr (NC I NC_,) Pr ( Pr ((w,:>,,,, I NC, l,:C_,) Pr ((w,f) ",
"cite_spans": [
{
"start": 3,
"end": 20,
"text": "(NC I NC_ I, w_,)",
"ref_id": null
},
{
"start": 24,
"end": 35,
"text": "(NC I NC_,)",
"ref_id": null
},
{
"start": 44,
"end": 68,
"text": "((w,:>,,,, I NC, l,:C_,)",
"ref_id": null
},
{
"start": 72,
"end": 78,
"text": "((w,f)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Name-class Bi~rams",
"sec_num": null
},
{
"text": "l (+begin+, other), NC) Pr((w,f) [ NC) Pr(w I NC). Pr(f I NC) 1 1",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Name-class Bi~rams",
"sec_num": null
},
{
"text": "IVl number of word features Table 3 .",
"cite_spans": [],
"ref_spans": [
{
"start": 28,
"end": 35,
"text": "Table 3",
"ref_id": null
}
],
"eq_spans": [],
"section": "Name-class Bi~rams",
"sec_num": null
},
{
"text": "The weight for each back-off model is computed onthe-fly, using the following formula: If computing Pr(XIY), assign weight of ;~ to the direct computation (using one of the formulae of \u00a73.3.2) and a weight of (1 -;t.) to the back-off model, where",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Back-off strategy",
"sec_num": "2"
},
{
"text": "( i , /q, = I c(Y) J I + unique outcomes of Y c(Y)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Back-off strategy",
"sec_num": "2"
},
{
"text": "(3.8) where \"old c(Y)\" is the sample size of the model from which we are backing off. This is a rather simple method of smoothing, which tends to work well when there are only three or four levels of back-off: This method also overcomes the problem when a back-off model has roughly the same amount of training as the current model, via the first factor of Equation 3.8, which essentially ignores the back-off model and puts all the weight on the primary model, in such an equi-trained situation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Back-off strategy",
"sec_num": "2"
},
{
"text": "As an example---disregarding the first factor--if we saw the bigram \"come hither\" once in training and we saw \"come here\" three times, and nowhere else did we see the word \"come\" in the NOT-A-NAME class, when computing Pr(\"hither\" I \"come\", NOT-A-NAME), we would back off to the unigram probability Pr(\"hither\" I NOT-A-NAME) with a weight of \u00bd, since the number of unique outcomes for the word-state for \"come\" would be two, and the total number of times \"come\" had been the preceding word in a bigram would be four (a ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Back-off strategy",
"sec_num": "2"
},
{
"text": "Unlike a traditional HMM, the probability of generating a particular word is 1 for each word-state inside each of the name-class states. An alternative--and more traditional--model would have a small number of states within each name-class, each having, perhaps, some semantic signficance, e.g., three states in the PERSON name-class, representing a first, middle and last name, where each of these three states would have some probability associated with emitting any word from the vocabulary. We chose to use a bigram language model because, while less semantically appealing, such n-gram language models work remarkably well in practice. Also, as a first research attempt, an n-gram model captures the most general significance of the words in each name-class, without presupposing any specifics of the structure of names, ~i la the PERSON name-class example, above. More important, either approach is mathematically valid, as long as all transitions out of a given state sum to one.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Comparison with a traditional HMM",
"sec_num": "3.4"
},
{
"text": "All of this modeling would be for naught were it not for the existence of an efficient algorithm for finding the optimal state sequence, thereby \"decoding\" the original sequence of name-classes. The number of possible state sequences for N states in an ergodic model for a sentence of m words is N m, but, using dynamic programming and an appropriate merging of multiple theories when they converge on a particular state--the Viterbi decoding algorithm--a sentence can be \"decoded\" in time linear to the number of tokens in the sentence, O(m) (Viterbi, 1967 ). Since we are interested in recovering the name-class state sequence, we pursue eight theories at every given step of the algorithm.",
"cite_spans": [
{
"start": 543,
"end": 557,
"text": "(Viterbi, 1967",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Decoding",
"sec_num": "3.5"
},
{
"text": "Initially, the word-feature was not in the model; instead the system relied on a third-level back-off partof-speech tag, which in turn was computed by our stochastic part-of-speech tagger. The tags were taken at face value: there were not k-best tags; the system treated the part-of-speech tagger as a \"black box\". Although the part-of-speech tagger used capitalization to help it determine proper-noun tags, this feature was only implicit in the model, and then only after two levels of back-off! Also, the capitalization of a word was submerged in the muddiness of part-of-speech tags, which can \"smear\" the capitalization probability mass over several tags.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Development History",
"sec_num": "4.1"
},
{
"text": "Because it seemed that capitalization would be a good name-predicting feature, and that it should appear earlier in the model, we eliminated the reliance on part-of-speech altogether, and opted for the more direct, word-feature model described above, in \u00a73. Originally, we had a very small number of features, indicating whether the word was a number, the first word of a sentence, all uppercase, inital-capitalized or lower-case. We then expanded the feature set to its current state in order to capture more subtleties related mostly to numbers; due to increased performance (although not entirely dramatic) on every test, we kept the enlarged feature set.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Development History",
"sec_num": "4.1"
},
{
"text": "Contrary to our expectations (which were based on our experience with English), Spanish contained many examples of lower-case words in organization and location names.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Development History",
"sec_num": "4.1"
},
{
"text": "For example, departamento (\"Department\") could often start an organization name, and adjectival place-names, such as coreana (\"Korean\") could appear in locations and by convention are not capitalized.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Development History",
"sec_num": "4.1"
},
{
"text": "The entire system is implemented in C++, atop a \"home-brewed\", general-purpose class library, providing a rapid code-compile-train-test cycle. In fact, many NLP systems suffer from a lack of software and computer-science engineering effort: runtime efficiency is key to performing numerous experiments, which, in turn, is key to improving performance.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Current Implementation",
"sec_num": "4.2"
},
{
"text": "A system may have excellent performance on a given task, but if it takes long to compile and/or run on test data, the rate of improvement of that system will be miniscule compared to that which can run very efficiently. On a Spare20 or SGI Indy with an appropritae amount of RAM, Nymble can compile in 10 minutes, train in 5 minutes and run at 6MB/hr. There were days in which we had as much as a 15% reduction in error rate, to borrow the performance measure used by the speech community, where error rate = 100% -Fmeasure. (See \u00a74.3 for the definition of F-measure.)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Current Implementation",
"sec_num": "4.2"
},
{
"text": "In this section we report the results of evaluating the final version of the learning software. We report the results for English and for Spanish and then the results of a set of experiments to determine the impact of the training set size on the algorithm's performance in both English and Spanish.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Results of evaluation",
"sec_num": "4.3"
},
{
"text": "For each language, we have a held-out development test set and a held-out, blind test set. We only report results on the blind test set for each respective language.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Results of evaluation",
"sec_num": "4.3"
},
{
"text": "The scoring program measures both precision and recall, terms borrowed from the information-retrieval community, where P = number of correct responses and number responses R = number of correct responses (4.1) number correct in key Put informally, recall measures the number of \"hits\" vs. the number of possible correct answers as specified in the key file, whereas precision measures how many answers were correct ones compared to the number of answers delivered. These two measures of performance combine to form one measure of performance, the F-measure, which is computed by the weighted harmonic mean of precision and recall:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "F-measure",
"sec_num": "4.3.1"
},
{
"text": "F = (f12 + 1)RP (4.2) ( 2R)+P",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "F-measure",
"sec_num": "4.3.1"
},
{
"text": "where ff represents the relative weight of recall to precision (and typically has the value 1). To our knowledge, our learned name-finding system has achieved a higher F-measure than any other learned system when compared to state-of-the-art manual (rule-based) systems on similar data.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "F-measure",
"sec_num": "4.3.1"
},
{
"text": "Our test set of English data for reporting results is that of the MUC-6 test set, a collection of 30 WSJ documents (we used a different test set during development). Our Spanish test set is that used for MET, comprised of articles from the news agency AFP. Table 4 .1 illustrates Nymble's performance as compared to the best reported scores for each category.",
"cite_spans": [],
"ref_spans": [
{
"start": 257,
"end": 264,
"text": "Table 4",
"ref_id": null
}
],
"eq_spans": [],
"section": "English and Spanish Results",
"sec_num": "4.3.2"
},
{
"text": "See (Cover and Thomas, 1991), ch. 2, for an excellent overview of the principles of information theory.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Any more levels of back-off might require a more sophisticated smoothing technique, such as deleted interpolation. No matter what smoothing technique is used, one must remember that smoothing is the art of estimating the probability of that which is unknown (i.e., not seen in training).Non-first-word Bi~rams",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [
{
"text": "With any learning technique one of the important questions is how much training data is required to get acceptable performance. More generally how does performance vary as the training set size is increased or decreased? We ran a sequence of experiments in English and in Spanish to try to answer this question for the final model that was implemented.For English, there were 450,000 words of training data. By that we mean that the text of the document itself (including headlines but not including SGML tags) was 450,000 words long. Given this maximum size of training available to us, we successfully divided the training material in half until we were using only one eighth of the original training set size or a training set of 50,000 words for the smallest experiment. To give a sense of the size of 450,000 words, that is roughly half the length of one edition of the Wall Street Journal.The results are shown in a histogram in Figure 4 .1 below. The positive outcome of the experiment is that half as much training data would have given almost equivalent performance. Had we used only one quarter of the data or approximately 100,000 words, performance would have degraded slightly, only about 1-2 percent. Reducing the training set size to 50,000 words would have had a more significant decrease in the performance of the system; however, the performance is still impressive even with such a small training set. On the other hand, the result also shows that merely annotating more data will not yield dramatic improvement in the performance. With increased training data it would be possible to use even more detailed models that require more data and could achieve significantly improved overall system performance with those more detailed models.For Spanish we had only 223,000 words of training data. We also measured the performance of the system with half the training data or slightly more than 100,000 words of text. Figure 4 .2 shows the results.There is almost no change in performance by using as little as 100,000 words of training data.Therefore the results in both languages were comparable. As little as 100,000 words of training data produces performance nearly comparable to handcrafted systems. ",
"cite_spans": [],
"ref_spans": [
{
"start": 935,
"end": 944,
"text": "Figure 4",
"ref_id": null
},
{
"start": 1934,
"end": 1942,
"text": "Figure 4",
"ref_id": null
}
],
"eq_spans": [],
"section": "The Amount of Training Data Required",
"sec_num": "4.3.3"
},
{
"text": "While our initial results have been quite favorable, there is still much that can be done potentially to improve performance and completely close the gap between learned and rule-based name-finding systems. We would like to incorporate the following into the current model: \u2022 lists of organizations, person names and locations \u2022 an aliasing algorithm, which dynamically updates the model (where e.g. IBM is an alias of International Business Machines)\u2022 longer-distance information, to find names not captured by our bigram model",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Further Work",
"sec_num": "5."
},
{
"text": "We have shown that using a fairly simple probabilistic model, finding names and other numerical entities as specified by the MUC tasks can be performed with \"near-human performance\", often likened to an F of 90 or above. We have also shown that such a system can be gained efficiently and that, given appropriately and consistently marked answer keys, it can be trained on languages foreign to the trainer of the system; for example, we do not speak Spanish, but trained Nymble on answer keys marked by native speakers. None of the formalisms or techniques presented in this paper is new; rather, the approach to this task the model itself--is wherein lies the novelty. Given the incredibly difficult nature of many NLP tasks, this example of a learned, stochastic approach to name-finding lends credence to the argument that the NLP community ought to push these approaches, to find the limit of phenomena that may be captured by probabilistic, finite-state methods.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "6."
},
{
"text": "Aberdeen, J., Burger, J., Day, D., Hirschman, L., Robinson, P. and Vilain, M. (1995) In Proceedings of the Sixth Message Understanding Conference (MUC-6)Morgan Kaufmann Publishers, Inc., Columbia, Maryland, pp. 141-155. Appelt, D. E., Jerry R. Hobbs, Bear, J., Israel, D., Kameyama, M., Kehler, A., Martin, D., Myers, K. and Tyson, M. (1995) Inc., Columbia, Maryland, pp. 55-69. Weischedel, R., Meteer, M., Schwartz, R., Ramshaw, L. and Palmucci, J. (1993) Computational Linguistics, 19(2), 359-382.",
"cite_spans": [
{
"start": 50,
"end": 84,
"text": "Robinson, P. and Vilain, M. (1995)",
"ref_id": null
},
{
"start": 160,
"end": 341,
"text": "Kaufmann Publishers, Inc., Columbia, Maryland, pp. 141-155. Appelt, D. E., Jerry R. Hobbs, Bear, J., Israel, D., Kameyama, M., Kehler, A., Martin, D., Myers, K. and Tyson, M. (1995)",
"ref_id": null
},
{
"start": 342,
"end": 456,
"text": "Inc., Columbia, Maryland, pp. 55-69. Weischedel, R., Meteer, M., Schwartz, R., Ramshaw, L. and Palmucci, J. (1993)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "References",
"sec_num": "7."
},
{
"text": "The work reported here was supported in part by the Defense Advanced Research Projects Agency; a technical agent for part of the work was Fort Huachucha under contract number DABT63-94-C-0062. The views and conclusions contained in this document are those of the authors and should not be interpreted as necessarily representing the official policies, either expressed or implied, of the Defense Advanced Research Projects Agency or the United States Government.We would also like to give special acknowledgement to Stuart Shieber, McKay Professor of Computer Science at Harvard University, who endorsed and helped foster the completion of this, the first phase of Nymble's development.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledqements",
"sec_num": "8."
}
],
"bib_entries": {},
"ref_entries": {
"FIGREF0": {
"text": "Pictorial representation of conceptual model.",
"num": null,
"uris": null,
"type_str": "figure"
},
"FIGREF1": {
"text": "w,f):r., ] NC, NC_,)= c((w'f)e'*:NC'NC-O (3.6) c( NC, NC_, ) c(lw",
"num": null,
"uris": null,
"type_str": "figure"
},
"FIGREF3": {
"text": "1 + \u00bc) = ~ weight for the bigram probability, a l 1 -~ = 3 weight for the back-off model).",
"num": null,
"uris": null,
"type_str": "figure"
},
"TABREF0": {
"type_str": "table",
"content": "<table><tr><td>i</td><td>WordFeamre</td><td>Example Text</td><td>Intuition</td></tr><tr><td colspan=\"2\">twoDi~itNum</td><td>90</td><td>Two-digit year</td></tr><tr><td colspan=\"2\">fourDigitNum</td><td>1990</td><td>Four digit year</td></tr><tr><td colspan=\"2\">containsDigitAndAlpha</td><td>A8956-67</td><td>Product code</td></tr><tr><td colspan=\"2\">containsDigitAndDash</td><td>09-96</td><td>Date</td></tr><tr><td colspan=\"2\">containsDigitAndSlash</td><td>11/9/89</td><td>Date</td></tr><tr><td colspan=\"2\">containsDigitAndComma</td><td>23,000.00</td><td>Monetary amount</td></tr><tr><td colspan=\"2\">containsDigitAndPeriod</td><td>1.00</td><td>Monetary amount, percentage</td></tr><tr><td>otherNum</td><td/><td>456789</td><td>Other number</td></tr><tr><td>allCaps</td><td/><td>BBN</td><td>Organization</td></tr><tr><td colspan=\"2\">capPeriod</td><td>M.</td><td>Person name initial</td></tr><tr><td colspan=\"2\">firstWord</td><td>first word of sentence</td><td>No useful capitalization information</td></tr><tr><td>initCap</td><td/><td>Sally</td><td>Capitalized word</td></tr><tr><td colspan=\"2\">lowercase</td><td>call</td><td>Uncapitalized word</td></tr><tr><td>other</td><td/><td/><td>Punctuation marks, all other words</td></tr><tr><td/><td>Table 3.1</td><td/><td/></tr></table>",
"num": null,
"text": "Word features, examples and intuition behind themlooked up in the vocabulary. It produces one of the fourteen values inTable 3.1.",
"html": null
}
}
}
}