{ "paper_id": "J16-2003", "header": { "generated_with": "S2ORC 1.0.0", "date_generated": "2023-01-19T03:01:28.402062Z" }, "title": "Word Sense Clustering and Clusterability", "authors": [ { "first": "Diana", "middle": [], "last": "Mccarthy", "suffix": "", "affiliation": { "laboratory": "", "institution": "University of Cambridge", "location": { "country": "UK" } }, "email": "" }, { "first": "Marianna", "middle": [], "last": "Apidianaki", "suffix": "", "affiliation": { "laboratory": "", "institution": "University of Cambridge", "location": { "country": "UK" } }, "email": "marianna.apidianaki@limsi.fr." }, { "first": "Katrin", "middle": [], "last": "Erk", "suffix": "", "affiliation": { "laboratory": "", "institution": "University of Cambridge", "location": { "country": "UK" } }, "email": "katrin.erk@mail.utexas.edu" } ], "year": "", "venue": null, "identifiers": {}, "abstract": "Word sense disambiguation and the related field of automated word sense induction traditionally assume that the occurrences of a lemma can be partitioned into senses. But this seems to be a much easier task for some lemmas than others. Our work builds on recent work that proposes describing word meaning in a graded fashion rather than through a strict partition into senses; in this article we argue that not all lemmas may need the more complex graded analysis, depending on their partitionability. Although there is plenty of evidence from previous studies and from the linguistics literature that there is a spectrum of partitionability of word meanings, this is the first attempt to measure the phenomenon and to couple the machine learning literature on clusterability with word usage data used in computational linguistics. We propose to operationalize partitionability as clusterability, a measure of how easy the occurrences of a lemma are to cluster. We test two ways of measuring clusterability: (1) existing measures from the machine learning literature that aim to measure the goodness of optimal k-means clusterings, and (2) the idea that if a lemma is more clusterable, two clusterings based on two different \"views\" of the same data points will be more congruent. The two views that we use are two different sets of manually constructed lexical substitutes for the target lemma, on the one hand monolingual paraphrases, and on the other hand translations. We apply automatic clustering to the manual annotations. We use manual annotations because we want the representations of the instances that we cluster to be as informative and \"clean\" as possible. We show that when we control for polysemy, our measures of clusterability tend to correlate with partitionability, in particular some of the type-(1) clusterability measures, and that these measures outperform a baseline that relies on the amount of overlap in a soft clustering.", "pdf_parse": { "paper_id": "J16-2003", "_pdf_hash": "", "abstract": [ { "text": "Word sense disambiguation and the related field of automated word sense induction traditionally assume that the occurrences of a lemma can be partitioned into senses. But this seems to be a much easier task for some lemmas than others. Our work builds on recent work that proposes describing word meaning in a graded fashion rather than through a strict partition into senses; in this article we argue that not all lemmas may need the more complex graded analysis, depending on their partitionability. Although there is plenty of evidence from previous studies and from the linguistics literature that there is a spectrum of partitionability of word meanings, this is the first attempt to measure the phenomenon and to couple the machine learning literature on clusterability with word usage data used in computational linguistics. We propose to operationalize partitionability as clusterability, a measure of how easy the occurrences of a lemma are to cluster. We test two ways of measuring clusterability: (1) existing measures from the machine learning literature that aim to measure the goodness of optimal k-means clusterings, and (2) the idea that if a lemma is more clusterable, two clusterings based on two different \"views\" of the same data points will be more congruent. The two views that we use are two different sets of manually constructed lexical substitutes for the target lemma, on the one hand monolingual paraphrases, and on the other hand translations. We apply automatic clustering to the manual annotations. We use manual annotations because we want the representations of the instances that we cluster to be as informative and \"clean\" as possible. We show that when we control for polysemy, our measures of clusterability tend to correlate with partitionability, in particular some of the type-(1) clusterability measures, and that these measures outperform a baseline that relies on the amount of overlap in a soft clustering.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Abstract", "sec_num": null } ], "body_text": [ { "text": "In computational linguistics, the field of word sense disambiguation (WSD)-where a computer selects the appropriate sense from an inventory for a word in a given context-has received considerable attention. 1 Initially, most work focused on manually constructed inventories such as WordNet (Fellbaum 1998) but there has subsequently been a great deal of work on the related field of word sense induction (WSI) (Pedersen 2006; Manandhar et al. 2010 ; Jurgens and Klapaftis 2013) prior to disambiguation. This article concerns the phenomenon of word meaning and current practice in the fields of WSD and WSI.", "cite_spans": [ { "start": 207, "end": 208, "text": "1", "ref_id": null }, { "start": 410, "end": 425, "text": "(Pedersen 2006;", "ref_id": "BIBREF43" }, { "start": 426, "end": 447, "text": "Manandhar et al. 2010", "ref_id": "BIBREF31" } ], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1." }, { "text": "Computational approaches to determining word meaning in context have traditionally relied on a fixed sense inventory produced by humans or by a WSI system that groups token instances into hard clusters. Either sense inventory can then be applied to tag sentences on the premise that there will be one best-fitting sense for each token instance. However, word meanings do not always take the form of discrete senses but vary on a continuum between clear-cut ambiguity and vagueness (Tuggy 1993) . For example, the noun crane is a clear-cut case of ambiguity between lifting device and bird, whereas the exact meaning of the noun thing can only be retrieved via the context of use rather than via a representation in the mental lexicon of speakers. Cases of polysemy such as the verb paint, which can mean painting a picture, decorating a room, or painting a mural on a house, lie somewhere between these two poles. Tuggy highlights the fact that boundaries between these different categories are blurred. Although specific context clearly plays a role (Copestake and Briscoe 1995; Passonneau et al. 2010 ) some lemmas are inherently much harder to partition than others (Kilgarriff 1998; Cruse 2000) . There are recent attempts to address some of these issues by using alternative characterizations of word meaning that do not involve creating a partition of usages into senses (McCarthy and Navigli 2009; Erk, McCarthy, and Gaylord 2013) , and by asking WSI systems to produce soft or graded clusterings (Jurgens and Klapaftis 2013) where tokens can belong to a mixture of the clusters. However, these approaches do not overtly consider the location of a lemma on the continuum, but doing so should help in determining an appropriate representation. Whereas the broad senses of the noun crane could easily be represented by a hard clustering, this would not make any sense for the noun thing; meanwhile, the verb paint might benefit from a more graded representation.", "cite_spans": [ { "start": 481, "end": 493, "text": "(Tuggy 1993)", "ref_id": "BIBREF49" }, { "start": 1051, "end": 1079, "text": "(Copestake and Briscoe 1995;", "ref_id": "BIBREF9" }, { "start": 1080, "end": 1102, "text": "Passonneau et al. 2010", "ref_id": "BIBREF41" }, { "start": 1169, "end": 1186, "text": "(Kilgarriff 1998;", "ref_id": "BIBREF26" }, { "start": 1187, "end": 1198, "text": "Cruse 2000)", "ref_id": "BIBREF10" }, { "start": 1377, "end": 1404, "text": "(McCarthy and Navigli 2009;", "ref_id": "BIBREF35" }, { "start": 1405, "end": 1437, "text": "Erk, McCarthy, and Gaylord 2013)", "ref_id": "BIBREF17" }, { "start": 1504, "end": 1532, "text": "(Jurgens and Klapaftis 2013)", "ref_id": "BIBREF25" } ], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1." }, { "text": "In this article, we propose the notion of partitionability of a lemma, that is, the ease with which usages can be grouped into senses. We exploit data from annotation studies to explore the partitionability of different lemmas and see where on the ambiguityvagueness cline a lemma is. This should be useful in helping to determine the appropriate computational representation for a word's meanings-for example, whether a hard clustering will suffice, whether a soft clustering would be more appropriate, or whether a clustering representation does not make sense. To our knowledge, there has been no study on detecting partitionability of word senses.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1." }, { "text": "We operationalize partitionability as clusterability, a measure of how much structure there is in the data and therefore how easy it is to cluster (Ackerman and Ben-David 2009a) , and test to what extent clusterability can predict partitionability. For deriving a gold estimate of partitionability, we turn to the Usage Similarity (hereafter Usim) data set (Erk, McCarthy, and Gaylord 2009) , for which annotators have rated the similarity of pairs of instances of a word using a graded scale (an example is given in Section 2.2). We use inter-annotator agreement (IAA) on this data set as an indication of partitionability. Passonneau et al. (2010) demonstrated that IAA is correlated with sense confusability. Because this data set consists of similarity judgments on a scale, rather than annotation with traditional word senses, it gives rise to a second indication of partitionability: We can use the degree to which annotators have used intermediate points on a scale, which indicate that two instances are neither identical in meaning nor completely different, but somewhat related.", "cite_spans": [ { "start": 147, "end": 177, "text": "(Ackerman and Ben-David 2009a)", "ref_id": "BIBREF0" }, { "start": 357, "end": 390, "text": "(Erk, McCarthy, and Gaylord 2009)", "ref_id": "BIBREF16" }, { "start": 625, "end": 649, "text": "Passonneau et al. (2010)", "ref_id": "BIBREF41" } ], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1." }, { "text": "We want to know to what extent measures of clusterability of instances can predict the partitionability of a lemma. As our focus in this article is to test the predictive power of clusterability measures in the best possible case, we want the representations of the instances that we cluster to be as informative and \"clean\" as possible. For this reason, we represent instances through manually annotated translations (Mihalcea, Sinha, and McCarthy 2010) and paraphrases (McCarthy and Navigli 2007) . Both translations (Resnik and Yarowsky 2000; Carpuat and Wu 2007; Apidianaki 2008 ) and monolingual paraphrases (Yuret 2007; Biemann and Nygaard 2010; Apidianaki, Verzeni, and McCarthy 2014) have previously been used as a way of inducing word senses, so they should be well suited for the task. Since the suggestion by Resnik and Yarowsky (1997) to limit WSD to senses lexicalized in other languages, numerous works have exploited translations for semantic analysis. Dyvik (1998) discovers word senses and their relationships through translations in a parallel corpus and Ide, Erjavec, and Tufi\u015f (2002) group the occurrences of words into senses by using translation vectors built from a multilingual corpus. More recent works focus on discovering the relationships between the translations and grouping them into clusters either automatically (Bannard and Callison-Burch 2005; Apidianaki 2009; Bansal, DeNero, and Lin 2012) or manually (Lefever and Hoste 2010) . McCarthy (2011) shows that overlap of translations compared to overlap of paraphrases on sentence pairs for a given lemma are correlated with interannotator agreement of graded lemma usage similarity judgments (Erk, McCarthy, and Gaylord 2009) but does not attempt to cluster the translation or paraphrase data or examine the findings in terms of clusterability. In this initial study of the clusteribility phenomenon, we represent instances through translation and paraphrase annotations; in the future, we will move to automatically generated instance representations.", "cite_spans": [ { "start": 418, "end": 454, "text": "(Mihalcea, Sinha, and McCarthy 2010)", "ref_id": "BIBREF36" }, { "start": 471, "end": 498, "text": "(McCarthy and Navigli 2007)", "ref_id": "BIBREF34" }, { "start": 519, "end": 545, "text": "(Resnik and Yarowsky 2000;", "ref_id": "BIBREF45" }, { "start": 546, "end": 566, "text": "Carpuat and Wu 2007;", "ref_id": null }, { "start": 567, "end": 582, "text": "Apidianaki 2008", "ref_id": "BIBREF2" }, { "start": 613, "end": 625, "text": "(Yuret 2007;", "ref_id": "BIBREF51" }, { "start": 626, "end": 651, "text": "Biemann and Nygaard 2010;", "ref_id": "BIBREF7" }, { "start": 652, "end": 691, "text": "Apidianaki, Verzeni, and McCarthy 2014)", "ref_id": "BIBREF3" }, { "start": 820, "end": 846, "text": "Resnik and Yarowsky (1997)", "ref_id": "BIBREF44" }, { "start": 968, "end": 980, "text": "Dyvik (1998)", "ref_id": "BIBREF12" }, { "start": 1073, "end": 1103, "text": "Ide, Erjavec, and Tufi\u015f (2002)", "ref_id": "BIBREF23" }, { "start": 1345, "end": 1378, "text": "(Bannard and Callison-Burch 2005;", "ref_id": "BIBREF5" }, { "start": 1379, "end": 1395, "text": "Apidianaki 2009;", "ref_id": "BIBREF2" }, { "start": 1396, "end": 1425, "text": "Bansal, DeNero, and Lin 2012)", "ref_id": "BIBREF6" }, { "start": 1438, "end": 1462, "text": "(Lefever and Hoste 2010)", "ref_id": "BIBREF30" }, { "start": 1465, "end": 1480, "text": "McCarthy (2011)", "ref_id": "BIBREF32" }, { "start": 1675, "end": 1708, "text": "(Erk, McCarthy, and Gaylord 2009)", "ref_id": "BIBREF16" } ], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1." }, { "text": "There is a small amount of work on clusterability in the area of machine learning theory (Epter, Krishnamoorthy, and Zaki 1999; Zhang 2001; Ostrovsky et al. 2006; Ackerman and Ben-David 2009a) , and all existing measures are based on k-means clustering. Two of them (variance ratio and worst pair ratio) test how tight the clusters are and how far different clusters are from each other (Epter, Krishnamoorthy, and Zaki 1999; Zhang 2001) , and one (separability) tests how much the value of the objective function changes as the number k of clusters changes (Ostrovsky et al. 2006) . We test all three of these intra-clustering (hereafter intra-clust) measures of clusterability. In addition, we test the intuition that for a well-clusterable lemma, the clusterings based on two different \"views\" of the same data points-in our case, a clustering based on monolingual paraphrases and a clustering based on translations-should be similar. For this inter-clustering (inter-clust) notion of clusterability, we use a simple graphical method that does not have the requirement of needing a specified number of clusters. We use this same graphical clustering to provide the k for our intra-clust measures because the existing definitions of clusterability from machine learning theory need the number of clusters to be fixed in advance. There are a vast number of clustering algorithms with which we could experiment. The clustering algorithm itself is not being evaluated here. Instead, the hypothesis is that if a data set is more clusterable, then it should be computationally easier to cluster (Ackerman and Ben-David 2009b) because the structure in the data is more obvious, so any reasonable algorithm should be able to partition the data to reflect that structure. We contrast the performance of the three intraclust measures and the inter-clust measure with a simplistic baseline that relies on the amount of overlapping items in a soft clustering of the instance data, since such a baseline would be immediately available if one applied soft clustering to all lemmas.", "cite_spans": [ { "start": 89, "end": 127, "text": "(Epter, Krishnamoorthy, and Zaki 1999;", "ref_id": "BIBREF15" }, { "start": 128, "end": 139, "text": "Zhang 2001;", "ref_id": "BIBREF52" }, { "start": 140, "end": 162, "text": "Ostrovsky et al. 2006;", "ref_id": "BIBREF39" }, { "start": 163, "end": 192, "text": "Ackerman and Ben-David 2009a)", "ref_id": "BIBREF0" }, { "start": 387, "end": 425, "text": "(Epter, Krishnamoorthy, and Zaki 1999;", "ref_id": "BIBREF15" }, { "start": 426, "end": 437, "text": "Zhang 2001)", "ref_id": "BIBREF52" }, { "start": 558, "end": 581, "text": "(Ostrovsky et al. 2006)", "ref_id": "BIBREF39" }, { "start": 1592, "end": 1622, "text": "(Ackerman and Ben-David 2009b)", "ref_id": "BIBREF1" } ], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1." }, { "text": "We show that when controlling for polysemy, our indicators of higher clusterability tend to correlate with our two gold standard partitionability estimates. In particular, clusterability tends to correlate positively with higher inter-annotator agreement and negatively with a greater proportion of mid-range judgments on a graded scale of instance similarity. Although all our measures show some positive results, it is the intraclust measures (particularly two of these) that are most promising.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1." }, { "text": "There has been an enormous amount of work in the fields of WSD and WSI relying on a fixed inventory of senses and on the assumption of a single best sense for a given instance (for example, see the large body of work described in Navigli [2009] ) though doubts have been expressed about this methodology when looking at the linguistic data (Kilgarriff 1998; Hanks 2000; Kilgarriff 2006) . One major issue arises from the fact that there is a spectrum of word meaning phenomena (Tuggy 1993 ) from clear-cut cases of ambiguity where meanings are distinct and separable, to cases where meanings are intertwined (highly interrelated) (Cruse 2000; Kilgarriff 1998) , to cases of vagueness at the other extreme where meanings are underspecified. For example, at the ambiguous end of the spectrum are words like bank (noun) with the distinct senses of financial institution and side of a river. In such cases, it is relatively straightforward to differentiate corpus examples and come up with clear definitions for a dictionary or other lexical resource. 2 These clearly ambiguous words are commonplace in articles promoting WSD because the ambiguity is evident and the need to resolve it is compelling. On the other end of the spectrum are cases where meaning is unspecified (vague); for example, Tuggy gives the example that aunt can be father's sister or mother's sister. There may be no contextual evidence to determine the intended reading and this does not trouble hearers and should not trouble computers (the exact meaning can be left unspecified). Cases of polysemy are somewhere in between. Examples from Tuggy include the noun set (a chess set, a set in tennis, a set of dishes, and a set in logic) and the verb break (a stick, a law, a horse, water, ranks, a code, and a record), each having many connections between the related senses. Although it is assumed in many cases that one meaning has spawned the other by a metaphorical process (Lakoff 1987)-for example, the mouth of a river from the mouth of a person-the process is not always transparent and neither is the point at which the spawned meaning takes an independent existence.", "cite_spans": [ { "start": 230, "end": 244, "text": "Navigli [2009]", "ref_id": "BIBREF38" }, { "start": 340, "end": 357, "text": "(Kilgarriff 1998;", "ref_id": "BIBREF26" }, { "start": 358, "end": 369, "text": "Hanks 2000;", "ref_id": "BIBREF20" }, { "start": 370, "end": 386, "text": "Kilgarriff 2006)", "ref_id": "BIBREF27" }, { "start": 477, "end": 488, "text": "(Tuggy 1993", "ref_id": "BIBREF49" }, { "start": 630, "end": 642, "text": "(Cruse 2000;", "ref_id": "BIBREF10" }, { "start": 643, "end": 659, "text": "Kilgarriff 1998)", "ref_id": "BIBREF26" } ], "ref_spans": [], "eq_spans": [], "section": "The Difficulty of Characterizing Word Meaning", "sec_num": "2.1" }, { "text": "From the linguistics literature, it seems that the boundaries on this continuum are not clear-cut and tests aimed at distinguishing the different categories are not definitive (Cruse 2000) . Meanwhile, in computational linguistics, researchers point to there being differences in distinguishing meanings with some words being much harder than others (Landes, Leacock, and Randee 1998) , resulting in differences in inter-tagger agreement (Passonneau et al. 2010 (Passonneau et al. , 2012 , issues in manually partitioning the semantic space (Chen and Palmer 2009) , and difficulties in making alignments between lexical resources (Palmer, Dang, and Rosenzweig 2000; Eom, Dickinson, and Katz 2012) . For example, OntoNotes is a project aimed at producing a sense inventory by iteratively grouping corpus instances into senses and then ensuring that these senses can be reliably distinguished by annotators to give an impressive 90% inter-annotator agreement (Hovy et al. 2006) . Although the process is straightforward in many cases, for some lemmas this is not possible even after multiple re-partitionings (Chen and Palmer 2009) .", "cite_spans": [ { "start": 176, "end": 188, "text": "(Cruse 2000)", "ref_id": "BIBREF10" }, { "start": 350, "end": 384, "text": "(Landes, Leacock, and Randee 1998)", "ref_id": "BIBREF29" }, { "start": 438, "end": 461, "text": "(Passonneau et al. 2010", "ref_id": "BIBREF41" }, { "start": 462, "end": 487, "text": "(Passonneau et al. , 2012", "ref_id": "BIBREF42" }, { "start": 541, "end": 563, "text": "(Chen and Palmer 2009)", "ref_id": "BIBREF8" }, { "start": 630, "end": 665, "text": "(Palmer, Dang, and Rosenzweig 2000;", "ref_id": "BIBREF40" }, { "start": 666, "end": 696, "text": "Eom, Dickinson, and Katz 2012)", "ref_id": "BIBREF14" }, { "start": 957, "end": 975, "text": "(Hovy et al. 2006)", "ref_id": "BIBREF22" }, { "start": 1107, "end": 1129, "text": "(Chen and Palmer 2009)", "ref_id": "BIBREF8" } ], "ref_spans": [], "eq_spans": [], "section": "The Difficulty of Characterizing Word Meaning", "sec_num": "2.1" }, { "text": "Recent work on graded annotations Gaylord 2009, 2013) and graded word sense induction (Jurgens and Klapaftis 2013) has aimed to allow word sense annotations where it is assumed that more than one sense can apply and where the senses do not have to be equally applicable. In the graded annotation study, the annotators are assigned various tasks including two independent sense labeling tasks where they are given corpus instances of a target lemma and sense definitions (Word-Net) and are asked to (1) find the most appropriate sense for the context and (2) assign a score out of 5 as to the applicability of every sense for that lemma. In graded word sense induction (Jurgens and Klapaftis 2013), computer systems and annotators preparing the gold standard have to assign tokens in context to clusters (WordNet senses) but each token is assigned to as many senses as deemed appropriate and with a graded level of applicability on a Likert scale (1-5). This scenario allows for overlapping sense assignments and sense clusters, which is a more natural fit for lemmas with related senses, but inter-annotator agreement is highly variable depending on the lemma, varying between 0.903 and 0.0 on Krippendorff's \u03b1 (Krippendorff 1980) . This concurs with the variation seen in other annotation efforts, such as the MASC word sense corpus (Passonneau et al. 2012) . Erk, McCarthy, and Gaylord (2009) demonstrated that annotators produced more categorical decisions (5 -identical vs. 1 -completely different) for some words and more mid-range decisions (4 -very similar, 3 -similar, 2 -mostly different) for others. This is not solely due to granularity. In a later article (Erk, McCarthy, and Gaylord 2013) , the authors demonstrated that when coarse-grained inventories are used, there are some words where, unsurprisingly, usages in the same coarse senses tend to have higher similarity than those in different coarse senses, but for some lemmas, the reverse happens. Although graded annotations Gaylord 2009, 2013) and soft clusterings (Jurgens and Klapaftis 2013) allow for representing subtler relationships between senses, not all words necessitate such a complicated framework. This article is aimed at finding metrics that can measure how difficult a word's meanings are to partition.", "cite_spans": [ { "start": 34, "end": 53, "text": "Gaylord 2009, 2013)", "ref_id": null }, { "start": 1211, "end": 1230, "text": "(Krippendorff 1980)", "ref_id": "BIBREF28" }, { "start": 1334, "end": 1358, "text": "(Passonneau et al. 2012)", "ref_id": "BIBREF42" }, { "start": 1361, "end": 1394, "text": "Erk, McCarthy, and Gaylord (2009)", "ref_id": "BIBREF16" }, { "start": 1668, "end": 1701, "text": "(Erk, McCarthy, and Gaylord 2013)", "ref_id": "BIBREF17" }, { "start": 1993, "end": 2012, "text": "Gaylord 2009, 2013)", "ref_id": null } ], "ref_spans": [], "eq_spans": [], "section": "The Difficulty of Characterizing Word Meaning", "sec_num": "2.1" }, { "text": "Several groups have proposed alternative characterizations of word meaning that do not rely on a partition of instances into senses. We use three of these approaches in the current article: two to provide instance annotations that we use as the basis for clustering and one to provide a gold standard indication of partitionability. Crucially, these three data sets are all produced by adding annotations to samples taken from the same set of sentences used for the English lexical substitution task (McCarthy and ", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Alternative Word Meaning Characterizations", "sec_num": "2.2" }, { "text": "The next morning we arrived at the border post at 7:30.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "710", "sec_num": null }, { "text": "Navigli 2007), hereafter LEXSUB. Ten sentences for the target lemma post.n 3 are shown in Table 1 , with the corresponding sentence ids (s#) in the LEXSUB data set and the target token underlined. In LEXSUB, human annotators saw a target lemma in a given sentence context and were asked to provide one or more substitutes for the lemma in that context. There were 10 instances for each lemma, and the lemmas were manually selected by the task organizers. The cross-lingual lexical substitution task (Mihalcea, Sinha, and McCarthy 2010) (CLLS) is similar, except that whereas in LEXSUB both the original sentence and the substitutes were in English, CLLS used Spanish substitutes. For both tasks, multiple annotators provided substitutes for each target instance. Table 2 shows the English substitutes from LEXSUB alongside the Spanish substitutes from CLLS for the sentences for post.n displayed in Table 1 .", "cite_spans": [ { "start": 499, "end": 520, "text": "(Mihalcea, Sinha, and", "ref_id": null } ], "ref_spans": [ { "start": 90, "end": 97, "text": "Table 1", "ref_id": "TABREF0" }, { "start": 763, "end": 770, "text": "Table 2", "ref_id": null }, { "start": 899, "end": 906, "text": "Table 1", "ref_id": "TABREF0" } ], "eq_spans": [], "section": "710", "sec_num": null }, { "text": "In the Usim annotation Gaylord 2009, 2013) , annotators saw a pair of sentences at a time that both contained an instance of the same target word. Annotators then provided a graded judgment on a scale of 1-5 of how similar the usage of the target lemma was in the two sentences. Multiple annotators rated each sentence pair. Table 3 shows the average judgments for the post.n example between each pair of sentence ids in Table 1 . 4 ", "cite_spans": [ { "start": 23, "end": 42, "text": "Gaylord 2009, 2013)", "ref_id": null }, { "start": 431, "end": 432, "text": "4", "ref_id": null } ], "ref_spans": [ { "start": 325, "end": 332, "text": "Table 3", "ref_id": "TABREF3" }, { "start": 421, "end": 428, "text": "Table 1", "ref_id": "TABREF0" } ], "eq_spans": [], "section": "710", "sec_num": null }, { "text": "Paraphrases and translations for sentences with the lemma post.n from the LEXSUB and CLLS data. The same sentences were used to elicit both substitute sets. The three data sets overlap in the sentences that they cover: Both Usim and CLLS are drawn from a subset of the data from LEXSUB. 5 The overlap between all three data sets is 45 lemmas each in the context of ten sentences. 6 In this article we only use data from this common subset as it provides us with a gold-standard (Usim) and two different representations of the instances (LEXSUB and CLLS substitutes). The 45 lemmas in this subset include 14 nouns, 14 adjectives, 15 verbs, and 2 adverbs. 7 In our experiments herein, we use the Usim data as a gold-standard of how difficult to partition usages of a lemma is. We use both LEXSUB and CLLS independently as the basis for intra-clust clusterability experiments. We compare clusterings based on LEXSUB and CLLS for the inter-clust clusterability experiments.", "cite_spans": [ { "start": 287, "end": 288, "text": "5", "ref_id": null }, { "start": 380, "end": 381, "text": "6", "ref_id": null }, { "start": 654, "end": 655, "text": "7", "ref_id": null } ], "ref_spans": [], "eq_spans": [], "section": "Table 2", "sec_num": null }, { "text": "We present two main approaches to estimating clusterability of word usages using the translation and paraphrase data from CLLS and LEXSUB. Firstly, we estimate clusterability using intra-clust measures from machine learning. Secondly, our inter-clust 5 Some sentences in LEXSUB did not have two or more responses and for that reason were omitted from the data. 6 Usim data were collected in two rounds. For the four lemmas where there is both round 1 and round 2 Usim and CLLS data, we use round 2 data only because there are more annotators (8 for round 2 in contrast to 3 for round 1) (Erk, McCarthy, and Gaylord 2013) . 7 These are the lemmas used in our experiments: ", "cite_spans": [ { "start": 587, "end": 620, "text": "(Erk, McCarthy, and Gaylord 2013)", "ref_id": "BIBREF17" } ], "ref_spans": [], "eq_spans": [], "section": "Measuring Clusterability", "sec_num": "3." }, { "text": "account.n, call.v, charge.v, check.v, clear.v, coach.n, dismiss.v, draw.v", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Measuring Clusterability", "sec_num": "3." }, { "text": "701 - 1.0 1.0 1.0 1.3 1.3 4.7 1.3 4.0 1.0 702 \" - 1.0 1.0 3.0 1.7 1.0 1.0 1.0 1.0 703 \" \" - 5.0 1.0 1.0 1.0 3.0 1.0 2.3 704 \" \" \" - 1.0 1.0 1.0 3.0 1.0 3.3 705 \" \" \" \" - 2.0 1.0 1.0 1.0 1.0", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Measuring Clusterability", "sec_num": "3." }, { "text": "method uses clustering evaluation metrics to compare agreement between two clusterings obtained from CLLS and LEXSUB based on the intuition that less clusterable lemmas will have lower congruence between solutions from the two data sets (which provide different views of the same underlying data).", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Measuring Clusterability", "sec_num": "3." }, { "text": "The notion of the general clusterability of a data set (as opposed to the goodness of any particular clustering) is explored within the field of machine learning by Ackerman and Ben-David (2009a) . Consider for example the plots in Figure 1 , where the data points on the left should be more clusterable than those on the right because the partitions are easier to make. All the notions of clusterability that Ackerman and Ben-David consider are based on k-means and involve optimum clusterings for a fixed k.", "cite_spans": [ { "start": 165, "end": 195, "text": "Ackerman and Ben-David (2009a)", "ref_id": "BIBREF0" } ], "ref_spans": [ { "start": 232, "end": 240, "text": "Figure 1", "ref_id": "FIGREF1" } ], "eq_spans": [], "section": "Intra-Clustering Clusterability Measures", "sec_num": "3.1" }, { "text": "We consider three measures of clusterability that all assume a k-means clustering. Let X be a set of data points, then a k-means k-clustering of X is a partitioning of X into k sets. We write", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Intra-Clustering Clusterability Measures", "sec_num": "3.1" }, { "text": "C = {X 1 , . . . , X k } for a k-clustering of X, with k i=1 X i = X.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Intra-Clustering Clusterability Measures", "sec_num": "3.1" }, { "text": "The k-means loss function for a k-clustering C is the sum of squared distances of all data points from the centroid of their cluster,", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Intra-Clustering Clusterability Measures", "sec_num": "3.1" }, { "text": "L (C) = k i=1 x\u2208X i ||x \u2212 centroid(X i )|| 2", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Intra-Clustering Clusterability Measures", "sec_num": "3.1" }, { "text": "(1) where the centroid or center mass of a set Y of points is", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Intra-Clustering Clusterability Measures", "sec_num": "3.1" }, { "text": "centroid(Y) = 1 |Y| y\u2208Y y (2)", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Intra-Clustering Clusterability Measures", "sec_num": "3.1" }, { "text": "A \"k-means optimal k-clustering\" of the set X is a k-clustering of X that has the minimal k-means loss of all k-clusterings of X. There may be multiple such clusterings. The first measure of clusterability that we consider is variance ratio (VR), introduced by Zhang (2001) . Its underlying intuition is that in a good clustering, points should be close to the centroid of their cluster, and clusters should be far apart. For a set Y of points,", "cite_spans": [ { "start": 261, "end": 273, "text": "Zhang (2001)", "ref_id": "BIBREF52" } ], "ref_spans": [], "eq_spans": [], "section": "Intra-Clustering Clusterability Measures", "sec_num": "3.1" }, { "text": "\u03c3 2 (Y) = 1 |Y| y\u2208Y ||y \u2212 centroid(Y)|| 2 (3)", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Intra-Clustering Clusterability Measures", "sec_num": "3.1" }, { "text": "is the variance of Y. For a k-clustering C of X, we write p i = |X i | |X| , and define withincluster variance W(C) and between-cluster variance B(C) of C as follows:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Intra-Clustering Clusterability Measures", "sec_num": "3.1" }, { "text": "W(C) = k i=1 p i \u03c3 2 (X i ) B(C) = k i=1 p i ||centroid(X i ) \u2212 centroid(X)|| 2 (4)", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Intra-Clustering Clusterability Measures", "sec_num": "3.1" }, { "text": "Then the variance ratio of the data set X for the number k of clusters is", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Intra-Clustering Clusterability Measures", "sec_num": "3.1" }, { "text": "EQUATION", "cite_spans": [], "ref_spans": [], "eq_spans": [ { "start": 0, "end": 8, "text": "EQUATION", "ref_id": "EQREF", "raw_str": "VR(X, k) = max C\u2208C k B(C) W(C)", "eq_num": "(5)" } ], "section": "Intra-Clustering Clusterability Measures", "sec_num": "3.1" }, { "text": "where C k is the set of k-means optimal k-clusterings of X. A higher variance ratio indicates better clusterability because variance ratio rises as the distance between clusters increases (B(C)) and the distance within clusters decreases (W(C)). Worst pair ratio (WPR) uses a similar intuition as variance ratio, in that it, too, considers a ratio of a within-cluster measure and a between-cluster measure. But it focuses on \"worst pairs\" (Epter, Krishnamoorthy, and Zaki 1999) , the closest pair of points that are in different clusters, and the most distant points that are in the same cluster. For two data points x, y \u2208 X and a k-clustering C of X, we write x \u223c C y if x and y are in the same cluster of C, and x \u223c C y otherwise. Then the split of C is the minimum distance of two data points in different clusters, and the width of C is the maximum distance of two data points in the same cluster:", "cite_spans": [ { "start": 439, "end": 477, "text": "(Epter, Krishnamoorthy, and Zaki 1999)", "ref_id": "BIBREF15" } ], "ref_spans": [], "eq_spans": [], "section": "Intra-Clustering Clusterability Measures", "sec_num": "3.1" }, { "text": "split(C) = min x,y\u2208X,x \u223c C y ||x \u2212 y|| width(C) = max x,y\u2208X,x\u223c C y ||x \u2212 y|| (6)", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Intra-Clustering Clusterability Measures", "sec_num": "3.1" }, { "text": "We use the variant of worst pair ratio given by Ackerman and Ben-David (2009b) , as their definition is analogous to variance ratio:", "cite_spans": [ { "start": 48, "end": 78, "text": "Ackerman and Ben-David (2009b)", "ref_id": "BIBREF1" } ], "ref_spans": [], "eq_spans": [], "section": "Intra-Clustering Clusterability Measures", "sec_num": "3.1" }, { "text": "EQUATION", "cite_spans": [], "ref_spans": [], "eq_spans": [ { "start": 0, "end": 8, "text": "EQUATION", "ref_id": "EQREF", "raw_str": "WPR(X, k) = max C\u2208C k split(C) width(C)", "eq_num": "(7)" } ], "section": "Intra-Clustering Clusterability Measures", "sec_num": "3.1" }, { "text": "where C k is the set of k-means optimal k-clusterings of X. Worst pair ratio is similar to variance ratio but can be expected to be more affected by noise in the data, as it only looks at two pairs of data points while variance ratio averages over all data points. The third clusterability measure that we use is separability (SEP), due to Ostrovsky et al. (2006) . Its intuition is different from that of variance ratio and worst pair ratio: It measures the improvement in clustering (in terms of the k-means loss function) when we move from (k \u2212 1) clusters to k clusters. We write Opt", "cite_spans": [ { "start": 340, "end": 363, "text": "Ostrovsky et al. (2006)", "ref_id": "BIBREF39" } ], "ref_spans": [], "eq_spans": [], "section": "Intra-Clustering Clusterability Measures", "sec_num": "3.1" }, { "text": "k (X) = min C k-clustering of X L (C) for the k-means loss of a k-means optimal k-clustering of X. Then a data set X is (k, \u03b5) separable if Opt k (X) \u2264 \u03b5 Opt k\u22121 (X). Separability-based clusterabil- ity is defined by SEP(X, k) = the smallest \u03b5 such that X is (k, \u03b5)-separable (8)", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Intra-Clustering Clusterability Measures", "sec_num": "3.1" }, { "text": "Whereas for variance ratio and worst pair ratio higher values indicate better clusterability, the opposite is true for separability: Lower values of separability signal a larger drop in k-means loss when moving from (k \u2212 1) to k clusters. 8 The clusterability measures that we describe here all rely on k-means optimal clusterings, as they were all designed to prove properties of clusterings in the area of clustering theory. To use them to test clusterability of concrete data sets in practice, we use an external measure to determine k (described in Section 4.3), and we approximate k-means optimality by performing many clusterings of the same data set with different random starting points, and using the clustering with minimal k-means loss L .", "cite_spans": [ { "start": 239, "end": 240, "text": "8", "ref_id": null } ], "ref_spans": [], "eq_spans": [], "section": "Intra-Clustering Clusterability Measures", "sec_num": "3.1" }, { "text": "If the instances of a lemma are highly clusterable, then an instance clustering derived from monolingual paraphrase substitutes and a second clustering of the same instances derived from translation substitutes should be relatively similar. We compare two clustering solutions using the SemEval 2010 WSI task (Manandhar et al. 2010) measures: V-measure (V) (Rosenberg and Hirschberg 2007) and paired F score (pF) (Artiles, Amig\u00f3, and Gonzalo 2009) .", "cite_spans": [ { "start": 309, "end": 332, "text": "(Manandhar et al. 2010)", "ref_id": "BIBREF31" }, { "start": 357, "end": 388, "text": "(Rosenberg and Hirschberg 2007)", "ref_id": "BIBREF46" }, { "start": 413, "end": 447, "text": "(Artiles, Amig\u00f3, and Gonzalo 2009)", "ref_id": "BIBREF4" } ], "ref_spans": [], "eq_spans": [], "section": "Inter-Clustering Clusterability Measures", "sec_num": "3.2" }, { "text": "V is the harmonic mean of homogeneity and completeness. Homogeneity refers to the degree that each cluster consists of data points primarily belonging to a single gold-standard class, and completeness refers to the degree that each gold-standard class consists of data points primarily assigned to a single cluster. The V measure is noted to depend on both entropy and number of clusters: Systems that provide more clusters do better. For this reason, Manandhar et al. (2010) also used the paired F score (pF), which is the harmonic mean of precision and recall. Precision is the number of common instance pairs between clustering solution and gold-standard classes divided by the number of pairs in the clustering solution, and recall is the same numerator but divided by the total number of pairs in the gold-standard. pF penalizes a difference in number of clusters to the gold-standard in either direction. 9", "cite_spans": [ { "start": 452, "end": 475, "text": "Manandhar et al. (2010)", "ref_id": "BIBREF31" } ], "ref_spans": [], "eq_spans": [], "section": "Inter-Clustering Clusterability Measures", "sec_num": "3.2" }, { "text": "In our experiments reported here, we test both intra-clust and inter-clust clusterability measures. All clusterability results are computed on the basis of LEXSUB and CLLS data. The clusterings that we use for the intra-clust measures are k-means clusterings. We use k-means because this is how these measures have been defined in the machine learning literature; as k-means is a widely used clustering, this is not an onerous restriction. The similarity between sentences used by k-means is defined in Section 4.2. The k-means method needs the number k of clusters as input; we determine this number for each lemma by a simple graph-partitioning method that groups all instances that have a minimum number of substitutes in common (Section 4.3). The graph-partitioning method is also used for the inter-clust approach, since it provides the simplest partitioning of the data and determines the number of partitions (clusters) automatically.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Experimental Design", "sec_num": "4." }, { "text": "In addition to the intra-clust and inter-clust clusterability measures, we test a baseline measure based on degree of overlap in an overlapping clustering (Section 4.4).", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Experimental Design", "sec_num": "4." }, { "text": "We compare the clusterability ratings to two gold standard partitionability estimates, both of which are derived from Usim (Section 4.1). We perform two experiments to measure how well clusterability tracks partitionability (Section 4.6).", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Experimental Design", "sec_num": "4." }, { "text": "We turn Usim data into partitionability information in two ways. First, we model partitionability as inter-tagger agreement on Usim (Uiaa): Uiaa is the inter-tagger agreement for a given lemma taken as the average pairwise Spearman's correlation between the ranked judgments of the annotators. Second, we model partitionability through the proportion of mid-range judgments over all instances for a lemma and all annotators (Umid). We follow McCarthy (2011) in calculating Umid as follows. Midrange judgments are between 2 and 4, that is not 1 (completely different usages) and not 5 (the same usage). Let a \u2208 A be an annotator from the set A of all annotators, and j a \u2208 P l be the judgment of annotator a for a sentence pair for a lemma from all possible such pairings for that lemma (P l ). Then the Umid score for that lemma is calculated as", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "The Gold Standard: Estimating Partitionability from Usim", "sec_num": "4.1" }, { "text": "EQUATION", "cite_spans": [], "ref_spans": [], "eq_spans": [ { "start": 0, "end": 8, "text": "EQUATION", "ref_id": "EQREF", "raw_str": "Umid = a\u2208A j a \u2208P l 1 if j a \u2208 {2, 3, 4} |A| \u2022 |P l |", "eq_num": "(9)" } ], "section": "The Gold Standard: Estimating Partitionability from Usim", "sec_num": "4.1" }, { "text": "Umid is a more direct indication of partitionability than Uiaa in that one might have high values of inter-tagger agreement where annotators all agree on mid-range scores. Uiaa is useful as it demonstrates clearly that these measures can indicate \"tricky\" lemmas that might prove problematic for human annotators and computational linguistic systems.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "The Gold Standard: Estimating Partitionability from Usim", "sec_num": "4.1" }, { "text": "The LEXSUB data for a sentence, for example, an instance of post.n, is turned into a vector as follows. Each possible LEXSUB substitute for post.n over all its ten instances becomes a dimension. For a given sentence, for example sentence 701 in Table 2 , the value for dimension t is the number of times t was named as a substitute for sentence 701. So the vector for sentence 701 has an entry of 3 in the dimension position, an entry of 2 in the dimension job, and a value of 1 in the dimension role, and zero in all other dimensions, and analogously for the other instances. The CLLS data is turned into one vector per instance in the same way. This results in vectors of the same dimensionality for all instances of the same lemma, though the instances of different lemmas can be in different spaces (which does not matter, as they will never be compared). The distance (d vec ) between two instances s, s of the same lemma is calculated as the Euclidean distance between their vectors. If there are n substitutes overall for across all its instances, then the distance of s and s is", "cite_spans": [], "ref_spans": [ { "start": 245, "end": 252, "text": "Table 2", "ref_id": null } ], "eq_spans": [], "section": "Similarity of Sentences Through LEXSUB and CLLS for k-Means Clustering", "sec_num": "4.2" }, { "text": "d vec (s, s ) = n i=1 (s i \u2212 s i ) 2", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Similarity of Sentences Through LEXSUB and CLLS for k-Means Clustering", "sec_num": "4.2" }, { "text": "(10)", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Similarity of Sentences Through LEXSUB and CLLS for k-Means Clustering", "sec_num": "4.2" }, { "text": "This subsection describes the method that we use for determining the number of clusters (k) for a given lemma needed by the intra-clust approach described in Section 3.1, and for providing data partitions for the inter-clust measure of clusterability described in Section 3.2. We adopt a simple graph-based approach to partitioning word usages according to their distance, following Di Marco and Navigli (2013) . Traditionally, graphbased WSI algorithms reveal a word's senses by partitioning a co-occurrence graph built from its contexts into vertex sets that group semantically related words (V\u00e9ronis 2004) . In these experiments we build graphs for the LEXSUB and CLLS target lemmas and partition them based on the distance of the instances, reflected in the substitute annotations. Although the graphical approach is straightforward and representative of the sort of WSI methods used in our field, the exact graph partitioning method is not being evaluated here. Other graph partitioning or clustering algorithms could equally be used. For a given lemma l, we build two undirected graphs using the LEXSUB and CLLS substitutes for l. An instance of l is identified by a sentence id (s#) and is represented by a vertex in the graph. Each instance is associated with a set of substitutes (from either LEXSUB or CLLS) as shown in Table 2 for the noun post. Two vertices are linked by an edge if their distance is found to be low enough.", "cite_spans": [ { "start": 386, "end": 410, "text": "Marco and Navigli (2013)", "ref_id": "BIBREF11" }, { "start": 594, "end": 608, "text": "(V\u00e9ronis 2004)", "ref_id": "BIBREF50" } ], "ref_spans": [ { "start": 1330, "end": 1337, "text": "Table 2", "ref_id": null } ], "eq_spans": [], "section": "Graphical Partitioning", "sec_num": "4.3" }, { "text": "The graph partitioning method that we describe here uses a different and simpler estimate of distance than the k-means clustering. The distance of two vertices is estimated based on the overlap of their substitute sets. As the number of substitutes in each set varies, we use the size of the whole sets along with the size of the intersection for calculating the distance. Let s be an instance (sentence) from a data set (LEXSUB or CLLS) and T be the set of substitute types 10 provided for that instance in LEXSUB or CLLS. The distance (d node ) between two instances (nodes) s and s with substitute sets T and T corresponds to the number of moves necessary to convert T into T . We use the metric proposed by Goldberg, Hayvanovych, and Magdon-Ismail (2010) , which considers the elements that are shared by, and are unique to, each of the sets.", "cite_spans": [ { "start": 711, "end": 758, "text": "Goldberg, Hayvanovych, and Magdon-Ismail (2010)", "ref_id": "BIBREF19" } ], "ref_spans": [], "eq_spans": [], "section": "Graphical Partitioning", "sec_num": "4.3" }, { "text": "EQUATION", "cite_spans": [], "ref_spans": [], "eq_spans": [ { "start": 0, "end": 8, "text": "EQUATION", "ref_id": "EQREF", "raw_str": "d node (T, T ) = |T| + |T | \u2212 2|T \u2229 T |", "eq_num": "(11)" } ], "section": "Graphical Partitioning", "sec_num": "4.3" }, { "text": "We consider two instances as similar enough to be linked by an edge if their intersection is not empty (i.e., they have at least one common substitute) and their distance is below a threshold. After observation of the distance results for different lemmas, the threshold was defined to be equal to 7. 11 A pair of instances with a distance below the threshold is linked by an edge in the graph. For example, instances 705 and 706 of post.n are linked in the graph built from the LEXSUB data (cf. Table 2 ) because their intersection is not empty (they share mail) and they have a distance of 5. The graph built for a lemma is partitioned into connected components (hereafter COMP). As the COMPS do not share any instances, they correspond to a hard (non-overlapping) clustering solution over the set of instances. Two instances belong to the same component if there is a path between their vertices. The top part of Table 4 displays the COMPS obtained for post.n from the LEXSUB data. The 10 instances of the lemma in Table 2 are grouped into four COMPS.", "cite_spans": [], "ref_spans": [ { "start": 496, "end": 503, "text": "Table 2", "ref_id": null }, { "start": 916, "end": 923, "text": "Table 4", "ref_id": "TABREF4" }, { "start": 1018, "end": 1025, "text": "Table 2", "ref_id": null } ], "eq_spans": [], "section": "Graphical Partitioning", "sec_num": "4.3" }, { "text": "Instances 705 and 706 that were linked in the graph are found in the same connected component. On the contrary, 710 shares no substitutes with any other instance as shown in Table 2 , and, as a consequence, does not satisfy either the intersection or the distance criterion. Instance 710 is thus isolated as it is linked to no other instances, and forms a separate component. Frequency distribution over number of COMPS: How many lemmas had a given number of COMPS in the two data sets. Figure 2 shows the frequency distribution of lemmas over number of COMPS.", "cite_spans": [], "ref_spans": [ { "start": 174, "end": 181, "text": "Table 2", "ref_id": null }, { "start": 487, "end": 495, "text": "Figure 2", "ref_id": null } ], "eq_spans": [], "section": "Graphical Partitioning", "sec_num": "4.3" }, { "text": "Our proposed clusterability measures (both intra-and inter-clust) are applicable to hard clusterings. WSI in computational linguistics has traditionally focused on a hard partition of usages into senses but there have been recent attempts to allow for graded annotation Gaylord 2009, 2013) and soft clustering (Jurgens and Klapaftis 2013) . We wanted to see how well the extent of overlap between clusters might be used as a measure of clusterability because this information is present for any soft clustering. If this simple criterion worked well, it would avoid the need for an independent measure of clusterability. If the amount of overlap is an indicator of clusterability then soft clustering can be applied and lemmas with clear-cut sense distinctions will be identified as having little or no overlap between clusters, as depicted in Figure 3 . For this baseline, we measure overlap from a second set of node groupings of the graphs described in Section 4.3, where an instance can fall into more than one of the groups. We refer to this soft grouping solution as CLIQUES. A clique consists of a ", "cite_spans": [ { "start": 270, "end": 289, "text": "Gaylord 2009, 2013)", "ref_id": null }, { "start": 310, "end": 338, "text": "(Jurgens and Klapaftis 2013)", "ref_id": "BIBREF25" } ], "ref_spans": [ { "start": 843, "end": 851, "text": "Figure 3", "ref_id": "FIGREF4" } ], "eq_spans": [], "section": "A Baseline Measure Based on Cluster Overlap", "sec_num": "4.4" }, { "text": "Illustration of the processing pipeline from input data to clusterability estimation.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Figure 4", "sec_num": null }, { "text": "maximal set of nodes that are pairwise adjacent. 12 They are typically finer grained than the COMPS because there may be vertices in a component that have a path between them without being adjacent. 13 The lower part of Table 4 contains the CLIQUES obtained for post.n in LEXSUB. The two solutions, COMPS and CLIQUES, presented for the lemma in this table are very similar except that there is a further distinction in the CLIQUES as the first cluster in the COMPS is subdivided between two different senses of mail (broadly speaking, the physical and electronic senses). Note that these two CLIQUES overlap and share instance 705.", "cite_spans": [ { "start": 199, "end": 201, "text": "13", "ref_id": null } ], "ref_spans": [ { "start": 220, "end": 227, "text": "Table 4", "ref_id": "TABREF4" } ], "eq_spans": [], "section": "Figure 4", "sec_num": null }, { "text": "We wish to see if using the extent of overlap in the CLIQUES reflects the partitionability numbers derived from the Usim data to the same extent as the clusterability metrics already presented. If it does, then the overlapping clustering approach itself could be used to determine how easily the senses partition and clusterability would be reflected by the extent of instance overlap in the clustering solution. Let C s be the set of partitions (CLIQUES) to which a sentence s from the sentences for a given lemma (S l ) is automatically assigned. Then nc s (l) measures the average number of CLIQUES to which the sentences for a given lemma are assigned.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Figure 4", "sec_num": null }, { "text": "EQUATION", "cite_spans": [], "ref_spans": [], "eq_spans": [ { "start": 0, "end": 8, "text": "EQUATION", "ref_id": "EQREF", "raw_str": "nc s (l) = s\u2208S l |C s | |S l |", "eq_num": "(12)" } ], "section": "Figure 4", "sec_num": null }, { "text": "We assume that lemmas that are less easy to partition will have higher values of nc s compared with lemmas with a similar number of clusters over all sentences but with lower values of nc s .", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Figure 4", "sec_num": null }, { "text": "In Figure 4 we give an overview of the whole processing pipeline, from the input data to the clusterability estimation. The graphs built for each lemma from the LEXSUB and CLLS data are partitioned twice creating COMPS and CLIQUES. The COMPS serve to define the k per lemma needed by the intra-clust clusterability metrics (VR, SEP, WPR). The inter-clust metrics (V and pF) compare the two sets of COMPS created for a lemma from the LEXSUB and CLLS data. The overlaps present in the CLIQUES are exploited by the baseline metric (nc s ). Table 5 provides a summary of the two gold standard partitionability estimates and the two types of clusterability measures, along with the baseline clusterability measure that we test. The partitionability estimates and the clusterability measures vary in their directions: In some cases, high values denote high partitionability; in other cases high values indicate low partitionability. Because WPR and VR are predicted to have high values for more clusterable lemmas and SEP has low values, we expect WPR and VR to positively correlate with Uiaa and negatively with Umid and the direction of correlation to be reversed for SEP. Our clustering evaluation metrics (V and pF) should provide correlations with the gold standards in the same direction as WPR and VR since a high congruence between the two solutions for a lemma from different annotations of the same sentences should be indicative of higher clusterability and consequently higher values of Uiaa and lower values of Umid. As regards the baseline approach based on cluster overlap, because we assume that lemmas that are less easy to partition will have higher values of nc s , high values of nc s should be positively correlated with Umid and negatively correlated with Uiaa (like SEP). Table 6 gives an overview of the expected directions.", "cite_spans": [], "ref_spans": [ { "start": 3, "end": 11, "text": "Figure 4", "ref_id": null }, { "start": 537, "end": 544, "text": "Table 5", "ref_id": "TABREF5" }, { "start": 1789, "end": 1796, "text": "Table 6", "ref_id": "TABREF6" } ], "eq_spans": [], "section": "Experimental Design Overview", "sec_num": "4.5" }, { "text": "We perform two sets of experiments, which differ in the way in which we control for polysemy. Partitionability estimates as well as clusterability predictions can be expected to be influenced by polysemy. Polysemy has an influence on inter-annotator agreement in that agreement is lower with higher attested polysemy (Passonneau et al. 2010) . The number of clusters also influences all our measures of clusterability. Manandhar et al. (2010) note that V and pF are influenced by polysemy. Also, all intra-clust clusterability measures are influenced by k. Variance ratio and worst pair ratio both improve monotonically with k because the distance of points from the center mass of their cluster decreases as the number of clusters rises (this affects the within-cluster variance W(C) and width(C)). Separability is always lowest for k = n (number of data points), and almost always second-lowest for k = n \u2212 1. The first set of experiments measures correlation using Spearman's \u03c1 between a ranking of partitionability estimates and a ranking of clusterability predictions. We do not perform correlation across all lemmas but control for polysemy by grouping lemmas into polysemy bands, and performing correlations only on lemmas with a polysemy within the bounds of the same band. Let k be the number of clusters for lemma l, which is the number of COMPS for all clusterability metrics other than nc s , and the number of CLIQUES for nc s . For the cluster congruence metrics (V and pF), we take the average number of clusters for a lemma in both LEXSUB and CLLS. 14 Then we define three polysemy bands:", "cite_spans": [ { "start": 317, "end": 341, "text": "(Passonneau et al. 2010)", "ref_id": "BIBREF41" }, { "start": 419, "end": 442, "text": "Manandhar et al. (2010)", "ref_id": "BIBREF31" } ], "ref_spans": [], "eq_spans": [], "section": "Evaluation", "sec_num": "4.6" }, { "text": "r low: 2 \u2264 k < 4.3 r mid: 4.3 \u2264 k < 6.6", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Evaluation", "sec_num": "4.6" }, { "text": "r high: 6.6 \u2264 k < 9 Note that none of the intra-clust clusterability measures are applicable for k = 1, so in cases where the number of COMPS is one, the lemma is excluded from analysis. In these cases the clustering algorithm itself decides that the instances are not easy to partition.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Evaluation", "sec_num": "4.6" }, { "text": "The second set of experiments performs linear regression to link partitionability to clusterability, using the degree of polysemy k as an additional independent variable. As we expect polysemy to interfere with all clusterability measures, we are interested not so much in polysemy as a separate variable but in the interaction polysemy \u00d7 clusterability. This lets us test experimentally whether our prediction that polysemy influences clusterability is borne out in the data. As the second set of experiments does not break the lemmas into polysemy bands, we have a single, larger set of data points undergoing analysis, which gives us a stronger basis for assessing significance.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Evaluation", "sec_num": "4.6" }, { "text": "In this section we provide our main results evaluating the various clusterability measures against our gold-standard estimates. Section 5.1 discusses the evaluation via correlation with Spearman's \u03c1. In Section 5.2 we present the regression experiments. In Section 5.3 we provide examples and lemma rankings by two of our best performing metrics.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Experiments", "sec_num": "5." }, { "text": "We calculated Spearman's correlation coefficient (\u03c1) for both gold standards (Uiaa and Umid) against all clusterability measures: intra-clust (VR, WPR, and SEP), inter-clust (V and pF), and the baseline nc s . For all these measures except the inter-clust, we calculate \u03c1 using LEXSUB and CLLS separately as our clusterability measure input. The inter-clust measures rely on two views of the data so we use LEXSUB and CLLS together as input. We calculate the correlation for lemmas in the polysemy bands (low, mid, and high, as described above in Section 4.6) subject to the constraint that there are at least five lemmas within the polysemy range for that band. We provide the details of all trials in Appendix A and report the main findings here. Table 7 shows the average Spearman's \u03c1 over all trials for each clusterability measure. Although there are a few non-significant results from individual trials that are in the unanticipated direction (as discussed in the following paragraph), all average \u03c1 are in the anticipated direction, specified in Table 6 ; SEP and nc s are positively correlated with Umid and negatively with Uiaa whereas for all other measures the direction of correlation is reversed. Some of the metrics show a promising level of correlation but the performance of the metrics varies. The baseline nc s is particularly weak, highlighting that the amount of shared sentences in overlapping clusters is not a strong indication of clusterability. This is important because if this simple baseline had been a good indicator of clusterability, then a sensible approach to the phenomenon of partionability of word meaning would be to simply soft cluster a word's instances and the extent of overlap would be a direct indication that the meanings are highly intertwined. WPR is also quite Table 7 The macro-averaged correlation of each clusterability metric with the Usim gold-standard rankings Uiaa and Umid: All correlations are in the expected direction. Also, the proportion (prop.) of trials from Tables A.1-A.5 in Appendix A with moderate or stronger correlation in the correct direction with a statistically significant result. weak, which is not unexpected: It only considers the worst pair rather than all data points, as noted in Section 3.1. Both inter-clust measures (pF and V) have a stronger correlation with Uiaa than with Umid, whereas for the machine learning measures the reverse is true and the correlation is stronger for Umid. As mentioned in Section 4.1, Umid is a more direct gold-standard indicator of partitionability but Uiaa is useful as a gold standard as it indicates how problematic annotation will be for humans. The machine learning metric SEP and our proposal for pF as an indication of clusterability provide the strongest average correlations, though the results for pF are less consistent over trials. 15 Because we are controlling for polysemy, there is less data (lemmas) for each correlation measurement so many individual trials do not give significant results, but all significant correlations are in the anticipated direction. The final two columns of Table 7 show the proportion of cases that are significant at the 0.05 level or above and have \u03c1 > 0.4 16 in the anticipated direction out of all individual trials meeting the constraint of five or more lemmas in the respective polysemy band for LEXSUB or CLLS input data. We are limited by the available gold-standard data and need to control for polysemy. So there are several results with a promising \u03c1 which, however, are not significant, such that they are scored negatively in this more stringent summary. Nevertheless, from this summary of the results we can see that the machine learning metrics, particularly VR (which has a higher proportion of successful trials) and SEP (which has the highest average correlations) are most consistent in indicating partitionability using either goldstandard estimate (Umid or Uiaa) with VR achieving 66.7% success (2 out of 3 trials for each gold-standard ranking). WPR is less promising for the reasons stated above. Although there are some successful trials for the inter-clust approaches, the results are not consistent and only one trial showed a (highly) significant correlation. The baseline approach which measures cluster overlap has only one significant result in all 6 trials, but more worrisome for this measure is the fact that in 4 out of the 12 trials (2 for each Umid and Uiaa) the correlation was in the non-anticipated direction. In contrast there was only one result for WPR (on CLLS) in the non-anticipated direction and one result for V on the fence (\u03c1 = 0) and all other individual results for the inter and intra-clust measures were in the anticipated direction.", "cite_spans": [ { "start": 2857, "end": 2859, "text": "15", "ref_id": null } ], "ref_spans": [ { "start": 749, "end": 756, "text": "Table 7", "ref_id": null }, { "start": 1053, "end": 1060, "text": "Table 6", "ref_id": "TABREF6" }, { "start": 1808, "end": 1815, "text": "Table 7", "ref_id": null }, { "start": 3113, "end": 3120, "text": "Table 7", "ref_id": null } ], "eq_spans": [], "section": "Correlation of Clusterability Measures Using Spearman's \u03c1", "sec_num": "5.1" }, { "text": "There were typically more lemmas in the intra-clust trials with LEXSUB compared to CLLS, as shown in Appendix A due to the fact that many lemmas in CLLS have only one component (see Figure 2 ) and are therefore excluded from the intra-clust clusterability estimation. 17", "cite_spans": [], "ref_spans": [ { "start": 182, "end": 190, "text": "Figure 2", "ref_id": null } ], "eq_spans": [], "section": "Correlation of Clusterability Measures Using Spearman's \u03c1", "sec_num": "5.1" }, { "text": "Our first round of experiments revealed some clear differences between approaches and implied good performance, particularly for the intra-clust measures VR and SEP. In the first round of experiments, however, we separated lemmas into polysemy bands and this resulted in the set of lemmas involved in each individual correlation experiment being somewhat small. This makes it hard to obtain significant results. Even for the overall most successful measures, not all trials came out as significant. In this second round of experiments, we therefore change the set-up in a way that allows us to test on all lemmas in a single experiment, to see which clusterability measures will exhibit an overall significant ability to predict partitionability.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Linking Partitionability to Clusterability and Polysemy Through Regression", "sec_num": "5.2" }, { "text": "We use linear regression, an analysis closely related to correlation. 18 The dependent variable to be predicted is a partitionability estimate, either Umid or Uiaa. We use two types of independent variables (predictors). The first is the clusterability measurehere we call this variable clust. The second is the degree of polysemy, which we call poly. This way we can model an influence of polysemy on clusterability as an interaction of variables, and have all lemmas undergo analysis at the same time. This lets us obtain more reliable results: Previously, a non-significant result could indicate either a weak predictor or a data set that was too small after controlling for polysemy, but now the data set undergoing analysis is much bigger. 19 Furthermore, this experiment demonstrates how clusterability and polysemy can be used together as predictors.", "cite_spans": [ { "start": 70, "end": 72, "text": "18", "ref_id": null } ], "ref_spans": [], "eq_spans": [], "section": "Linking Partitionability to Clusterability and Polysemy Through Regression", "sec_num": "5.2" }, { "text": "The variable clust reflects the clusterability predictions of each measure. We use the actual values, not their rank among the clusterability values for all lemmas. This way we can test the ability of our clusterability measures to predict partitionability for individual lemmas, while the rank is always relative to other lemmas that are being analyzed at the same time. The values of the variable clust are obviously different for each clusterability measure, but the values of poly also vary across clusterability measures: For all intra-clust measures poly is the number of COMPS. For the inter-clust measures, it is the average number of COMPS between the numbers computed from LEXSUB and from CLLS. For the nc s baseline it is the number of CLIQUES. In all cases, poly is the actual number of COMPS or CLIQUES, not the polysemy band.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Linking Partitionability to Clusterability and Polysemy Through Regression", "sec_num": "5.2" }, { "text": "We test three different models in our linear regression experiment. The first model has poly as its sole predictor. It tests to what extent partitionability issues can be explained solely by a larger number of COMPS or CLIQUES. Our hypothesis is that this simple model will not suffice. The second model has clust as its sole predictor, ignoring possible influences from polysemy. The third model uses the interaction poly \u00d7 clust as a predictor (along with poly and clust as separate variables). Our hypothesis is that this third model should fare particularly well, given the influence of polysemy on clusterability measures that we derived theoretically above. 20 We evaluate the linear regression models in two ways. The first is the F test. Given a model M predicting Y from predictors X 1 , . . . , X m as Y = \u03b2 0 + \u03b2 1 X 1 + . . . + \u03b2 m X m , it tests the null hypothesis that \u03b2 0 = \u03b2 1 = . . . = \u03b2 m = 0. That is, it tests whether M is statistically indistinguishable from a model with no predictors. 21 Second, we use the Akaike Information Criterion (AIC) to compare models. AIC tests how well a model 18 The regression coefficient is a standardization of Pearson's r, a correlation coefficient, related via a ratio of standard deviations. 19 Also, the first round of experiments had to drop some lemmas from the analysis when they were in a polysemy band with too few members; the second round of experiments does not have this issue. 20 We also tested a model with predictors poly+clust, without interaction. We do not report on results for this model here as it did not yield any interesting results. It was basically always between clust and poly \u00d7 clust. 21 We will say an F test \"reached significance\" to mean that the null hypothesis was rejected for some model.", "cite_spans": [ { "start": 664, "end": 666, "text": "20", "ref_id": null } ], "ref_spans": [], "eq_spans": [], "section": "Linking Partitionability to Clusterability and Polysemy Through Regression", "sec_num": "5.2" }, { "text": "Regression results for the Umid partitionability estimate. Significance of F statistic, and AIC for the following models: polysemy only (poly), clusterability only (clust), and interaction (poly \u00d7 clust). Bolded: model that is best by AIC and has significant F, separately for each substitute set. We use * for statistical significance with p < 0.05, ** for p < 0.01, and *** for p < 0.001. will likely generalize (rather than overfit) by penalizing models with more predictors. AIC uses the log likelihood of the model under the data, corrected for model complexity computed as its number of predictors. Given again a model M predicting Y (in our case, either Umid or Uiaa) from m predictors, the AIC is", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Table 8", "sec_num": null }, { "text": "AIC = \u22122 log p(Y|M) + 2m", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Table 8", "sec_num": null }, { "text": "The lower the AIC value, the better the generalization of the model. The model preferred by AIC is the one that minimizes the Kullback-Leibler divergence between the model and the data. AIC allows us to compare all models that model the same data, that is, all models predicting Umid can be compared to each other, and likewise all models predicting Uiaa. The number of data points in each model depends on the partitioning (as lemmas with k = 1 cannot enter into intra-clust clusterability analysis), which differs between CLLS and LEXSUB. AIC depends on the sample size (through p(Y|M)), so in order to be able to compare all models that model the same partitionability estimate, we compute AIC only on the subset of lemmas that enters in all analyses. 22 In contrast, we compute the F test on all lemmas where the clusterability measure is valid, 23 in order to use the largest possible set of lemmas to test the viability of a model. 24 Table 8 shows the results for models predicting Umid, and Table 9 shows the results for the prediction of Uiaa. The bolded figures are the best AIC values for each substitute set (CLLS, LEXSUB, both) where the corresponding F-tests reach significance. 25", "cite_spans": [ { "start": 755, "end": 757, "text": "22", "ref_id": null } ], "ref_spans": [ { "start": 941, "end": 948, "text": "Table 8", "ref_id": null }, { "start": 999, "end": 1006, "text": "Table 9", "ref_id": null } ], "eq_spans": [], "section": "Table 8", "sec_num": null }, { "text": "Regression results for the Uiaa partitionability estimate. Significance of F statistic, and AIC for the following models: polysemy only (poly), clusterability only (clust), and interaction (poly \u00d7 clust). Bolded: model that is best by AIC and has significant F, separately for each substitute set. We use * for statistical significance with p < 0.05 and ** for p < 0.01. Confirming the results from our first round of experiments, we obtain the best results for SEP and VR: The best AIC results in predicting Umid are reached by VR, while SEP shows a particularly reliable performance. In predicting Umid, all SEP models that use clust reach significance, and in predicting Uiaa, all SEP models that use clust reach significance if they are based on LEXSUB substitutes. WPR reaches the best AIC values on predicting Uiaa, but on the F test, which takes into account more lemmas, its results are less often significant.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Table 9", "sec_num": null }, { "text": "As in the first round of experiments, the performance of the two inter-clust measures is not as strong as that of the intra-clust measures. Here the inter-clust measures are in fact often comparable to the nc s baseline. However, as CLLS seems to be harder to use as a basis than LEXSUB (we comment on this subsequently), the inter-clust measures may be hampered by problems with the CLLS data.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Table 9", "sec_num": null }, { "text": "The baseline nc s measure does not have as dismal a performance here as it did in the first round of experiments, but its performance is still worse throughout than that of the intra-clust measures. Interestingly, the poly variable that we use for nc s , which is the absolute number of CLIQUES for a lemma, is informative to some extent for Umid but not for Uiaa, and the clust variable is informative to some extent for Uiaa but not for Umid.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Table 9", "sec_num": null }, { "text": "The regression experiments overall confirm the influence of polysemy on the clusterability measures. Although clusterability as a predictor on its own (the clust models) often reaches significance in predicting partitionability, taking polysemy into account (in the poly \u00d7 clust models) often strengthens the model in predicting Umid and achieves the overall best results (the two bolded models); however for Uiaa the results are more ambivalent, where of the four clusterability measures that produce significant models, two improve when the interaction with polysemy is taken into account, and the two others do not. We also note that COMPS alone (the poly variable for the intra-clust models) never manages to predict partitionability in any way, for either Umid or Uiaa. In contrast, the number of CLIQUES (the poly variable of the nc s model) emerges as a predictor of Umid, though not of Uiaa.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Table 9", "sec_num": null }, { "text": "In comparing Umid versus Uiaa, we see that Umid seems to be generally easier to predict, as it has more models with a significant F test.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Table 9", "sec_num": null }, { "text": "Comparing the CLLS and LEXSUB substitutions, we see that the use of LEXSUB leads to much better predictions than CLLS. Most strikingly, in predicting Uiaa no model achieves significance using CLLS. We have commented on this issue before: The reason for this effect is that many lemmas in CLLS have only one component and are therefore excluded from the intra-clust clusterability estimation.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Table 9", "sec_num": null }, { "text": "Clusterability in practice. As this round of experiments used the raw clusterability figures to predict partitionability, rather than their rank, it points the way to using clusterability in practice: Given a lemma, collect instance data (for example paraphrases, translations, or vectors). Estimate the number of clusters, for example using a graphical clustering approach. Then use a clusterability measure (SEP or VR recommended) to determine its degree of clusterability, and use a regression classifier to predict a partitionability estimate. It may help to take the interaction of clust and poly into account. If the estimate is high, then a hard clustering is more likely to be appropriate, and sense tagging for training or testing should not be difficult. Where the estimate is low it is more likely that a more complex graded representation is needed, and in extreme cases clustering should be avoided altogether. Determining where the boundaries are would depend on the purpose of the lexical representation and is not addressed in this article. Our contribution is an approach to determine the relative location of lemmas on a continuum of partitionability.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Table 9", "sec_num": null }, { "text": "Our clusterability metrics, in particular VR and SEP, are useful for determining the partitionability of lemmas. In this section we show the rankings for these two metrics with our lemmas and provide a couple of more detailed examples with the LEXSUB and CLLS data.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Lemma Clusterability Rankings and Some Examples", "sec_num": "5.3" }, { "text": "In Table 10 we show the lemmas that have k > 1 when partitioned into COMPS using the LEXSUB substitutes, their respective gold standard Umid and Uiaa values, and the SEP and VR values calculated for them on the basis of LEXSUB substitutes. The \"L by Uiaa\" and \"L by Umid\" columns display the lemmas reranked according to the two gold-standard estimates, and the \"L by VR\" and \"L by SEP\" columns do likewise for the VR and SEP clusterability measures. We have reversed the order of the ranking by Umid and SEP because these measures are high when clusterability is low and vice versa. Lemmas with high partitionability should therefore be near the bottom of the table in columns 7-10 and lemmas with low partitionability should be near the top. There are differences and all rankings are influenced by polysemy, but we can see from this table that on the whole the metrics rank lemmas similarly to the gold-standard rankings with highly clusterable lemmas (such as fire.v) at the bottom of the table and less clusterable lemmas (such as work.v) nearer the top.", "cite_spans": [], "ref_spans": [ { "start": 3, "end": 11, "text": "Table 10", "ref_id": "TABREF0" } ], "eq_spans": [], "section": "Lemma Clusterability Rankings and Some Examples", "sec_num": "5.3" }, { "text": "We now take a closer look at two example lemmas, fire.v and solid.a. Table 11 provides the COMPS from both the LEXSUB and the CLLS data. Both lemmas have a polysemy of 2 according to the COMPS clustering. fire.v is an example of a highly clusterable lemma whereas solid.a is a less-clusterable lemma. Table 12 shows the values for the clusterability measures. The intra-clust metrics are calculated for both LEXSUB and CLLS independently whereas the inter-clust metrics (pF and V) compare the two independent clustering solutions with each other. fire.v is more clusterable as can be seen by the clusters over the LEXSUB and CLLS data (Table 11) , which denote a clear sense distinction, and by the Uiaa and Umid from the Usim gold standard. The measures WPR, VR, V, and pF are all higher for the more clusterable fire.v compared with solid.a, 1090, 1082, 1088, 1085, 1084, 1089, 1086 fixed, secure, substantial, valid, reliable, good, sturdy, respectable, convincing, sound, substantive, dependable, strong, genuine, cemented, firm, accurate, stable 1090, 1081, 1087, 1086, 1082, 1083, 1085, 1088, 1089 fidedigno, con cuerpo, conciso, estable, macizo, solido, con fundamentos, tempano, fundamentado, confiable, real, seguro, firme, consistente, fuerte, estricto, congelado, en estado solido, resistente, duro, bien fundado, fundado", "cite_spans": [ { "start": 844, "end": 1103, "text": "1090, 1082, 1088, 1085, 1084, 1089, 1086 fixed, secure, substantial, valid, reliable, good, sturdy, respectable, convincing, sound, substantive, dependable, strong, genuine, cemented, firm, accurate, stable 1090, 1081, 1087, 1086, 1082, 1083, 1085, 1088, 1089", "ref_id": null } ], "ref_spans": [ { "start": 69, "end": 77, "text": "Table 11", "ref_id": "TABREF0" }, { "start": 301, "end": 309, "text": "Table 12", "ref_id": "TABREF0" }, { "start": 635, "end": 645, "text": "(Table 11)", "ref_id": "TABREF0" } ], "eq_spans": [], "section": "Lemma Clusterability Rankings and Some Examples", "sec_num": "5.3" }, { "text": "whereas SEP is lower as anticipated. The two lemmas were selected as examples with the same number of COMPS to allow for a comparison of the values. The overlap measure nc s is higher for solid.a as anticipated. 26 Note that for the highly clusterable lemma fire.v there are no substitutes in common in the two groupings with either the LEXSUB or CLLS data because there is no substitute overlap in the sentences, which results in the COMPS and CLIQUES solutions being equivalent, whereas for solid.a there are several substitutes shared by the groupings for LEXSUB (e.g., strong) and CLLS (e.g., solido).", "cite_spans": [ { "start": 212, "end": 214, "text": "26", "ref_id": null } ], "ref_spans": [], "eq_spans": [], "section": "Lemma Clusterability Rankings and Some Examples", "sec_num": "5.3" }, { "text": "In this article, we have introduced the theoretical notion of clusterability from machine learning discussed by Ackerman and Ben-David (2009a) and argued that it is relevant to WSI since lemmas vary as to the degree of partitionability, as highlighted in the linguistics literature (Tuggy 1993) and supported by evidence from annotation studies (Chen and Palmer 2009; Gaylord 2009, 2013) . We have demonstrated here how clustering of translation or paraphrase data can be used with clusterability measures to estimate how easily a word's usages can be partitioned into discrete senses. In addition to the intra-clust measures from the machine learning literature, we have also operationalized clusterability as consistency in clustering across information sources using clustering solutions from translation and paraphrase data together. We refer to this second set of measures as inter-clust measures. We conducted two sets of experiments. In the first we controlled for polysemy by performing correlations between clusterability estimates and our gold standard on our lemmas in three polysemy bands, which allows us to look at correlation independent of polysemy. In the second set of experiments we used linear regression on the data from all lemmas together, which allows us to see how polysemy and clusterability can work together as predictors. We find that the machine learning metrics SEP and VR produce the most promising results. The inter-clust metrics (V and pF) are interesting in that they consider the congruence of different views of the same underlying usages, but although there are some promising results, the measures are not as consistent and in particular in the second set of experiments do not outperform the baseline. This may be due to their reliance on CLLS, which generally produces weaker results compared to LEXSUB. Our baseline, which measures the amount of overlap in overlapping clustering solutions, shows consistently weaker performance than the intra-clust measures.", "cite_spans": [ { "start": 112, "end": 142, "text": "Ackerman and Ben-David (2009a)", "ref_id": "BIBREF0" }, { "start": 282, "end": 294, "text": "(Tuggy 1993)", "ref_id": "BIBREF49" }, { "start": 345, "end": 367, "text": "(Chen and Palmer 2009;", "ref_id": "BIBREF8" }, { "start": 368, "end": 387, "text": "Gaylord 2009, 2013)", "ref_id": null } ], "ref_spans": [], "eq_spans": [], "section": "Conclusions and Future Work", "sec_num": "6." }, { "text": "A variant of the inter-clust measures we would like to explore is a comparison of results from different clustering algorithms. Because more clusterable data is computationally easier to cluster (Ackerman and Ben-David 2009a) , we assume more clusterable data should produce closer results across different algorithms operating on the same input data. We plan to test this empirically in future.", "cite_spans": [ { "start": 195, "end": 225, "text": "(Ackerman and Ben-David 2009a)", "ref_id": "BIBREF0" } ], "ref_spans": [], "eq_spans": [], "section": "Conclusions and Future Work", "sec_num": "6." }, { "text": "Clusterability metrics should be useful in planning annotation projects (and estimating their costs) as well as for determining the appropriate lexical representation for a lemma. A more clusterable lemma is anticipated to be better-suited to the traditional hard-clustering winner-takes-all WSD methodology compared with a less clusterable lemma where a more complex soft-clustering approach should be considered and more time and expertise is anticipated for any annotation and verification tasks. For some tasks, it may be worthwhile to focus disambiguation efforts only on lemmas with a reasonable level of partitionability.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Conclusions and Future Work", "sec_num": "6." }, { "text": "We believe that notions of clusterability from machine learning are particularly relevant to WSI and the field of word meaning representation in general. These notions might prove useful in other areas of computational linguistics and lexical semantics in particular. One such area to explore would be clustering predicate-argument data (Sun and Korhonen 2009; Schulte im Walde 2006) .", "cite_spans": [ { "start": 337, "end": 360, "text": "(Sun and Korhonen 2009;", "ref_id": "BIBREF48" }, { "start": 361, "end": 383, "text": "Schulte im Walde 2006)", "ref_id": "BIBREF47" } ], "ref_spans": [], "eq_spans": [], "section": "Conclusions and Future Work", "sec_num": "6." }, { "text": "All the metrics and gold standards measure clusterability on a continuum.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Conclusions and Future Work", "sec_num": "6." }, { "text": "We have yet to address the issue of where the cut-off points on that continuum for alternate representations might be. There is also the issue that for a given word, there may be some meanings which are distinct and others that are intertwined. It may in future be possible to find contiguous regions of the data that are clusterable, even if there are other regions where the meanings are less distinguishable.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Conclusions and Future Work", "sec_num": "6." }, { "text": "The paraphrase and translation data we have used to examine clusterability metrics have been produced manually. In future work, the measures could be applied to automatically generated paraphrases and translations or to vector-space or word (or phrase) embedding representations of the instances. Use of automatically produced data would allow us to measure clusterability over a larger vocabulary and corpus of instances but we would need to find an appropriate gold standard. One option might be evidence of inter-tagger agreement from corpus annotation studies (Passonneau et al. 2012) or data on ease of word sense alignment (Eom, Dickinson, and Katz 2012) .", "cite_spans": [ { "start": 564, "end": 588, "text": "(Passonneau et al. 2012)", "ref_id": "BIBREF42" }, { "start": 629, "end": 660, "text": "(Eom, Dickinson, and Katz 2012)", "ref_id": "BIBREF14" } ], "ref_spans": [], "eq_spans": [], "section": "Conclusions and Future Work", "sec_num": "6." }, { "text": "Tables A1-A5 provide the details of the individual Spearman's correlation trials of clusterability measures against the gold standards reported in Section 5.1. All correlations in the anticipated direction are marked in blue, and those in the counter-intuitive direction are marked in red and noted by opp in the final column. In the same column, we use * for statistical significance with p < 0.05 and ** for p < 0.01. We use only those polysemy bands where there are at least five lemmas within the polysemy range for that band. The number of lemmas (#) in each band is shown within parentheses. ", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Appendix A: Individual Spearman's Correlation Trials", "sec_num": null }, { "text": "See for a high level overview,Navigli (2009) for a detailed summary, andAgirre and Edmonds (2006) for further background and discussion.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "", "sec_num": null }, { "text": "Different etymology can help in determining such homonymous cases where several meanings have coincidentally ended up having the same word form, but there are many cases where etymologically related meanings are just as distinct to speakers(Ide and Wilks 2006).", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "", "sec_num": null }, { "text": "We use n, v, a, r suffixes to denote nouns, verbs, adjectives, and adverbs, respectively. 4 There are no judgments for a sentence paired with itself and we do not repeat values where a judgment has appeared already in the table (for example, 702-701, given that we already have 701-702 displayed).", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "", "sec_num": null }, { "text": "Ackerman and Ben-David (2009b) proposed an additional clusterability measure, center perturbation. However, this measure is not scale invariant, in that its clusterability scores depend on the overall distance between data points in X. As we found this dependency to be very strong, we are not using center perturbation in our experiments in this article.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "", "sec_num": null }, { "text": "Because both measures (V and pF) use the harmonic mean, it does not matter whether we use CLLS as the gold standard against LEXSUB or vice versa: The harmonic mean of homogeneity and completeness, or precision and recall, is the same regardless of which clustering solution is considered as \"gold.\"", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "", "sec_num": null }, { "text": "We have not used the frequency of each substitute, which is the number of annotators that provided it in LEXSUB or CLLS, though it would be possible to experiment with this in future work.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "", "sec_num": null }, { "text": "In future work, we intend to explore ways for defining the distance threshold dynamically, on a per lemma basis.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "", "sec_num": null }, { "text": "Cliques are computed directly from a graph, not from the COMPS. 13 Note that two different COMPS and CLIQUES can share substitutes (translations or paraphrases).Substitutes serve to determine the distance of the instances. If the distance is high, two instances are not linked in the graph despite their shared substitutes.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "", "sec_num": null }, { "text": "Differences in granularity are quite possibly an indication of non-clusterability, but not necessarily. We have also tried using the difference in the number of clusters between CLLS and LEXSUB as an indicator of clusterability but the proposed measures allow a more complete estimation of disparity and so far seem more reliable.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "", "sec_num": null }, { "text": "This can be seen inTable A.3 in Appendix A.16 This is generally considered the lower bound of moderate correlation for Spearman's and is the level of inter-annotator agreement achieved in other semantics tasks (for example seeMitchell and Lapata [2008]). 17 As noted before, none of the intra-clust measures are applicable for the case of k = 1.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "", "sec_num": null }, { "text": "This subset comprises 27 lemmas: charge.v, clear.v, draw.v, dry.a, fire.v, flat.a, hard.r, heavy.a, hold.v, lead.n, light.a, match.n, paper.n, post.n, range.n, raw.a, right.r, ring.n, rude.a, shade.n, shed.v, skip.v, soft.a, solid.a, stiff.a, tap.v, throw.v. 23 For the intra-clust measures, this is only lemmas where k > 1.24 We also computed AIC separately for substitute sets LEXSUB, CLLS, and both (for inter-clust). The relative ordering of models within each substitute set remained mostly the same. 25 Log-likelihood values can be positive, as they are in our case, leading to negative AIC values. See, for example, http://blog.stata.com/2011/02/16/positive-log-likelihood-values-happen/.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "", "sec_num": null }, { "text": "The CLIQUES clustering gives a different number of clusters to the two lemmas, so these two lemmas would be in different polysemy bands for the correlation experiments on nc s since we control for polysemy.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "", "sec_num": null } ], "back_matter": [ { "text": "This work was partially supported by National Science Foundation grant IIS-0845925 to K. E. We thank the anonymous reviewers for many helpful comments and suggestions.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Acknowledgments", "sec_num": null } ], "bib_entries": { "BIBREF0": { "ref_id": "b0", "title": "Clusterability: A theoretical study", "authors": [ { "first": "Margareta", "middle": [], "last": "Ackerman", "suffix": "" }, { "first": "Shai", "middle": [], "last": "Ben-David", "suffix": "" } ], "year": 2009, "venue": "Journal of Machine Learning Research -Proceedings Track", "volume": "5", "issue": "", "pages": "1--8", "other_ids": {}, "num": null, "urls": [], "raw_text": "Ackerman, Margareta and Shai Ben-David. 2009a. Clusterability: A theoretical study. Journal of Machine Learning Research - Proceedings Track, 5:1-8.", "links": null }, "BIBREF1": { "ref_id": "b1", "title": "Clusterability: A theoretical study", "authors": [ { "first": "Margareta", "middle": [], "last": "Ackerman", "suffix": "" }, { "first": "Shai", "middle": [], "last": "Ben-David", "suffix": "" } ], "year": 2009, "venue": "Proceedings of the Twelfth International Conference on Artificial Intelligence and Statistics (AISTATS)", "volume": "", "issue": "", "pages": "1--8", "other_ids": {}, "num": null, "urls": [], "raw_text": "Ackerman, Margareta and Shai Ben-David. 2009b. Clusterability: A theoretical study. In Proceedings of the Twelfth International Conference on Artificial Intelligence and Statistics (AISTATS), pages 1-8, Clearwater Beach, FL.", "links": null }, "BIBREF2": { "ref_id": "b2", "title": "Data-driven semantic analysis for multilingual WSD and lexical selection in translation", "authors": [ { "first": "Eneko", "middle": [], "last": "Agirre", "suffix": "" }, { "first": "Philip", "middle": [], "last": "Edmonds", "suffix": "" }, { "first": "", "middle": [], "last": "Applications", "suffix": "" }, { "first": "", "middle": [], "last": "Springer", "suffix": "" }, { "first": "Marianna", "middle": [], "last": "Apidianaki", "suffix": "" } ], "year": 2006, "venue": "Proceedings of the 12th Conference of the European Chapter of the Association for Computational Linguistics (EACL'09)", "volume": "", "issue": "", "pages": "77--85", "other_ids": {}, "num": null, "urls": [], "raw_text": "Agirre, Eneko and Philip Edmonds, editors. 2006. Word Sense Disambiguation, Algorithms and Applications. Springer. Apidianaki, Marianna. 2008. Translation-oriented word sense induction based on parallel corpora. In Proceedings of the Sixth International Conference on Language Resources and Evaluation (LREC'08), pages 3269-3275, Marrakech. Apidianaki, Marianna. 2009. Data-driven semantic analysis for multilingual WSD and lexical selection in translation. In Proceedings of the 12th Conference of the European Chapter of the Association for Computational Linguistics (EACL'09), pages 77-85, Athens.", "links": null }, "BIBREF3": { "ref_id": "b3", "title": "Semantic clustering of pivot paraphrases", "authors": [ { "first": "Marianna", "middle": [], "last": "Apidianaki", "suffix": "" }, { "first": "Emilia", "middle": [], "last": "Verzeni", "suffix": "" }, { "first": "Diana", "middle": [], "last": "Mccarthy", "suffix": "" } ], "year": 2014, "venue": "Proceedings of the Ninth International Conference on Language Resources and Evaluation (LREC'14)", "volume": "", "issue": "", "pages": "4270--4275", "other_ids": {}, "num": null, "urls": [], "raw_text": "Apidianaki, Marianna, Emilia Verzeni, and Diana McCarthy. 2014. Semantic clustering of pivot paraphrases. In Proceedings of the Ninth International Conference on Language Resources and Evaluation (LREC'14), pages 4270-4275, Reykjavik.", "links": null }, "BIBREF4": { "ref_id": "b4", "title": "The role of named entities in Web People Search", "authors": [ { "first": "Javier", "middle": [], "last": "Artiles", "suffix": "" }, { "first": "Enrique", "middle": [], "last": "Amig\u00f3", "suffix": "" }, { "first": "Julio", "middle": [], "last": "Gonzalo", "suffix": "" } ], "year": 2009, "venue": "Proceedings of the 2009 Conference on Empirical Methods in Natural Language Processing (EMNLP'09)", "volume": "", "issue": "", "pages": "534--542", "other_ids": {}, "num": null, "urls": [], "raw_text": "Artiles, Javier, Enrique Amig\u00f3, and Julio Gonzalo. 2009. The role of named entities in Web People Search. In Proceedings of the 2009 Conference on Empirical Methods in Natural Language Processing (EMNLP'09), pages 534-542, Singapore.", "links": null }, "BIBREF5": { "ref_id": "b5", "title": "Paraphrasing with bilingual parallel corpora", "authors": [ { "first": "Colin", "middle": [], "last": "Bannard", "suffix": "" }, { "first": "Chris", "middle": [], "last": "Callison-Burch", "suffix": "" } ], "year": 2005, "venue": "Proceedings of the 43rd Annual Meeting of the Association for Computational Linguistics (ACL'05)", "volume": "", "issue": "", "pages": "597--604", "other_ids": {}, "num": null, "urls": [], "raw_text": "Bannard, Colin and Chris Callison-Burch. 2005. Paraphrasing with bilingual parallel corpora. In Proceedings of the 43rd Annual Meeting of the Association for Computational Linguistics (ACL'05), pages 597-604, Ann Arbor, MI.", "links": null }, "BIBREF6": { "ref_id": "b6", "title": "Unsupervised translation sense clustering", "authors": [ { "first": "Mohit", "middle": [], "last": "Bansal", "suffix": "" }, { "first": "John", "middle": [], "last": "Denero", "suffix": "" }, { "first": "Dekang", "middle": [], "last": "Lin", "suffix": "" } ], "year": 2012, "venue": "Proceedings of the 2012 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies (NAACL: HLT)", "volume": "", "issue": "", "pages": "773--782", "other_ids": {}, "num": null, "urls": [], "raw_text": "Bansal, Mohit, John DeNero, and Dekang Lin. 2012. Unsupervised translation sense clustering. In Proceedings of the 2012 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies (NAACL: HLT), pages 773-782, Montr\u00e9al.", "links": null }, "BIBREF7": { "ref_id": "b7", "title": "Improving statistical machine translation using word sense disambiguation", "authors": [ { "first": "Chris", "middle": [], "last": "Biemann", "suffix": "" }, { "first": "Valerie", "middle": [], "last": "Nygaard", "suffix": "" } ], "year": 2007, "venue": "Proceedings of the 2007 Joint Conference on Empirical Methods in Natural Language Processing and Computational Natural Language Learning (EMNLP-CoNLL)", "volume": "", "issue": "", "pages": "61--72", "other_ids": {}, "num": null, "urls": [], "raw_text": "Biemann, Chris and Valerie Nygaard. 2010. Crowdsourcing WordNet. In Proceedings of the 5th Global WordNet Conference, Mumbai. Carpuat, Marine and Dekai Wu. 2007. Improving statistical machine translation using word sense disambiguation. In Proceedings of the 2007 Joint Conference on Empirical Methods in Natural Language Processing and Computational Natural Language Learning (EMNLP-CoNLL), pages 61-72, Prague.", "links": null }, "BIBREF8": { "ref_id": "b8", "title": "Improving English verb sense disambiguation performance with linguistically motivated features and clear sense distinction boundaries", "authors": [ { "first": "Jinying", "middle": [], "last": "Chen", "suffix": "" }, { "first": "Martha", "middle": [], "last": "Palmer", "suffix": "" } ], "year": 2007, "venue": "Journal of Language Resources and Evaluation, Special Issue on SemEval", "volume": "43", "issue": "", "pages": "181--208", "other_ids": {}, "num": null, "urls": [], "raw_text": "Chen, Jinying and Martha Palmer. 2009. Improving English verb sense disambiguation performance with linguistically motivated features and clear sense distinction boundaries. Journal of Language Resources and Evaluation, Special Issue on SemEval-2007, 43:181-208.", "links": null }, "BIBREF9": { "ref_id": "b9", "title": "Semi-productive polysemy and sense extension", "authors": [ { "first": "Ann", "middle": [], "last": "Copestake", "suffix": "" }, { "first": "Ted", "middle": [], "last": "Briscoe", "suffix": "" } ], "year": 1995, "venue": "Journal of Semantics", "volume": "12", "issue": "", "pages": "15--67", "other_ids": {}, "num": null, "urls": [], "raw_text": "Copestake, Ann and Ted Briscoe. 1995. Semi-productive polysemy and sense extension. Journal of Semantics, 12:15-67.", "links": null }, "BIBREF10": { "ref_id": "b10", "title": "Aspects of the microstructure of word meanings", "authors": [ { "first": "D", "middle": [ "A" ], "last": "Cruse", "suffix": "" } ], "year": 2000, "venue": "Polysemy: Theoretical and Computational Approaches", "volume": "", "issue": "", "pages": "30--51", "other_ids": {}, "num": null, "urls": [], "raw_text": "Cruse, D. A. 2000. Aspects of the microstructure of word meanings. In Yael Ravin and Claudia Leacock, editors, Polysemy: Theoretical and Computational Approaches. Oxford University Press, pages 30-51.", "links": null }, "BIBREF11": { "ref_id": "b11", "title": "Clustering and diversifying Web search results with graph-based word sense induction", "authors": [ { "first": "Di", "middle": [], "last": "Marco", "suffix": "" }, { "first": "Antonio", "middle": [], "last": "", "suffix": "" }, { "first": "Roberto", "middle": [], "last": "Navigli", "suffix": "" } ], "year": 2013, "venue": "Computational Linguistics", "volume": "39", "issue": "3", "pages": "709--754", "other_ids": {}, "num": null, "urls": [], "raw_text": "Di Marco, Antonio and Roberto Navigli. 2013. Clustering and diversifying Web search results with graph-based word sense induction. Computational Linguistics, 39(3):709-754.", "links": null }, "BIBREF12": { "ref_id": "b12", "title": "Translations as semantic mirrors: From parallel corpus to Wordnet", "authors": [ { "first": "Helge", "middle": [], "last": "Dyvik", "suffix": "" } ], "year": 1998, "venue": "Proceedings of the Workshop Multilinguality in the Lexicon II at the 13th", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Dyvik, Helge. 1998. Translations as semantic mirrors: From parallel corpus to Wordnet. In Proceedings of the Workshop Multilinguality in the Lexicon II at the 13th", "links": null }, "BIBREF13": { "ref_id": "b13", "title": "Biennial European Conference on Artificial Intelligence (ECAI'98)", "authors": [], "year": null, "venue": "", "volume": "", "issue": "", "pages": "24--44", "other_ids": {}, "num": null, "urls": [], "raw_text": "Biennial European Conference on Artificial Intelligence (ECAI'98), pages 24-44, Brighton.", "links": null }, "BIBREF14": { "ref_id": "b14", "title": "Using semi-experts to derive judgments on word sense alignment: A pilot study", "authors": [ { "first": "Soojeong", "middle": [], "last": "Eom", "suffix": "" }, { "first": "Markus", "middle": [], "last": "Dickinson", "suffix": "" }, { "first": "Graham", "middle": [], "last": "Katz", "suffix": "" } ], "year": 2012, "venue": "Proceedings of the Eighth International Conference on Language Resources and Evaluation (LREC'12)", "volume": "", "issue": "", "pages": "605--611", "other_ids": {}, "num": null, "urls": [], "raw_text": "Eom, Soojeong, Markus Dickinson, and Graham Katz. 2012. Using semi-experts to derive judgments on word sense alignment: A pilot study. In Proceedings of the Eighth International Conference on Language Resources and Evaluation (LREC'12), pages 605-611, Istanbul.", "links": null }, "BIBREF15": { "ref_id": "b15", "title": "Clusterability detection and initial seed selection in large data sets", "authors": [ { "first": "Scott", "middle": [], "last": "Epter", "suffix": "" }, { "first": "Mukkai", "middle": [], "last": "Krishnamoorthy", "suffix": "" }, { "first": "Mohammed", "middle": [], "last": "Zaki", "suffix": "" } ], "year": 1999, "venue": "Computer Science Department", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Epter, Scott, Mukkai Krishnamoorthy, and Mohammed Zaki. 1999. Clusterability detection and initial seed selection in large data sets. Technical Report 99-6, Rensselaer Polytechnic Institute, Computer Science Department, Troy, NY.", "links": null }, "BIBREF16": { "ref_id": "b16", "title": "Investigations on word senses and word usages", "authors": [ { "first": "Katrin", "middle": [], "last": "Erk", "suffix": "" }, { "first": "Diana", "middle": [], "last": "Mccarthy", "suffix": "" }, { "first": "Nick", "middle": [], "last": "Gaylord", "suffix": "" } ], "year": 2009, "venue": "Proceedings of the 47th Annual Meeting of the Association for Computational Linguistics and the 4th International Joint Conference on Natural Language Processing of the Asian Federation of Natural Language Processing", "volume": "", "issue": "", "pages": "10--18", "other_ids": {}, "num": null, "urls": [], "raw_text": "Erk, Katrin, Diana McCarthy, and Nick Gaylord. 2009. Investigations on word senses and word usages. In Proceedings of the 47th Annual Meeting of the Association for Computational Linguistics and the 4th International Joint Conference on Natural Language Processing of the Asian Federation of Natural Language Processing, pages 10-18, Suntec.", "links": null }, "BIBREF17": { "ref_id": "b17", "title": "Measuring word meaning in context", "authors": [ { "first": "Katrin", "middle": [], "last": "Erk", "suffix": "" }, { "first": "Diana", "middle": [], "last": "Mccarthy", "suffix": "" }, { "first": "Nick", "middle": [], "last": "Gaylord", "suffix": "" } ], "year": 2013, "venue": "Computational Linguistics", "volume": "39", "issue": "3", "pages": "511--554", "other_ids": {}, "num": null, "urls": [], "raw_text": "Erk, Katrin, Diana McCarthy, and Nick Gaylord. 2013. Measuring word meaning in context. Computational Linguistics, 39(3):511-554.", "links": null }, "BIBREF18": { "ref_id": "b18", "title": "WordNet, An Electronic Lexical Database", "authors": [], "year": 1998, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Fellbaum, Christiane, editor. 1998. WordNet, An Electronic Lexical Database. The MIT Press, Cambridge, MA.", "links": null }, "BIBREF19": { "ref_id": "b19", "title": "Measuring similarity between sets of overlapping clusters", "authors": [ { "first": "Mark", "middle": [ "K" ], "last": "Goldberg", "suffix": "" }, { "first": "Mykola", "middle": [], "last": "Hayvanovych", "suffix": "" }, { "first": "Malik", "middle": [], "last": "Magdon-Ismail", "suffix": "" } ], "year": 2010, "venue": "SocialCom/PASSAT", "volume": "", "issue": "", "pages": "303--308", "other_ids": {}, "num": null, "urls": [], "raw_text": "Goldberg, Mark K., Mykola Hayvanovych, and Malik Magdon-Ismail. 2010. Measuring similarity between sets of overlapping clusters. In SocialCom/PASSAT, pages 303-308, Minneapolis, MN.", "links": null }, "BIBREF20": { "ref_id": "b20", "title": "Do word meanings exist? Computers and the Humanities", "authors": [ { "first": "Patrick", "middle": [], "last": "Hanks", "suffix": "" } ], "year": 2000, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Hanks, Patrick. 2000. Do word meanings exist? Computers and the Humanities.", "links": null }, "BIBREF22": { "ref_id": "b22", "title": "OntoNotes: The 90% solution", "authors": [ { "first": "Eduard", "middle": [], "last": "Hovy", "suffix": "" }, { "first": "Mitch", "middle": [], "last": "Marcus", "suffix": "" }, { "first": "Martha", "middle": [], "last": "Palmer", "suffix": "" }, { "first": "Lance", "middle": [], "last": "Ramshaw", "suffix": "" }, { "first": "Ralph", "middle": [], "last": "Weischedel", "suffix": "" } ], "year": 2006, "venue": "Proceedings of the 2006 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies (NAACL: HLT)", "volume": "", "issue": "", "pages": "57--60", "other_ids": {}, "num": null, "urls": [], "raw_text": "Hovy, Eduard, Mitch Marcus, Martha Palmer, Lance Ramshaw, and Ralph Weischedel. 2006. OntoNotes: The 90% solution. In Proceedings of the 2006 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies (NAACL: HLT), pages 57-60, New York, NY.", "links": null }, "BIBREF23": { "ref_id": "b23", "title": "Sense discrimination with parallel corpora", "authors": [ { "first": "Nancy", "middle": [], "last": "Ide", "suffix": "" }, { "first": "Toma\u017e", "middle": [], "last": "Erjavec", "suffix": "" }, { "first": "Dan", "middle": [], "last": "Tufi\u015f", "suffix": "" } ], "year": 2002, "venue": "Proceedings of the ACL'02 Workshop on Word Sense Disambiguation: Recent Successes and Future Directions", "volume": "", "issue": "", "pages": "54--60", "other_ids": {}, "num": null, "urls": [], "raw_text": "Ide, Nancy, Toma\u017e Erjavec, and Dan Tufi\u015f. 2002. Sense discrimination with parallel corpora. In Proceedings of the ACL'02 Workshop on Word Sense Disambiguation: Recent Successes and Future Directions, pages 54-60, Philadelphia, PA.", "links": null }, "BIBREF24": { "ref_id": "b24", "title": "Making sense about sense", "authors": [ { "first": "Nancy", "middle": [], "last": "Ide", "suffix": "" }, { "first": "Yorick", "middle": [], "last": "Wilks", "suffix": "" } ], "year": 2006, "venue": "Algorithms and Applications", "volume": "", "issue": "", "pages": "47--73", "other_ids": {}, "num": null, "urls": [], "raw_text": "Ide, Nancy and Yorick Wilks. 2006. Making sense about sense. In Eneko Agirre and Phil Edmonds, editors, Word Sense Disambiguation, Algorithms and Applications. Springer, pages 47-73.", "links": null }, "BIBREF25": { "ref_id": "b25", "title": "Semeval-2013 task 13: Word sense induction for graded and non-graded senses", "authors": [ { "first": "David", "middle": [], "last": "Jurgens", "suffix": "" }, { "first": "Ioannis", "middle": [], "last": "Klapaftis", "suffix": "" } ], "year": 2013, "venue": "Proceedings of the Seventh International Workshop on Semantic Evaluation", "volume": "2", "issue": "", "pages": "290--299", "other_ids": {}, "num": null, "urls": [], "raw_text": "Jurgens, David and Ioannis Klapaftis. 2013. Semeval-2013 task 13: Word sense induction for graded and non-graded senses. In Second Joint Conference on Lexical and Computational Semantics (*SEM), Volume 2: Proceedings of the Seventh International Workshop on Semantic Evaluation (SemEval 2013), pages 290-299, Atlanta, GA.", "links": null }, "BIBREF26": { "ref_id": "b26", "title": "I don't believe in word senses", "authors": [ { "first": "Adam", "middle": [], "last": "Kilgarriff", "suffix": "" } ], "year": 1998, "venue": "Computers and the Humanities", "volume": "31", "issue": "2", "pages": "91--113", "other_ids": {}, "num": null, "urls": [], "raw_text": "Kilgarriff, Adam. 1998. 'I don't believe in word senses'. Computers and the Humanities, 31(2):91-113.", "links": null }, "BIBREF27": { "ref_id": "b27", "title": "Word Senses", "authors": [ { "first": "Adam", "middle": [], "last": "Kilgarriff", "suffix": "" } ], "year": 2006, "venue": "Word Sense Disambiguation, Algorithms and Applications", "volume": "", "issue": "", "pages": "29--46", "other_ids": {}, "num": null, "urls": [], "raw_text": "Kilgarriff, Adam. 2006. Word Senses. In Eneko Agirre and Phil Edmonds, editors, Word Sense Disambiguation, Algorithms and Applications. Springer, pages 29-46.", "links": null }, "BIBREF28": { "ref_id": "b28", "title": "Women, Fire, and Dangerous Things: What Categories Reveal about the Mind", "authors": [ { "first": "Klaus", "middle": [], "last": "Krippendorff", "suffix": "" } ], "year": 1980, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Krippendorff, Klaus. 1980. Content Analysis: An Introduction to Methodology. Sage Publications, Inc., Beverly Hills, CA. Lakoff, George. 1987. Women, Fire, and Dangerous Things: What Categories Reveal about the Mind. University of Chicago Press.", "links": null }, "BIBREF29": { "ref_id": "b29", "title": "WordNet: an Electronic Lexical Database", "authors": [ { "first": "Shari", "middle": [], "last": "Landes", "suffix": "" }, { "first": "Claudia", "middle": [], "last": "Leacock", "suffix": "" }, { "first": "I", "middle": [], "last": "Tengi Randee", "suffix": "" } ], "year": 1998, "venue": "", "volume": "", "issue": "", "pages": "199--237", "other_ids": {}, "num": null, "urls": [], "raw_text": "Landes, Shari, Claudia Leacock, and I. Tengi Randee. 1998. Building Semantic Concordances. In Christiane Fellbaum, editor, WordNet: an Electronic Lexical Database. MIT Press, Cambridge, MA, pages 199-237.", "links": null }, "BIBREF30": { "ref_id": "b30", "title": "SemEval-2007 Task 3: Cross-lingual word sense disambiguation", "authors": [ { "first": "Els", "middle": [], "last": "Lefever", "suffix": "" }, { "first": "Veronique", "middle": [], "last": "Hoste", "suffix": "" } ], "year": 2010, "venue": "Proceedings of the Fifth International Workshop on Semantic Evaluations (SemEval-2010)", "volume": "", "issue": "", "pages": "15--20", "other_ids": {}, "num": null, "urls": [], "raw_text": "Lefever, Els and Veronique Hoste. 2010. SemEval-2007 Task 3: Cross-lingual word sense disambiguation. In Proceedings of the Fifth International Workshop on Semantic Evaluations (SemEval-2010), pages 15-20, Uppsala.", "links": null }, "BIBREF31": { "ref_id": "b31", "title": "SemEval-2010 Task 14: Word sense induction and disambiguation", "authors": [ { "first": "Suresh", "middle": [], "last": "Manandhar", "suffix": "" }, { "first": "Ioannis", "middle": [], "last": "Klapaftis", "suffix": "" }, { "first": "Dmitriy", "middle": [], "last": "Dligach", "suffix": "" }, { "first": "Sameer", "middle": [], "last": "Pradhan", "suffix": "" } ], "year": 2009, "venue": "Proceedings of the Fifth International Workshop on Semantic Evaluation (SemEval-2010)", "volume": "3", "issue": "", "pages": "537--558", "other_ids": {}, "num": null, "urls": [], "raw_text": "Manandhar, Suresh, Ioannis Klapaftis, Dmitriy Dligach, and Sameer Pradhan. 2010. SemEval-2010 Task 14: Word sense induction and disambiguation. In Proceedings of the Fifth International Workshop on Semantic Evaluation (SemEval-2010), pages 63-68, Uppsala. McCarthy, Diana. 2009. Word sense disambiguation: An overview. Language and Linguistics Compass, 3(2):537-558.", "links": null }, "BIBREF32": { "ref_id": "b32", "title": "Measuring similarity of word meaning in context with lexical substitutes and translations", "authors": [ { "first": "Diana", "middle": [], "last": "Mccarthy", "suffix": "" } ], "year": 2011, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "McCarthy, Diana. 2011. Measuring similarity of word meaning in context with lexical substitutes and translations. In", "links": null }, "BIBREF33": { "ref_id": "b33", "title": "Pt. I (Lecture Notes in Computer Science", "authors": [], "year": 2011, "venue": "Computational Linguistics and Intelligent Text Processing", "volume": "6608", "issue": "", "pages": "238--252", "other_ids": {}, "num": null, "urls": [], "raw_text": "Alexander Gelbukh, editor, Computational Linguistics and Intelligent Text Processing, CICLing 2011, Pt. I (Lecture Notes in Computer Science, LNTCS 6608). Springer, pages 238-252.", "links": null }, "BIBREF34": { "ref_id": "b34", "title": "SemEval-2007 Task 10: English lexical substitution task", "authors": [ { "first": "Diana", "middle": [], "last": "Mccarthy", "suffix": "" }, { "first": "Roberto", "middle": [], "last": "Navigli", "suffix": "" } ], "year": 2007, "venue": "Proceedings of the 4th International Workshop on Semantic Evaluations (SemEval-2007)", "volume": "", "issue": "", "pages": "48--53", "other_ids": {}, "num": null, "urls": [], "raw_text": "McCarthy, Diana and Roberto Navigli. 2007. SemEval-2007 Task 10: English lexical substitution task. In Proceedings of the 4th International Workshop on Semantic Evaluations (SemEval-2007), pages 48-53, Prague.", "links": null }, "BIBREF35": { "ref_id": "b35", "title": "The English lexical substitution task. Language Resources and Evaluation Special Issue on Computational Semantic Analysis of Language: SemEval-2007 and Beyond", "authors": [ { "first": "Diana", "middle": [], "last": "Mccarthy", "suffix": "" }, { "first": "Roberto", "middle": [], "last": "Navigli", "suffix": "" } ], "year": 2009, "venue": "", "volume": "43", "issue": "", "pages": "139--159", "other_ids": {}, "num": null, "urls": [], "raw_text": "McCarthy, Diana and Roberto Navigli. 2009. The English lexical substitution task. Language Resources and Evaluation Special Issue on Computational Semantic Analysis of Language: SemEval-2007 and Beyond, 43(2):139-159.", "links": null }, "BIBREF36": { "ref_id": "b36", "title": "SemEval-2010 Task 2: Cross-lingual lexical substitution", "authors": [ { "first": "Rada", "middle": [], "last": "Mihalcea", "suffix": "" }, { "first": "Ravi", "middle": [], "last": "Sinha", "suffix": "" }, { "first": "Diana", "middle": [], "last": "Mccarthy", "suffix": "" } ], "year": 2010, "venue": "Proceedings of the Fifth International Workshop on Semantic Evaluation (SemEval-2010)", "volume": "", "issue": "", "pages": "9--14", "other_ids": {}, "num": null, "urls": [], "raw_text": "Mihalcea, Rada, Ravi Sinha, and Diana McCarthy. 2010. SemEval-2010 Task 2: Cross-lingual lexical substitution. In Proceedings of the Fifth International Workshop on Semantic Evaluation (SemEval-2010), pages 9-14, Uppsala.", "links": null }, "BIBREF37": { "ref_id": "b37", "title": "Vector-based models of semantic composition", "authors": [ { "first": "Jeff", "middle": [], "last": "Mitchell", "suffix": "" }, { "first": "Mirella", "middle": [], "last": "Lapata", "suffix": "" } ], "year": 2008, "venue": "Proceedings of the 46th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies (ACL'08: HLT)", "volume": "", "issue": "", "pages": "236--244", "other_ids": {}, "num": null, "urls": [], "raw_text": "Mitchell, Jeff and Mirella Lapata. 2008. Vector-based models of semantic composition. In Proceedings of the 46th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies (ACL'08: HLT), pages 236-244, Columbus, OH.", "links": null }, "BIBREF38": { "ref_id": "b38", "title": "Word sense disambiguation: A survey", "authors": [ { "first": "Roberto", "middle": [], "last": "Navigli", "suffix": "" } ], "year": 2009, "venue": "ACM Computing Surveys", "volume": "41", "issue": "2", "pages": "1--69", "other_ids": {}, "num": null, "urls": [], "raw_text": "Navigli, Roberto. 2009. Word sense disambiguation: A survey. ACM Computing Surveys, 41(2):1-69.", "links": null }, "BIBREF39": { "ref_id": "b39", "title": "The effectiveness of Lloyd-type methods for the k-means problem", "authors": [ { "first": "Rafail", "middle": [], "last": "Ostrovsky", "suffix": "" }, { "first": "Yuval", "middle": [], "last": "Rabani", "suffix": "" }, { "first": "Leonard", "middle": [ "J" ], "last": "Schulman", "suffix": "" }, { "first": "Chaitanya", "middle": [], "last": "Swamy", "suffix": "" } ], "year": 2006, "venue": "Proceedings of the 47th Annual IEEE Symposium on Foundations of Computer Science (FOCS)", "volume": "", "issue": "", "pages": "165--176", "other_ids": {}, "num": null, "urls": [], "raw_text": "Ostrovsky, Rafail, Yuval Rabani, Leonard J. Schulman, and Chaitanya Swamy. 2006. The effectiveness of Lloyd-type methods for the k-means problem. In Proceedings of the 47th Annual IEEE Symposium on Foundations of Computer Science (FOCS), pages 165-176, Berkeley, CA.", "links": null }, "BIBREF40": { "ref_id": "b40", "title": "Semantic tagging for the Penn treebank", "authors": [ { "first": "Martha", "middle": [], "last": "Palmer", "suffix": "" }, { "first": "Hoa", "middle": [ "Trang" ], "last": "Dang", "suffix": "" }, { "first": "Joseph", "middle": [], "last": "Rosenzweig", "suffix": "" } ], "year": 2000, "venue": "Proceedings of the Second International Conference on Language Resources and Evaluation (LREC'00)", "volume": "", "issue": "", "pages": "699--704", "other_ids": {}, "num": null, "urls": [], "raw_text": "Palmer, Martha, Hoa Trang Dang, and Joseph Rosenzweig. 2000. Semantic tagging for the Penn treebank. In Proceedings of the Second International Conference on Language Resources and Evaluation (LREC'00), pages 699-704, Athens.", "links": null }, "BIBREF41": { "ref_id": "b41", "title": "Word sense annotation of polysemous words by multiple annotators", "authors": [ { "first": "Rebecca", "middle": [], "last": "Passonneau", "suffix": "" }, { "first": "Ansaf", "middle": [], "last": "Salleb-Aouissi", "suffix": "" }, { "first": "Vikas", "middle": [], "last": "Bhardwaj", "suffix": "" }, { "first": "Nancy", "middle": [], "last": "Ide", "suffix": "" } ], "year": 2010, "venue": "Proceedings of the Seventh International Conference on Language Resources and Evaluation (LREC'10)", "volume": "", "issue": "", "pages": "3244--3249", "other_ids": {}, "num": null, "urls": [], "raw_text": "Passonneau, Rebecca, Ansaf Salleb-Aouissi, Vikas Bhardwaj, and Nancy Ide. 2010. Word sense annotation of polysemous words by multiple annotators. In Proceedings of the Seventh International Conference on Language Resources and Evaluation (LREC'10), pages 3244-3249, Valleta.", "links": null }, "BIBREF42": { "ref_id": "b42", "title": "The MASC word sense corpus", "authors": [ { "first": "Rebecca", "middle": [ "J" ], "last": "Passonneau", "suffix": "" }, { "first": "Collin", "middle": [ "F" ], "last": "Baker", "suffix": "" }, { "first": "Christiane", "middle": [], "last": "Fellbaum", "suffix": "" }, { "first": "Nancy", "middle": [], "last": "Ide", "suffix": "" } ], "year": 2012, "venue": "Proceedings of the Eighth International Conference on Language Resources and Evaluation (LREC'12)", "volume": "", "issue": "", "pages": "3025--3030", "other_ids": {}, "num": null, "urls": [], "raw_text": "Passonneau, Rebecca J., Collin F. Baker, Christiane Fellbaum, and Nancy Ide. 2012. The MASC word sense corpus. In Proceedings of the Eighth International Conference on Language Resources and Evaluation (LREC'12), pages 3025-3030, Istanbul.", "links": null }, "BIBREF43": { "ref_id": "b43", "title": "Unsupervised corpus-based methods for WSD", "authors": [ { "first": "", "middle": [], "last": "Pedersen", "suffix": "" } ], "year": 2006, "venue": "Algorithms and Applications", "volume": "", "issue": "", "pages": "131--166", "other_ids": {}, "num": null, "urls": [], "raw_text": "Pedersen, Ted. 2006. Unsupervised corpus-based methods for WSD. In Eneko Agirre and Phil Edmonds, editors, Word Sense Disambiguation, Algorithms and Applications. Springer, pages 131-166.", "links": null }, "BIBREF44": { "ref_id": "b44", "title": "A perspective on word sense disambiguation methods and their evaluation", "authors": [ { "first": "Philip", "middle": [], "last": "Resnik", "suffix": "" }, { "first": "David", "middle": [], "last": "Yarowsky", "suffix": "" } ], "year": 1997, "venue": "Proceedings of the ACL SIGLEX Workshop on Tagging Text with Lexical Semantics: Why, What, and How", "volume": "", "issue": "", "pages": "79--86", "other_ids": {}, "num": null, "urls": [], "raw_text": "Resnik, Philip and David Yarowsky. 1997. A perspective on word sense disambiguation methods and their evaluation. In Proceedings of the ACL SIGLEX Workshop on Tagging Text with Lexical Semantics: Why, What, and How, pages 79-86, Washington, DC.", "links": null }, "BIBREF45": { "ref_id": "b45", "title": "Distinguishing systems and distinguishing senses: New evaluation methods for word sense disambiguation", "authors": [ { "first": "Philip", "middle": [], "last": "Resnik", "suffix": "" }, { "first": "David", "middle": [], "last": "Yarowsky", "suffix": "" } ], "year": 2000, "venue": "Natural Language Engineering", "volume": "5", "issue": "3", "pages": "113--133", "other_ids": {}, "num": null, "urls": [], "raw_text": "Resnik, Philip and David Yarowsky. 2000. Distinguishing systems and distinguishing senses: New evaluation methods for word sense disambiguation. Natural Language Engineering, 5(3):113-133.", "links": null }, "BIBREF46": { "ref_id": "b46", "title": "V-measure: A conditional entropy-based external cluster evaluation measure", "authors": [ { "first": "Andrew", "middle": [], "last": "Rosenberg", "suffix": "" }, { "first": "Julia", "middle": [], "last": "Hirschberg", "suffix": "" } ], "year": 2007, "venue": "Proceedings of the 2007 Joint Conference on Empirical Methods in Natural Language Processing and Computational Natural Language Learning (EMNLP-CoNLL)", "volume": "", "issue": "", "pages": "410--420", "other_ids": {}, "num": null, "urls": [], "raw_text": "Rosenberg, Andrew and Julia Hirschberg. 2007. V-measure: A conditional entropy-based external cluster evaluation measure. In Proceedings of the 2007 Joint Conference on Empirical Methods in Natural Language Processing and Computational Natural Language Learning (EMNLP-CoNLL), pages 410-420, Prague.", "links": null }, "BIBREF47": { "ref_id": "b47", "title": "Experiments on the automatic induction of German semantic verb classes", "authors": [ { "first": "Sabine", "middle": [], "last": "Schulte Im Walde", "suffix": "" } ], "year": 2006, "venue": "Computational Linguistics", "volume": "32", "issue": "2", "pages": "159--194", "other_ids": {}, "num": null, "urls": [], "raw_text": "Schulte im Walde, Sabine. 2006. Experiments on the automatic induction of German semantic verb classes. Computational Linguistics, 32(2):159-194.", "links": null }, "BIBREF48": { "ref_id": "b48", "title": "Improving verb clustering with automatically acquired selectional preferences", "authors": [ { "first": "Lin", "middle": [], "last": "Sun", "suffix": "" }, { "first": "Anna", "middle": [], "last": "Korhonen", "suffix": "" } ], "year": 2009, "venue": "Proceedings of the 2009 Conference on Empirical Methods in Natural Language Processing (EMNLP'09)", "volume": "", "issue": "", "pages": "638--647", "other_ids": {}, "num": null, "urls": [], "raw_text": "Sun, Lin and Anna Korhonen. 2009. Improving verb clustering with automatically acquired selectional preferences. In Proceedings of the 2009 Conference on Empirical Methods in Natural Language Processing (EMNLP'09), pages 638-647, Singapore.", "links": null }, "BIBREF49": { "ref_id": "b49", "title": "Ambiguity, Polysemy and Vagueness. Cognitive Linguistics", "authors": [ { "first": "David", "middle": [ "H" ], "last": "Tuggy", "suffix": "" } ], "year": 1993, "venue": "", "volume": "4", "issue": "", "pages": "273--290", "other_ids": {}, "num": null, "urls": [], "raw_text": "Tuggy, David H. 1993. Ambiguity, Polysemy and Vagueness. Cognitive Linguistics, 4(2):273-290.", "links": null }, "BIBREF50": { "ref_id": "b50", "title": "HyperLex: Lexical Cartography for Information Retrieval", "authors": [ { "first": "Jean", "middle": [], "last": "V\u00e9ronis", "suffix": "" } ], "year": 2004, "venue": "Computer Speech & Language", "volume": "18", "issue": "3", "pages": "223--252", "other_ids": {}, "num": null, "urls": [], "raw_text": "V\u00e9ronis, Jean. 2004. HyperLex: Lexical Cartography for Information Retrieval. Computer Speech & Language, 18(3):223-252.", "links": null }, "BIBREF51": { "ref_id": "b51", "title": "KU: Word sense disambiguation by substitution", "authors": [ { "first": "Deniz", "middle": [], "last": "Yuret", "suffix": "" } ], "year": 2007, "venue": "Proceedings of the Fourth International Workshop on Semantic Evaluations (SemEval-2007)", "volume": "", "issue": "", "pages": "207--214", "other_ids": {}, "num": null, "urls": [], "raw_text": "Yuret, Deniz. 2007. KU: Word sense disambiguation by substitution. In Proceedings of the Fourth International Workshop on Semantic Evaluations (SemEval-2007), pages 207-214, Prague.", "links": null }, "BIBREF52": { "ref_id": "b52", "title": "Dependence of clustering algorithm performance on clustered-ness of data", "authors": [ { "first": "Bin", "middle": [], "last": "Zhang", "suffix": "" } ], "year": 2001, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Zhang, Bin. 2001. Dependence of clustering algorithm performance on clustered-ness of data. Technical report HP-2001-91, Hewlett-Packard Labs.", "links": null } }, "ref_entries": { "FIGREF0": { "type_str": "figure", "text": "(a) More clusterable data (b) Less clusterable data", "num": null, "uris": null }, "FIGREF1": { "type_str": "figure", "text": "more clusterable data set compared with a less clusterable one.", "num": null, "uris": null }, "FIGREF2": { "type_str": "figure", "text": "Figure 2 Frequency distribution over number of COMPS: How many lemmas had a given number of COMPS in the two data sets.", "num": null, "uris": null }, "FIGREF3": { "type_str": "figure", "text": "(a) More clusterable data (b) Less clusterable data", "num": null, "uris": null }, "FIGREF4": { "type_str": "figure", "text": "more clusterable data set compared with a less clusterable one, allowing for cluster overlap.", "num": null, "uris": null }, "TABREF0": { "html": null, "text": "Sentences for post.n from LEXSUB.", "num": null, "type_str": "table", "content": "
s#LEXSUB sentence
701However, both posts include a one-year hand over period and consequently the elections need to be held one year in advance of the end of their terms.
702Application Details CLOSING DATE : FRIDAY 2 September 2005 (Applications must be post marked on or before this day -no late applications can be considered.)
703So I put fence posts all the way around the clearing.
704And I put a second rail around the posts.
705Received 2 the other day from the AURA Mansfield to Buller ultra in the post at no charge.
26/8/2004 Base Jumping Goodness Filed in : Sport by Reevo | Link to this post | Comments
706( 0 ) There's nothing quite like spending ten minutes watching base jumpers doing their thing
all around the world, check them out, you won't regret it.
707PRO Centre Manager The Board for this post had taken place and the successful applicant would be in post in November.
708It's becoming really frustrating and they keep on moving the goal post with regard to what they require as security.
709A consultants post, with a special interest in Otology at St Georges Hospital was advertised in February.
" }, "TABREF3": { "html": null, "text": "Average Usim judgments for post.n.", "num": null, "type_str": "table", "content": "
s#701 702 703 704 705 706 707 708 709 710
" }, "TABREF4": { "html": null, "text": "Hard and overlapping partitions (COMPS and CLIQUES) obtained for post.n from the LEXSUB data.", "num": null, "type_str": "table", "content": "
PartitionsSentence idsElements
COMPS706, 705, 702mail carrier, date, post office, electronic mail, mail, electronic bulletin, message, postal service, announcement
704, 703, 708support, target, marker, boundary, stake, pole, upright
710lookout, station, fence, crossing
701, 709, 707appointment, position, employment, situation, job, the job, role
CLIQUES705, 702mail carrier, date, post office, postal service, mail
705, 706mail carrier, electronic bulletin, message, electronic mail, announcement, mail
704, 703, 708support, target, marker, boundary, stake, pole, upright
701, 709, 707appointment, position, employment, situation, job, the job, role
710lookout, station, fence, crossing
" }, "TABREF5": { "html": null, "text": "Overview of gold partitionability estimates and of clusterability measures to be evaluated.", "num": null, "type_str": "table", "content": "
Gold partitionability estimatesUmid: proportion of mid-range (2-4) instance similarity
ratings for a lemma
Uiaa: inter-annotator agreement on the Usim data set
(average pairwise Spearman)
Intra-clust clusterability measures VR, WPR, SEP based on k-means clustering
k estimated as COMPS
clustering computed based on either LEXSUB or CLLS
substitutes
Inter-clust clusterability measures comparing COMPS partitioning of CLLS with COMPS
partitioning of LEXSUB
comparison either through V or pF
Baselineaverage number nc s of CLIQUES clusters, computed either
from LEXSUB or CLLS data
" }, "TABREF6": { "html": null, "text": "Directions of partitionability estimates and clusterability measures: means that high values denote high partitionability, and means that a high value denotes low partitionability.", "num": null, "type_str": "table", "content": "
Gold partitionability estimates Clusterability measures
Umid:VR:
Uiaa:WPR:
SEP:
V:
pF:
nc s :
" }, "TABREF10": { "html": null, "text": "Ranking of lemmas (L) by the gold-standards, and by VR and SEP for LEXSUB data.", "num": null, "type_str": "table", "content": "
lemmakUmidUiaaVRSEPL by UmidL by UiaaL by VRL by SEP
account.n20.390.660.67 0.60raw.afunction.nthrow.vhold.v
check.v20.520.350.68 0.59strong.afield.nput.vstrong.a
dismiss.v20.610.521.26 0.44special.awork.vwork.vflat.a
fire.v20.170.937.18 0.12throw.vraw.asoft.afield.n
heavy.a20.600.570.50 0.67work.vstrong.aheavy.athrow.v
put.v20.620.340.42 0.70hard.rthrow.vhold.vspecial.a
right.r20.480.650.85 0.54solid.aput.vaccount.nexecution.n
shed.v20.490.530.71 0.58put.vhard.rcheck.vhard.r
skip.v20.380.700.81 0.55dismiss.vcheck.vshed.vfunction.n
soft.a20.440.510.48 0.68heavy.aspecial.asolid.aring.n
solid.a20.630.490.71 0.58function.nstiff.askip.vput.v
throw.v20.700.320.36 0.74rude.ashade.nright.rclear.v
work.v20.640.270.46 0.68draw.vpoor.aring.nmatch.n
call.v30.180.653.44 0.54check.vhold.vstiff.adraw.v
execution.n 30.460.781.33 0.73stiff.alead.ndismiss.vlead.n
figure.n30.390.502.80 0.51shed.vsolid.amatch.nwork.v
hard.r30.640.341.28 0.72lead.nlight.ahard.rraw.a
hold.v30.480.470.64 0.80right.rfigure.nexecution.n soft.a
match.n30.330.591.27 0.69hold.vdraw.vpaper.nrude.a
paper.n30.440.631.84 0.58field.nsoft.arude.arange.n
poor.a30.340.432.18 0.65execution.n dismiss.vpoor.aheavy.a
ring.n30.330.531.03 0.71tap.vshed.vtap.vlight.a
stiff.a30.500.401.24 0.63clear.vring.nfunction.ndry.a
tap.v30.450.702.35 0.56paper.nheavy.aflat.apoor.a
flat.a40.440.852.48 0.75soft.amatch.nrange.nstiff.a
function.n40.530.142.46 0.71flat.adry.astrong.aaccount.n
post.n40.220.693.19 0.60figure.nrude.afigure.npost.n
rude.a40.530.612.10 0.67account.npaper.npost.ncheck.v
shade.n40.300.424.22 0.48skip.vclear.vspecial.ashed.v
charge.v50.240.687.26 0.57dry.aright.rcall.vsolid.a
dry.a50.380.594.74 0.65light.acall.vraw.apaper.n
field.n50.470.253.86 0.74range.naccount.nfield.ncharge.v
range.n50.340.742.60 0.67poor.acharge.vshade.ntap.v
special.a50.700.373.36 0.73match.npost.ndry.askip.v
clear.v60.450.634.76 0.70ring.nskip.vclear.vright.r
lead.n60.490.475.15 0.68shade.ntap.vlight.acall.v
light.a60.360.494.87 0.66charge.vrange.nlead.nfigure.n
raw.a60.730.293.56 0.68post.nexecution.n fire.vshade.n
strong.a60.730.312.76 0.76call.vflat.acharge.vdismiss.v
draw.v70.530.508.50 0.69fire.vfire.vdraw.vfire.v
" }, "TABREF11": { "html": null, "text": "COMPS obtained from LEXSUB and CLLS for fire.v and solid.a.", "num": null, "type_str": "table", "content": "
LEXSUBCLLS
s#substitutess#substitutes
fire.v1857, 1852, 1859, 1855, 1851, 1860discharge, shoot at, launch, shoot1857, 1852, 1859, 1855, 1851, 1860balear, lanzar, aparecer, prender fuego, disparar, golpear, apuntar, detonar, abrir fuego
correr, dejar ir, delar sin
1858, 1856, 1853, 1854sack, dismiss, lay off1858, 1856, 1853, 1854trabajo, despedir, desemplear, liquidar, dejar sin trabajo,
echar, dejar sin empleo
solid.a1081, 1083, 1087solid, sound, set, strong, firm, rigid, dry, concrete, hard1084estable, solido, integro, formal, seguro, firme, real, consistente, fuerte, fundado
" }, "TABREF12": { "html": null, "text": "Values of clusterability metrics for the examples fire.v and solid.a.", "num": null, "type_str": "table", "content": "
COMPS
LEXSUBCLLS
intra-clustfire.vsolid.afire.vsolid.a
SEP0.1220.5840.1790.685
VR7.1780.7134.5790.459
WPR1.7320.8451.7950.707
LEXSUB and CLLS
inter-clustfire.vsolid.a
pF10.081
V10.590
CLIQUES
LEXSUBCLLS
baselinefire.v (2 #cl) solid.a (4 #cl) fire.v (2 #cl) solid.a (7 #cl)
nc s1.01.512.1
Gold-Standard from Usim
Gold-Standardfire.vsolid.a
Uiaa0.9300.490
Umid0.1690.630
" }, "TABREF13": { "html": null, "text": "Correlation of the intra-clust k-means metrics on CLLS against the Usim gold-standard rankings Uiaa and Umid. Correlation of the intra-clust k-means metrics on LEXSUB with the Usim gold-standard estimates Uiaa and Umid. Correlation of the inter-clust metrics on LEXSUB-CLLS with the Usim gold-standards: Uiaa and Umid. Correlation of the baseline nc s operating on CLLS with the Usim gold-standard: Uiaa and Umid. Correlation of the baseline nc s operating on LEXSUB with the Usim gold-standard Uiaa and Umid.", "num": null, "type_str": "table", "content": "
Table A.2 Table A.5
Band (#) measure1 measure2 Band (#) measure1 measure2\u03c1\u03c1sig/opp sig/opp
low (29) low (14)VR nc sUmid Umid-0.6058 0.2668**
mid (10) mid (19)VR nc sUmid Umid-0.4073 0.2204
low (29) high (10)VR nc sUiaa Umid0.4049 \u22120.179*opp
mid (10) low (14)VR nc sUiaa Uiaa0.2364 \u22120.3327
low (29) mid (19)SEP nc sUmid Uiaa0.359 \u22120.2447
mid (10) high (10)SEP nc sUmid Uiaa0.7416 0.0617*opp
low (29)SEPUiaa-0.3038
mid (10)SEPUiaa-0.6606*
low (29)WPRUmid-0.4161*
mid (10)WPRUmid-0.4316
low (29)WPRUiaa0.2739
mid (10)WPRUiaa0.3818
Table A.3
Band (#l) measure1 measure2\u03c1sig/opp
low (29)pFUmid-0.1365
mid (5)pFUmid-0.5
low (29)pFUiaa0.1796
mid (5)pFUiaa0.9*
low (29)VUmid-0.2456
mid (5)VUmid0
low (29)VUiaa0.3849*
mid (5)VUiaa0.6
Table A.4
Band (#) measure1 measure2\u03c1sig/opp
low (14)nc sUmid0.4381
mid (17)nc sUmid0.0308
Band (#) Clusterability measure Usim measure high (9) nc s Umid \u22120.4622 opp low (14) nc s Uiaa \u22120.3455\u03c1sig/opp
low (22) mid (17) low (22) high (9)nc s nc sVR VRUiaa UiaaUmid \u22120.4948 Uiaa 0.3713* opp-0.4349 0.4539* *
low (22)SEPUmid0.6077**
low (22)SEPUiaa-0.2041
low (22)WPRUmid-0.1187
low (22)WPRUiaa-0.0266opp
" } } } }