| { |
| "paper_id": "N09-1003", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T14:43:02.755335Z" |
| }, |
| "title": "A Study on Similarity and Relatedness Using Distributional and WordNet-based Approaches", |
| "authors": [ |
| { |
| "first": "Eneko", |
| "middle": [], |
| "last": "Agirre", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "IXA NLP Group", |
| "institution": "Charles University", |
| "location": { |
| "settlement": "Prague" |
| } |
| }, |
| "email": "e.agirre@ehu.es" |
| }, |
| { |
| "first": "Enrique", |
| "middle": [], |
| "last": "Alfonseca", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "IXA NLP Group", |
| "institution": "Charles University", |
| "location": { |
| "settlement": "Prague" |
| } |
| }, |
| "email": "ealfonseca@google.com" |
| }, |
| { |
| "first": "Keith", |
| "middle": [], |
| "last": "Hall", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "IXA NLP Group", |
| "institution": "Charles University", |
| "location": { |
| "settlement": "Prague" |
| } |
| }, |
| "email": "kbhall@google.com" |
| }, |
| { |
| "first": "Jana", |
| "middle": [], |
| "last": "Kravalova", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "IXA NLP Group", |
| "institution": "Charles University", |
| "location": { |
| "settlement": "Prague" |
| } |
| }, |
| "email": "kravalova@ufal.mff.cuni.cz" |
| }, |
| { |
| "first": "Marius", |
| "middle": [], |
| "last": "Pa\u015fca", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "IXA NLP Group", |
| "institution": "Charles University", |
| "location": { |
| "settlement": "Prague" |
| } |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Aitor", |
| "middle": [], |
| "last": "Soroa", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "IXA NLP Group", |
| "institution": "Charles University", |
| "location": { |
| "settlement": "Prague" |
| } |
| }, |
| "email": "a.soroa@ehu.es" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "This paper presents and compares WordNetbased and distributional similarity approaches. The strengths and weaknesses of each approach regarding similarity and relatedness tasks are discussed, and a combination is presented. Each of our methods independently provide the best results in their class on the RG and WordSim353 datasets, and a supervised combination of them yields the best published results on all datasets. Finally, we pioneer cross-lingual similarity, showing that our methods are easily adapted for a cross-lingual task with minor losses.", |
| "pdf_parse": { |
| "paper_id": "N09-1003", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "This paper presents and compares WordNetbased and distributional similarity approaches. The strengths and weaknesses of each approach regarding similarity and relatedness tasks are discussed, and a combination is presented. Each of our methods independently provide the best results in their class on the RG and WordSim353 datasets, and a supervised combination of them yields the best published results on all datasets. Finally, we pioneer cross-lingual similarity, showing that our methods are easily adapted for a cross-lingual task with minor losses.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Measuring semantic similarity and relatedness between terms is an important problem in lexical semantics. It has applications in many natural language processing tasks, such as Textual Entailment, Word Sense Disambiguation or Information Extraction, and other related areas like Information Retrieval. The techniques used to solve this problem can be roughly classified into two main categories: those relying on pre-existing knowledge resources (thesauri, semantic networks, taxonomies or encyclopedias) (Alvarez and Lim, 2007; Yang and Powers, 2005; Hughes and Ramage, 2007) and those inducing distributional properties of words from corpora (Sahami and Heilman, 2006; Chen et al., 2006; Bollegala et al., 2007) .", |
| "cite_spans": [ |
| { |
| "start": 505, |
| "end": 528, |
| "text": "(Alvarez and Lim, 2007;", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 529, |
| "end": 551, |
| "text": "Yang and Powers, 2005;", |
| "ref_id": "BIBREF29" |
| }, |
| { |
| "start": 552, |
| "end": 576, |
| "text": "Hughes and Ramage, 2007)", |
| "ref_id": "BIBREF11" |
| }, |
| { |
| "start": 644, |
| "end": 670, |
| "text": "(Sahami and Heilman, 2006;", |
| "ref_id": "BIBREF24" |
| }, |
| { |
| "start": 671, |
| "end": 689, |
| "text": "Chen et al., 2006;", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 690, |
| "end": 713, |
| "text": "Bollegala et al., 2007)", |
| "ref_id": "BIBREF3" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "In this paper, we explore both families. For the first one we apply graph based algorithms to Word-Net, and for the second we induce distributional similarities collected from a 1.6 Terabyte Web corpus. Previous work suggests that distributional similarities suffer from certain limitations, which make them less useful than knowledge resources for semantic similarity. For example, Lin (1998b) finds similar phrases like captive-westerner which made sense only in the context of the corpus used, and Budanitsky and Hirst (2006) highlight other problems that stem from the imbalance and sparseness of the corpora. Comparatively, the experiments in this paper demonstrate that distributional similarities can perform as well as the knowledge-based approaches, and a combination of the two can exceed the performance of results previously reported on the same datasets. An application to cross-lingual (CL) similarity identification is also described, with applications such as CL Information Retrieval or CL sponsored search. A discussion on the differences between learning similarity and relatedness scores is provided.", |
| "cite_spans": [ |
| { |
| "start": 383, |
| "end": 394, |
| "text": "Lin (1998b)", |
| "ref_id": "BIBREF16" |
| }, |
| { |
| "start": 501, |
| "end": 528, |
| "text": "Budanitsky and Hirst (2006)", |
| "ref_id": "BIBREF4" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The paper is structured as follows. We first present the WordNet-based method, followed by the distributional methods. Section 4 is devoted to the evaluation and results on the monolingual and crosslingual tasks. Section 5 presents some analysis, including learning curves for distributional methods, the use of distributional similarity to improve Word-Net similarity, the contrast between similarity and relatedness, and the combination of methods. Section 6 presents related work, and finally, Section 7 draws the conclusions and mentions future work.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "2 WordNet-based method WordNet (Fellbaum, 1998 ) is a lexical database of English, which groups nouns, verbs, adjectives and adverbs into sets of synonyms (synsets), each expressing a distinct concept. Synsets are interlinked with conceptual-semantic and lexical relations, including hypernymy, meronymy, causality, etc.", |
| "cite_spans": [ |
| { |
| "start": 23, |
| "end": 46, |
| "text": "WordNet (Fellbaum, 1998", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Given a pair of words and a graph-based representation of WordNet, our method has basically two steps: We first compute the personalized PageRank over WordNet separately for each of the words, producing a probability distribution over WordNet synsets. We then compare how similar these two discrete probability distributions are by encoding them as vectors and computing the cosine between the vectors.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "We represent WordNet as a graph G = (V, E) as follows: graph nodes represent WordNet concepts (synsets) and dictionary words; relations among synsets are represented by undirected edges; and dictionary words are linked to the synsets associated to them by directed edges.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "For each word in the pair we first compute a personalized PageRank vector of graph G (Haveliwala, 2002) . Basically, personalized PageRank is computed by modifying the random jump distribution vector in the traditional PageRank equation. In our case, we concentrate all probability mass in the target word.", |
| "cite_spans": [ |
| { |
| "start": 85, |
| "end": 103, |
| "text": "(Haveliwala, 2002)", |
| "ref_id": "BIBREF10" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Regarding PageRank implementation details, we chose a damping value of 0.85 and finish the calculation after 30 iterations. These are default values, and we did not optimize them. Our similarity method is similar, but simpler, to that used by (Hughes and Ramage, 2007) , which report very good results on similarity datasets. More details of our algorithm can be found in (Agirre and Soroa, 2009) . The algorithm and needed resouces are publicly available 1 .", |
| "cite_spans": [ |
| { |
| "start": 243, |
| "end": 268, |
| "text": "(Hughes and Ramage, 2007)", |
| "ref_id": "BIBREF11" |
| }, |
| { |
| "start": 372, |
| "end": 396, |
| "text": "(Agirre and Soroa, 2009)", |
| "ref_id": "BIBREF0" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The WordNet versions that we use in this work are the Multilingual Central Repository or MCR (Atserias et al., 2004 ) (which includes English Word-Net version 1.6 and wordnets for several other languages like Spanish, Italian, Catalan and Basque), and WordNet version 3.0 2 . We used all the relations in MCR (except cooccurrence relations and selectional preference relations) and in WordNet 3.0. Given the recent availability of the disambiguated gloss relations for WordNet 3.0 3 , we also used a version which incorporates these relations. We will refer to the three versions as MCR16, WN30 and WN30g, respectively. Our choice was mainly motivated by the fact that MCR contains tightly aligned wordnets of several languages (see below).", |
| "cite_spans": [ |
| { |
| "start": 93, |
| "end": 115, |
| "text": "(Atserias et al., 2004", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "WordNet relations and versions", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "MCR follows the EuroWordNet design (Vossen, 1998) , which specifies an InterLingual Index (ILI) that links the concepts across wordnets of different languages. The wordnets for other languages in MCR use the English WordNet synset numbers as ILIs. This design allows a decoupling of the relations between concepts (which can be taken to be language independent) and the links from each content word to its corresponding concepts (which is language dependent).", |
| "cite_spans": [ |
| { |
| "start": 35, |
| "end": 49, |
| "text": "(Vossen, 1998)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Cross-linguality", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "As our WordNet-based method uses the graph of the concepts and relations, we can easily compute the similarity between words from different languages. For example, consider a English-Spanish pair like car -coche. Given that the Spanish Word-Net is included in MCR we can use MCR as the common knowledge-base for the relations. We can then compute the personalized PageRank for each of car and coche on the same underlying graph, and then compare the similarity between both probability distributions.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Cross-linguality", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "As an alternative, we also tried to use publicly available mappings for wordnets (Daude et al., 2000) 4 in order to create a 3.0 version of the Spanish WordNet. The mapping was used to link Spanish variants to 3.0 synsets. We used the English Word-Net 3.0, including glosses, to construct the graph. The two Spanish WordNet versions are referred to as MCR16 and WN30g.", |
| "cite_spans": [ |
| { |
| "start": 81, |
| "end": 101, |
| "text": "(Daude et al., 2000)", |
| "ref_id": "BIBREF6" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Cross-linguality", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "In this section, we describe the distributional methods used for calculating similarities between words, and profiting from the use of a large Web-based corpus.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Context-based methods", |
| "sec_num": "3" |
| }, |
| { |
| "text": "This work is motivated by previous studies that make use of search engines in order to collect cooccurrence statistics between words. Turney (2001) uses the number of hits returned by a Web search engine to calculate the Pointwise Mutual Information (PMI) between terms, as an indicator of synonymy. Bollegala et al. (2007) calculate a number of popular relatedness metrics based on page counts, like PMI, the Jaccard coefficient, the Simpson coefficient and the Dice coefficient, which are combined with lexico-syntactic patterns as model features. The model parameters are trained using Support Vector Machines (SVM) in order to later rank pairs of words. A different approach is the one taken by Sahami and Heilman (2006) , who collect snippets from the results of a search engine and represent each snippet as a vector, weighted with the tf\u2022idf score. The semantic similarity between two queries is calculated as the inner product between the centroids of the respective sets of vectors.", |
| "cite_spans": [ |
| { |
| "start": 134, |
| "end": 147, |
| "text": "Turney (2001)", |
| "ref_id": "BIBREF26" |
| }, |
| { |
| "start": 300, |
| "end": 323, |
| "text": "Bollegala et al. (2007)", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 699, |
| "end": 724, |
| "text": "Sahami and Heilman (2006)", |
| "ref_id": "BIBREF24" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Context-based methods", |
| "sec_num": "3" |
| }, |
| { |
| "text": "To calculate the similarity of two words w 1 and w 2 , Ruiz-Casado et al. (2005) collect snippets containing w 1 from a Web search engine, extract a context around it, replace it with w 2 and check for the existence of that modified context in the Web.", |
| "cite_spans": [ |
| { |
| "start": 55, |
| "end": 80, |
| "text": "Ruiz-Casado et al. (2005)", |
| "ref_id": "BIBREF23" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Context-based methods", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Using a search engine to calculate similarities between words has the drawback that the data used will always be truncated. So, for example, the numbers of hits returned by search engines nowadays are always approximate and rounded up. The systems that rely on collecting snippets are also limited by the maximum number of documents returned per query, typically around a thousand. We hypothesize that by crawling a large corpus from the Web and doing standard corpus analysis to collect precise statistics for the terms we should improve over other unsupervised systems that are based on search engine results, and should yield results that are competitive even when compared to knowledge-based approaches.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Context-based methods", |
| "sec_num": "3" |
| }, |
| { |
| "text": "In order to calculate the semantic similarity between the words in a set, we have used a vector space model, with the following three variations:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Context-based methods", |
| "sec_num": "3" |
| }, |
| { |
| "text": "In the bag-of-words approach, for each word w in the dataset we collect every term t that appears in a window centered in w, and add them to the vector together with its frequency.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Context-based methods", |
| "sec_num": "3" |
| }, |
| { |
| "text": "In the context window approach, for each word w in the dataset we collect every window W centered in w (removing the central word), and add it to the vector together with its frequency (the total number of times we saw window W around w in the whole corpus). In this case, all punctuation symbols are replaced with a special token, to unify patterns like , the <term> said to and ' the <term> said to. Throughout the paper, when we mention a context window of size N it means N words at each side of the phrase of interest.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Context-based methods", |
| "sec_num": "3" |
| }, |
| { |
| "text": "In the syntactic dependency approach, we parse the entire corpus using an implementation of an Inductive Dependency parser as described in Nivre (2006) . For each word w we collect a template of the syntactic context. We consider sequences of governing words (e.g. the parent, grand-parent, etc.) as well as collections of descendants (e.g., immediate children, grandchildren, etc.). This information is then encoded as a contextual template. For example, the context template cooks <term> delicious could be contexts for nouns such as food, meals, pasta, etc. This captures both syntactic preferences as well as selectional preferences. Contrary to Pado and Lapata 2007, we do not use the labels of the syntactic dependencies.", |
| "cite_spans": [ |
| { |
| "start": 139, |
| "end": 151, |
| "text": "Nivre (2006)", |
| "ref_id": "BIBREF18" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Context-based methods", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Once the vectors have been obtained, the frequency for each dimension in every vector is weighted using the other vectors as contrast set, with the \u03c7 2 test, and finally the cosine similarity between vectors is used to calculate the similarity between each pair of terms.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Context-based methods", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Except for the syntactic dependency approach, where closed-class words are needed by the parser, in the other cases we have removed stopwords (pronouns, prepositions, determiners and modal and auxiliary verbs).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Context-based methods", |
| "sec_num": "3" |
| }, |
| { |
| "text": "We have used a corpus of four billion documents, crawled from the Web in August 2008. An HTML parser is used to extract text, the language of each document is identified, and non-English documents are discarded. The final corpus remaining at the end of this process contains roughly 1.6 Terawords. All calculations are done in parallel sharding by dimension, and it is possible to calculate all pairwise similarities of the words in the test sets very quickly on this corpus using the MapReduce infrastructure. A complete run takes around 15 minutes on 2,000 cores.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Corpus used", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "In order to calculate similarities in a cross-lingual setting, where some of the words are in a language l other than English, the following algorithm is used: 1. Replace each non-English word in the dataset with its 5-best translations into English using state-of-the-art machine translation technology. 2. The vector corresponding to each Spanish word is calculated by collecting features from all the contexts of any of its translations. 3. Once the vectors are generated, the similarities are calculated in the same way as before.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Cross-linguality", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "4 Experimental results", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Cross-linguality", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "We have used two standard datasets. The first one, RG, consists of 65 pairs of words collected by Rubenstein and Goodenough (1965) , who had them judged by 51 human subjects in a scale from 0.0 to 4.0 according to their similarity, but ignoring any other possible semantic relationships that might appear between the terms. The second dataset, Word-Sim353 5 (Finkelstein et al., 2002) contains 353 word pairs, each associated with an average of 13 to 16 human judgements. In this case, both similarity and re-5 Available at http://www.cs.technion.ac.il/ \u223cgabr/resources/data/wordsim353/wordsim353.html", |
| "cite_spans": [ |
| { |
| "start": 98, |
| "end": 130, |
| "text": "Rubenstein and Goodenough (1965)", |
| "ref_id": "BIBREF22" |
| }, |
| { |
| "start": 358, |
| "end": 384, |
| "text": "(Finkelstein et al., 2002)", |
| "ref_id": "BIBREF8" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Gold-standard datasets", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "RG terms and frequencies ll never forget the * on his face when grin,2,smile,10 he had a giant * on his face and grin,3,smile,2 room with a huge * on her face and grin,2,smile,6 the state of every * will be updated every automobile,2,car,3 repair or replace the * if it is stolen automobile,2,car,2 located on the north * of the Bay of shore,14,coast,2 areas on the eastern * of the Adriatic Sea shore,3,coast,2 Thesaurus of Current English * The Oxford Pocket Thesaurus slave,3,boy,5,shore,3,string,2 wizard,4,glass,4,crane,5,smile,5 implement,5,oracle,2,lad,2 food,3,car,2,madhouse,3,jewel,3 asylum,4,tool,8,journey,6,etc. be understood that the * 10 may be designed crane,3,tool,3 a fight between a * and a snake and bird,3,crane,5 latedness are annotated without any distinction. Several studies indicate that the human scores consistently have very high correlations with each other (Miller and Charles, 1991; Resnik, 1995) , thus validating the use of these datasets for evaluating semantic similarity.", |
| "cite_spans": [ |
| { |
| "start": 888, |
| "end": 914, |
| "text": "(Miller and Charles, 1991;", |
| "ref_id": "BIBREF17" |
| }, |
| { |
| "start": 915, |
| "end": 928, |
| "text": "Resnik, 1995)", |
| "ref_id": "BIBREF21" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Context", |
| "sec_num": null |
| }, |
| { |
| "text": "For the cross-lingual evaluation, the two datasets were modified by translating the second word in each pair into Spanish. Two humans translated simultaneously both datasets, with an inter-tagger agreement of 72% for RG and 84% for Word-Sim353. Table 1 shows the Spearman correlation obtained on the RG and WordSim353 datasets, including the interval at 0.95 of confidence 6 .", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 245, |
| "end": 252, |
| "text": "Table 1", |
| "ref_id": "TABREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Context", |
| "sec_num": null |
| }, |
| { |
| "text": "Overall the distributional context-window approach performs best in the RG, reaching 0.89 correlation, and both WN30g and the combination of context windows and syntactic context perform best on WordSim353. Note that the confidence intervals are quite large in both RG and WordSim353, and few of the pairwise differences are statistically significant.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "Regarding WordNet-based approaches, the use of the glosses and WordNet 3.0 (WN30g) yields the best results in both datasets. While MCR16 is close to WN30g for the RG dataset, it lags well behind on WordSim353. This discrepancy is further analyzed is Section 5.3. Note that the performance of WordNet in the WordSim353 dataset suffers from unknown words. In fact, there are nine pairs which returned null similarity for this reason. The num- Figure 1 : Effect of the size of the training corpus, for the best distributional similarity model in each dataset. Left: WordSim353 with bag-of-words, Right: RG with context windows. ber in parenthesis in Table 1 for WordSim353 shows the results for the 344 remaining pairs. Section 5.2 shows a proposal to overcome this limitation. The bag-of-words approach tends to group together terms that can have a similar distribution of contextual terms. Therefore, terms that are topically related can appear in the same textual passages and will get high values using this model. We see this as an explanation why this model performed better than the context window approach for WordSim353, where annotators were instructed to provide high ratings to related terms. On the contrary, the context window approach tends to group together words that are exchangeable in exactly the same context, preserving order. Table 2 illustrates a few examples of context collected. Therefore, true synonyms and hyponyms/hyperonyms will receive high similarities, whereas terms related topically or based on any other semantic relation (e.g. movie and star) will have lower scores. This explains why this method performed better for the RG dataset. Section 5.3 confirms these observations. Table 3 shows the results for the English-Spanish cross-lingual datasets. For RG, MCR16 and the context windows methods drop only 5 percentage points, showing that cross-lingual similarity is feasible, and that both cross-lingual strategies are robust.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 441, |
| "end": 449, |
| "text": "Figure 1", |
| "ref_id": null |
| }, |
| { |
| "start": 647, |
| "end": 654, |
| "text": "Table 1", |
| "ref_id": "TABREF1" |
| }, |
| { |
| "start": 1346, |
| "end": 1353, |
| "text": "Table 2", |
| "ref_id": "TABREF2" |
| }, |
| { |
| "start": 1710, |
| "end": 1717, |
| "text": "Table 3", |
| "ref_id": "TABREF4" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "The results for WordSim353 show that WN30g is the best for this dataset, with the rest of the methods falling over 10 percentage points relative to the monolingual experiment. A closer look at the Word-Net results showed that most of the drop in performance was caused by out-of-vocabulary words, due to the smaller vocabulary of the Spanish WordNet. Though not totally comparable, if we compute the correlation over pairs covered in WordNet alone, the correlation would drop only 2 percentage points. In the case of the distributional approaches, the fall in performance was caused by the translations, as only 61% of the words were translated into the original word in the English datasets.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Cross-lingual similarity", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "In this section we present some analysis, including learning curves for distributional methods, the use of distributional similarity to improve WordNet similarity, the contrast between similarity and relatedness, and the combination of methods. Figure 1 shows that the correlation improves with the size of the corpus, as expected. For the results using the WordSim353 corpus, we show the results of the bag-of-words approach with context size 10. Results improve from 0.5 Spearman correlation up to 0.65 when increasing the corpus size three orders of magnitude, although the effect decays at the end, which indicates that we might not get fur- ther gains going beyond the current size of the corpus. With respect to results for the RG dataset, we used a context-window approach with context radius 4. Here, results improve even more with data size, probably due to the sparse data problem collecting 8-word context windows if the corpus is not large enough. Correlation improves linearly right to the end, where results stabilize around 0.89.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 245, |
| "end": 253, |
| "text": "Figure 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Detailed analysis and system combination", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Although the vocabulary of WordNet is very extensive, applications are bound to need the similarity between words which are not included in Word-Net. This is exemplified in the WordSim353 dataset, where 9 pairs contain words which are unknown to WordNet. In order to overcome this shortcoming, we could use similar words instead, as provided by the distributional thesaurus. We used the distributional thesaurus defined in Section 3, using context windows of width 4, to provide three similar words for each of the unknown words in WordNet. Results improve for both WN30 and WN30g, as shown in Table 4 , attaining our best results for WordSim353.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 594, |
| "end": 601, |
| "text": "Table 4", |
| "ref_id": "TABREF6" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Combining both approaches: dealing with unknown words in WordNet", |
| "sec_num": "5.2" |
| }, |
| { |
| "text": "We mentioned above that the annotation guidelines of WordSim353 did not distinguish between similar and related pairs. As the results in Section 4 show, different techniques are more appropriate to calculate either similarity or relatedness. In order to study this effect, ideally, we would have two versions of the dataset, where annotators were given precise instructions to distinguish similarity in one case, and relatedness in the other. Given the lack of such datasets, we devised a simpler approach in order to reuse the existing human judgements. We manually split the dataset in two parts, as follows. First, two humans classified all pairs as being synonyms of each other, antonyms, identical, hyperonym-hyponym, hyponym-hyperonym, holonym-meronym, meronym-holonym, and noneof-the-above. The inter-tagger agreement rate was 0.80, with a Kappa score of 0.77. This annotation was used to group the pairs in three categories: similar pairs (those classified as synonyms, antonyms, identical, or hyponym-hyperonym), related pairs (those classified as meronym-holonym, and pairs classified as none-of-the-above, with a human average similarity greater than 5), and unrelated pairs (those classified as none-of-the-above that had average similarity less than or equal to 5). We then created two new gold-standard datasets: similarity (the union of similar and unrelated pairs), and relatedness (the union of related and unrelated) 7 . Table 5 shows the results on the relatedness and similarity subsets of WordSim353 for the different methods. Regarding WordNet methods, both WN30 and WN30g perform similarly on the similarity subset, but WN30g obtains the best results by far on the relatedness data. These results are congruent with our expectations: two words are similar if their synsets are in close places in the WordNet hierarchy, and two words are related if there is a connection between them. Most of the relations in WordNet are of hierarchical nature, and although other relations exist, they are far less numerous, thus explaining the good results for both WN30 and WN30g on similarity, but the bad results of WN30 on relatedness. The disambiguated glosses help find connections among related concepts, and allow our method to better model relatedness with respect to WN30.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 1439, |
| "end": 1446, |
| "text": "Table 5", |
| "ref_id": "TABREF7" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Similarity vs. relatedness", |
| "sec_num": "5.3" |
| }, |
| { |
| "text": "The low results for MCR16 also deserve some comments. Given the fact that MCR16 performed very well on the RG dataset, it comes as a surprise that it performs so poorly for the similarity subset of WordSim353. In an additional evaluation, we attested that MCR16 does indeed perform as well as MCR30g on the similar pairs subset. We believe that this deviation could be due to the method used to construct the similarity dataset, which includes some pairs of loosely related pairs labeled as unrelated. Concerning the techniques based on distributional similarities, the method based on context windows provides the best results for similarity, and the bagof-words representation outperforms most of the other techniques for relatedness.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Similarity vs. relatedness", |
| "sec_num": "5.3" |
| }, |
| { |
| "text": "In order to gain an insight on which would be the upper bound that we could obtain when combining our methods, we took the output of three systems (bag of words with window size 10, context window with size 4, and the WN30g run). Each of these outputs is a ranking of word pairs, and we implemented an oracle that chooses, for each pair, the rank that is most similar to the rank of the pair in the gold-standard. The outputs of the oracle have a Spearman correlation of 0.97 for RG and 0.92 for WordSim353, which gives as an indication of the correlations that could be achieved by choosing for each pair the rank output by the best classifier for that pair.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Supervised combination", |
| "sec_num": "5.4" |
| }, |
| { |
| "text": "The previous results motivated the use of a supervised approach to combine the output of the different systems. We created a training corpus containing pairs of pairs of words from the datasets, having as features the similarity and rank of each pair involved as given by the different unsupervised systems. A classifier is trained to decide whether the first pair is more similar than the second one. For example, a training instance using two unsupervised classifiers is 0.001364, 31, 0.327515, 64, 0.084805, 57, 0.109061, 59, negative meaning that the similarities given by the first classifier to the two pairs were 0.001364 and 0.327515 respectively, which ranked them in positions 31 and 64. The second classifier gave them similarities of 0.084805 and 0.109061 respectively, which ranked them in positions 57 and 59. The class negative indicates that in the gold-standard the first pair has a lower score than the second pair.", |
| "cite_spans": [ |
| { |
| "start": 473, |
| "end": 537, |
| "text": "0.001364, 31, 0.327515, 64, 0.084805, 57, 0.109061, 59, negative", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Supervised combination", |
| "sec_num": "5.4" |
| }, |
| { |
| "text": "We have trained a SVM to classify pairs of pairs, and use its output to rank the entries in both datasets. It uses a polynomial kernel with degree 4. We did", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Supervised combination", |
| "sec_num": "5.4" |
| }, |
| { |
| "text": "Source Spearman (MC) Pearson (MC) (Sahami et al., 2006) Web (Patwardhan et al., 2006) WordNet n/a 0.91 (Alvarez and Lim, 2007) WordNet n/a 0.91 (Yang and Powers, 2005 not have a held-out set, so we used the standard settings of Weka, without trying to modify parameters, e.g. C. Each word pair is scored with the number of pairs that were considered to have less similarity using the SVM. The results using 10-fold crossvalidation are shown in Table 6 . A combination of all methods produces the best results reported so far for both datasets, statistically significant for RG.", |
| "cite_spans": [ |
| { |
| "start": 34, |
| "end": 55, |
| "text": "(Sahami et al., 2006)", |
| "ref_id": "BIBREF24" |
| }, |
| { |
| "start": 60, |
| "end": 85, |
| "text": "(Patwardhan et al., 2006)", |
| "ref_id": "BIBREF20" |
| }, |
| { |
| "start": 103, |
| "end": 126, |
| "text": "(Alvarez and Lim, 2007)", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 144, |
| "end": 166, |
| "text": "(Yang and Powers, 2005", |
| "ref_id": "BIBREF29" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 444, |
| "end": 451, |
| "text": "Table 6", |
| "ref_id": "TABREF9" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Method", |
| "sec_num": null |
| }, |
| { |
| "text": "Contrary to the WordSim353 dataset, common practice with the RG dataset has been to perform the evaluation with Pearson correlation. In our believe Pearson is less informative, as the Pearson correlation suffers much when the scores of two systems are not linearly correlated, something which happens often given due to the different nature of the techniques applied. Some authors, e.g. Alvarez and Lim (2007) , use a non-linear function to map the system outputs into new values distributed more similarly to the values in the gold-standard. In their case, the mapping function was exp ( \u2212x 4 ), which was chosen empirically. Finding such a function is dependent on the dataset used, and involves an extra step in the similarity calculations. Alternatively, the Spearman correlation provides an evaluation metric that is independent of such data-dependent transformations.", |
| "cite_spans": [ |
| { |
| "start": 387, |
| "end": 409, |
| "text": "Alvarez and Lim (2007)", |
| "ref_id": "BIBREF1" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related work", |
| "sec_num": "6" |
| }, |
| { |
| "text": "Most similarity researchers have published their (Strube and Ponzetto, 2006) Wikipedia 0.19-0.48 (Jarmasz, 2003) WordNet 0.33-0.35 (Jarmasz, 2003) Roget's 0.55 (Hughes and Ramage, 2007) WordNet 0.55 (Finkelstein et al., 2002) Web corpus, WN 0.56 (Gabrilovich and Markovitch, 2007) ODP 0.65 (Gabrilovich and Markovitch, 2007) Wikipedia 0.75 SVM Web corpus, WN 0.78 complete results on a smaller subset of the RG dataset containing 30 word pairs (Miller and Charles, 1991) , usually referred to as MC, making it possible to compare different systems using different correlation. Table 7 shows the results of related work on MC that was available to us, including our own. For the authors that did not provide the detailed data we include only the Pearson correlation with no confidence intervals. Among the unsupervised methods introduced in this paper, the context window produced the best reported Spearman correlation, although the 0.95 confidence intervals are too large to allow us to accept the hypothesis that it is better than all others methods. The supervised combination produces the best results reported so far. For the benefit of future research, our results for the MC subset are displayed in Table 8 .", |
| "cite_spans": [ |
| { |
| "start": 49, |
| "end": 76, |
| "text": "(Strube and Ponzetto, 2006)", |
| "ref_id": "BIBREF25" |
| }, |
| { |
| "start": 97, |
| "end": 112, |
| "text": "(Jarmasz, 2003)", |
| "ref_id": "BIBREF12" |
| }, |
| { |
| "start": 131, |
| "end": 146, |
| "text": "(Jarmasz, 2003)", |
| "ref_id": "BIBREF12" |
| }, |
| { |
| "start": 160, |
| "end": 185, |
| "text": "(Hughes and Ramage, 2007)", |
| "ref_id": "BIBREF11" |
| }, |
| { |
| "start": 199, |
| "end": 225, |
| "text": "(Finkelstein et al., 2002)", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 246, |
| "end": 280, |
| "text": "(Gabrilovich and Markovitch, 2007)", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 290, |
| "end": 324, |
| "text": "(Gabrilovich and Markovitch, 2007)", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 444, |
| "end": 470, |
| "text": "(Miller and Charles, 1991)", |
| "ref_id": "BIBREF17" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 577, |
| "end": 584, |
| "text": "Table 7", |
| "ref_id": "TABREF12" |
| }, |
| { |
| "start": 1206, |
| "end": 1213, |
| "text": "Table 8", |
| "ref_id": "TABREF14" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Related work", |
| "sec_num": "6" |
| }, |
| { |
| "text": "Comparison on the WordSim353 dataset is easier, as all researchers have used Spearman. The figures in Table 9 ) show that our WordNet-based method outperforms all previously published Word-Net methods. We want to note that our WordNetbased method outperforms that of Hughes and Ramage (2007) , which uses a similar method. Although there are some differences in the method, we think that the main performance gain comes from the use of the disambiguated glosses, which they did not use. Our distributional methods also outperform all other corpus-based methods. The most similar approach to our distributional technique is Finkelstein et al. (2002) , who combined distributional similarities from Web documents with a similarity from WordNet. Their results are probably worse due to the smaller data size (they used 270,000 documents) and the differences in the calculation of the similarities. The only method which outperforms our non-supervised methods is that of (Gabrilovich and Markovitch, 2007) when based on Wikipedia, probably because of the dense, manually distilled knowledge contained in Wikipedia. All in all, our supervised combination gets the best published results on this dataset.", |
| "cite_spans": [ |
| { |
| "start": 267, |
| "end": 291, |
| "text": "Hughes and Ramage (2007)", |
| "ref_id": "BIBREF11" |
| }, |
| { |
| "start": 623, |
| "end": 648, |
| "text": "Finkelstein et al. (2002)", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 967, |
| "end": 1001, |
| "text": "(Gabrilovich and Markovitch, 2007)", |
| "ref_id": "BIBREF9" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 102, |
| "end": 109, |
| "text": "Table 9", |
| "ref_id": "TABREF15" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Related work", |
| "sec_num": "6" |
| }, |
| { |
| "text": "This paper has presented two state-of-the-art distributional and WordNet-based similarity measures, with a study of several parameters, including performance on similarity and relatedness data. We show that the use of disambiguated glosses allows for the best published results for WordNet-based systems on the WordSim353 dataset, mainly due to the better modeling of relatedness (as opposed to similarity). Distributional similarities have proven to be competitive when compared to knowledgebased methods, with context windows being better for similarity and bag of words for relatedness. Distributional similarity was effectively used to cover out-of-vocabulary items in the WordNet-based measure providing our best unsupervised results. The complementarity of our methods was exploited by a supervised learner, producing the best results so far for RG and WordSim353. Our results include confidence values, which, surprisingly, were not included in most previous work, and show that many results over RG and WordSim353 are indistinguishable. The algorithm for WordNet-base similarity and the necessary resources are publicly available 8 . This work pioneers cross-lingual extension and evaluation of both distributional and WordNet-based measures. We have shown that closely aligned wordnets provide a natural and effective way to compute cross-lingual similarity with minor losses. A simple translation strategy also yields good results for distributional methods.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions and future work", |
| "sec_num": "7" |
| }, |
| { |
| "text": "http://http://ixa2.si.ehu.es/ukb/ 2 Available from http://http://wordnet.princeton.edu/ 3 http://wordnet.princeton.edu/glosstag", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "http://www.lsi.upc.es/\u223cnlp/tools/download-map.php.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "To calculate the Spearman correlations values are transformed into ranks, and we calculate the Pearson correlation on them. The confidence intervals refer to the Pearson correlations of the rank vectors.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "Available at http://alfonseca.org/eng/research/wordsim353.html", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "http://ixa2.si.ehu.es/ukb/", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Personalizing pagerank for word sense disambiguation", |
| "authors": [ |
| { |
| "first": "E", |
| "middle": [], |
| "last": "Agirre", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Soroa", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Proc. of EACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "E. Agirre and A. Soroa. 2009. Personalizing pager- ank for word sense disambiguation. In Proc. of EACL 2009, Athens, Greece.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "A Graph Modeling of Semantic Similarity between Words", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [ |
| "A" |
| ], |
| "last": "Alvarez", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [ |
| "J" |
| ], |
| "last": "Lim", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proc. of the Conference on Semantic Computing", |
| "volume": "", |
| "issue": "", |
| "pages": "355--362", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "M.A. Alvarez and S.J. Lim. 2007. A Graph Modeling of Semantic Similarity between Words. Proc. of the Conference on Semantic Computing, pages 355-362.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "The meaning multilingual central repository", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Atserias", |
| "suffix": "" |
| }, |
| { |
| "first": "L", |
| "middle": [], |
| "last": "Villarejo", |
| "suffix": "" |
| }, |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Rigau", |
| "suffix": "" |
| }, |
| { |
| "first": "E", |
| "middle": [], |
| "last": "Agirre", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Carroll", |
| "suffix": "" |
| }, |
| { |
| "first": "B", |
| "middle": [], |
| "last": "Magnini", |
| "suffix": "" |
| }, |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Vossen", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Proc. of Global WordNet Conference", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "J. Atserias, L. Villarejo, G. Rigau, E. Agirre, J. Carroll, B. Magnini, and P. Vossen. 2004. The meaning multi- lingual central repository. In Proc. of Global WordNet Conference, Brno, Czech Republic.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Measuring semantic similarity between words using web search engines", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Bollegala", |
| "suffix": "" |
| }, |
| { |
| "first": "Y", |
| "middle": [], |
| "last": "Matsuo", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Ishizuka", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proceedings of WWW", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "D. Bollegala, Matsuo Y., and M. Ishizuka. 2007. Mea- suring semantic similarity between words using web search engines. In Proceedings of WWW'2007.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Evaluating WordNetbased Measures of Lexical Semantic Relatedness", |
| "authors": [ |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Budanitsky", |
| "suffix": "" |
| }, |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Hirst", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Computational Linguistics", |
| "volume": "32", |
| "issue": "1", |
| "pages": "13--47", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "A. Budanitsky and G. Hirst. 2006. Evaluating WordNet- based Measures of Lexical Semantic Relatedness. Computational Linguistics, 32(1):13-47.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Novel association measures using web search with double checking", |
| "authors": [ |
| { |
| "first": "H", |
| "middle": [], |
| "last": "Chen", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Lin", |
| "suffix": "" |
| }, |
| { |
| "first": "Y", |
| "middle": [], |
| "last": "Wei", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of COCLING/ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "H. Chen, M. Lin, and Y. Wei. 2006. Novel association measures using web search with double checking. In Proceedings of COCLING/ACL 2006.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Mapping Word-Nets using structural information", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Daude", |
| "suffix": "" |
| }, |
| { |
| "first": "L", |
| "middle": [], |
| "last": "Padro", |
| "suffix": "" |
| }, |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Rigau", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "Proceedings of ACL'2000", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "J. Daude, L. Padro, and G. Rigau. 2000. Mapping Word- Nets using structural information. In Proceedings of ACL'2000, Hong Kong.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "WordNet: An Electronic Lexical Database and Some of its Applications", |
| "authors": [], |
| "year": 1998, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "C. Fellbaum, editor. 1998. WordNet: An Electronic Lexi- cal Database and Some of its Applications. MIT Press, Cambridge, Mass.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Placing Search in Context: The Concept Revisited", |
| "authors": [ |
| { |
| "first": "L", |
| "middle": [], |
| "last": "Finkelstein", |
| "suffix": "" |
| }, |
| { |
| "first": "E", |
| "middle": [], |
| "last": "Gabrilovich", |
| "suffix": "" |
| }, |
| { |
| "first": "Y", |
| "middle": [], |
| "last": "Matias", |
| "suffix": "" |
| }, |
| { |
| "first": "E", |
| "middle": [], |
| "last": "Rivlin", |
| "suffix": "" |
| }, |
| { |
| "first": "Z", |
| "middle": [], |
| "last": "Solan", |
| "suffix": "" |
| }, |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Wolfman", |
| "suffix": "" |
| }, |
| { |
| "first": "E", |
| "middle": [], |
| "last": "Ruppin", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "ACM Transactions on Information Systems", |
| "volume": "20", |
| "issue": "1", |
| "pages": "116--131", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "L. Finkelstein, E. Gabrilovich, Y. Matias, E. Rivlin, Z. Solan, G. Wolfman, and E. Ruppin. 2002. Plac- ing Search in Context: The Concept Revisited. ACM Transactions on Information Systems, 20(1):116-131.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Computing Semantic Relatedness using Wikipedia-based Explicit Semantic Analysis", |
| "authors": [ |
| { |
| "first": "E", |
| "middle": [], |
| "last": "Gabrilovich", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Markovitch", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proc of IJCAI", |
| "volume": "", |
| "issue": "", |
| "pages": "6--12", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "E. Gabrilovich and S. Markovitch. 2007. Computing Semantic Relatedness using Wikipedia-based Explicit Semantic Analysis. Proc of IJCAI, pages 6-12.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Topic-sensitive pagerank", |
| "authors": [ |
| { |
| "first": "T", |
| "middle": [ |
| "H" |
| ], |
| "last": "Haveliwala", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "WWW '02: Proceedings of the 11th international conference on World Wide Web", |
| "volume": "", |
| "issue": "", |
| "pages": "517--526", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "T. H. Haveliwala. 2002. Topic-sensitive pagerank. In WWW '02: Proceedings of the 11th international con- ference on World Wide Web, pages 517-526.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Lexical semantic relatedness with random graph walks", |
| "authors": [ |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Hughes", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Ramage", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proceedings of EMNLP-CoNLL-2007", |
| "volume": "", |
| "issue": "", |
| "pages": "581--589", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "T. Hughes and D. Ramage. 2007. Lexical semantic re- latedness with random graph walks. In Proceedings of EMNLP-CoNLL-2007, pages 581-589.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Roget's Thesuarus as a lexical resource for Natural Language Processing", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Jarmasz", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "M. Jarmasz. 2003. Roget's Thesuarus as a lexical re- source for Natural Language Processing.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Semantic similarity based on corpus statistics and lexical taxonomy", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [ |
| "J" |
| ], |
| "last": "Jiang", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [ |
| "W" |
| ], |
| "last": "Conrath", |
| "suffix": "" |
| } |
| ], |
| "year": 1997, |
| "venue": "Proceedings of International Conference on Research in Computational Linguistics", |
| "volume": "33", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "J.J. Jiang and D.W. Conrath. 1997. Semantic similarity based on corpus statistics and lexical taxonomy. In Proceedings of International Conference on Research in Computational Linguistics, volume 33. Taiwan.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Combining local context and WordNet similarity for word sense identification", |
| "authors": [ |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Leacock", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Chodorow", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "WordNet: An Electronic Lexical Database", |
| "volume": "49", |
| "issue": "2", |
| "pages": "265--283", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "C. Leacock and M. Chodorow. 1998. Combining local context and WordNet similarity for word sense iden- tification. WordNet: An Electronic Lexical Database, 49(2):265-283.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "An information-theoretic definition of similarity", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Lin", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "Proc. of ICML", |
| "volume": "", |
| "issue": "", |
| "pages": "296--304", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "D. Lin. 1998a. An information-theoretic definition of similarity. In Proc. of ICML, pages 296-304, Wiscon- sin, USA.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "Automatic Retrieval and Clustering of Similar Words", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Lin", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "Proceedings of ACL-98", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "D. Lin. 1998b. Automatic Retrieval and Clustering of Similar Words. In Proceedings of ACL-98.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "Contextual correlates of semantic similarity", |
| "authors": [ |
| { |
| "first": "G", |
| "middle": [ |
| "A" |
| ], |
| "last": "Miller", |
| "suffix": "" |
| }, |
| { |
| "first": "W", |
| "middle": [ |
| "G" |
| ], |
| "last": "Charles", |
| "suffix": "" |
| } |
| ], |
| "year": 1991, |
| "venue": "Language and Cognitive Processes", |
| "volume": "6", |
| "issue": "1", |
| "pages": "1--28", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "G.A. Miller and W.G. Charles. 1991. Contextual corre- lates of semantic similarity. Language and Cognitive Processes, 6(1):1-28.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "Speech and Language Technology", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Nivre", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "J. Nivre. 2006. Inductive Dependency Parsing, vol- ume 34 of Text, Speech and Language Technology. Springer.", |
| "links": null |
| }, |
| "BIBREF19": { |
| "ref_id": "b19", |
| "title": "Dependency-based construction of semantic space models", |
| "authors": [ |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Pado", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Lapata", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Computational Linguistics", |
| "volume": "33", |
| "issue": "2", |
| "pages": "161--199", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "S. Pado and M. Lapata. 2007. Dependency-based con- struction of semantic space models. Computational Linguistics, 33(2):161-199.", |
| "links": null |
| }, |
| "BIBREF20": { |
| "ref_id": "b20", |
| "title": "Using WordNetbased Context Vectors to Estimate the Semantic Relatedness of Concepts", |
| "authors": [ |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Patwardhan", |
| "suffix": "" |
| }, |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Pedersen", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of the EACL Workshop on Making Sense of Sense: Bringing Computational Linguistics and Pycholinguistics Together", |
| "volume": "", |
| "issue": "", |
| "pages": "1--8", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "S. Patwardhan and T. Pedersen. 2006. Using WordNet- based Context Vectors to Estimate the Semantic Re- latedness of Concepts. In Proceedings of the EACL Workshop on Making Sense of Sense: Bringing Com- putational Linguistics and Pycholinguistics Together, pages 1-8, Trento, Italy.", |
| "links": null |
| }, |
| "BIBREF21": { |
| "ref_id": "b21", |
| "title": "Using Information Content to Evaluate Semantic Similarity in a Taxonomy", |
| "authors": [ |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Resnik", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "Proc. of IJCAI", |
| "volume": "14", |
| "issue": "", |
| "pages": "448--453", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "P. Resnik. 1995. Using Information Content to Evaluate Semantic Similarity in a Taxonomy. Proc. of IJCAI, 14:448-453.", |
| "links": null |
| }, |
| "BIBREF22": { |
| "ref_id": "b22", |
| "title": "Contextual correlates of synonymy", |
| "authors": [ |
| { |
| "first": "H", |
| "middle": [], |
| "last": "Rubenstein", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [ |
| "B" |
| ], |
| "last": "Goodenough", |
| "suffix": "" |
| } |
| ], |
| "year": 1965, |
| "venue": "Communications of the ACM", |
| "volume": "8", |
| "issue": "10", |
| "pages": "627--633", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "H. Rubenstein and J.B. Goodenough. 1965. Contextual correlates of synonymy. Communications of the ACM, 8(10):627-633.", |
| "links": null |
| }, |
| "BIBREF23": { |
| "ref_id": "b23", |
| "title": "Using context-window overlapping in Synonym Discovery and Ontology Extension", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Ruiz-Casado", |
| "suffix": "" |
| }, |
| { |
| "first": "E", |
| "middle": [], |
| "last": "Alfonseca", |
| "suffix": "" |
| }, |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Castells", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Proceedings of RANLP-2005", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "M Ruiz-Casado, E. Alfonseca, and P. Castells. 2005. Using context-window overlapping in Synonym Dis- covery and Ontology Extension. In Proceedings of RANLP-2005, Borovets, Bulgaria,.", |
| "links": null |
| }, |
| "BIBREF24": { |
| "ref_id": "b24", |
| "title": "A web-based kernel function for measuring the similarity of short text snippets", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Sahami", |
| "suffix": "" |
| }, |
| { |
| "first": "T", |
| "middle": [ |
| "D" |
| ], |
| "last": "Heilman", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proc. of WWW", |
| "volume": "", |
| "issue": "", |
| "pages": "377--386", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "M. Sahami and T.D. Heilman. 2006. A web-based ker- nel function for measuring the similarity of short text snippets. Proc. of WWW, pages 377-386.", |
| "links": null |
| }, |
| "BIBREF25": { |
| "ref_id": "b25", |
| "title": "WikiRelate! Computing Semantic Relatedness Using Wikipedia", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Strube", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [ |
| "P" |
| ], |
| "last": "Ponzetto", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of the AAAI-2006", |
| "volume": "", |
| "issue": "", |
| "pages": "1419--1424", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "M. Strube and S.P. Ponzetto. 2006. WikiRelate! Com- puting Semantic Relatedness Using Wikipedia. In Proceedings of the AAAI-2006, pages 1419-1424.", |
| "links": null |
| }, |
| "BIBREF26": { |
| "ref_id": "b26", |
| "title": "Mining the Web for Synonyms: PMI-IR versus LSA on TOEFL", |
| "authors": [ |
| { |
| "first": "P", |
| "middle": [ |
| "D" |
| ], |
| "last": "Turney", |
| "suffix": "" |
| } |
| ], |
| "year": 2001, |
| "venue": "Lecture Notes in Computer Science", |
| "volume": "2167", |
| "issue": "", |
| "pages": "491--502", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "P.D. Turney. 2001. Mining the Web for Synonyms: PMI- IR versus LSA on TOEFL. Lecture Notes in Computer Science, 2167:491-502.", |
| "links": null |
| }, |
| "BIBREF27": { |
| "ref_id": "b27", |
| "title": "EuroWordNet: A Multilingual Database with Lexical Semantic Networks", |
| "authors": [], |
| "year": 1998, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "P. Vossen, editor. 1998. EuroWordNet: A Multilingual Database with Lexical Semantic Networks. Kluwer Academic Publishers.", |
| "links": null |
| }, |
| "BIBREF28": { |
| "ref_id": "b28", |
| "title": "Verb semantics and lexical selection", |
| "authors": [ |
| { |
| "first": "Z", |
| "middle": [], |
| "last": "Wu", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Palmer", |
| "suffix": "" |
| } |
| ], |
| "year": 1994, |
| "venue": "Proc. of ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "133--138", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Z. Wu and M. Palmer. 1994. Verb semantics and lex- ical selection. In Proc. of ACL, pages 133-138, Las Cruces, New Mexico.", |
| "links": null |
| }, |
| "BIBREF29": { |
| "ref_id": "b29", |
| "title": "Measuring semantic similarity in the taxonomy of WordNet", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Yang", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [ |
| "M W" |
| ], |
| "last": "Powers", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Proceedings of the Australasian conference on Computer Science", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "D. Yang and D.M.W. Powers. 2005. Measuring semantic similarity in the taxonomy of WordNet. Proceedings of the Australasian conference on Computer Science.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "TABREF1": { |
| "content": "<table/>", |
| "text": "Spearman correlation results for the various WordNet-based models and distributional models. CW=Context Windows, BoW=bag of words, Syn=syntactic vectors. For Syn, the window size is actually the tree-depth for the governors and descendants. For examples, G1 indicates that the contexts include the parents and D2 indicates that both the children and grandchildren make up the contexts. The final grouping includes both contextual windows (at width 4) and syntactic contexts in the template vectors. Max scores are bolded.", |
| "html": null, |
| "type_str": "table", |
| "num": null |
| }, |
| "TABREF2": { |
| "content": "<table/>", |
| "text": "Sample of context windows for the terms in the RG dataset.", |
| "html": null, |
| "type_str": "table", |
| "num": null |
| }, |
| "TABREF4": { |
| "content": "<table/>", |
| "text": "", |
| "html": null, |
| "type_str": "table", |
| "num": null |
| }, |
| "TABREF6": { |
| "content": "<table><tr><td>Method MCR16 WN30 WN30g BoW CW</td><td>overall 0.53 [0.45, 0.60] 0.56 [0.48, 0.63] 0.66 [0.59, 0.71] 0.65 [0.59, 0.71] 0.60 [0.53, 0.66]</td><td>Similarity 0.65 [0.56, 0.72] 0.73 [0.65, 0.79] 0.72 [0.64, 0.78] 0.70 [0.63, 0.77] 0.77 [0.71, 0.82]</td><td>Relatedness 0.33 [0.21, 0.43] 0.38 [0.27, 0.48] 0.56 [0.46, 0.64] 0.62 [0.53, 0.69] 0.46 [0.36, 0.55]</td></tr></table>", |
| "text": "Results obtained replacing unknown words with their most similar three words (WordSim353 dataset).", |
| "html": null, |
| "type_str": "table", |
| "num": null |
| }, |
| "TABREF7": { |
| "content": "<table/>", |
| "text": "Results obtained on the WordSim353 dataset and on the two similarity and relatedness subsets.", |
| "html": null, |
| "type_str": "table", |
| "num": null |
| }, |
| "TABREF9": { |
| "content": "<table/>", |
| "text": "Results using a supervised combination of several systems. Max values are bolded for each dataset.", |
| "html": null, |
| "type_str": "table", |
| "num": null |
| }, |
| "TABREF12": { |
| "content": "<table/>", |
| "text": "Comparison with previous approaches for MC.", |
| "html": null, |
| "type_str": "table", |
| "num": null |
| }, |
| "TABREF14": { |
| "content": "<table><tr><td>Method</td><td>Source</td><td>Spearman</td></tr></table>", |
| "text": "Our best results for the MC dataset.", |
| "html": null, |
| "type_str": "table", |
| "num": null |
| }, |
| "TABREF15": { |
| "content": "<table/>", |
| "text": "Comparison with previous work for WordSim353.", |
| "html": null, |
| "type_str": "table", |
| "num": null |
| } |
| } |
| } |
| } |