| { |
| "paper_id": "S07-1002", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T15:23:22.130944Z" |
| }, |
| "title": "Semeval-2007 Task 02: Evaluating Word Sense Induction and Discrimination Systems", |
| "authors": [ |
| { |
| "first": "Eneko", |
| "middle": [], |
| "last": "Agirre", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "IXA NLP Group Univ. of the Basque Country Donostia", |
| "institution": "", |
| "location": { |
| "settlement": "Basque Country" |
| } |
| }, |
| "email": "e.agirre@ehu.es" |
| }, |
| { |
| "first": "Aitor", |
| "middle": [], |
| "last": "Soroa", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "IXA NLP Group Univ. of the Basque Country Donostia, Basque Country", |
| "institution": "", |
| "location": {} |
| }, |
| "email": "a.soroa@ehu.es" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "The goal of this task is to allow for comparison across sense-induction and discrimination systems, and also to compare these systems to other supervised and knowledgebased systems. In total there were 6 participating systems. We reused the SemEval-2007 English lexical sample subtask of task 17, and set up both clustering-style unsupervised evaluation (using OntoNotes senses as gold-standard) and a supervised evaluation (using the part of the dataset for mapping). We provide a comparison to the results of the systems participating in the lexical sample subtask of task 17.", |
| "pdf_parse": { |
| "paper_id": "S07-1002", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "The goal of this task is to allow for comparison across sense-induction and discrimination systems, and also to compare these systems to other supervised and knowledgebased systems. In total there were 6 participating systems. We reused the SemEval-2007 English lexical sample subtask of task 17, and set up both clustering-style unsupervised evaluation (using OntoNotes senses as gold-standard) and a supervised evaluation (using the part of the dataset for mapping). We provide a comparison to the results of the systems participating in the lexical sample subtask of task 17.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Word Sense Disambiguation (WSD) is a key enabling-technology. Supervised WSD techniques are the best performing in public evaluations, but need large amounts of hand-tagging data. Existing hand-annotated corpora like SemCor (Miller et al., 1993) , which is annotated with WordNet senses (Fellbaum, 1998) allow for a small improvement over the simple most frequent sense heuristic, as attested in the all-words track of the last Senseval competition (Snyder and Palmer, 2004) . In theory, larger amounts of training data (SemCor has approx. 500M words) would improve the performance of supervised WSD, but no current project exists to provide such an expensive resource. Another problem of the supervised approach is that the inventory and distribution of senses changes dramatically from one domain to the other, requiring additional hand-tagging of corpora (Mart\u00ednez and Agirre, 2000; Koeling et al., 2005) .", |
| "cite_spans": [ |
| { |
| "start": 224, |
| "end": 245, |
| "text": "(Miller et al., 1993)", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 287, |
| "end": 303, |
| "text": "(Fellbaum, 1998)", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 449, |
| "end": 474, |
| "text": "(Snyder and Palmer, 2004)", |
| "ref_id": "BIBREF11" |
| }, |
| { |
| "start": 858, |
| "end": 885, |
| "text": "(Mart\u00ednez and Agirre, 2000;", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 886, |
| "end": 907, |
| "text": "Koeling et al., 2005)", |
| "ref_id": "BIBREF4" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Supervised WSD is based on the \"fixed-list of senses\" paradigm, where the senses for a target word are a closed list coming from a dictionary or lexicon. Lexicographers and semanticists have long warned about the problems of such an approach, where senses are listed separately as discrete entities, and have argued in favor of more complex representations, where, for instance, senses are dense regions in a continuum (Cruse, 2000) .", |
| "cite_spans": [ |
| { |
| "start": 419, |
| "end": 432, |
| "text": "(Cruse, 2000)", |
| "ref_id": "BIBREF1" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Unsupervised Word Sense Induction and Discrimination (WSID, also known as corpus-based unsupervised systems) has followed this line of thinking, and tries to induce word senses directly from the corpus. Typical WSID systems involve clustering techniques, which group together similar examples. Given a set of induced clusters (which represent word uses or senses 1 ), each new occurrence of the target word will be compared to the clusters and the most similar cluster will be selected as its sense.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "One of the problems of unsupervised systems is that of managing to do a fair evaluation. Most of current unsupervised systems are evaluated in-house, with a brief comparison to a re-implementation of a former system, leading to a proliferation of unsupervised systems with little ground to compare among them. The goal of this task is to allow for comparison across sense-induction and discrimination systems, and also to compare these systems to other supervised and knowledge-based systems.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The paper is organized as follows. Section 2 presents the evaluation framework used in this task. Section 3 presents the systems that participated in the task, and the official results. Finally, Section 5 draws the conclusions.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "All WSID algorithms need some addition in order to be evaluated. One alternative is to manually decide the correctness of the clusters assigned to each occurrence of the words. This approach has two main disadvantages. First, it is expensive to manually verify each occurrence of the word, and different runs of the algorithm need to be evaluated in turn. Second, it is not an easy task to manually decide if an occurrence of a word effectively corresponds with the use of the word the assigned cluster refers to, especially considering that the person is given a short list of words linked to the cluster. We also think that instead of judging whether the cluster returned by the algorithm is correct, the person should have independently tagged the occurrence with his own senses, which should have been then compared to the cluster returned by the system. This is paramount to compare a corpus which has been hand-tagged with some reference senses (also known as the gold-standard) with the clustering result. The gold standard tags are taken to be the definition of the classes, and standard measures from the clustering literature can be used to evaluate the clusters against the classes.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluating WSID systems", |
| "sec_num": "2" |
| }, |
| { |
| "text": "A second alternative would be to devise a method to map the clusters returned by the systems to the senses in a lexicon. Pantel and Lin (2002) automatically map the senses to WordNet, and then measure the quality of the mapping. More recently, the mapping has been used to test the system on publicly available benchmarks (Purandare and Pedersen, 2004; Niu et al., 2005) .", |
| "cite_spans": [ |
| { |
| "start": 121, |
| "end": 142, |
| "text": "Pantel and Lin (2002)", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 322, |
| "end": 352, |
| "text": "(Purandare and Pedersen, 2004;", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 353, |
| "end": 370, |
| "text": "Niu et al., 2005)", |
| "ref_id": "BIBREF7" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluating WSID systems", |
| "sec_num": "2" |
| }, |
| { |
| "text": "A third alternative is to evaluate the systems according to some performance in an application, e.g. information retrieval (Sch\u00fctze, 1998) . This is a very attractive idea, but requires expensive system development and it is sometimes difficult to separate the reasons for the good (or bad) performance.", |
| "cite_spans": [ |
| { |
| "start": 123, |
| "end": 138, |
| "text": "(Sch\u00fctze, 1998)", |
| "ref_id": "BIBREF10" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluating WSID systems", |
| "sec_num": "2" |
| }, |
| { |
| "text": "In this task we decided to adopt the first two alternatives, since they allow for comparison over publicly available systems of any kind. With this goal on mind we gave all the participants an unlabeled corpus, and asked them to induce the senses and create a clustering solution on it. We evaluate the results according to the following types of evaluation:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluating WSID systems", |
| "sec_num": "2" |
| }, |
| { |
| "text": "1. Evaluate the induced senses as clusters of examples. The induced clusters are compared to the sets of examples tagged with the given gold standard word senses (classes), and evaluated using the FScore measure for clusters. We will call this evaluation unsupervised. 2. Map the induced senses to gold standard senses, and use the mapping to tag the test corpus with gold standard tags. The mapping is automatically produced by the organizers, and the resulting results evaluated according to the usual precision and recall measures for supervised word sense disambiguation systems. We call this evaluation supervised.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluating WSID systems", |
| "sec_num": "2" |
| }, |
| { |
| "text": "We will see each of them in turn.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluating WSID systems", |
| "sec_num": "2" |
| }, |
| { |
| "text": "In this setting the results of the systems are treated as clusters of examples and gold standard senses are classes. In order to compare the clusters with the classes, hand annotated corpora is needed. The test set is first tagged with the induced senses. A perfect clustering solution will be the one where each cluster has exactly the same examples as one of the classes, and vice versa. Following standard cluster evaluation practice (Zhao and Karypis, 2005) , we consider the FScore measure for measuring the performance of the systems. The FScore is used in a similar fashion to Information Retrieval exercises, with precision and recall defined as the percentage of correctly \"retrieved\" examples for a cluster (divided by total cluster size), and recall as the percentage of correctly \"retrieved\" examples for a cluster (divided by total class size).", |
| "cite_spans": [ |
| { |
| "start": 437, |
| "end": 461, |
| "text": "(Zhao and Karypis, 2005)", |
| "ref_id": "BIBREF12" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Unsupervised evaluation", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "Given a particular class s r of size n r and a cluster h i of size n i , suppose n i r examples in the class s r belong to h i . The F value of this class and cluster is defined to be:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Unsupervised evaluation", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "f (s r , h i ) = 2P (s r , h i )R(s r , h i ) P (s r , h i ) + R(s r , h i )", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Unsupervised evaluation", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "where", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Unsupervised evaluation", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "P (s r , h i ) = n i r", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Unsupervised evaluation", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "nr is the precision value and R(s r , h i ) = n i r n i is the recall value defined for class s r and cluster h i . The FScore of class s r is the maximum F value attained at any cluster, that is,", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Unsupervised evaluation", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "F (s r ) = max h i f (s r , h i )", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Unsupervised evaluation", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "and the FScore of the entire clustering solution is:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Unsupervised evaluation", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "FScore = c r=1 n r n F (s r )", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Unsupervised evaluation", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "where q is the number of classes and n is the size of the clustering solution. If the clustering is the identical to the original classes in the datasets, FScore will be equal to one which means that the higher the FScore, the better the clustering is.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Unsupervised evaluation", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "For the sake of completeness we also include the standard entropy and purity measures in the unsupervised evaluation. The entropy measure considers how the various classes of objects are distributed within each cluster. In general, the smaller the entropy value, the better the clustering algorithm performs. The purity measure considers the extent to which each cluster contained objects from primarily one class. The larger the values of purity, the better the clustering algorithm performs. For a formal definition refer to (Zhao and Karypis, 2005) .", |
| "cite_spans": [ |
| { |
| "start": 527, |
| "end": 551, |
| "text": "(Zhao and Karypis, 2005)", |
| "ref_id": "BIBREF12" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Unsupervised evaluation", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "We have followed the supervised evaluation framework for evaluating WSID systems as described in (Agirre et al., 2006) . First, we split the corpus into a train/test part. Using the hand-annotated sense information in the train part, we compute a mapping matrix M that relates clusters and senses in the following way. Suppose there are m clusters and n senses for the target word. Then, M = {m ij } 1 \u2264 i \u2264 m, 1 \u2264 j \u2264 n, and each m ij = P (s j |h i ), that is, m ij is the probability of a word having sense j given that it has been assigned cluster i. This probability can be computed counting the times an occurrence with sense s j has been assigned cluster h i in the train corpus.", |
| "cite_spans": [ |
| { |
| "start": 97, |
| "end": 118, |
| "text": "(Agirre et al., 2006)", |
| "ref_id": "BIBREF0" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Supervised evaluation", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "The mapping matrix is used to transform any cluster score vectorh = (h 1 , . . . , h m ) returned by the WSID algorithm into a sense score vectors = (s 1 , . . . , s n ). It suffices to multiply the score vector by M , i.e.,s =hM .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Supervised evaluation", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "We use the M mapping matrix in order to convert the cluster score vector of each test corpus instance into a sense score vector, and assign the sense with maximum score to that instance. Finally, the resulting test corpus is evaluated according to the usual precision and recall measures for supervised word sense disambiguation systems.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Supervised evaluation", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "In this section we will introduce the gold standard and corpus used, the description of the systems and the results obtained. Finally we provide some material for discussion.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "3" |
| }, |
| { |
| "text": "The data used for the actual evaluation was borrowed from the SemEval-2007 \"English lexical sample subtask\" of task 17. The texts come from the Wall Street Journal corpus, and were hand-annotated with OntoNotes senses (Hovy et al., 2006) . Note that OntoNotes senses are coarser than WordNet senses, and thus the number of senses to be induced is smaller in this case. Participants were provided with information about 100 target words (65 verbs and 35 nouns), each target word having a set of contexts where the word appears. After removing the sense tags from the train corpus, the train and test parts were joined into the official corpus and given to the participants. Participants had to tag with the induced senses all the examples in this corpus. Table 1 summarizes the size of the corpus.", |
| "cite_spans": [ |
| { |
| "start": 218, |
| "end": 237, |
| "text": "(Hovy et al., 2006)", |
| "ref_id": "BIBREF3" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 754, |
| "end": 761, |
| "text": "Table 1", |
| "ref_id": "TABREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Gold Standard", |
| "sec_num": null |
| }, |
| { |
| "text": "In total there were 6 participant systems. One of them (UoFL) was not a sense induction system, but rather a knowledge-based WSD system. We include their data in the results section below for coherence with the official results submitted to participants, but we will not mention it here.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Participant systems", |
| "sec_num": null |
| }, |
| { |
| "text": "I2R: This team used a cluster validation method to estimate the number of senses of a target word in untagged data, and then grouped the instances of this target word into the estimated number of clusters using the sequential Information Bottleneck algorithm. UBC-AS: A two stage graph-based clustering where a co-occurrence graph is used to compute similarities against contexts. The context similarity matrix is pruned and the resulting associated graph is clustered by means of a random-walk type algorithm. The parameters of the system are tuned against the Senseval-3 lexical sample dataset, and some manual tuning is performed in order to reduce the overall number of induced senses. Note that this system was submitted by the organizers. The organizers took great care in order to participate under the same conditions as the rest of participants. UMND2: A system which clusters the second order co-occurrence vectors associated with each word in a context. Clustering is done using k-means and the number of clusters was automatically discovered using the Adapted Gap Statistic. No parameter tuning is performed.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Participant systems", |
| "sec_num": null |
| }, |
| { |
| "text": "upv si: A self-term expansion method based on co-ocurrence, where the terms of the corpus are expanded by its best co-ocurrence terms in the same corpus. The clustering is done using one implementation of the KStar method where the stop criterion has been modified. The trial data was used for determining the corpus structure. No further tuning is performed.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Participant systems", |
| "sec_num": null |
| }, |
| { |
| "text": "UOY: A graph based system which creates a cooccurrence hypergraph model. The hypergraph is filtered and weighted according to some association rules. The clustering is performed by selecting the nodes of higher degree until a stop criterion is reached. WSD is performed by assigning to each induced cluster a score equal to the sum of weights of hyperedges found in the local context of the target word. The system was tested and tuned on 10 nouns of Senseval-3 lexical-sample.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Participant systems", |
| "sec_num": null |
| }, |
| { |
| "text": "Participants were required to induce the senses of the target words and cluster all target word contexts accordingly 2 . Table 2 summarizes the average number of induced senses as well as the real senses in the gold standard.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 121, |
| "end": 128, |
| "text": "Table 2", |
| "ref_id": "TABREF3" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Official Results", |
| "sec_num": null |
| }, |
| { |
| "text": "2 They were allowed to label each context with a weighted score vector, assigning a weight to each induced sense. In the unsupervised evaluation only the sense with maximum weight was considered, but for the supervised one the whole score vector was used. However, none of the participating systems labeled any instance with more than one sense. Table 3 shows the unsupervised evaluation of the systems on the test corpus. We also include three baselines: the \"one cluster per word\" baseline (1c1word), which groups all instances of a word into a single cluster, the \"one cluster per instance\" baseline (1c1inst), where each instance is a distinct cluster, and a random baseline, where the induced word senses and their associated weights have been randomly produced. The random baseline figures in this paper are averages over 10 runs.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 346, |
| "end": 353, |
| "text": "Table 3", |
| "ref_id": "TABREF4" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Official Results", |
| "sec_num": null |
| }, |
| { |
| "text": "As shown in Table 3 , no system outperforms the 1c1word baseline, which indicates that this baseline is quite strong, perhaps due the relatively small number of classes in the gold standard. However, all systems outperform by far the random and 1c1inst baselines, meaning that the systems are able to induce correct senses. Note that the purity and entropy measures are not very indicative in this setting. For completeness, we also computed the FScore using the complete corpus (both train and test). The results are similar and the ranking is the same. We omit them for brevity.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 12, |
| "end": 19, |
| "text": "Table 3", |
| "ref_id": "TABREF4" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Official Results", |
| "sec_num": null |
| }, |
| { |
| "text": "The results of the supervised evaluation can be seen in Table 4 . The evaluation is also performed over the test corpus. Apart from participants, we also show the most frequent sense (MFS), which tags every test instance with the sense that occurred most often in the training part. Note that the supervised evaluation combines the information in the clustering solution implicitly with the MFS information via the mapping in the training part. Previous Senseval evaluation exercises have shown that the MFS baseline is very hard to beat by unsupervised systems. In fact, only three of the participant systems are above the MFS baseline, which shows that the clustering information carries over the mapping successfully for these systems. Note that the 1c1word baseline is equivalent to MFS in this setting. We will review the random baseline in the discussion section below. Table 5 shows the results of the best systems from the lexical sample subtask of task 17. The best sense induction system is only 6.9 percentage points below the best supervised, and 3.5 percentage points below the best (and only) semi-supervised system. If the sense induction system had participated, it would be deemed as semi-supervised, as it uses, albeit in a shallow way, the training data for mapping the clusters into senses. In this sense, our supervised evaluation does not seek to optimize the available training data.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 56, |
| "end": 63, |
| "text": "Table 4", |
| "ref_id": "TABREF5" |
| }, |
| { |
| "start": 876, |
| "end": 883, |
| "text": "Table 5", |
| "ref_id": "TABREF7" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Official Results", |
| "sec_num": null |
| }, |
| { |
| "text": "After the official evaluation, we realized that contrary to previous lexical sample evaluation exercises task 17 organizers did not follow a random train/test split. We decided to produce a random train/test split following the same 82/18 proportion as the official split, and re-evaluated the systems. The results are presented in Table 6 , where we can see that all Table 2) . Finally, we also studied the supervised evaluation of several random clustering algorithms, which can attain performances close to MFS, thanks to the mapping information. This is due to the fact that the random clusters would be mapped to the most frequent senses. Table 7 shows the results of random solutions using varying numbers of clusters (e.g. random2 is a random choice between two clusters). Random2 is only 0.1 below MFS, but as the number of clusters increases some clusters don't get mapped, and the recall of the random baselines decrease.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 332, |
| "end": 339, |
| "text": "Table 6", |
| "ref_id": "TABREF8" |
| }, |
| { |
| "start": 368, |
| "end": 376, |
| "text": "Table 2)", |
| "ref_id": "TABREF3" |
| }, |
| { |
| "start": 644, |
| "end": 651, |
| "text": "Table 7", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Further Results", |
| "sec_num": null |
| }, |
| { |
| "text": "The evaluation of clustering solutions is not straightforward. All measures have some bias towards certain clustering strategy, and this is one of the reasons of adding the supervised evaluation as a complementary information to the more standard unsupervised evaluation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussion", |
| "sec_num": "4" |
| }, |
| { |
| "text": "In our case, we noticed that the FScore penalized the systems with a high number of clusters, and favored those that induce less senses. Given the fact that FScore tries to balance precision (higher for large numbers of clusters) and recall (higher for small numbers of clusters), this was not expected. We were also surprised to see that no system could System Supervised evaluation random2", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussion", |
| "sec_num": "4" |
| }, |
| { |
| "text": "78.6 random10 77.6 ramdom100 64.2 random1000 31.8 Table 7 : Supervised evaluation of several random baselines.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 50, |
| "end": 57, |
| "text": "Table 7", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Discussion", |
| "sec_num": "4" |
| }, |
| { |
| "text": "beat the \"one cluster one word\" baseline. An explanation might lay in that the gold-standard was based on the coarse-grained OntoNotes senses. We also noticed that some words had hundreds of instances and only a single sense. We suspect that the participating systems would have beaten all baselines if a fine-grained sense inventory like WordNet had been used, as was customary in previous WSD evaluation exercises. Supervised evaluation seems to be more neutral regarding the number of clusters, as the ranking of systems according to this measure include diverse cluster averages. Each of the induced clusters is mapped into a weighted vector of senses, and thus inducing a number of clusters similar to the number of senses is not a requirement for good results. With this measure some of the systems 3 are able to beat all baselines.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussion", |
| "sec_num": "4" |
| }, |
| { |
| "text": "We have presented the design and results of the SemEval-2007 task 02 on evaluating word sense induction and discrimination systems. 6 systems participated, but one of them was not a sense induction system. We reused the data from the SemEval-2007 English lexical sample subtask of task 17, and set up both clustering-style unsupervised evaluation (using OntoNotes senses as gold-standard) and a supervised evaluation (using the training part of the dataset for mapping). We also provide a comparison to the results of the systems participating in the lexical sample subtask of task 17.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Evaluating clustering solutions is not straightforward. The unsupervised evaluation seems to be sensitive to the number of senses in the gold standard, and the coarse grained sense inventory used in the gold standard had a great impact in the results. The supervised evaluation introduces a mapping step which interacts with the clustering solution. In fact, the ranking of the participating systems 3 All systems in the case of a random train/test split varies according to the evaluation method used. We think the two evaluation results should be taken to be complementary regarding the information learned by the clustering systems, and that the evaluation of word sense induction and discrimination systems needs further developments, perhaps linked to a certain application or purpose.", |
| "cite_spans": [ |
| { |
| "start": 400, |
| "end": 401, |
| "text": "3", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions", |
| "sec_num": "5" |
| }, |
| { |
| "text": "WSID approaches prefer the term 'word uses' to 'word senses'. In this paper we use them interchangeably to refer to both the induced clusters, and to the word senses from some reference lexicon.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "We want too thank the organizers of SemEval-2007 task 17 for kindly letting us use their corpus. We are also grateful to Ted Pedersen for his comments on the evaluation results. This work has been partially funded by the Spanish education ministry (project KNOW) and by the regional government of Gipuzkoa (project DAHAD).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgments", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Evaluating and optimizing the parameters of an unsupervised graph-based wsd algorithm", |
| "authors": [ |
| { |
| "first": "E", |
| "middle": [], |
| "last": "Agirre", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Mart\u00ednez", |
| "suffix": "" |
| }, |
| { |
| "first": "O", |
| "middle": [], |
| "last": "L\u00f3pez De Lacalle", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Soroa", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of the NAACL TextGraphs workshop", |
| "volume": "", |
| "issue": "", |
| "pages": "89--96", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "E. Agirre, D. Mart\u00ednez, O. L\u00f3pez de Lacalle, and A. Soroa. 2006. Evaluating and optimizing the param- eters of an unsupervised graph-based wsd algorithm. In Proceedings of the NAACL TextGraphs workshop, pages 89-96, New York City, June.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Polysemy: Theoretical and Computational Approaches, chapter Aspects of the Microstructure of Word Meanings", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [ |
| "A" |
| ], |
| "last": "Cruse", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "31--51", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "D. A. Cruse, 2000. Polysemy: Theoretical and Com- putational Approaches, chapter Aspects of the Micro- structure of Word Meanings, pages 31-51. OUP.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "WordNet: An Electronic Lexical Database", |
| "authors": [ |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Fellbaum", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "C. Fellbaum. 1998. WordNet: An Electronic Lexical Database. MIT Press.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Ontonotes: The 90% solution", |
| "authors": [ |
| { |
| "first": "E", |
| "middle": [], |
| "last": "Hovy", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Marcus", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Palmer", |
| "suffix": "" |
| }, |
| { |
| "first": "L", |
| "middle": [], |
| "last": "Ramshaw", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Weischedel", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of HLT/NAACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "E. Hovy, M. Marcus, M. Palmer, L. Ramshaw, and R. Weischedel. 2006. Ontonotes: The 90% solution. In Proceedings of HLT/NAACL.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Domain-specific sense distributions and predominant sense acquisition", |
| "authors": [ |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Koeling", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Mccarthy", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [ |
| "D" |
| ], |
| "last": "Carroll", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "R. Koeling, D. McCarthy, and J.D. Carroll. 2005. Domain-specific sense distributions and predominant sense acquisition.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "One sense per collocation and genre/topic variations", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Mart\u00ednez", |
| "suffix": "" |
| }, |
| { |
| "first": "E", |
| "middle": [], |
| "last": "Agirre", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "D. Mart\u00ednez and E. Agirre. 2000. One sense per colloca- tion and genre/topic variations.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "A semantic concordance", |
| "authors": [ |
| { |
| "first": "G", |
| "middle": [ |
| "A" |
| ], |
| "last": "Miller", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Leacock", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Tengi", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Bunker", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "Proc. of the ARPA HLT workshop", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "G.A. Miller, C. Leacock, R. Tengi, and R.Bunker. 1993. A semantic concordance. In Proc. of the ARPA HLT workshop.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Word independent context pair classification model for word sense disambiguation", |
| "authors": [ |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Niu", |
| "suffix": "" |
| }, |
| { |
| "first": "W", |
| "middle": [], |
| "last": "Li", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [ |
| "K" |
| ], |
| "last": "Srihari", |
| "suffix": "" |
| }, |
| { |
| "first": "H", |
| "middle": [], |
| "last": "Li", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Proc. of CoNLL-2005", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "C. Niu, W. Li, R. K. Srihari, and H. Li. 2005. Word independent context pair classification model for word sense disambiguation. In Proc. of CoNLL-2005.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Discovering word senses from text", |
| "authors": [ |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Pantel", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Lin", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Proc. of KDD02", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "P. Pantel and D. Lin. 2002. Discovering word senses from text. In Proc. of KDD02.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Word sense discrimination by clustering contexts in vector and similarity spaces", |
| "authors": [ |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Purandare", |
| "suffix": "" |
| }, |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Pedersen", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Proc. of CoNLL-2004", |
| "volume": "", |
| "issue": "", |
| "pages": "41--48", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "A. Purandare and T. Pedersen. 2004. Word sense dis- crimination by clustering contexts in vector and simi- larity spaces. In Proc. of CoNLL-2004, pages 41-48.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Automatic word sense discrimination", |
| "authors": [ |
| { |
| "first": "H", |
| "middle": [], |
| "last": "Sch\u00fctze", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "Computational Linguistics", |
| "volume": "24", |
| "issue": "1", |
| "pages": "97--123", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "H. Sch\u00fctze. 1998. Automatic word sense discrimination. Computational Linguistics, 24(1):97-123.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "The english all-words task", |
| "authors": [ |
| { |
| "first": "B", |
| "middle": [], |
| "last": "Snyder", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Palmer", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Proc. of SENSEVAL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "B. Snyder and M. Palmer. 2004. The english all-words task. In Proc. of SENSEVAL.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Hierarchical clustering algorithms for document datasets", |
| "authors": [ |
| { |
| "first": "Y", |
| "middle": [], |
| "last": "Zhao", |
| "suffix": "" |
| }, |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Karypis", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Data Mining and Knowledge Discovery", |
| "volume": "10", |
| "issue": "2", |
| "pages": "141--168", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Y Zhao and G Karypis. 2005. Hierarchical clustering algorithms for document datasets. Data Mining and Knowledge Discovery, 10(2):141-168.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "TABREF1": { |
| "content": "<table/>", |
| "html": null, |
| "text": "Number of occurrences for the 100 target words in the corpus following the train/test split.", |
| "num": null, |
| "type_str": "table" |
| }, |
| "TABREF3": { |
| "content": "<table><tr><td>System</td><td>R.</td><td/><td>All</td><td/><td colspan=\"2\">Nouns Verbs</td></tr><tr><td/><td/><td colspan=\"3\">FSc. Pur. Entr.</td><td>FSc.</td><td>FSc.</td></tr><tr><td>1c1word</td><td>1</td><td colspan=\"3\">78.9 79.8 45.4</td><td>80.7</td><td>76.8</td></tr><tr><td>UBC-AS *</td><td>2</td><td colspan=\"3\">78.7 80.5 43.8</td><td>80.8</td><td>76.3</td></tr><tr><td>upv si</td><td>3</td><td colspan=\"3\">66.3 83.8 33.2</td><td>69.9</td><td>62.2</td></tr><tr><td>UMND2</td><td>4</td><td colspan=\"3\">66.1 81.7 40.5</td><td>67.1</td><td>65.0</td></tr><tr><td>I2R</td><td>5</td><td colspan=\"3\">63.9 84.0 32.8</td><td>68.0</td><td>59.3</td></tr><tr><td>UofL * *</td><td>6</td><td colspan=\"3\">61.5 82.2 37.8</td><td>62.3</td><td>60.5</td></tr><tr><td>UOY</td><td>7</td><td colspan=\"3\">56.1 86.1 27.1</td><td>65.8</td><td>45.1</td></tr><tr><td>Random</td><td>8</td><td colspan=\"3\">37.9 86.1 27.7</td><td>38.1</td><td>37.7</td></tr><tr><td>1c1inst</td><td>9</td><td>9.5</td><td>100</td><td>0</td><td>6.6</td><td>12.7</td></tr></table>", |
| "html": null, |
| "text": "Average number of clusters as returned by the participants, and number of classes in the gold standard. Note that UBC-AS * is the system submitted by the organizers of the task.", |
| "num": null, |
| "type_str": "table" |
| }, |
| "TABREF4": { |
| "content": "<table><tr><td>System</td><td>Rank</td><td colspan=\"3\">Supervised evaluation</td></tr><tr><td/><td/><td>All</td><td colspan=\"2\">Nouns Verbs</td></tr><tr><td>I2R</td><td>1</td><td>81.6</td><td>86.8</td><td>75.7</td></tr><tr><td>UMND2</td><td>2</td><td>80.6</td><td>84.5</td><td>76.2</td></tr><tr><td>upv si</td><td>3</td><td>79.1</td><td>82.5</td><td>75.3</td></tr><tr><td>MFS</td><td>4</td><td>78.7</td><td>80.9</td><td>76.2</td></tr><tr><td>UBC-AS *</td><td>5</td><td>78.5</td><td>80.7</td><td>76.0</td></tr><tr><td>UOY</td><td>6</td><td>77.7</td><td>81.6</td><td>73.3</td></tr><tr><td>UofL * *</td><td>7</td><td>77.1</td><td>80.5</td><td>73.3</td></tr></table>", |
| "html": null, |
| "text": "Unsupervised evaluation on the test corpus (FScore), including 3 baselines. Purity and entropy are also provided. UBC-AS * was submitted by the organizers. UofL * * is not a sense induction system.", |
| "num": null, |
| "type_str": "table" |
| }, |
| "TABREF5": { |
| "content": "<table/>", |
| "html": null, |
| "text": "Supervised evaluation as recall. UBC-AS * was submitted by the organizers. UofL * * is not a sense induction system.", |
| "num": null, |
| "type_str": "table" |
| }, |
| "TABREF7": { |
| "content": "<table><tr><td>System</td><td>Supervised evaluation</td></tr><tr><td>I2R</td><td>82.2</td></tr><tr><td>UOY</td><td>81.3</td></tr><tr><td>UMND2</td><td>80.1</td></tr><tr><td>upv si</td><td>79.9</td></tr><tr><td>UBC-AS</td><td>79.0</td></tr><tr><td>MFS</td><td>78.4</td></tr></table>", |
| "html": null, |
| "text": "Comparing the best induction system in this task with those of task 17.", |
| "num": null, |
| "type_str": "table" |
| }, |
| "TABREF8": { |
| "content": "<table><tr><td>: Supervised evaluation as recall using a random</td></tr><tr><td>train/test split.</td></tr><tr><td>participants are above the MFS baseline, showing</td></tr><tr><td>that all of them learned useful clustering informa-</td></tr><tr><td>tion. Note that UOY was specially affected by the</td></tr><tr><td>original split. The distribution of senses in this split</td></tr><tr><td>did not vary (cf.</td></tr></table>", |
| "html": null, |
| "text": "", |
| "num": null, |
| "type_str": "table" |
| } |
| } |
| } |
| } |