{ "paper_id": "W09-0210", "header": { "generated_with": "S2ORC 1.0.0", "date_generated": "2023-01-19T06:36:59.714583Z" }, "title": "Unsupervised and Constrained Dirichlet Process Mixture Models for Verb Clustering", "authors": [ { "first": "Andreas", "middle": [], "last": "Vlachos", "suffix": "", "affiliation": { "laboratory": "", "institution": "Computer Laboratory University of Cambridge", "location": { "postCode": "CB3 0FD", "settlement": "Cambridge", "country": "UK" } }, "email": "" }, { "first": "Anna", "middle": [], "last": "Korhonen", "suffix": "", "affiliation": { "laboratory": "", "institution": "University of Cambridge", "location": { "postCode": "CB3 0FD", "settlement": "Cambridge", "country": "UK" } }, "email": "" }, { "first": "Zoubin", "middle": [], "last": "Ghahramani", "suffix": "", "affiliation": { "laboratory": "", "institution": "University of Cambridge", "location": { "postCode": "CB2 1PZ", "settlement": "Cambridge", "country": "UK" } }, "email": "zoubin@eng.cam.ac.uk" } ], "year": "", "venue": null, "identifiers": {}, "abstract": "In this work, we apply Dirichlet Process Mixture Models (DPMMs) to a learning task in natural language processing (NLP): lexical-semantic verb clustering. We thoroughly evaluate a method of guiding DP-MMs towards a particular clustering solution using pairwise constraints. The quantitative and qualitative evaluation performed highlights the benefits of both standard and constrained DPMMs compared to previously used approaches. In addition, it sheds light on the use of evaluation measures and their practical application.", "pdf_parse": { "paper_id": "W09-0210", "_pdf_hash": "", "abstract": [ { "text": "In this work, we apply Dirichlet Process Mixture Models (DPMMs) to a learning task in natural language processing (NLP): lexical-semantic verb clustering. We thoroughly evaluate a method of guiding DP-MMs towards a particular clustering solution using pairwise constraints. The quantitative and qualitative evaluation performed highlights the benefits of both standard and constrained DPMMs compared to previously used approaches. In addition, it sheds light on the use of evaluation measures and their practical application.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Abstract", "sec_num": null } ], "body_text": [ { "text": "Bayesian non-parametric models have received a lot of attention in the machine learning community. These models have the attractive property that the number of components used to model the data is not fixed in advance but is actually determined by the model and the data. This property is particularly interesting for NLP where many tasks are aimed at discovering novel, previously unknown information in corpora. Recent work has applied Bayesian non-parametric models to anaphora resolution (Haghighi and Klein, 2007) , lexical acquisition (Goldwater, 2007) and language modeling (Teh, 2006) with good results.", "cite_spans": [ { "start": 492, "end": 518, "text": "(Haghighi and Klein, 2007)", "ref_id": "BIBREF5" }, { "start": 541, "end": 558, "text": "(Goldwater, 2007)", "ref_id": "BIBREF4" }, { "start": 581, "end": 592, "text": "(Teh, 2006)", "ref_id": "BIBREF21" } ], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "Recently, Vlachos et al. (2008) applied the basic models of this class, Dirichlet Process Mixture Models (DPMMs) (Neal, 2000) , to a typical learning task in NLP: lexical-semantic verb clustering. The task involves discovering classes of verbs similar in terms of their syntactic-semantic properties (e.g. MOTION class for travel, walk, run, etc.). Such classes can provide important support for other NLP tasks, such as word sense disambiguation, parsing and semantic role labeling (Dang, 2004; Swier and Stevenson, 2004) .", "cite_spans": [ { "start": 10, "end": 31, "text": "Vlachos et al. (2008)", "ref_id": "BIBREF22" }, { "start": 113, "end": 125, "text": "(Neal, 2000)", "ref_id": "BIBREF15" }, { "start": 483, "end": 495, "text": "(Dang, 2004;", "ref_id": "BIBREF2" }, { "start": 496, "end": 522, "text": "Swier and Stevenson, 2004)", "ref_id": "BIBREF20" } ], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "Although some fixed classifications are available (e.g. VerbNet (Kipper-Schuler, 2005 )) these are not comprehensive and are inadequate for specific domains (Korhonen et al., 2006b) .", "cite_spans": [ { "start": 64, "end": 85, "text": "(Kipper-Schuler, 2005", "ref_id": "BIBREF6" }, { "start": 157, "end": 181, "text": "(Korhonen et al., 2006b)", "ref_id": "BIBREF9" } ], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "Unlike the clustering algorithms applied to this task before, DPMMs do not require the number of clusters as input. This is important because even if the number of classes in a particular task was known (e.g. in the context of a carefully controlled experiment), a particular dataset may not contain instances for all the classes. Moreover, each class is not necessarily contained in one cluster exclusively, since the target classes are defined manually without taking into account the feature representation used. The fact that DPMMs do not require the number of target clusters in advance, renders them promising for the many NLP tasks where clustering is used for learning purposes.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "While the results of Vlachos et al. (2008) are promising, the use of a clustering approach which discovers the number of clusters in data presents a new challenge to existing evaluation measures. In this work, we investigate optimal evaluation for such approaches, using the dataset and the basic method of Vlachos et al. as a starting point. We review the applicability of existing evaluation measures and propose a modified version of the newly introduced V-measure (Rosenberg and Hirschberg, 2007) . We complement the quantitative evaluation with thorough qualitative assessment, for which we introduce a method to summarize samples obtained from a clustering algorithm.", "cite_spans": [ { "start": 21, "end": 42, "text": "Vlachos et al. (2008)", "ref_id": "BIBREF22" }, { "start": 468, "end": 500, "text": "(Rosenberg and Hirschberg, 2007)", "ref_id": "BIBREF18" } ], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "In preliminary work by Vlachos et al. (2008) , a constrained version of DPMMs which takes advantage of must-link and cannot-link pairwise constraints was introduced. It was demonstrated how such constraines can guide the clustering solution towards some prior intuition or considerations relevant to the specific NLP application in mind. We explain the inference algorithm for the constrained DPMM in greater detail and evaluate quantita-tively the contribution of each constraint type of independently, complementing it with qualitative analysis. The latter demonstrates how the pairwise constraints added affects instances beyond those involved directly. Finally, we discuss how the unsupervised and the constrained version of DPMMs can be used in a real-world setup.", "cite_spans": [ { "start": 23, "end": 44, "text": "Vlachos et al. (2008)", "ref_id": "BIBREF22" } ], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "The results from our comprehensive evaluation show that both versions of DPMMs are capable of learning novel information not in the gold standard, and that the constrained version is more accurate than a previous verb clustering approach which requires setting the number of clusters in advance and is therefore less realistic.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "With DPMMs, as with other Bayesian nonparametric models, the number of mixture components is not fixed in advance, but is determined by the model and the data. The parameters of each component are generated by a Dirichlet Process (DP) which can be seen as a distribution over the parameters of other distributions. In turn, each instance is generated by the chosen component given the parameters defined in the previous step:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Unsupervised clustering with DPMMs", "sec_num": "2" }, { "text": "G|\u03b1, G 0 \u223c DP (\u03b1, G 0 ) \u03b8 i |G \u223c G (1) x i |\u03b8 i \u223c F (\u03b8 i )", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Unsupervised clustering with DPMMs", "sec_num": "2" }, { "text": "In Eq. 1, G 0 and G are probability distributions over the component parameters (\u03b8), and \u03b1 > 0 is the concentration parameter which determines the variance of the Dirichlet process. We can think of G as a randomly drawn probability distribution with mean G 0 . Intuitively, the larger \u03b1 is, the more similar G will be to G 0 . Instance x i is generated by distribution F , parameterized by \u03b8 i . The graphical model is depicted in Figure 1 .", "cite_spans": [], "ref_spans": [ { "start": 431, "end": 439, "text": "Figure 1", "ref_id": "FIGREF0" } ], "eq_spans": [], "section": "Unsupervised clustering with DPMMs", "sec_num": "2" }, { "text": "The prior probability of assigning an instance to a particular component is proportionate to the number of instances already assigned to it (n \u2212i,z ). In other words, DPMMs exhibit the \"rich get richer\" property. In addition, the probability that a new cluster is created is dependent on the concentration parameter \u03b1. A popular metaphor to describe DPMMs which exhibits an equivalent clustering property is the Chinese Restaurant Process (CRP). Customers (instances) arrive at a Chinese restaurant which has an infinite number of tables (components). Each customer sits at one of the tables that is either occupied or vacant with popular tables attracting more customers. In this work, the distribution used to model the components is the multinomial and the prior used is the Dirichlet distribution (F and G 0 in Eq. 1). The conjugacy between them allows for the analytic integration over the component parameters. Following Neal (2000) , the component assignments z i are sampled using the following scheme:", "cite_spans": [ { "start": 905, "end": 938, "text": "parameters. Following Neal (2000)", "ref_id": null } ], "ref_spans": [], "eq_spans": [], "section": "Unsupervised clustering with DPMMs", "sec_num": "2" }, { "text": "EQUATION", "cite_spans": [], "ref_spans": [], "eq_spans": [ { "start": 0, "end": 8, "text": "EQUATION", "ref_id": "EQREF", "raw_str": "P (z i = z|z \u2212i , x i ) \u221d p(z i = z|z \u2212i )DirM (x i |z i = z, x \u2212i,z , \u03bb)", "eq_num": "(2)" } ], "section": "Unsupervised clustering with DPMMs", "sec_num": "2" }, { "text": "In Eq. 2 DirM is the Dirichlet-Multinomial distribution, \u03bb are the parameters of the Dirichlet prior G 0 and x \u2212i,z are the instances assigned already to component z (none if we are sampling the probability of assignment to a new component). This sampling scheme is possible due to the fact that the instances in the model are exchangeable, i.e. the order in which they are generated is not relevant. In terms of the CRP metaphor, we consider each instance x i as the last customer to arrive and he chooses to sit together with other customers at an existing table or to sit at a new table. Following Navarro et al. (2006) who used the same model to analyze individual differences, we sample the concentration parameter \u03b1 using the inverse Gamma distribution as a prior.", "cite_spans": [ { "start": 601, "end": 622, "text": "Navarro et al. (2006)", "ref_id": "BIBREF14" } ], "ref_spans": [], "eq_spans": [], "section": "Unsupervised clustering with DPMMs", "sec_num": "2" }, { "text": "The evaluation of unsupervised clustering against a gold standard is not straightforward because the clusters found are not explicitly labelled. Formally defined, an unsupervised clustering algorithm partitions a set of instances X = {x i |i = 1, ..., N } into a set of clusters K = {k j |j = 1, ..., |K|}. The standard approach to evaluate the quality of the clusters is to use an external gold standard in which the instances are partitioned into a set of classes C = {c l |l = 1, ..., |C|}. Given this, the goal is to find a partitioning of the instances K that is as close as possible to the gold standard C.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Evaluation measures", "sec_num": "3" }, { "text": "Most work on verb clustering has used the Fmeasure or the Rand Index (RI) (Rand, 1971) for evaluation, which rely on counting pairwise links between instances. However, Rosenberg and Hirschberg (2007) pointed out that F-measure assumes (the missing) mapping between c l and k j . In practice, RI values concentrate in a small interval near 100% (Meil\u0203, 2007) . Rosenberg & Hirschberg (2007) proposed an information-theoretic metric: V-measure. Vmeasure is the harmonic mean of homogeneity and completeness which evaluate the quality of the clustering in a complementary way. Homogeneity assesses the degree to which each cluster contains instances from a single class of C. This is computed as the conditional entropy of the class distribution of the gold standard given the clustering discovered by the algorithm, H(C|K), normalized by the entropy of the class distribution in the gold standard, H(C). Completeness assesses the degree to which each class is contained in a single cluster. This is computed as the conditional entropy of the cluster distribution discovered by the algorithm given the class, H(K|C), normalized by the entropy of the cluster distribution, H(K). In both cases, we subtract the resulting ratios from 1 to associate higher scores with better solutions:", "cite_spans": [ { "start": 74, "end": 86, "text": "(Rand, 1971)", "ref_id": "BIBREF17" }, { "start": 169, "end": 200, "text": "Rosenberg and Hirschberg (2007)", "ref_id": "BIBREF18" }, { "start": 345, "end": 358, "text": "(Meil\u0203, 2007)", "ref_id": "BIBREF13" }, { "start": 361, "end": 390, "text": "Rosenberg & Hirschberg (2007)", "ref_id": "BIBREF18" } ], "ref_spans": [], "eq_spans": [], "section": "Evaluation measures", "sec_num": "3" }, { "text": "EQUATION", "cite_spans": [], "ref_spans": [], "eq_spans": [ { "start": 0, "end": 8, "text": "EQUATION", "ref_id": "EQREF", "raw_str": "h = 1 \u2212 H(C|K) H(C) c = 1 \u2212 H(K|C) H(K) V \u03b2 = (1 + \u03b2) * h * c (\u03b2 * h) + c", "eq_num": "(3)" } ], "section": "Evaluation measures", "sec_num": "3" }, { "text": "The parameter \u03b2 in Eq. 3 regulates the balance between homogeneity and completeness. Rosenberg & Hirschberg set it to 1 in order to obtain the harmonic mean of these qualities. They also note that V-measure favors clustering solutions with a large number of clusters (large |K|), since such solutions can achieve very high homogeneity while maintaining reasonable completeness. This effect is more prominent when a dataset includes a small number of instaces for gold standard classes. While increasing |K| does not guarantee an increase in V-measure (splitting homogeneous clusters would reduce completeness without improving homogeneity), it is easier to achieve higher scores when more clusters are produced. Another relevant measure is the Variation of Information (VI) (Meil\u0203, 2007) . Like V-measure, it assesses homogeneity and completeness using the quantities H(C|K) and H(K|C) respectively, however it simply adds them up to obtain a final result (higher scores are worse). It is also a metric, i.e. VI scores can be added, subtracted, etc, since the quantities involved are measured in bits. However, it can be observed that if |C| and |K| are very different then the terms H(C|K) and H(K|C) will not necessarily be in the same range. In particular, if |K| |C| then H(K|C) (and V I) will be low. In addition, VI scores are not normalized and therefore their interpretation is difficult.", "cite_spans": [ { "start": 774, "end": 787, "text": "(Meil\u0203, 2007)", "ref_id": "BIBREF13" } ], "ref_spans": [], "eq_spans": [], "section": "Evaluation measures", "sec_num": "3" }, { "text": "Both V-measure and VI have important advantages over RI and F-measure: they do not assume a mapping between classes and clusters and their scores depend only on the relative sizes of the clusters. However, V-measure and VI can be misleading if the number of clusters found (|K|) is substantially different than the number of gold standard classes (|C|). In order to ameliorate this, we suggest to take advantage of the \u03b2 parameter in Eq. 3 in order to balance homogeneity and completeness. More specifically, setting \u03b2 = |K|/|C| assigns more weight to completeness than to homogeneity in case |K| > |C| since the former is harder to achieve and the latter is easier when the clustering solution has more clusters than the gold standard has classes. The opposite occurs when |K| < |C|. In case |K| = |C| the score is the same as the original V-measure. Achieving 100% score according to any of these measures requires correct prediction of the number of clusters.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Evaluation measures", "sec_num": "3" }, { "text": "In this work, we evaluate our results using the three measures described above (V-measure, VI, V-beta). We complement this evaluation with qualitative evaluation which assesses the potential of DPMMs to discover novel information that might not be included in the gold standard.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Evaluation measures", "sec_num": "3" }, { "text": "To perform lexical-semantic verb clustering we used the dataset of Sun et al. (2008) . It contains 204 verbs belonging to 17 fine-grained classes in Levin's (1993) taxonomy so that each class contains 12 verbs. The classes and their verbs were selected randomly. The features for each verb are its subcategorization frames (SCFs) and associated frequencies in corpus data, which capture the syntactic context in which the verb occurs. SCFs were extracted from the publicly available VALEX lexicon (Korhonen et al., 2006a) . VALEX was acquired automatically using a domain-independent statistical parsing toolkit, RASP (Briscoe and Carroll, 2002) , and a classifier which identifies verbal SCFs. As a consequence, it includes some noise due to standard text processing and parsing errors and due to the subtlety of argument-adjunct distinction. In our experiments, we used the SCFs obtained from VALEX1, parameterized for the prepositional frame, which had the best performance in the experiments of Sun et al. (2008) . The feature sets based on verbal SCFs are very sparse and the counts vary over a large range of values. This can be problematic for generative models like DPMMs, since a few dominant features can mislead the model. To reduce the sparsity, we applied non-negative matrix factorization (NMF) (Lin, 2007) which decomposes the dataset in two dense matrices with non-negative values. It has proven useful in a variety of tasks, e.g. information retrieval (Xu et al., 2003) and image processing (Lee and Seung, 1999) .", "cite_spans": [ { "start": 67, "end": 84, "text": "Sun et al. (2008)", "ref_id": "BIBREF19" }, { "start": 149, "end": 163, "text": "Levin's (1993)", "ref_id": "BIBREF11" }, { "start": 497, "end": 521, "text": "(Korhonen et al., 2006a)", "ref_id": "BIBREF8" }, { "start": 618, "end": 645, "text": "(Briscoe and Carroll, 2002)", "ref_id": "BIBREF1" }, { "start": 999, "end": 1016, "text": "Sun et al. (2008)", "ref_id": "BIBREF19" }, { "start": 1309, "end": 1320, "text": "(Lin, 2007)", "ref_id": "BIBREF12" }, { "start": 1469, "end": 1486, "text": "(Xu et al., 2003)", "ref_id": "BIBREF24" }, { "start": 1508, "end": 1529, "text": "(Lee and Seung, 1999)", "ref_id": "BIBREF10" } ], "ref_spans": [], "eq_spans": [], "section": "Experiments", "sec_num": "4" }, { "text": "We use a symmetric Dirichlet prior with parameters of 1 (\u03bb in Equation 2). The number of dimensions obtained using NMF was 35. We run the Gibbs sampler 5 times, using 100 iterations for burn-in and draw 20 samples from each run with 5 iterations lag between samples. Table 1 shows the average performances. The DPMM discovers 37.79 verb clusters on average with its performance ranging between 53% and 58% depending on the evaluation measure used. Homogeneity is 4.5% higher than completeness, which is expected since the number of classes in the gold standard is 17. The fact that the DPMM discovers more than twice the number of classes is reflected in the difference between the V-measure and V-beta, the latter being lower. In the same table, we show the results of Sun et al. (2008) , who used pairwise clus-tering (PC) (Puzicha et al., 2000) which involves determining the number of clusters in advance.", "cite_spans": [ { "start": 770, "end": 787, "text": "Sun et al. (2008)", "ref_id": "BIBREF19" }, { "start": 825, "end": 847, "text": "(Puzicha et al., 2000)", "ref_id": "BIBREF16" } ], "ref_spans": [ { "start": 267, "end": 274, "text": "Table 1", "ref_id": null } ], "eq_spans": [], "section": "Experiments", "sec_num": "4" }, { "text": "The performance of the DPMM is 1%-3% lower than that of Sun et al. As expected, the difference in V-measure is smaller since the DPMM discovers a larger number of clusters, while for VI it is larger. The slightly better performance of PC can be attributed to two factors. First, the (correct) number of clusters is given as input to the PC algorithm and not discovered like by the DPMM. Secondly, PC uses the similarities between the instances to perform the clustering, while the DPMM attempts to find the parameters of the process that generated the data, which is a different and typically a harder task. In addition, the DPMM has two clear advantages which we illustrate in the following sections: it can be used to discover novel information and it can be modified to incorporate intuitive human supervision.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Experiments", "sec_num": "4" }, { "text": "The gold standard employed in this work (Sun et al., 2008) is not fully accurate or comprehensive. It classifies verbs according to their predominant senses in the fairly small SemCor data. Individual classes are relatively coarse-grained in terms of syntactic-semantic analysis 1 and they capture some of the meaning components only. In addition, the gold standard does not capture the semantic relatedness of distinct classes. In fact, the main goal of clustering is to improve such existing classifications with novel information and to create classifications for new domains. We performed qualitative analysis to investigate the extent to which the DPMM meets this goal.", "cite_spans": [ { "start": 40, "end": 58, "text": "(Sun et al., 2008)", "ref_id": "BIBREF19" } ], "ref_spans": [], "eq_spans": [], "section": "Qualitative evaluation", "sec_num": "5" }, { "text": "We prepared the data for qualitative analysis as follows: We represented each clustering sample as a linking matrix between the instances of the dataset and measured the frequency of each pair of instances occurring in the same cluster. We constructed a partial clustering of the instances using only those links that occur with frequency higher than a threshold prob link. Singleton clusters were formed by considering instances that are not linked with any other instances more frequently than a threshold prob single. The lower the prob link threshold, the larger the clusters will be, since more instances get linked. Note that including more links in the solution can either in-crease the number of clusters when instances involved were not linked otherwise, or decrease it when linking instances that already belong to other clusters. The higher the prob single threshold, the more instances will end up as singletons. By adjusting these two thresholds we can affect the coverage of the analysis. This approach was chosen because it enables to conduct qualitative analysis of data relevant to most clustering samples and irrespective of individual samples. It can also be useful in order to use the output of the clustering algorithm as a component in a pipeline which requires a single result rather than multiple samples.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Qualitative evaluation", "sec_num": "5" }, { "text": "Using this method, we generated data sets for qualitative analysis using 4 sets of values for prob link and prob single, respectively: (99%, 1%), (95%, 5%), (90%, 10%) and (85%, 15%). Table 1 shows the number of a) verbs, b) clusters (2 or more instances) and c) singletons in each resulting data set, along with the percentage and size of the clusters which represent 1, 2, or multiple gold standard classes. As expected, higher threshold values produce high precision clusters for a smaller set of verbs (e.g. (99%,1%) produces 5 singletons and assigns 70 verbs to 20 clusters, 55% of which represent a single gold standard class), while less extreme threshold values yield higher recall clusters for a larger set of verbs (e.g. (85%,15%) produces 10 singletons and assigns 140 verbs to 25 clusters, 20% of which contain verbs from several gold standard classes).", "cite_spans": [], "ref_spans": [ { "start": 184, "end": 191, "text": "Table 1", "ref_id": null } ], "eq_spans": [], "section": "Qualitative evaluation", "sec_num": "5" }, { "text": "We conducted the qualitative analysis by comparing the four data sets against the gold standard, SCF distributions, and WordNet (Fellbaum, 1998) senses for each test verb. We first analysed the 5-10 singletons in data sets and discovered that while 3 of the verbs resist classification because of syntactic idiosyncrasy (e.g. unite takes intransitive SCFs with frequency higher than other members of class 22.2), the majority of them (7) end up in singletons for valid semantic reasons: taking several frequent WordNet senses they are \"too polysemous\" to be realistically clustered according to their predominant sense (e.g. get and look).", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Qualitative evaluation", "sec_num": "5" }, { "text": "We then examined the clusters, and discovered that even in the data set created with the lowest prob link threshold of 85%, almost half of the \"errors\" are in fact novel semantic patterns discovered by clustering. Many of these could be new sub-classes of existing gold standard classes. For example, looking at the 13 high accuracy clusters which correspond to a single gold standard class each, they only represent 9 gold standard classes because as many as 4 classes been divided into two clusters, suggesting that the gold standard is too coarse-grained. Interestingly, each such subdivision seems semantically justified (e.g. the 11.1 PUT verbs bury and immerse appear in a different cluster than the semantically slightly different place and situate).", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Qualitative evaluation", "sec_num": "5" }, { "text": "In addition, the DPMM discovers semantically similar gold standard classes. For example, in the data set created with the prob link threshold of 99%, 6 of the clusters include members from 2 different gold standard classes. 2 occur due to syntactic idiosyncrasy, but the majority (4) occur because of true semantic relatedness (e.g. the clustering relates 22.2 AMALGAMATE and 36.1 CORRESPOND classes which share similar meaning components). Similarly, in the data set produced by the prob link threshold of 85%, one of the largest clusters includes 26 verbs from 5 gold standard classes. The majority of them belong to 3 classes which are related by the meaning component of \" Thus many of the singletons and the clusters in the different outputs capture finer or coarsergrained lexical-semantic differences than those captured in the gold standard. It is encouraging that this happens despite us focussing on a relatively small set of 204 verbs and 17 classes only.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Qualitative evaluation", "sec_num": "5" }, { "text": "While the ability to discover novel information is attractive in NLP, in many cases it is also desirable to influence the solution with respect to some prior intuition or consideration relevant to the application in mind. For example, while discovering finer-grained classes than those included in the gold standard is useful for some applications, others may benefit from a coarser clustering or a clustering that reveals a specific aspect of the dataset. Vlachos et al. (2008) introduced a constrained version of DPMMs that enables human supervision to guide the clustering solution when needed. We model the human supervision as pairwise constraints over instances, following Wagstaff & Cardie (2000) : given a pair of instances, they are either linked together (mustlink) or not (cannot-link). For example, charge and run should form a must-link if the aim is to cluster 51.3 MOTION verbs together, but they should form a cannot-link if we are interested in 54.5 BILL verbs. In the discussion and the experiments that follow, we assume that all links are consistent with each other. This information can be obtained by asking human experts to label links, or by extracting it from extant lexical resources. Specifying the relations between the instances results in a partial labeling of the instances. Such labeling is likely to be re-usable, since relations between the instances are likely to be useful for a wider range of tasks which might not have identical labels but could still have similar relations.", "cite_spans": [ { "start": 457, "end": 478, "text": "Vlachos et al. (2008)", "ref_id": "BIBREF22" }, { "start": 679, "end": 703, "text": "Wagstaff & Cardie (2000)", "ref_id": "BIBREF23" } ], "ref_spans": [], "eq_spans": [], "section": "Constrained DPMMs", "sec_num": "6" }, { "text": "In order to incorporate the constraints in the DPMM, we modify the underlying generative process to take them into account. In particular mustlinked instances are generated by the same component and cannot-linked instances always by different ones. In terms of the CRP metaphor, customers connected with must-links arrive at the restaurant together and choose a table jointly, respecting their cannot-links with other customers. They get seated at the same table successively one after the other. Customers without must-links with others choose tables avoiding their cannot-links.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Constrained DPMMs", "sec_num": "6" }, { "text": "In order to sample the component assignments according to this model, we restrict the Gibbs sampler to take them into account using the sampling scheme of Fig. 2 . First we identify linked-groups of instances, taking into account transitivity 2 . We then sample the component assignments only from distributions that respect the links provided. More Input: data X , must-links M, cannot-links C linked groups = find linked groups(X , M) Initialize Z according to M, C for i not in linked groups ", "cite_spans": [], "ref_spans": [ { "start": 155, "end": 161, "text": "Fig. 2", "ref_id": "FIGREF1" } ], "eq_spans": [], "section": "Constrained DPMMs", "sec_num": "6" }, { "text": "for z = 1 to |Z| + 1 if x \u2212i,z \u2229 C i = \u2205 P (z i = z|z \u2212i , x i ) (Eq. 2) else P (z i = z|z \u2212i , x i ) = 0 Sample from P (z i ) for in linked groups for z = 1 to |Z| + 1 if x \u2212 ,z \u2229 C = \u2205 Set P (z = z|z \u2212 , x ) = 1 for i in P (z = z|z \u2212 , x ) * = P (z i = z|z \u2212 , x \u2212 ,z , z ", "html": null, "num": null, "text": "motion\": 43.1 LIGHT EMISSION, 47.3 MODES OF BEING INVOLVING MOTION, and 51.3.2 RUN verbs: \u2022 class 22.2 AMALGAMATE: overlap \u2022 class 36.1 CORRESPOND: banter, concur, dissent, haggle \u2022 class 43.1 LIGHT EMISSION: flare, flicker, gleam, glisten, glow, shine, sparkle \u2022 class 47.3 MODES OF BEING INVOLVING MOTION: falter, flutter, quiver, swirl, wobble \u2022 class 51.3.2 RUN: fly, gallop, glide, jog, march, stroll, swim, travel, trot", "type_str": "table" }, "TABREF3": { "content": "", "html": null, "num": null, "text": "An overview of the data sets generated for qualitative analysis Preliminary work by", "type_str": "table" }, "TABREF5": { "content": "
", "html": null, "num": null, "text": "Performance of constrained DPMMs incorporating pairwise links.", "type_str": "table" } } } }