| { |
| "paper_id": "J99-2002", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T02:47:30.083434Z" |
| }, |
| "title": "Decomposable Modeling in Natural Language Processing", |
| "authors": [ |
| { |
| "first": "Rebecca", |
| "middle": [ |
| "F" |
| ], |
| "last": "Bruce", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "" |
| }, |
| { |
| "first": "Janyce", |
| "middle": [ |
| "M" |
| ], |
| "last": "Wiebe", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "In this paper, we describe a framework for developing probabilistic classifiers in natural language processing. Our focus is on formulating models that capture the most important interdependencies among features, to avoid overfitting the data while also characterizing the data well. The class of probability models and the associated inference techniques described here were developed in mathematical statistics, and are widely used in artificial intelligence and applied statistics. Our goal is to make this model selection framework accessible to researchers in NLP, and provide pointers to available software and important references. In addition, we describe how the quality of the three determinants of classifier performance (the features, the form of the model, and the parameter estimates) can be separately evaluated. We also demonstrate the classification performance of these models in a large-scale experiment involving the disambiguation of 34 words taken from the HECTOR word sense corpus (Hanks 1996). In lO-fold cross-validations, the model search procedure performs significantly better than naive Bayes on 6 of the words without being significantly worse on any of them.", |
| "pdf_parse": { |
| "paper_id": "J99-2002", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "In this paper, we describe a framework for developing probabilistic classifiers in natural language processing. Our focus is on formulating models that capture the most important interdependencies among features, to avoid overfitting the data while also characterizing the data well. The class of probability models and the associated inference techniques described here were developed in mathematical statistics, and are widely used in artificial intelligence and applied statistics. Our goal is to make this model selection framework accessible to researchers in NLP, and provide pointers to available software and important references. In addition, we describe how the quality of the three determinants of classifier performance (the features, the form of the model, and the parameter estimates) can be separately evaluated. We also demonstrate the classification performance of these models in a large-scale experiment involving the disambiguation of 34 words taken from the HECTOR word sense corpus (Hanks 1996). In lO-fold cross-validations, the model search procedure performs significantly better than naive Bayes on 6 of the words without being significantly worse on any of them.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "This paper describes a framework for developing probabilistic classifiers in natural language processing (NLP). 1 A probabilistic classifier assigns the most probable class to an object, based on a probability model of the interdependencies among the class and a set of input features. This paper focuses on formulating a model that captures the most important interdependencies, to avoid overfitting the data while also characterizing the data well. The goal is to achieve a balance between feasibility and expressive power, which is needed in an area as complex as NLP.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "The class of probability models and the associated inference techniques described here were developed in mathematical statistics, and are widely used in artificial intelligence and applied statistics. However, these techniques have not been widely used in NLP, although the software required to implement these procedures is freely available. Within this framework, we can unify many of the metrics and types of models currently used in NLP. The class of models, decomposable models, is large and expressive, yet there are computationally feasible model search procedures defined for them. They can include any kind of discrete variable, and the formality of the method supports evaluation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "In this paper, our goal is to make this model selection framework accessible to researchers in NLP, by providing a concise explanation of the underlying theor~ pointing out relationships to existing NLP research, and providing pointers to available software and important references. In addition, we describe how the quality of the three determinants of classifier performance (the features, the form of the model and the parameter estimates) can be separately evaluated.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "We also demonstrate the classification performance of these models in a largescale experiment involving the disambiguation of 34 words taken from the HECTOR word sense corpus (Atkins 1993; Hanks 1996) . We compare the performance of classifiers based on models selected by this algorithm with the performance of naive Bayes classifiers (classifiers based on the naive Bayes model). Naive Bayes classifiers have been found to be remarkably successful in many applications, including word sense disambiguation (Mooney 1996) . In 10-fold cross-validations, the model search procedure achieves an overall 1.4 percentage point improvement over naive Bayes, and is significantly better on 6 of the words without being significantly worse on any of them.", |
| "cite_spans": [ |
| { |
| "start": 175, |
| "end": 188, |
| "text": "(Atkins 1993;", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 189, |
| "end": 200, |
| "text": "Hanks 1996)", |
| "ref_id": "BIBREF15" |
| }, |
| { |
| "start": 508, |
| "end": 521, |
| "text": "(Mooney 1996)", |
| "ref_id": "BIBREF20" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "We will use word sense disambiguation of the word interest as a concrete example in this section. For simplicity, we will use only two contextual features, the part of speech of the word to the left and the part of speech of the word to the right. Assume that there are 8 senses of interest and 20 part of speech tags. We will map the features to feature variables and the sense tag to the classification variable, yielding a discrete, finite random vector X --(FV1 ..... Fl,~w, CV) (where w here is 2).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Probabilistic Modeling", |
| "sec_num": "2." |
| }, |
| { |
| "text": "Suppose that there are N occurrences of interest in the training sample. The training sample is viewed as being composed of a set of N independent and identical trials drawn from a three-variable population distribution. The outcome of each trial is a particular combination of the values of the three variables, i.e., one of the 3,200 (8 x 20 x 20) possible configurations of the variables in X. Let y~ be the frequency and Pi the probability of the i th configuration of the variables in X. Then (/:1 ..... f3,200) has a multinomial distribution with parameters (N, P1,..., P3,200) , where N is fixed. The parameters P1 ..... P3,200 define the joint probability distribution of the variables in X. These parameters could be estimated directly from counts in the training data; that is, we could use the unrestricted maximum-likelihood estimate of Pi (Mood, Graybill, and Boes 1974): =~.", |
| "cite_spans": [ |
| { |
| "start": 564, |
| "end": 583, |
| "text": "(N, P1,..., P3,200)", |
| "ref_id": null |
| }, |
| { |
| "start": 852, |
| "end": 884, |
| "text": "(Mood, Graybill, and Boes 1974):", |
| "ref_id": "BIBREF19" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Probabilistic Modeling", |
| "sec_num": "2." |
| }, |
| { |
| "text": "If there is not enough training data for the estimation task at hand, then there are many configurations of the variables that seldom or never occur in the training data. For these, the unrestricted maximum-likelihood estimates are unreliable.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Probabilistic Modeling", |
| "sec_num": "2." |
| }, |
| { |
| "text": "An alternative is to hypothesize conditional independence assumptions of the form: variables FVi and FVj are conditionally independent of one another, given the values of the remaining variables. Then, we need only count the configurations of the sets of variables that are still interdependent.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Probabilistic Modeling", |
| "sec_num": "2." |
| }, |
| { |
| "text": "A simple example will show why (Whittaker 1990) . Recall that X is a vector of three binary variables, X = (FV1, FV2, CV). There are 3,200 parameters to be estimated, namely: P(FV1 = 0, FV2 = O, CV = 0), P(FV1 = O, FV2 = O, CV = 1) ..... --19 , FV2 = 19, CV --6), P(FV1 = 19, FV2 = 19, CV = 7).", |
| "cite_spans": [ |
| { |
| "start": 31, |
| "end": 47, |
| "text": "(Whittaker 1990)", |
| "ref_id": "BIBREF25" |
| }, |
| { |
| "start": 238, |
| "end": 242, |
| "text": "--19", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Probabilistic Modeling", |
| "sec_num": "2." |
| }, |
| { |
| "text": "The joint distribution can be expressed as follows, according to a basic axiom of probability theory (where fVl, fv2, and cv represent particular values of FV1, FV2, and CV, respectively): P(fvl,fv2, cv) = P(fVl ] y~02, cv)P(fv2 I cv)P(cv)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "P(FV1", |
| "sec_num": null |
| }, |
| { |
| "text": "But if fV 1 and fv2 are conditionally independent given the value of cv, then the joint distribution can be expressed as follows: P(fPl,fv2, cv) = P(fu I ] \u00a3v)P(fv 2 ]cv)P(cv)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "P(FV1", |
| "sec_num": null |
| }, |
| { |
| "text": "P0COl, cv) P(fv2, cv) n, ,", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "P(FV1", |
| "sec_num": null |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "-- P(cv) = P0rvl, cv)P(fv2, cv)", |
| "eq_num": "(2)" |
| } |
| ], |
| "section": "P(FV1", |
| "sec_num": null |
| }, |
| { |
| "text": "The parameters of the model expressed in (2) are the terms on the right-hand side of the equation. They describe the marginal distributions of just the interdependent variables. Thus, we see that the conditional-independence constraint allows us to express the joint distribution in terms of these smaller marginal distributions.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "P(cv)", |
| "sec_num": null |
| }, |
| { |
| "text": "The marginal distribution of FV1 and CV is the full joint distribution \"collapsed\" over FV2. For example, the estimate for P(FV1 = O, CV = 0) is the sum of the relative frequencies of (FV1 = O, CV = O, FV2 = 0), (FV1 = O, CV = 0,FV2 = 1),...,(FV1 = 0, CV = 0, FV2 = 19), i.e., the relative frequency of configurations for which FV1 --0 and CV = 0, whatever the value of FV2. Maximum likelihood estimates of the parameters of marginal distributions are more reliable than those of the full joint distribution, because, in a given sample of training data, the frequency of each combination of values of the variables in a marginal distribution is always as large or larger than the frequency of each combination of the values of the variables in the full distribution.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "P(cv)", |
| "sec_num": null |
| }, |
| { |
| "text": "There are many possible sets of noninteraction assumptions that could be made regarding a set of variables. The various possibilities can be formalized as probability models. A probability model (more specifical134 its parametric form) expresses the relationships among the variables of the model, and specifies a family of distributions--all distributions in which those relationships hold. For example, the model in which FV1 is conditionally independent of FV2 given the value of CV is the family of all distributions for vector X in which this constraint holds. The differences among the members of this family result from differences in the values of the parameters.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "P(cv)", |
| "sec_num": null |
| }, |
| { |
| "text": "A probabilistic model (a parametric form complete with parameter estimates) forms the basis of a probabilistic classifier. The classifier assigns to each ambiguous object the category or tag that has the highest probability of occurring, given the observed values of the feature variables:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "P(cv)", |
| "sec_num": null |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "P ( C V, j~ol, fv2, fv3 ..... fVn ) P(CW If'Ol,fOa,dO 3 ..... f?dn) ~-p(fvl,fv2,fv 3 ..... yon )", |
| "eq_num": "(3)" |
| } |
| ], |
| "section": "P(cv)", |
| "sec_num": null |
| }, |
| { |
| "text": "Since the denominator is the same for all classes, the numerator, i.e., the joint distribution defined by the model, determines which class is assigned.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "P(cv)", |
| "sec_num": null |
| }, |
| { |
| "text": "Recall that the parametric form of a model expresses a set of noninteraction assumptions regarding the relationships among the variables. Different model classes allow for different types of noninteraction assumptions.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Class of Models", |
| "sec_num": "3." |
| }, |
| { |
| "text": "The class of log-linear models is the most widely used class of probability models for analyzing discrete data. It supports a wide range of noninteraction assumptions and the use of maximum likelihood parameter estimates (Bishop, Fienberg, and Holland 1975) . Graphical models are the subset of log-linear models in which the only kind of noninteraction is conditional independence (Whittaker 1990 ). The interdependencies among the variables in a graphical model can be expressed graphically, in a dependency graph. A dependency graph is formed by mapping each variable in the model to a node in the graph and drawing an edge between the nodes corresponding to interdependent variables. All variables that are not directly connected are conditionally independent given the values of the variables mapping to the connecting nodes. Therefore, the maximal sets of interdependent variables correspond exactly to the cliques of the graph (where a clique is a maximal fully connected component).", |
| "cite_spans": [ |
| { |
| "start": 221, |
| "end": 257, |
| "text": "(Bishop, Fienberg, and Holland 1975)", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 382, |
| "end": 397, |
| "text": "(Whittaker 1990", |
| "ref_id": "BIBREF25" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Class of Models", |
| "sec_num": "3." |
| }, |
| { |
| "text": "As shown by Darroch, Lauritzen, and Speed (1980) , each graphical model describes a Markov random field. The fundamental property of a Markov random field is that the conditional probability of a variable given the values of the others is the same as the conditional probability of that variable given only the values of the variables corresponding to adjacent nodes. Thus:", |
| "cite_spans": [ |
| { |
| "start": 12, |
| "end": 48, |
| "text": "Darroch, Lauritzen, and Speed (1980)", |
| "ref_id": "BIBREF13" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Class of Models", |
| "sec_num": "3." |
| }, |
| { |
| "text": "P(Xi = xi I Xj = xj;j # i) = P(Xi --xi I Xk = Xk,..., Xm = Xm)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Class of Models", |
| "sec_num": "3." |
| }, |
| { |
| "text": "where Xk through Xm are the adjacent variables. It is this property of conditional independence that was used to formulate equation 2from (1).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Class of Models", |
| "sec_num": "3." |
| }, |
| { |
| "text": "The framework described in this paper uses decomposable models, a subclass of graphical models (Whittaker 1990; Darroch, Lauritzen, and Speed 1980) , because they offer many computational advantages while retaining a great deal of expressive power.", |
| "cite_spans": [ |
| { |
| "start": 95, |
| "end": 111, |
| "text": "(Whittaker 1990;", |
| "ref_id": "BIBREF25" |
| }, |
| { |
| "start": 112, |
| "end": 147, |
| "text": "Darroch, Lauritzen, and Speed 1980)", |
| "ref_id": "BIBREF13" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Class of Models", |
| "sec_num": "3." |
| }, |
| { |
| "text": "There are a number of different ways to define the class of decomposable models, one of which is the following: The class of decomposable models is composed of all graphical models that have triangulated dependency graphs, i.e., all cycles of length _> four in the dependency graph contain a chord. A chord is an edge between nonadjacent nodes in the cycle.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Class of Models", |
| "sec_num": "3." |
| }, |
| { |
| "text": "Another definition of decomposable models is the following: They are those graphical models that express the joint distribution of a set of variables as the product of marginal distributions of those variables, where the new expression is a full factorization (Whittaker 1990 ) of the joint distribution. A product of marginal distributions is a full factorization of a joint distribution if the former is derived from the latter by factorization steps such as that between equations (1) and (2), and \"an independence statement corresponding to every pair of non-adjacent vertices in the dependency graph of X is applied exactly once to factorize the joint distribution into the product of marginal distributions\" (Whittaker 1990, 393) .", |
| "cite_spans": [ |
| { |
| "start": 260, |
| "end": 275, |
| "text": "(Whittaker 1990", |
| "ref_id": "BIBREF25" |
| }, |
| { |
| "start": 714, |
| "end": 735, |
| "text": "(Whittaker 1990, 393)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Class of Models", |
| "sec_num": "3." |
| }, |
| { |
| "text": "Consider a set of five random variables, X = (A, B, C, D, E) (E, say, might be the classification variable, and the others the feature variables). We will consider the model in which:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Class of Models", |
| "sec_num": "3." |
| }, |
| { |
| "text": "CI1: A is conditionally independent of B given the values of C, D, and E; CI2: A is conditionally independent of C given the values of B, D, and E; and CI3: B is conditionally independent of C given the values of A, D, and E. This model is a decomposable model. We will derive the full factorization of the ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Class of Models", |
| "sec_num": "3." |
| }, |
| { |
| "text": "Decomposable models.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Figure 1", |
| "sec_num": null |
| }, |
| { |
| "text": "A A B D C D C c. d.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Figure 1", |
| "sec_num": null |
| }, |
| { |
| "text": "joint distribution by applying an independence statement corresponding to each of (CI1)-(CI3) in turn. 2", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Figure 1", |
| "sec_num": null |
| }, |
| { |
| "text": "As in equation 1, the joint distribution of the variables can be expressed as: ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Figure 1", |
| "sec_num": null |
| }, |
| { |
| "text": "P(a,", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Figure 1", |
| "sec_num": null |
| }, |
| { |
| "text": "The resulting model is: ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Figure 1", |
| "sec_num": null |
| }, |
| { |
| "text": "P(a,", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Figure 1", |
| "sec_num": null |
| }, |
| { |
| "text": "The dependency graph of the model containing (CI1)-(CI2) is shown in Figure 1 (c). To see that (7) can be performed, note that the neighbors of A in Figure 1 (c) are {E, D}, so that A is conditionally independent of {B, C} given the values of {E, D}, and it follows from a basic axiom of probability that A is conditionally independent of {C} given the values of {E, D}. Finally, applying (C/3) to (8):", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 69, |
| "end": 77, |
| "text": "Figure 1", |
| "ref_id": null |
| }, |
| { |
| "start": 149, |
| "end": 157, |
| "text": "Figure 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Figure 1", |
| "sec_num": null |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "P(b I c, d, e) = P(b I d, e)", |
| "eq_num": "(9)" |
| } |
| ], |
| "section": "Figure 1", |
| "sec_num": null |
| }, |
| { |
| "text": "The final model incorporating all factorizations is: The dependency graph of the model containing all three conditional independencies is shown in Figure l(d) .", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 147, |
| "end": 158, |
| "text": "Figure l(d)", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Figure 1", |
| "sec_num": null |
| }, |
| { |
| "text": "n(", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Figure 1", |
| "sec_num": null |
| }, |
| { |
| "text": "Thus, a decomposable model expresses the joint distribution of a set of variables as a product of the marginal distributions of the maximal sets of interdependent variables (the cliques in the dependency graph) scaled by the marginal distributions of the variables common to two or more of these maximal sets. The fact that this kind of closed-form expression of the joint distribution exists provides one of the key advantages in using decomposable models. The parameters of the marginal distributions can be estimated directly from the counts in the data. The joint distribution is expressed in terms of these, as in equations (6), (8), and (10). Thus, we can estimate the parameters from the data without the need for an iterative fitting procedure (as used in NLP maximum entropy modeling [Berger, Della Pietra, and Della Pietra 1996] ). This property is unique to decomposable models (Pearl 1988; Whittaker 1990 ).", |
| "cite_spans": [ |
| { |
| "start": 793, |
| "end": 838, |
| "text": "[Berger, Della Pietra, and Della Pietra 1996]", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 889, |
| "end": 901, |
| "text": "(Pearl 1988;", |
| "ref_id": "BIBREF21" |
| }, |
| { |
| "start": 902, |
| "end": 916, |
| "text": "Whittaker 1990", |
| "ref_id": "BIBREF25" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Figure 1", |
| "sec_num": null |
| }, |
| { |
| "text": "We showed above how conditional independence assumptions can be used to simplify the expression of the joint distribution. Given a particular set of variables, there are often very many different conditional independence assumptions that could be made. The generation and testing of different sets of assumptions can be computationally realized as a search through a space of probability models, in our case decomposable models. Removing an edge from a dependency graph of a decomposable model is equivalent to adding a conditional independency to the model. Another way to view the derivation of equations (6), (8), and (10) is as the process of beginning with the fully connected model, in which all variables are interdependent, and successively removing edges, corresponding to adding conditional independencies (CI1)-(CI3). This is how backward search is done. In forward search, we start with the fully disconnected model, in which all variables are independent, and successively add edges, corresponding to adding interdependencies. The space of decomposable models is very large, so greedy search is typically done. In a backward search, at each step, all edges in the current model are evaluated, and one is removed; in forward search, at each step, all edges that could be added are evaluated, and one is added. (Note that decomposable models are not closed under the operations of adding and deleting edges, so a test must be performed to assure that all the models considered are decomposable.)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model Selection", |
| "sec_num": "4." |
| }, |
| { |
| "text": "As in decision tree induction, feature selection is also performed as a result of model search (Pedersen, Bruce, and Wiebe 1997) . If a feature is not connected to the classification variable in a model, then that feature cannot affect which class is assigned by a classifier based on that model. The goal of the search process is to find a model with the fewest interdependencies that fits the data well. The fit of the model is how closely the counts observed in a training sample correspond to those that would be expected if the model being tested were the true population model. This is measured using a goodness-of-fit statistic.", |
| "cite_spans": [ |
| { |
| "start": 95, |
| "end": 128, |
| "text": "(Pedersen, Bruce, and Wiebe 1997)", |
| "ref_id": "BIBREF23" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model Selection", |
| "sec_num": "4." |
| }, |
| { |
| "text": "Read and Cressie (1988) have shown that most measures used to evaluate model fit are instances of the power divergence statistic, where different measures are generated by changing a single parameter. These include Pearson's X 2, the Kullback-Leibler information divergence D, which is also known as cross entropy; and the log-likelihood ratio statistic, G 2. The two most commonly used measures in NLP, D and G 2, are trivially expressed in terms of each other. In the general case, D is used to evaluate the difference between any two density functions gy and fy for the same random vector Y. When D is used to evaluate model fit, gy is the distribution of Y in the data sample, fy is the distribution of Y predicted by the model, and G 2 is 2N x D(gy;fy).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model Selection", |
| "sec_num": "4." |
| }, |
| { |
| "text": "In the model search described above, models are modified an edge at a time. In evaluating an edge, we are testing the model of conditional independence between the two variables connected by that edge. The information divergence applied in this case is the same as conditional mutual information, another widely used measure in NLP.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model Selection", |
| "sec_num": "4." |
| }, |
| { |
| "text": "Using decomposable models affords an important advantage in assessing model fit: the test for conditional independence of two nodes as described above is simplified. Rather than assessing the conditional independence of the two nodes conditioned on all of the other variables, we need only consider the other nodes in the same clique in the dependency graph.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model Selection", |
| "sec_num": "4." |
| }, |
| { |
| "text": "In general, a goodness-of-fit statistic can be thought of as a cost function, where a lower value represents a better model fit. Model selection can be based directly on the value of a goodness-of-fit statistic, or it can be based on a cost function that combines a goodness-of-fit statistic with a penalty for model complexity, such as the Akaike information criterion (AIC) (Akaike 1974) or the Bayesian information criterion (BIC) (Schwarz 1978 ).", |
| "cite_spans": [ |
| { |
| "start": 376, |
| "end": 389, |
| "text": "(Akaike 1974)", |
| "ref_id": "BIBREF0" |
| }, |
| { |
| "start": 434, |
| "end": 447, |
| "text": "(Schwarz 1978", |
| "ref_id": "BIBREF24" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model Selection", |
| "sec_num": "4." |
| }, |
| { |
| "text": "The final model selected can be based on a predefined cutoff value. In the case of measures such as AIC and BIC, a cutoff on the value of the measure itself can be defined. In the case of statistics such as G 2, the appropriate cutoff is a predetermined threshold defining statistical significance. Alternatively, all the models generated during search can be considered, and the one with the highest accuracy on a held-out portion of the training data can be selected as the final model (Kayaalp, Pedersen, and Bruce 1997; Wiebe, Bruce, and Duan 1997). 3 The freely available software package CoCo performs forward and backward search using all of the measures described above (Badsberg 1995) . 4 Pedersen, Bruce, and present the results of experiments covarying these measures and the direction of search. In addition to these methods, Buntine (1996) describes other search strategies and measures, such as minimum description length, that can be used for model selection.", |
| "cite_spans": [ |
| { |
| "start": 488, |
| "end": 523, |
| "text": "(Kayaalp, Pedersen, and Bruce 1997;", |
| "ref_id": "BIBREF16" |
| }, |
| { |
| "start": 524, |
| "end": 555, |
| "text": "Wiebe, Bruce, and Duan 1997). 3", |
| "ref_id": null |
| }, |
| { |
| "start": 678, |
| "end": 693, |
| "text": "(Badsberg 1995)", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 838, |
| "end": 852, |
| "text": "Buntine (1996)", |
| "ref_id": "BIBREF10" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model Selection", |
| "sec_num": "4." |
| }, |
| { |
| "text": "There are a number of other ways to utilize the results of a model search procedure that are extensions to the basic framework. In model switching (Kayaalp, Pedersen, and Bruce 1997) and the naive mix , more than one of the models generated during search is used to perform classification. In Boutilier et al. 3 One could also consider applying this kind of test to evaluate each edge, replacing the goodness-of-fit or cost metric. However, this would be more computationally expensive, and would not directly measure conditional independence. 4 CoCo is available at http: / / web.math.auc.dk/jhb / CoCo / others.html (1996) , context-sensitive models are formulated. These models include independencies that hold only in certain contexts, that is, they hold only given specific assignments of values to variables.", |
| "cite_spans": [ |
| { |
| "start": 147, |
| "end": 182, |
| "text": "(Kayaalp, Pedersen, and Bruce 1997)", |
| "ref_id": "BIBREF16" |
| }, |
| { |
| "start": 293, |
| "end": 311, |
| "text": "Boutilier et al. 3", |
| "ref_id": null |
| }, |
| { |
| "start": 618, |
| "end": 624, |
| "text": "(1996)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model Selection", |
| "sec_num": "4." |
| }, |
| { |
| "text": "As seen above, the model selection framework provides many choices. Because the approach is a formal approach to probabilistic modeling, we can analyze the quality of the three determinants of classifier performance: the features, the form of the model and the parameter estimates. In the paragraphs below, we describe how to isolate the contribution that each of them makes to classification error. This analysis can provide insight into which choices are most appropriate for a particular data set. 5", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Diagnostic Analysis", |
| "sec_num": "5." |
| }, |
| { |
| "text": "Features. For diagnostic purposes, it is revealing to train and test the model on the same data. 6 First, consider training and testing the fully connected model on the same data.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Diagnostic Analysis", |
| "sec_num": "5." |
| }, |
| { |
| "text": "Since the fully connected model contains no conditional independence assumptions, and the model parameters are not estimated on a separate training set, the model describes the exact joint distribution of the data. Because of this, classification errors can only be due to a lack of discriminatory power of the features. That is, there must be combinations of feature values that occur with more than one class. Form of the model. Consider training and testing other models on the same data. As for the fully connected model, the parameter estimates are optimal for that data. However, we have added approximations to the model in the form of conditional independence assumptions. Thus, for the same data and feature set, variations in the performance of different models are due only to the different conditional independence assumptions made in those models.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Diagnostic Analysis", |
| "sec_num": "5." |
| }, |
| { |
| "text": "Parameter estimates. Consider a comparison in which the features, test set, and model form are fixed, but in one case, the parameters are estimated on a separate training set, and in the other case, the parameters are estimated from the test set, as above. Differences in the performance of two such models can only be due to the parameter estimates.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Diagnostic Analysis", |
| "sec_num": "5." |
| }, |
| { |
| "text": "As more conditional independence assumptions are made, the parameter estimates become more reliable, in the sense that they are based on the same or greater frequencies (see Section 2). Even so, if important interdependencies are removed from the form of the model, model performance may actually degrade. Thus, by evaluating the contribution that each of the above factors makes to model performance, we can assess how well the model search procedure is balancing model expressiveness and the reliability of the parameter estimates.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Diagnostic Analysis", |
| "sec_num": "5." |
| }, |
| { |
| "text": "We have described a very general and expressive framework, but of course there are some shortcomings. The approach is a supervised learning approach, and therefore requires manually tagged training data. In fact, to take full advantage of high-complexity models, a large amount of data may be required. However, by generating models of 5 The material in this section was originally published in Bruce, Wiebe, and Pedersen (1996) . 6 Held-out portions of the training data can be used.", |
| "cite_spans": [ |
| { |
| "start": 395, |
| "end": 428, |
| "text": "Bruce, Wiebe, and Pedersen (1996)", |
| "ref_id": "BIBREF9" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Shortcomings", |
| "sec_num": "6." |
| }, |
| { |
| "text": "varying complexity, the model search procedure can adjust the complexity of the final model to the amount of data that is available.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Shortcomings", |
| "sec_num": "6." |
| }, |
| { |
| "text": "Another point of concern is the computational complexity of the search procedure. Because it is greedy, the search procedure itself is not inefficient: the number of edges evaluated during the search is polynomial in the number of variables. However, the measures used to evaluate edges during the search procedure are inefficient. Section 4 mentions a number of these measures, which can all be expressed as a function of G 2. The complexity of calculating G 2 is a function of the number of configurations of the variables, which is exponential in the number of variables. Therefore, the worst-case time complexity of any search procedure that uses a function of G 2 is exponential in the number of variables. In practice, the method is feasible for a reasonable number of variables (certainly on the order of 100 in the final model), and, once the model is developed during training, the process does not need to be repeated.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Shortcomings", |
| "sec_num": "6." |
| }, |
| { |
| "text": "It is common in NLP to simply assume a particular model form rather than searching for one that is appropriate for the data. Two kinds of statistical models widely used in NLP are the n-gram and naive Bayes models. These models are decomposable models. In an n-gram model the variables are the class assigned to the current object and the classes assigned to the previous N-1 objects, and there are edges between all pairs of variables. A naive Bayes model includes edges between the classification variable and each feature variable (and contains no other edges). Because n-gram and naive Bayes models are decomposable, they are possible candidates during model selection. However, they would be selected only if they appear to be the most appropriate models for the particular data.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Relationships to Other Classes of Models", |
| "sec_num": "7." |
| }, |
| { |
| "text": "In maximum entropy modeling as applied to NLP (Berger, Della Pietra, and Della Pietra 1996; Ratnaparkhi 1997) , feature selection and model search are typically combined, but the procedure differs from that described here. It is important to note that decomposable models are a subset of maximum entropy models. Even so, no effort is made to select for decomposable models (and take advantage of their benefits), or to demonstrate the need for a broader class of models.", |
| "cite_spans": [ |
| { |
| "start": 46, |
| "end": 91, |
| "text": "(Berger, Della Pietra, and Della Pietra 1996;", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 92, |
| "end": 109, |
| "text": "Ratnaparkhi 1997)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Relationships to Other Classes of Models", |
| "sec_num": "7." |
| }, |
| { |
| "text": "Bayesian networks are extensively used in artificial intelligence. They are popular because of their graphical representations and because there are probability propagation algorithms for computing the joint and conditional distributions of the variables. Decomposable models can be represented as Bayesian networks. In fact, in the widely used probability propagation algorithm described by Lauritzen and Spiegelhalter (1988) and Pearl (1988) , a Bayesian network is ultimately transformed into a decomposable model, to take advantage of the computational benefits of that class of models (see the triangulation step described in Pearl [1988] ).", |
| "cite_spans": [ |
| { |
| "start": 392, |
| "end": 426, |
| "text": "Lauritzen and Spiegelhalter (1988)", |
| "ref_id": "BIBREF17" |
| }, |
| { |
| "start": 431, |
| "end": 443, |
| "text": "Pearl (1988)", |
| "ref_id": "BIBREF21" |
| }, |
| { |
| "start": 631, |
| "end": 643, |
| "text": "Pearl [1988]", |
| "ref_id": "BIBREF21" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Relationships to Other Classes of Models", |
| "sec_num": "7." |
| }, |
| { |
| "text": "Although decision trees are not formal probability models, there are similarities between decision tree induction (Breiman et al. 1984) and the model selection framework presented here. Both search procedures perform feature selection and reduce the interdependencies between features to avoid overfitting the data. For a further discussion of the relationships between graphical models and decision trees, see Buntine and Roy (1995) .", |
| "cite_spans": [ |
| { |
| "start": 114, |
| "end": 135, |
| "text": "(Breiman et al. 1984)", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 411, |
| "end": 433, |
| "text": "Buntine and Roy (1995)", |
| "ref_id": "BIBREF11" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Relationships to Other Classes of Models", |
| "sec_num": "7." |
| }, |
| { |
| "text": "In a recent collection of experiments, we applied the basic method to word sense disambiguation of 34 words from the HECTOR corpus (Atkins 1993; Hanks 1996) . The words were not chosen by the authors, but were randomly selected from a set of 38 words included in the training set for the SENSEVAL evaluation project (Kilgarriff 1998) . The data set for each word consisted of all sentences containing that word in the corpus. The results are presented in Figure 2 . Tenfold cross validation was performed for each word, for a total of 340 experiments. On each fold, a forward search with G 2 as the goodness-of-fit test was performed. In addition, we ensured that naive Bayes was included as a competitor in each fold. For each fold, evaluation on a single held-out portion of the training data was performed to choose the final model. The results of applying this model to the actual test set, averaged over folds, are shown in the column labeled Model Selection. The results of applying naive Bayes exclusively (averaged over folds) are shown in the column labeled Naive Bayes. The column labeled Best Model shows the highest results on the actual test set obtained by any of the models generated during search (again, averaged over folds). The same types of features were used in each model: the part-of-speech tags one place to the left and right of the ambiguous word; the part-of-speech tags two places to the left and right of the word; the part-of-speech tag of the word; and a collocation variable for each sense of the word whose representation is per-class-binary as presented in Wiebe, Bruce, and Duan (1997) . 7", |
| "cite_spans": [ |
| { |
| "start": 131, |
| "end": 144, |
| "text": "(Atkins 1993;", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 145, |
| "end": 156, |
| "text": "Hanks 1996)", |
| "ref_id": "BIBREF15" |
| }, |
| { |
| "start": 316, |
| "end": 333, |
| "text": "(Kilgarriff 1998)", |
| "ref_id": "BIBREF16" |
| }, |
| { |
| "start": 1591, |
| "end": 1620, |
| "text": "Wiebe, Bruce, and Duan (1997)", |
| "ref_id": "BIBREF26" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 455, |
| "end": 463, |
| "text": "Figure 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Word Sense Disambiguation Results", |
| "sec_num": "8." |
| }, |
| { |
| "text": "Naive Bayes has been shown to be competitive with state-of-the-art classifiers, and has proven remarkably successful on many AI and NLP applications (see, for example, Leacock, Towell, and Voorhees [1993] ; Friedman, Geiger, and Goldszmidt [1997] ; Mooney [1996]; Langley, Iba, and Thompson [1992] ). As can be seen by comparing columns 5 and 6, the model selection procedure achieves an overall average accuracy that is 1.4 percentage points higher than exclusively using the naive Bayes classifier. Evaluating the results on a per-word basis more clearly shows the benefits of performing model selection in these experiments. There are more words for which model selection is better than there are words for which model selection is worse. Further, we assessed the statistical significance of the differences in accuracy presented, in Figure 2 between the two methods for the individual words, using a paired t-test (described in Cohen [1995] ) with 0.05 as the significance level. For six of the words, the model selection performance is significantly better than the performance of exclusively using naive Bayes. Further, the model selection procedure is not significantly worse than naive Bayes for any of the words.", |
| "cite_spans": [ |
| { |
| "start": 168, |
| "end": 204, |
| "text": "Leacock, Towell, and Voorhees [1993]", |
| "ref_id": "BIBREF18" |
| }, |
| { |
| "start": 207, |
| "end": 246, |
| "text": "Friedman, Geiger, and Goldszmidt [1997]", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 249, |
| "end": 263, |
| "text": "Mooney [1996];", |
| "ref_id": "BIBREF20" |
| }, |
| { |
| "start": 264, |
| "end": 297, |
| "text": "Langley, Iba, and Thompson [1992]", |
| "ref_id": null |
| }, |
| { |
| "start": 932, |
| "end": 944, |
| "text": "Cohen [1995]", |
| "ref_id": "BIBREF12" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 837, |
| "end": 845, |
| "text": "Figure 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Word Sense Disambiguation Results", |
| "sec_num": "8." |
| }, |
| { |
| "text": "In addition, on average, the set of words for which model selection is superior are more difficult than the ones on which naive Bayes is superior: for the former set, the average number of senses is 10 and the average entropy is 2.2; for the latter set, the average number of senses is 7 and the average entropy is 1.7 (see columns 2 and 4 in Figure 2 ). We can also see that, on average, there is less annotated data available for the words on which model selection does better, a total of 524 tagged instances (see column 3 in Figure 2 ), than for those on which it does worse, a total of 645 tagged instances. 8 This supports the idea that model selection tailors the complexity of the model to the amount of data that is available.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 343, |
| "end": 351, |
| "text": "Figure 2", |
| "ref_id": null |
| }, |
| { |
| "start": 529, |
| "end": 537, |
| "text": "Figure 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Word Sense Disambiguation Results", |
| "sec_num": "8." |
| }, |
| { |
| "text": "As shown in column 8, models are generated during model search that provide high accuracy. In fact, the accuracy of the best model generated is consistently higher than that of both naive Bayes and the final model actually selected during the search. This illustrates that there are further potential gains to be exploited by investigating alternative methods for selecting the best model for each fold. ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Word Sense Disambiguation Results", |
| "sec_num": "8." |
| }, |
| { |
| "text": "Comparison of accuracy.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Figure 2", |
| "sec_num": null |
| }, |
| { |
| "text": "This paper has described an important class of probability models and procedures for model selection that have not been widely used in NLP. The procedures complement the set of available methods for balancing expressiveness and feasibility. The framework is understandable, powerful, and computationally feasible. Its effectiveness for an NLP problem is demonstrated here in a large-scale word sense disambiguation experiment.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Summary", |
| "sec_num": "9." |
| }, |
| { |
| "text": "Such a factorization exists for any decomposable model, but the independence statements must be applied in an appropriate order to achieve the factorization; seeWhittaker (1990).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "The variable for each sense S is binary, corresponding to the absence or presence of any word in a set specifically chosen for S. A word W is chosen for S if P(S I W) > 0.5. 8 In 10-fold cross validation, 90% of the data is used for training on each fold.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "This research was supported in part by the Office of Naval Research under grant number N00014-95-1-0776. The authors thank OUP for use of the HECTOR data for the SENSEVAL project. We gratefully acknowledge the contributions to this work by Tom O'Hara, Ted Pedersen, Kenneth McKeever, and Gerald Rogers. The authors also wholeheartedly thank the anonymous reviewers for their comments and suggestions.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgments", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "A new look at the statistical model identification", |
| "authors": [ |
| { |
| "first": "Hirotugu", |
| "middle": [], |
| "last": "Akaike", |
| "suffix": "" |
| } |
| ], |
| "year": 1974, |
| "venue": "IEEE Transactions on Automatic Control, AC", |
| "volume": "19", |
| "issue": "6", |
| "pages": "716--723", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Akaike, Hirotugu. 1974. A new look at the statistical model identification. IEEE Transactions on Automatic Control, AC-19(6):716-723.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Tools for computer-aided lexicography: The Hector project", |
| "authors": [ |
| { |
| "first": "Sue", |
| "middle": [], |
| "last": "Atkins", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "Papers in Computational Lexicography: COMPLEX \"93", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Atkins, Sue. 1993. Tools for computer-aided lexicography: The Hector project. In Papers in Computational Lexicography: COMPLEX \"93, Budapest.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "An Environment for Graphical Models", |
| "authors": [ |
| { |
| "first": "Jens", |
| "middle": [], |
| "last": "Badsberg", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Henik", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Badsberg, Jens Henik. 1995. An Environment for Graphical Models. Ph.D. thesis, Aalborg University.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "A maximum entropy approach to natural language processing", |
| "authors": [ |
| { |
| "first": "Adam", |
| "middle": [], |
| "last": "Berger", |
| "suffix": "" |
| }, |
| { |
| "first": "Stephen", |
| "middle": [ |
| "Della" |
| ], |
| "last": "Pietra", |
| "suffix": "" |
| }, |
| { |
| "first": "Vincent", |
| "middle": [ |
| "Della" |
| ], |
| "last": "Pietra", |
| "suffix": "" |
| } |
| ], |
| "year": 1996, |
| "venue": "Computational Linguistics", |
| "volume": "22", |
| "issue": "1", |
| "pages": "39--71", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Berger, Adam, Stephen Della Pietra, and Vincent Della Pietra. 1996. A maximum entropy approach to natural language processing. Computational Linguistics, 22(1):39-71.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Discrete Multivariate Analysis: Theory and Practice", |
| "authors": [ |
| { |
| "first": "Yvonne", |
| "middle": [], |
| "last": "Bishop", |
| "suffix": "" |
| }, |
| { |
| "first": "Stephen", |
| "middle": [], |
| "last": "Fienberg", |
| "suffix": "" |
| }, |
| { |
| "first": "`", |
| "middle": [], |
| "last": "", |
| "suffix": "" |
| }, |
| { |
| "first": "Paul", |
| "middle": [], |
| "last": "Holland", |
| "suffix": "" |
| } |
| ], |
| "year": 1975, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Bishop, Yvonne, Stephen Fienberg` and Paul Holland. 1975. Discrete Multivariate Analysis: Theory and Practice. MIT Press, Cambridge, MA.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Context-specific independence in Bayesian networks", |
| "authors": [ |
| { |
| "first": "Craig", |
| "middle": [], |
| "last": "Boutilier", |
| "suffix": "" |
| }, |
| { |
| "first": "Nir", |
| "middle": [], |
| "last": "Friedman", |
| "suffix": "" |
| }, |
| { |
| "first": "Moises", |
| "middle": [], |
| "last": "Goldszmidt", |
| "suffix": "" |
| }, |
| { |
| "first": "Daphne", |
| "middle": [], |
| "last": "Koller", |
| "suffix": "" |
| } |
| ], |
| "year": 1996, |
| "venue": "Proceedings of the Twelfth Conference on Uncertainty in Artificial Intelligence (UAI-96)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Boutilier, Craig, Nir Friedman, Moises Goldszmidt, and Daphne Koller. 1996. Context-specific independence in Bayesian networks. In Proceedings of the Twelfth Conference on Uncertainty in Artificial Intelligence (UAI-96), Portland, OR.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Classification and Regression Trees", |
| "authors": [ |
| { |
| "first": "Leo", |
| "middle": [], |
| "last": "Breiman", |
| "suffix": "" |
| }, |
| { |
| "first": "Jerome", |
| "middle": [], |
| "last": "Friedman", |
| "suffix": "" |
| }, |
| { |
| "first": "Richard", |
| "middle": [], |
| "last": "Olshen", |
| "suffix": "" |
| }, |
| { |
| "first": "Charles", |
| "middle": [], |
| "last": "Stone", |
| "suffix": "" |
| } |
| ], |
| "year": 1984, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Breiman, Leo, Jerome Friedman, Richard Olshen, and Charles Stone. 1984. Classification and Regression Trees.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Advanced Books & Software", |
| "authors": [ |
| { |
| "first": "&", |
| "middle": [], |
| "last": "Wadsworth", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Brooks", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Cole", |
| "suffix": "" |
| } |
| ], |
| "year": null, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Wadsworth & Brooks/Cole Advanced Books & Software, Monterey, CA.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Word-sense disambiguation using decomposable models", |
| "authors": [ |
| { |
| "first": "Rebecca", |
| "middle": [], |
| "last": "Bruce", |
| "suffix": "" |
| }, |
| { |
| "first": "Janyce", |
| "middle": [], |
| "last": "Wiebe", |
| "suffix": "" |
| } |
| ], |
| "year": 1994, |
| "venue": "Proceedings of the 32nd Annual Meeting", |
| "volume": "", |
| "issue": "", |
| "pages": "139--146", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Bruce, Rebecca and Janyce Wiebe. 1994. Word-sense disambiguation using decomposable models. In Proceedings of the 32nd Annual Meeting, pages 139-146. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "The measure of a model", |
| "authors": [ |
| { |
| "first": "Rebecca", |
| "middle": [], |
| "last": "Bruce", |
| "suffix": "" |
| }, |
| { |
| "first": "Janyce", |
| "middle": [], |
| "last": "Wiebe", |
| "suffix": "" |
| }, |
| { |
| "first": "Ted", |
| "middle": [], |
| "last": "Pedersen", |
| "suffix": "" |
| } |
| ], |
| "year": 1996, |
| "venue": "Proceedings of the Conference on Empirical Methods in Natural Language Processing (EMNLP-96)", |
| "volume": "", |
| "issue": "", |
| "pages": "101--112", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Bruce, Rebecca, Janyce Wiebe, and Ted Pedersen. 1996. The measure of a model. In Proceedings of the Conference on Empirical Methods in Natural Language Processing (EMNLP-96), pages 101-112, Philadelphia, PA, May. Association for Computational Linguistics SIGDAT.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "A guide to the literature on learning probabilistic networks from data", |
| "authors": [ |
| { |
| "first": "Wray", |
| "middle": [], |
| "last": "Buntine", |
| "suffix": "" |
| } |
| ], |
| "year": 1996, |
| "venue": "IEEE Transactions on Knowledge and Data Engineering", |
| "volume": "8", |
| "issue": "3", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Buntine, Wray. 1996. A guide to the literature on learning probabilistic networks from data. IEEE Transactions on Knowledge and Data Engineering, 8(3).", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Software for data analysis with graphical models: Basic tools", |
| "authors": [ |
| { |
| "first": "Wray", |
| "middle": [], |
| "last": "Buntine", |
| "suffix": "" |
| }, |
| { |
| "first": "H. Scott", |
| "middle": [], |
| "last": "Roy", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "Fifth International Artificial Intelligence and Statistics Workshop", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Buntine, Wray and H. Scott Roy. 1995. Software for data analysis with graphical models: Basic tools. In Fifth International Artificial Intelligence and Statistics Workshop, Ft. Lauderdale, FL.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Empirical Methods for Artificial Intelligence", |
| "authors": [ |
| { |
| "first": "Paul", |
| "middle": [], |
| "last": "Cohen", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Cohen, Paul. 1995. Empirical Methods for Artificial Intelligence. MIT Press, Cambridge, MA.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Markov fields and log-linear interaction models for contingency tables", |
| "authors": [ |
| { |
| "first": "John", |
| "middle": [], |
| "last": "Darroch", |
| "suffix": "" |
| }, |
| { |
| "first": "Steffen", |
| "middle": [], |
| "last": "Lauritzen", |
| "suffix": "" |
| }, |
| { |
| "first": "Terry", |
| "middle": [], |
| "last": "Speed", |
| "suffix": "" |
| } |
| ], |
| "year": 1980, |
| "venue": "Annals of Statistics", |
| "volume": "8", |
| "issue": "3", |
| "pages": "522--539", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Darroch, John, Steffen Lauritzen, and Terry Speed. 1980. Markov fields and log-linear interaction models for contingency tables. Annals of Statistics, 8(3):522-539.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Bayesian network classifiers", |
| "authors": [ |
| { |
| "first": "Nir", |
| "middle": [], |
| "last": "Friedman", |
| "suffix": "" |
| }, |
| { |
| "first": "Dan", |
| "middle": [], |
| "last": "Geiger", |
| "suffix": "" |
| }, |
| { |
| "first": "Moises", |
| "middle": [], |
| "last": "Goldszmidt", |
| "suffix": "" |
| } |
| ], |
| "year": 1997, |
| "venue": "Machine Learning", |
| "volume": "29", |
| "issue": "", |
| "pages": "131--163", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Friedman, Nir, Dan Geiger, and Moises Goldszmidt. 1997. Bayesian network classifiers. Machine Learning, 29:131-163.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "Contextual dependency and lexical sets", |
| "authors": [ |
| { |
| "first": "Patrick", |
| "middle": [], |
| "last": "Hanks", |
| "suffix": "" |
| } |
| ], |
| "year": 1996, |
| "venue": "International Journal of Corpus Linguistics", |
| "volume": "1", |
| "issue": "1", |
| "pages": "75--98", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hanks, Patrick. 1996. Contextual dependency and lexical sets. International Journal of Corpus Linguistics, 1(1):75-98.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "Statistical decision making method: A case study on prepositional phrase attachment", |
| "authors": [ |
| { |
| "first": "Mehmet", |
| "middle": [], |
| "last": "Kayaalp", |
| "suffix": "" |
| }, |
| { |
| "first": "Ted", |
| "middle": [], |
| "last": "Pedersen", |
| "suffix": "" |
| }, |
| { |
| "first": "Rebecca", |
| "middle": [], |
| "last": "Bruce", |
| "suffix": "" |
| }, |
| { |
| "first": ";", |
| "middle": [], |
| "last": "Madrid", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Spain", |
| "suffix": "" |
| }, |
| { |
| "first": "Adam", |
| "middle": [], |
| "last": "Kilgarriff", |
| "suffix": "" |
| } |
| ], |
| "year": 1992, |
| "venue": "Proceedings of the First International Conference on Language Resources and Evaluation", |
| "volume": "", |
| "issue": "", |
| "pages": "223--228", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kayaalp, Mehmet, Ted Pedersen, and Rebecca Bruce. 1997. Statistical decision making method: A case study on prepositional phrase attachment. In Proceedings of Computational Natural Language Learning (CoNLL-97), Madrid, Spain. Kilgarriff, Adam. 1998. SENSEVAL: An exercise in evaluating word sense disambiguation programs. In Proceedings of the First International Conference on Language Resources and Evaluation, pages 581-588, Granada, Spain, May. Langley, Pat, Wayne Iba, and Kevin Thompson. 1992. An analysis of bayesian classifiers. In Proceedings of the lOth National Conference on Artificial Intelligence (AAAI-92), pages 223-228.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "Local computations with probabilities on graphical structures and their application to expert systems", |
| "authors": [ |
| { |
| "first": "Steffen", |
| "middle": [], |
| "last": "Lauritzen", |
| "suffix": "" |
| }, |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Spiegelhalter", |
| "suffix": "" |
| } |
| ], |
| "year": 1988, |
| "venue": "Journal of the Royal Statistical Society B", |
| "volume": "50", |
| "issue": "2", |
| "pages": "157--224", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Lauritzen, Steffen and David Spiegelhalter. 1988. Local computations with probabilities on graphical structures and their application to expert systems. Journal of the Royal Statistical Society B, 50(2):157-224.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "Corpus-based statistical sense resolution", |
| "authors": [ |
| { |
| "first": "Claudia", |
| "middle": [], |
| "last": "Leacock", |
| "suffix": "" |
| }, |
| { |
| "first": "Geoffrey", |
| "middle": [], |
| "last": "Towell", |
| "suffix": "" |
| }, |
| { |
| "first": "Ellen", |
| "middle": [], |
| "last": "Voorhees", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "Proceedings of the ARPA Workshop on Human Language Technology", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Leacock, Claudia, Geoffrey Towell, and Ellen Voorhees. 1993. Corpus-based statistical sense resolution. In Proceedings of the ARPA Workshop on Human Language Technology, Princeton, NJ.", |
| "links": null |
| }, |
| "BIBREF19": { |
| "ref_id": "b19", |
| "title": "Introduction to the Theory of Statistics", |
| "authors": [ |
| { |
| "first": "Alexander", |
| "middle": [], |
| "last": "Mood", |
| "suffix": "" |
| }, |
| { |
| "first": "Franklin", |
| "middle": [], |
| "last": "Graybill", |
| "suffix": "" |
| }, |
| { |
| "first": "Duane", |
| "middle": [], |
| "last": "Boes", |
| "suffix": "" |
| } |
| ], |
| "year": 1974, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Mood, Alexander, Franklin Graybill, and Duane Boes. 1974. Introduction to the Theory of Statistics. McGraw-Hill, New York, NY.", |
| "links": null |
| }, |
| "BIBREF20": { |
| "ref_id": "b20", |
| "title": "Comparative experiments on disambiguating word senses: An illustration of the role of bias in machine learning", |
| "authors": [ |
| { |
| "first": "Ray", |
| "middle": [], |
| "last": "Mooney", |
| "suffix": "" |
| } |
| ], |
| "year": 1996, |
| "venue": "Proceedings of the Conference on Empirical Methods in Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "82--91", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Mooney, Ray. 1996. Comparative experiments on disambiguating word senses: An illustration of the role of bias in machine learning. In Proceedings of the Conference on Empirical Methods in Natural Language Processing, pages 82-91.", |
| "links": null |
| }, |
| "BIBREF21": { |
| "ref_id": "b21", |
| "title": "Probabilistic Reasoning In Intelligent Systems: Networks of Plausible Inference", |
| "authors": [ |
| { |
| "first": "Judea", |
| "middle": [], |
| "last": "Pearl", |
| "suffix": "" |
| } |
| ], |
| "year": 1988, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Pearl, Judea. 1988. Probabilistic Reasoning In Intelligent Systems: Networks of Plausible Inference. Morgan Kaufmann, San Mateo, CA.", |
| "links": null |
| }, |
| "BIBREF22": { |
| "ref_id": "b22", |
| "title": "A new supervised learning algorithm for word sense disambiguation", |
| "authors": [ |
| { |
| "first": "Ted", |
| "middle": [], |
| "last": "Pedersen", |
| "suffix": "" |
| }, |
| { |
| "first": "Rebecca", |
| "middle": [], |
| "last": "Bruce", |
| "suffix": "" |
| } |
| ], |
| "year": 1997, |
| "venue": "Proceedings of the 14th National Conference on Artificial Intelligence (AAAI-97)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Pedersen, Ted and Rebecca Bruce. 1997. A new supervised learning algorithm for word sense disambiguation. In Proceedings of the 14th National Conference on Artificial Intelligence (AAAI-97), Providence, RI.", |
| "links": null |
| }, |
| "BIBREF23": { |
| "ref_id": "b23", |
| "title": "A linear observed time statistical parser based on maximum entropy", |
| "authors": [ |
| { |
| "first": "Ted", |
| "middle": [], |
| "last": "Pedersen", |
| "suffix": "" |
| }, |
| { |
| "first": "Rebecca", |
| "middle": [], |
| "last": "Bruce", |
| "suffix": "" |
| }, |
| { |
| "first": "Janyce", |
| "middle": [], |
| "last": "Wiebe", |
| "suffix": "" |
| }, |
| { |
| "first": ";", |
| "middle": [], |
| "last": "", |
| "suffix": "" |
| }, |
| { |
| "first": "Noel", |
| "middle": [], |
| "last": "Cressie", |
| "suffix": "" |
| } |
| ], |
| "year": 1988, |
| "venue": "Proceedings of the Second Conference on Empirical Methods in Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Pedersen, Ted, Rebecca Bruce, and Janyce Wiebe. 1997. Sequential model selection for word sense disambiguation. In Proceedings of the Fifth Conference on Applied Natural Language Processing (ANLP-97), Washington, DC. Ratnaparkhi, Adwait. 1997. A linear observed time statistical parser based on maximum entropy. In Proceedings of the Second Conference on Empirical Methods in Natural Language Processing, Providence, RI. Read, Timothy and Noel Cressie. 1988. Goodness-of-Jit Statistics for Discrete Multivariate Data. Springer-Verlag Inc., New York NY.", |
| "links": null |
| }, |
| "BIBREF24": { |
| "ref_id": "b24", |
| "title": "Estimating the dimension of a model", |
| "authors": [ |
| { |
| "first": "Gideon", |
| "middle": [], |
| "last": "Schwarz", |
| "suffix": "" |
| } |
| ], |
| "year": 1978, |
| "venue": "The Annals of Statistics", |
| "volume": "6", |
| "issue": "2", |
| "pages": "461--464", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Schwarz, Gideon. 1978. Estimating the dimension of a model. The Annals of Statistics, 6(2):461-464.", |
| "links": null |
| }, |
| "BIBREF25": { |
| "ref_id": "b25", |
| "title": "Graphical Models In Applied Multivariate Statistics", |
| "authors": [ |
| { |
| "first": "Joe", |
| "middle": [], |
| "last": "Whittaker", |
| "suffix": "" |
| } |
| ], |
| "year": 1990, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Whittaker, Joe. 1990. Graphical Models In Applied Multivariate Statistics. John Wiley & Sons, New York NY.", |
| "links": null |
| }, |
| "BIBREF26": { |
| "ref_id": "b26", |
| "title": "Probabilistic event categorization", |
| "authors": [ |
| { |
| "first": "Janyce", |
| "middle": [], |
| "last": "Wiebe", |
| "suffix": "" |
| }, |
| { |
| "first": "Rebecca", |
| "middle": [], |
| "last": "Bruce", |
| "suffix": "" |
| }, |
| { |
| "first": "Lei", |
| "middle": [], |
| "last": "Duan", |
| "suffix": "" |
| } |
| ], |
| "year": 1997, |
| "venue": "Proceedings of the Second \u2022 International Conference on Recent Advances in NLP (RANLP-97)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Wiebe, Janyce, Rebecca Bruce, and Lei Duan. 1997. Probabilistic event categorization. In Proceedings of the Second \u2022 International Conference on Recent Advances in NLP (RANLP-97), Tzigov Chark, Bulgaria.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF1": { |
| "type_str": "figure", |
| "uris": null, |
| "text": "b, c, d, e) = P(a ] b, c, d, e)P(b [ c, d, e)P(c ] d, e)P(d ] e)P(e) (4) The dependency graph of the model corresponding to this equation is shown in Figure l(a). Applying (Ch) to (4), the following factorization can be performed, by the definition of conditional independence. P(a ] b, c, d, e) = P(a [ c, d, e) (5) The resulting model is: P(a, b, c, d, e) = P(a ] c, d, e)P(b ] c, d, e)P(c ] d, e)P(d ] e)P(e) P(a, c, d, e) P(b, c, d, e) P(c, d, e) P(d, e) p P(c,d,e) P(c,d,e) P(d,e) ~(e) (e) P(a, c, d, e)P(b, c, d, e) P(c, d, e)(6)The dependency graph of the model containing (CIt) is shown inFigure l(b).Factorization (5) can be understood in terms of this dependency graph by noting that the neighbors of A in this graph are {C, D, E} (and not {B, C, D, E}).Applying (CI2) to (6): P(a I c, d, e) = P(a I d, e)", |
| "num": null |
| }, |
| "FIGREF2": { |
| "type_str": "figure", |
| "uris": null, |
| "text": "b, c, d, e) = P(a I d, e)P(b I c, d, e)P(c I d, e)P(d I e)P(e) P(a, d, e)P(b, c, d, e) P(d,e)", |
| "num": null |
| }, |
| "FIGREF3": { |
| "type_str": "figure", |
| "uris": null, |
| "text": "a, b, c, el, e) = P(a I c l, e)P(b [ d, e)P(c l d, e)P(d l e)P(e ) = P(a, d, e)P(b, d, e)P(c, d, e) (10) P(d,e)P(d,e)", |
| "num": null |
| } |
| } |
| } |
| } |