ACL-OCL / Base_JSON /prefixP /json /P93 /P93-1024.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "P93-1024",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T08:52:08.963882Z"
},
"title": "CLUSTERING OF ENGLISH WORDS",
"authors": [
{
"first": "Fernando",
"middle": [],
"last": "Pereira",
"suffix": "",
"affiliation": {
"laboratory": "AT&T Bell Laboratories",
"institution": "",
"location": {
"addrLine": "600 Mountain Ave. Murray Hill",
"postCode": "07974",
"region": "NJ",
"country": "USA"
}
},
"email": "pereira@research@att.com"
},
{
"first": "Naftali",
"middle": [],
"last": "Tishby",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Hebrew University",
"location": {
"postCode": "91904",
"settlement": "Jerusalem",
"country": "Israel"
}
},
"email": "tishby@cs@hu]i.ac.il"
},
{
"first": "Lillian",
"middle": [],
"last": "Lee",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Cornell University Ithaca",
"location": {
"postCode": "14850",
"region": "NY",
"country": "USA"
}
},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "We describe and evaluate experimentally a method for clustering words according to their distribution in particular syntactic contexts. Words are represented by the relative frequency distributions of contexts in which they appear, and relative entropy between those distributions is used as the similarity measure for clustering. Clusters are represented by average context distributions derived from the given words according to their probabilities of cluster membership. In many cases, the clusters can be thought of as encoding coarse sense distinctions. Deterministic annealing is used to find lowest distortion sets of clusters: as the annealing parameter increases, existing clusters become unstable and subdivide, yielding a hierarchical \"soft\" clustering of the data. Clusters are used as the basis for class models of word coocurrence, and the models evaluated with respect to held-out test data.",
"pdf_parse": {
"paper_id": "P93-1024",
"_pdf_hash": "",
"abstract": [
{
"text": "We describe and evaluate experimentally a method for clustering words according to their distribution in particular syntactic contexts. Words are represented by the relative frequency distributions of contexts in which they appear, and relative entropy between those distributions is used as the similarity measure for clustering. Clusters are represented by average context distributions derived from the given words according to their probabilities of cluster membership. In many cases, the clusters can be thought of as encoding coarse sense distinctions. Deterministic annealing is used to find lowest distortion sets of clusters: as the annealing parameter increases, existing clusters become unstable and subdivide, yielding a hierarchical \"soft\" clustering of the data. Clusters are used as the basis for class models of word coocurrence, and the models evaluated with respect to held-out test data.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "Methods for automatically classifying words according to their contexts of use have both scientific and practical interest. The scientific questions arise in connection to distributional views of linguistic (particularly lexical) structure and also in relation to the question of lexical acquisition both from psychological and computational learning perspectives. From the practical point of view, word classification addresses questions of data sparseness and generalization in statistical language models, particularly models for deciding among alternative analyses proposed by a grammar.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "INTRODUCTION",
"sec_num": null
},
{
"text": "It is well known that a simple tabulation of frequencies of certain words participating in certain configurations, for example of frequencies of pairs of a transitive main verb and the head noun of its direct object, cannot be reliably used for comparing the likelihoods of different alternative configurations. The problemis that for large enough corpora the number of possible joint events is much larger than the number of event occurrences in the corpus, so many events are seen rarely or never, making their frequency counts unreliable estimates of their probabilities. Hindle (1990) proposed dealing with the sparseness problem by estimating the likelihood of unseen events from that of \"similar\" events that have been seen. For instance, one may estimate the likelihood of a particular direct object for a verb from the likelihoods of that direct object for similar verbs. This requires a reasonable definition of verb similarity and a similarity estimation method. In Hindle's proposal, words are similar if we have strong statistical evidence that they tend to participate in the same events. His notion of similarity seems to agree with our intuitions in many cases, but it is not clear how it can be used directly to construct word classes and corresponding models of association. Our research addresses some of the same questions and uses similar raw data, but we investigate how to factor word association tendencies into associations of words to certain hidden senses classes and associations between the classes themselves. While it may be worth basing such a model on preexisting sense classes (Resnik, 1992) , in the work described here we look at how to derive the classes directly from distributional data. More specifically, we model senses as probabilistic concepts or clusters c with corresponding cluster membership probabilities p(clw ) for each word w. Most other class-based modeling techniques for natural language rely instead on \"hard\" Boolean classes (Brown et al., 1990) . Class construction is then combinatorially very demanding and depends on frequency counts for joint events involving particular words, a potentially unreliable source of information as noted above. Our approach avoids both problems.",
"cite_spans": [
{
"start": 575,
"end": 588,
"text": "Hindle (1990)",
"ref_id": "BIBREF7"
},
{
"start": 1610,
"end": 1624,
"text": "(Resnik, 1992)",
"ref_id": null
},
{
"start": 1981,
"end": 2001,
"text": "(Brown et al., 1990)",
"ref_id": "BIBREF0"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "INTRODUCTION",
"sec_num": null
},
{
"text": "In what follows, we will consider two major word classes, 12 and Af, for the verbs and nouns in our experiments, and a single relation between them, in our experiments the relation between a transitive main verb and the head noun of its direct object. Our raw knowledge about the relation consists of the frequencies f~n of occurrence of particular pairs (v,n) in the required configuration in a training corpus. Some form of text analysis is required to collect such a collection of pairs. The corpus used in our first experiment was derived from newswire text automatically parsed by Hindle's parser Fidditch (Hindle, 1993) . More recently, we have constructed similar tables with the help of a statistical part-of-speech tagger (Church, 1988) and of tools for regular expression pattern matching on tagged corpora (Yarowsky, 1992) . We have not yet compared the accuracy and coverage of the two methods, or what systematic biases they might introduce, although we took care to filter out certain systematic errors, for instance the misparsing of the subject of a complement clause as the direct object of a main verb for report verbs like \"say\".",
"cite_spans": [
{
"start": 586,
"end": 625,
"text": "Hindle's parser Fidditch (Hindle, 1993)",
"ref_id": null
},
{
"start": 731,
"end": 745,
"text": "(Church, 1988)",
"ref_id": "BIBREF2"
},
{
"start": 817,
"end": 833,
"text": "(Yarowsky, 1992)",
"ref_id": "BIBREF12"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Problem Setting",
"sec_num": null
},
{
"text": "We will consider here only the problem of classifying nouns according to their distribution as direct objects of verbs; the converse problem is formally similar. More generally, the theoretical basis for our method supports the use of clustering to build models for any n-ary relation in terms of associations between elements in each coordinate and appropriate hidden units (cluster centroids) and associations between thosehidden units.",
"cite_spans": [
{
"start": 375,
"end": 394,
"text": "(cluster centroids)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Problem Setting",
"sec_num": null
},
{
"text": "For the noun classification problem, the empirical distribution of a noun n is then given by the conditional distribution p,~(v) = f~./ ~v f\"~\"",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Problem Setting",
"sec_num": null
},
{
"text": "The problem we study is how to use the Pn to classify the n EAf. Our classification method will construct a set C of clusters and cluster membership probabilities p(c]n). Each cluster c is associated to a cluster centroid Pc, which is a distribution over l; obtained by averaging appropriately the pn.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Problem Setting",
"sec_num": null
},
{
"text": "To cluster nouns n according to their conditional verb distributions Pn, we need a measure of similarity between distributions. We use for this purpose the relative entropy or Kullback-Leibler (KL) ",
"cite_spans": [
{
"start": 176,
"end": 197,
"text": "Kullback-Leibler (KL)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Distributional Similarity",
"sec_num": null
},
{
"text": "distance between two distributions O(p I[ q) = ZP(x) log p(x) : q(x)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Distributional Similarity",
"sec_num": null
},
{
"text": "This is a natural choice for a variety of reasons, which we will just sketch here)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Distributional Similarity",
"sec_num": null
},
{
"text": "First of all, D(p I[ q)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Distributional Similarity",
"sec_num": null
},
{
"text": "is zero just when p = q, and it increases as the probability decreases that p is the relative frequency distribution of a random sample drawn according to q. More formally, the probability mass given by q to the set of all samples of length n with relative frequency distribution p is bounded by exp-nn(p I] q) (Cover and Thomas, 1991) . Therefore, if we are trying to distinguish among hypotheses qi when p is the relative frequency distribution of observations, D(p II ql) gives the relative weight of evidence in favor of qi. Furthermore, a similar relation holds between D(p IIP') for two empirical distributions p and p' and the probability that p and p~ are drawn from the same distribution q. We can thus use the relative entropy between the context distributions for two words to measure how likely they are to be instances of the same cluster centroid.",
"cite_spans": [
{
"start": 322,
"end": 335,
"text": "Thomas, 1991)",
"ref_id": "BIBREF3"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Distributional Similarity",
"sec_num": null
},
{
"text": "aA more formal discussion will appear in our paper Distributional Clustering, in preparation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Distributional Similarity",
"sec_num": null
},
{
"text": "From an information theoretic perspective D(p ]1 q) measures how inefficient on average it would be to use a code based on q to encode a variable distributed according to p. With respect to our problem, D(pn H Pc) thus gives us the information loss in using cluster centroid Pc instead of the actual distribution pn for word n when modeling the distributional properties of n. Finally, relative entropy is a natural measure of similarity between distributions for clustering because its minimization leads to cluster centroids that are a simple weighted average of member distributions.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Distributional Similarity",
"sec_num": null
},
{
"text": "One technical difficulty is that D(p [1 p') is not defined when p'(x) = 0 but p(x) > 0. We could sidestep this problem (as we did initially) by smoothing zero frequencies appropriately (Church and Gale, 1991) . However, this is not very satisfactory because one of the goals of our work is precisely to avoid the problems of data sparseness by grouping words into classes. It turns out that the problem is avoided by our clustering technique, since it does not need to compute the KL distance between individual word distributions, but only between a word distribution and average distributions, the current cluster centroids, which are guaranteed to be nonzero whenever the word distributions are. This is a useful advantage of our method compared with agglomerative clustering techniques that need to compare individual objects being considered for grouping.",
"cite_spans": [
{
"start": 185,
"end": 208,
"text": "(Church and Gale, 1991)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Distributional Similarity",
"sec_num": null
},
{
"text": "In general, we are interested in how to organize a set of linguistic objects such as words according to the contexts in which they occur, for instance grammatical constructions or n-grams. We will show elsewhere that the theoretical analysis outlined here applies to that more general problem, but for now we will only address the more specific problem in which the objects are nouns and the contexts are verbs that take the nouns as direct objects.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "THEORETICAL BASIS",
"sec_num": null
},
{
"text": "Our problem can be seen as that of learning a joint distribution of pairs from a large sample of pairs. The pair coordinates come from two large sets ./kf and 12, with no preexisting internal structure, and the training data is a sequence S of N independently drawn pairs",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "THEORETICAL BASIS",
"sec_num": null
},
{
"text": "Si = (ni, vi) 1 < i < N .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "THEORETICAL BASIS",
"sec_num": null
},
{
"text": "From a learning perspective, this problem falls somewhere in between unsupervised and supervised learning. As in unsupervised learning, the goal is to learn the underlying distribution of the data. But in contrast to most unsupervised learning settings, the objects involved have no internal structure or attributes allowing them to be compared with each other. Instead, the only information about the objects is the statistics of their joint appearance. These statistics can thus be seen as a weak form of object labelling analogous to supervision.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "THEORETICAL BASIS",
"sec_num": null
},
{
"text": "While clusters based on distributional similarity are interesting on their own, they can also be profitably seen as a means of summarizing a joint distribution. In particular, we would like to find a set of clusters C such that each conditional dis-",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Distributional Clustering",
"sec_num": null
},
{
"text": "tribution pn(v) can be approximately decomposed as p,(v) = ~p(cln)pc(v) , cEC",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Distributional Clustering",
"sec_num": null
},
{
"text": "where p(c[n) is the membership probability of n in c and pc(v) = p(vlc ) is v's conditional probability",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Distributional Clustering",
"sec_num": null
},
{
"text": "given by the centroid distribution for cluster c. The above decomposition can be written in a more symmetric form as",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Distributional Clustering",
"sec_num": null
},
{
"text": "~(n,v) = ~_,p(c,n)p(vlc ) cEC = ~-~p(c)P(nlc)P(Vlc) (1) cEC",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Distributional Clustering",
"sec_num": null
},
{
"text": "assuming that p(n) and /5(n) coincide. We will take (1) as our basic clustering model.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Distributional Clustering",
"sec_num": null
},
{
"text": "To determine this decomposition we need to solve the two connected problems of finding suitable forms for the cluster membership p(c[n) and the centroid distributions p(vlc), and of maximizing the goodness of fit between the model distribution 15(n, v) and the observed data.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Distributional Clustering",
"sec_num": null
},
{
"text": "Goodness of fit is determined by the model's likelihood of the observations. The maximum likelihood (ML) estimation principle is thus the natural tool to determine the centroid distributions pc(v).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Distributional Clustering",
"sec_num": null
},
{
"text": "As for the membership probabilities, they must be determined solely by the relevant measure of object-to-cluster similarity, which in the present work is the relative entropy between object and cluster centroid distributions. Since no other information is available, the membership is determined by maximizing the configuration entropy for a fixed average distortion. With the maximum entropy (ME) membership distribution, ML estimation is equivalent to the minimization of the average distortion of the data. The combined entropy maximization entropy and distortion minimization is carried out by a two-stage iterative process similar to the EM method (Dempster et al., 1977) . The first stage of an iteration is a maximum likelihood, or minimum distortion, estimation of the cluster centroids given fixed membership probabilities. In the second stage of each iteration, the entropy of the membership distribution is maximized for a fixed average distortion. This joint optimization searches for a saddle point in the distortion-entropy parameters, which is equivalent to minimizing a linear combination of the two known as free energy in statistical mechanics.",
"cite_spans": [
{
"start": 653,
"end": 676,
"text": "(Dempster et al., 1977)",
"ref_id": "BIBREF5"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Distributional Clustering",
"sec_num": null
},
{
"text": "This analogy with statistical mechanics is not coincidental, and provides a better understanding of the clustering procedure.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Distributional Clustering",
"sec_num": null
},
{
"text": "Likelihood Cluster Centroids For the maximum likelihood argument, we start by estimating the likelihood of the sequence S of N independent observations of pairs (ni,vi ",
"cite_spans": [
{
"start": 161,
"end": 167,
"text": "(ni,vi",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Maximum",
"sec_num": null
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "1 v( lni, ~(ni, vi) --p(c)p(ni[c)p(vi[c)",
"eq_num": "(3)"
}
],
"section": "Maximum",
"sec_num": null
},
{
"text": "for any c. 2 Substituting (3) into (2), we obtain",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Maximum",
"sec_num": null
},
{
"text": "N (,logp(n, lc)) ~l(S) = ZZp(clni,vi) + (4) logp(vi Ic) i=1 cEC",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Maximum",
"sec_num": null
},
{
"text": "since ~flogp --@/p. This expression is particularly useful when the cluster distributions p(n [c) and p(vlc ) have an exponential form, precisely what will be provided by the ME step described below. At this point we need to specify the clustering model in more detail. In the derivation so far we have treated, p(n c) and p(v c) symmetrically, corresponding to clusters not of verbs or nouns but of verb-noun associations. In principle such a symmetric model may be more accurate, but in this paper we will concentrate on asymmetric models in which cluster memberships are associated to just one of the components of the joint distribution and the cluster centroids are specified only by the other component. In particular, the model we use in our experiments has noun clusters with cluster memberships determined by p(nlc) and centroid distributions determined by p(vlc ).",
"cite_spans": [
{
"start": 94,
"end": 97,
"text": "[c)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Maximum",
"sec_num": null
},
{
"text": "The asymmetric model simplifies the estimation significantly by dealing with a single component, but it has the disadvantage that the joint distribution, p(n, v) has two different and not necessarily consistent expressions in terms of asymmetric models for the two coordinates.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Maximum",
"sec_num": null
},
{
"text": "2As usual in clustering models (Duda and Hart, 1973) , we assume that the model distribution and the empirical distribution are interchangeable at the solution of the parameter estimation equations, since the model is assumed to be able to represent correctly the data at that solution point. In practice, the data may not come exactly from the chosen model class, but the model obtained by solving the estimation equations may still be the closest one to the data.",
"cite_spans": [
{
"start": 31,
"end": 52,
"text": "(Duda and Hart, 1973)",
"ref_id": "BIBREF6"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Maximum",
"sec_num": null
},
{
"text": "While variations of p(nlc ) and p(vlc ) iri equation 4are not independent, we can treat them separately. First, for fixed average distortion between the cluster centroid distributions p(vlc ) and the data p(vln), we find the cluster membership probabilities, which are the Bayes inverses of the p(nlc), that maximize the entropy of the cluster distributions. With the membership distributions thus obtained, we then look for the p(vlc ) that maximize the log likelihood l(S). It turns out that this will also be the values ofp(vlc) that minimize the average distortion between the asymmetric cluster model and the data. At the log-likelihood maximum, this variation must vanish. We will see below that the use of relative entropy for similarity measure makes 6 log Zc vanish at the maximum as well, so the log likelihood can be maximized by minimizing the average distortion with respect to the class centroids while class membership is kept fixed 1 p(njc)6d(n,e)= o , ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Maximum Entropy Cluster Membership",
"sec_num": null
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "p(nlc) = Z-\u00a2 exp -rid(n, c) (7) 1 p(cJn) = ~ exp -rid(n, c)",
"eq_num": "(8)"
}
],
"section": "Maximum Entropy Cluster Membership",
"sec_num": null
},
{
"text": "( -~evP(V[n)l\u00b0gp(v[c) ) ~d(n,c) = ~ + A\u00a2(E,~ev p(vlc) -1) = ~-~( p(vln)+AO,p(vlc ) v(vl )",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Maximum Entropy Cluster Membership",
"sec_num": null
},
{
"text": "Substituting this expression into (10), we obtain",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Maximum Entropy Cluster Membership",
"sec_num": null
},
{
"text": "Since the ~p(vlc ) are now independent, we obtain immediately the desired centroid expression (11), which is the desired weighted average of noun distributions.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": ", ,~ v p(vlc)",
"sec_num": null
},
{
"text": "We can now see that the variation (5 log Z~ vanishes for centroid distributions given by (11), since it follows from (10) that ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": ", ,~ v p(vlc)",
"sec_num": null
},
{
"text": "where T =/~-1 is the temperature.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "O~ OF H -OT '",
"sec_num": null
},
{
"text": "The most important property of the free energy is that its minimum determines the balance between the \"disordering\" maximum entropy and \"ordering\" distortion minimization in which the system is most likely to be found. In fact the probability to find the system at a given configuration is exponential in F Pocexp-flF , so a system is most likely to be found in its minimal free energy configuration.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "O~ OF H -OT '",
"sec_num": null
},
{
"text": "The analogy with statistical mechanics suggests a deterministic annealing procedure for clustering Rose et al., 1990) , in which the number of clusters s determined through a sequence of phase transitions by continuously increasing the parameter/? following an annealing schedule. The higher is fl, the more local is the influence of each noun on the definition of centroids. Distributional similarity plays here the role of distortion. When the scale parameter fl is close to zero, the similarity is almost irrelevant. All words contribute about equally to each centroid, and so the lowest average distortion solution involves just one cluster whose centroid is the average of all word distributions. As fl is slowly increased, a critical point is eventually reached for which the lowest F solution involves two distinct centroids. We say then that the original cluster has split into the two new clusters.",
"cite_spans": [
{
"start": 99,
"end": 117,
"text": "Rose et al., 1990)",
"ref_id": "BIBREF10"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Hierarchical Clustering",
"sec_num": null
},
{
"text": "In general, if we take any cluster c and a twin c' of c such that the centroid Pc' is a small random perturbation of Pc, below the critical fl at which c splits the membership and centroid reestimation procedure given by equations (8) and (11) will make pc and Pc, converge, that is, c and c' are really the same cluster. But with fl above the critical value for c, the two centroids will diverge, giving rise to two daughters of c.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Hierarchical Clustering",
"sec_num": null
},
{
"text": "Our clustering procedure is thus as follows. We start with very low /3 and a single cluster whose centroid is the average of all noun distributions. For any given fl, we have a current set of leaf clusters corresponding to the current free energy (local) minimum. To refine such a solution, we search for the lowest fl which is the critical value for some current leaf cluster splits. Ideally, there is just one split at that critical value, but for practical performance and numerical accuracy reasons we may have several splits at the new critical point. The splitting procedure can then be repeated to achieve the desired number of clusters or model cross-entropy. involve the asymmetric model described in the previous section. As explained there, our clustering procedure yields for each value of ~ a set CZ of clusters minimizing the free energy F, and the asymmetric model for fl estimates the conditional verb distribution for a noun n by cECB where p(cln ) also depends on ft.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Hierarchical Clustering",
"sec_num": null
},
{
"text": "As a first experiment, we used our method to classify the 64 nouns appearing most frequently as heads of direct objects of the verb \"fire\" in one year (1988) of Associated Press newswire. In this corpus, the chosen nouns appear as direct object heads of a total of 2147 distinct verbs, so each noun is represented by a density over the 2147 verbs. Figure 1 shows the four words most similar to each cluster centroid, and the corresponding wordcentroid KL distances, for the four clusters resulting from the first two cluster splits. It can be seen that first split separates the objects corresponding to the weaponry sense of \"fire\" (cluster 1) from the ones corresponding to the personnel action (cluster 2). The second split then further refines the weaponry sense into a projectile sense (cluster 3) and a gun sense (cluster 4). That split is somewhat less sharp, possibly because not enough distinguishing contexts occur in the corpus. Figure 2 shows the four closest nouns to the centroid of each of a set of hierarchical clusters derived from verb-object pairs involving the 1000 most frequent nouns in the June 1991 electronic version of Grolier's Encyclopedia (10 mil However, we also need to evaluate clustering more rigorously as a basis for models of distributional relationships. So, far, we have looked at two kinds of measurements of model quality: (i) relative entropy between held-out data and the asymmetric model, and (ii) performance on the task of deciding which of two verbs is more likely to take a given noun as direct object when the data relating one of the verbs to the noun has been withheld from the training data.",
"cite_spans": [],
"ref_spans": [
{
"start": 348,
"end": 356,
"text": "Figure 1",
"ref_id": null
},
{
"start": 940,
"end": 948,
"text": "Figure 2",
"ref_id": "FIGREF4"
}
],
"eq_spans": [],
"section": "Hierarchical Clustering",
"sec_num": null
},
{
"text": "The evaluation described below was performed on the largest data set we have worked with so far, extracted from 44 million words of 1988 Associated Press newswire with the pattern matching techniques mentioned earlier. This collection process yielded 1112041 verb-object pairs. We selected then the subset involving the 1000 most frequent nouns in the corpus for clustering, and randomly divided it into a training set of 756721 pairs and a test set of 81240 pairs. Figure 3 plots the unweighted average relative entropy, in bits, of several test sets to asymmetric clustered models of different sizes, given by 1 ~,,eAr, D(t,,ll/~-), where Aft is the set of direct objects in the test set and t,~ is the relative frequency distribution of verbs taking n as direct object in the test set. 3 For each critical value of f?, we show the relative entropy with respect to awe use unweighted averages because we are interested her on how well the noun distributions are approximated by the cluster model. If we were interested on the total information loss of using the asymmetric model to encode a test corpus, we would instead use the asymmetric model based on gp of the training set (set train), of randomly selected held-out test set (set test), and of held-out data for a further 1000 nouns that were not clustered (set new).",
"cite_spans": [],
"ref_spans": [
{
"start": 466,
"end": 474,
"text": "Figure 3",
"ref_id": null
}
],
"eq_spans": [],
"section": "Hierarchical Clustering",
"sec_num": null
},
{
"text": "Unsurprisingly, the training set relative entropy decreases monotonically. The test set relative entropy decreases to a minimum at 206 clusters, and then starts increasing, suggesting that larger models are overtrained.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relative Entropy",
"sec_num": null
},
{
"text": "The new noun test set is intended to test whether clusters based on the 1000 most frequent nouns are useful classifiers for the selectional properties of nouns in general. Since the nouns in the test set pairs do not occur in the training set, we do not have their cluster membership probabilities that are needed in the asymmetric model. Instead, for each noun n in the test set, we classify it with respect to the clusters by setting p(cln) = exp -DD(p,~ I lc)/Z, where p,~ is the empirical conditional verb distribution for n given by the test set. These cluster membership estimates were then used in the asymmetric model and the test set relative entropy calculated as before. As the figure shows, the cluster model provides over one bit of information about the selectional properties of the new nouns, but the overtraining effect is even sharper than for the held-out data involving the 1000 clustered nouns.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relative Entropy",
"sec_num": null
},
{
"text": "We also evaluated asymmetric cluster models on a verb decision task closer to possible applications to disambiguation in language analysis. The task consists judging which of two verbs v and v' is more likely to take a given noun n as object, when all occurrences of (v, n) in the training set were deliberately deleted. Thus this test evaluates how well the models reconstruct missing data in the the weighted average ~,~e~t fnD (t,~ll~,,) where f,, is the relative frequency of n in the test set. verb distribution for n from the cluster centroids close to n.",
"cite_spans": [
{
"start": 430,
"end": 440,
"text": "(t,~ll~,,)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Decision Task",
"sec_num": null
},
{
"text": "The data for this test was built from the training data for the previous one in the following way, based on a suggestion by Dagan et al. (1993) . 104 noun-verb pairs with a fairly frequent verb (between 500 and 5000 occurrences) were randomly picked, and all occurrences of each pair in the training set were deleted. The resulting training set was used to build a sequence of cluster models as before. Each model was used to decide which of two verbs v and v ~ are more likely to appear with a noun n where the (v, n) data was deleted from the training set, and the decisions were compared with the corresponding ones derived from the original event frequencies in the initial data set. The error rate for each model is simply the proportion of disagreements for the selected (v, n, v t) triples. Figure 4 shows the error rates for each model for all the selected (v, n, v ~) (al 0 and for just those exceptional triples in which the conditional ratio p(n, v)/p(n, v ~) is on the opposite side of 1 from the marginal ratio p(v)/p (v~) . In other words, the exceptional cases are those in which predictions based just on the marginal frequencies, which the initial one-cluster model represents, would be consistently wrong.",
"cite_spans": [
{
"start": 124,
"end": 143,
"text": "Dagan et al. (1993)",
"ref_id": "BIBREF4"
},
{
"start": 1031,
"end": 1035,
"text": "(v~)",
"ref_id": null
}
],
"ref_spans": [
{
"start": 798,
"end": 806,
"text": "Figure 4",
"ref_id": null
}
],
"eq_spans": [],
"section": "Decision Task",
"sec_num": null
},
{
"text": "Here too we see some overtraining for the largest models considered, although not for the exceptional verbs.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Decision Task",
"sec_num": null
},
{
"text": "We have demonstrated that a general divisive clustering procedure for probability distributions can be used to group words according to their participation in particular grammatical relations with other words. The resulting clusters are intuitively informative, and can be used to construct classbased word coocurrence models with substantial predictive power.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "CONCLUSIONS",
"sec_num": null
},
{
"text": "While the clusters derived by the proposed method seem in many cases semantically significant, this intuition needs to be grounded in a more rigorous assessment. In addition to predictive power evaluations of the kind we have already carried out, it might be worth comparing automatically-derived clusters with human judge: ments in a suitable experimental setting.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "CONCLUSIONS",
"sec_num": null
},
{
"text": "Moving further in the direction of class-based language models, we plan to consider additional distributional relations (for instance, adjectivenoun) and apply the results of clustering to the grouping of lexical associations in lexicalized grammar frameworks such as stochastic lexicalized tree-adjoining grammars (Schabes, 1992) .",
"cite_spans": [
{
"start": 315,
"end": 330,
"text": "(Schabes, 1992)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "CONCLUSIONS",
"sec_num": null
}
],
"back_matter": [
{
"text": "We would like to thank Don Hindle for making available the 1988 Associated Press verb-object data set, the Fidditch parser and a verb-object structure filter, Mats Rooth for selecting the objects of \"fire\" data set and many discussions, David Yarowsky for help with his stemming and concordancing tools, andIdo Dagan for suggesting ways of testing cluster models.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "ACKNOWLEDGMENTS",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Class-based n-gram models of natural language",
"authors": [
{
"first": "F",
"middle": [],
"last": "Peter",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Brown",
"suffix": ""
},
{
"first": "J",
"middle": [
"Della"
],
"last": "Vincent",
"suffix": ""
},
{
"first": "Peter",
"middle": [
"V"
],
"last": "Pietra",
"suffix": ""
},
{
"first": "Jenifer",
"middle": [
"C"
],
"last": "Desouza",
"suffix": ""
},
{
"first": "Robert",
"middle": [
"L"
],
"last": "Lal",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Mercer",
"suffix": ""
}
],
"year": 1990,
"venue": "Proceedings of the IBM Natural Language ITL",
"volume": "",
"issue": "",
"pages": "283--298",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Peter F. Brown, Vincent J. Della Pietra, Peter V. deS- ouza, Jenifer C. Lal, and Robert L. Mercer. 1990. Class-based n-gram models of natural language. In Proceedings of the IBM Natural Language ITL, pages 283-298, Paris, France, March.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "A comparison of the enhanced Good-Turing and deleted estimation methods for estimating probabilities of English bigrams",
"authors": [
{
"first": "W",
"middle": [],
"last": "Kenneth",
"suffix": ""
},
{
"first": "William",
"middle": [
"A"
],
"last": "Church",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Gale",
"suffix": ""
}
],
"year": 1991,
"venue": "Computer Speech and Language",
"volume": "5",
"issue": "",
"pages": "19--54",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kenneth W. Church and William A. Gale. 1991. A comparison of the enhanced Good-Turing and deleted estimation methods for estimating proba- bilities of English bigrams. Computer Speech and Language, 5:19-54.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "A stochastic parts program and noun phrase parser for unrestricted text",
"authors": [
{
"first": "Kenneth",
"middle": [
"W"
],
"last": "Church",
"suffix": ""
}
],
"year": 1988,
"venue": "Proceedings of the Second Conference on Applied Natural Language Processing",
"volume": "",
"issue": "",
"pages": "136--143",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kenneth W. Church. 1988. A stochastic parts pro- gram and noun phrase parser for unrestricted text. In Proceedings of the Second Conference on Applied Natural Language Processing, pages 136-143, Austin, Texas. Association for Compu- tational Linguistics, Morristown, New Jersey.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Elements of Information Theory",
"authors": [
{
"first": "M",
"middle": [],
"last": "Thomas",
"suffix": ""
},
{
"first": "Joy",
"middle": [
"A"
],
"last": "Cover",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Thomas",
"suffix": ""
}
],
"year": 1991,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Thomas M. Cover and Joy A. Thomas. 1991. Ele- ments of Information Theory. Wiley-Interscience, New York, New York.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Contextual word similarity and estimation from sparse data",
"authors": [
{
"first": "Shaul",
"middle": [],
"last": "Ido Dagan",
"suffix": ""
},
{
"first": "Shaul",
"middle": [],
"last": "Markus",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Markovitch",
"suffix": ""
}
],
"year": 1993,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ido Dagan, Shaul Markus, and Shaul Markovitch. 1993. Contextual word similarity and estimation from sparse data. In these proceedings.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Maximum likelihood from incomplete data via the EM algorithm",
"authors": [
{
"first": "A",
"middle": [
"P"
],
"last": "Dempster",
"suffix": ""
},
{
"first": "N",
"middle": [
"M"
],
"last": "Laird",
"suffix": ""
},
{
"first": "D",
"middle": [
"B"
],
"last": "Rubin",
"suffix": ""
}
],
"year": 1977,
"venue": "Journal of the Royal Statistical Society, Series B",
"volume": "39",
"issue": "1",
"pages": "1--38",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "A. P. Dempster, N. M. Laird, and D. B. Rubin. 1977. Maximum likelihood from incomplete data via the EM algorithm. Journal of the Royal Statistical Society, Series B, 39(1):1-38.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Pattern Classification and Scene Analysis",
"authors": [
{
"first": "O",
"middle": [],
"last": "Richard",
"suffix": ""
},
{
"first": "Peter",
"middle": [
"E"
],
"last": "Duda",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Hart",
"suffix": ""
}
],
"year": 1973,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Richard O. Duda and Peter E. Hart. 1973. Pat- tern Classification and Scene Analysis. Wiley- Interseience, New York, New York.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Noun classification from predicate-argument structures",
"authors": [
{
"first": "Donald",
"middle": [],
"last": "Hindle",
"suffix": ""
}
],
"year": 1990,
"venue": "28th Annual Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "268--275",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Donald Hindle. 1990. Noun classification from predicate-argument structures. In 28th Annual Meeting of the Association for Computational Linguistics, pages 268-275, Pittsburgh, Pennsyl- vania. Association for Computational Linguistics, Morristown, New Jersey.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "A parser for text corpora",
"authors": [
{
"first": "Donald",
"middle": [],
"last": "Hindle",
"suffix": ""
}
],
"year": 1993,
"venue": "Computational Approaches to the Lexicon",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Donald Hindle. 1993. A parser for text corpora. In B.T.S. Atldns and A. Zampoli, editors, Computa- tional Approaches to the Lexicon. Oxford Univer- sity Press, Oxford, England. To appear.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "WordNet and distributional analysis: A class-based approach to lexical discovery",
"authors": [
{
"first": "T",
"middle": [],
"last": "Edwin",
"suffix": ""
},
{
"first": "",
"middle": [
"E T"
],
"last": "Jaynes",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Jaynes",
"suffix": ""
}
],
"year": 1983,
"venue": "Papers on Probability, Statistics and Statistical Physics, number 158 in Synthese Library, chapter 4",
"volume": "",
"issue": "",
"pages": "40--76",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Edwin T. Jaynes. 1983. Brandeis lectures. In Roger D. Rosenkrantz, editor, E. T. Jaynes: Papers on Probability, Statistics and Statistical Physics, number 158 in Synthese Library, chap- ter 4, pages 40-76. D. Reidel, Dordrecht, Holland. Philip Resnik. 1992. WordNet and distributional analysis: A class-based approach to lexical dis- covery. In AAAI Workshop on Statistically- Based Natural-Language-Processing Techniques, San Jose, California, July.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Statistical mechanics and phase transitions in clustering",
"authors": [
{
"first": "Kenneth",
"middle": [],
"last": "Rose",
"suffix": ""
},
{
"first": "Eitan",
"middle": [],
"last": "Gurewitz",
"suffix": ""
},
{
"first": "Geoffrey",
"middle": [
"C"
],
"last": "Fox",
"suffix": ""
}
],
"year": 1990,
"venue": "Physical Review Letters",
"volume": "65",
"issue": "8",
"pages": "945--948",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kenneth Rose, Eitan Gurewitz, and Geoffrey C. Fox. 1990. Statistical mechanics and phase transitions in clustering. Physical Review Letters, 65(8):945- 948.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Stochastic lexicalized treeadjoining grammars",
"authors": [
{
"first": "Yves",
"middle": [],
"last": "Sehabes",
"suffix": ""
}
],
"year": 1992,
"venue": "Proceeedings of the 14th International Conference on Computational Linguistics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Yves Sehabes. 1992. Stochastic lexicalized tree- adjoining grammars. In Proceeedings of the 14th International Conference on Computational Lin- guistics, Nantes, France.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "CONC: Tools for text corpora",
"authors": [
{
"first": "David",
"middle": [],
"last": "Yarowsky",
"suffix": ""
}
],
"year": 1992,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "David Yarowsky. 1992. CONC: Tools for text corpora. Technical Memorandum 11222-921222-29, AT&T Bell Laboratories.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"uris": null,
"type_str": "figure",
"num": null,
"text": "Given any similarity measure din , c) between nouns and cluster centroids, the average cluster distortion is (0) = ~_, ~,p(cln)d(n,c ) we maximize the cluster membership entropy H = -~ Zp(cln)logp(nlc) (6) nEX cEdsubject to normalization ofp(nlc) and fixed (5), we obtain the following standard exponential forms(Jaynes, 1983) for the class and membership distributions 1"
},
"FIGREF1": {
"uris": null,
"type_str": "figure",
"num": null,
"text": "where the normalization sums (partition functions) are Z~ = ~,~ exp-fld(n,c) and Zn = ~exp-rid(n,c). Notice that d(n,c) does not need to be symmetric for this derivation, as the two distributions are simply related by Bayes's rule. Returning to the log-likelihood variation (4), we can now use (7) for p(n[c) and the assumption for the asymmetric model that the cluster membership stays fixed as we adjust the centroids, to obtain N 61(S) = -~ ~ p(elni)6rid(n,, c) + ~ log Z~ (9) i=1 eEC where the variation of p(v[c) is now included in the variation of d(n, e)."
},
"FIGREF2": {
"uris": null,
"type_str": "figure",
"num": null,
"text": "Bayes's rule, becomes 1 61(S) = -~ ~(~ ~ p(nlc)6rid(n, c) + 6 log Z\u00a2. eEC hEN"
},
"FIGREF3": {
"uris": null,
"type_str": "figure",
"num": null,
"text": ") is the average distortion (5) and H is the cluster membership entropy (6).The free energy determines both the distortion and the membership entropy throughOZF (D) -"
},
"FIGREF4": {
"uris": null,
"type_str": "figure",
"num": null,
"text": "Noun Clusters for Grolier's Encyclopedia \u00a3 -........................ ~ ...................................discussion provides some indication of what aspects of distributional relationships may be discovered by clustering."
}
}
}
}