UC Merced Proceedings of the Annual Meeting of the Cognitive Science Society

UC Merced Proceedings of the Annual Meeting of the Cognitive Science Society

UC Merced Proceedings of the Annual Meeting of the Cognitive Science Society Title From Social Networks To Distributional Properties: A Comparative Study On Computing Semantic Relatedness Permalink https://escholarship.org/uc/item/49n6b52b Journal Proceedings of the Annual Meeting of the Cognitive Science Society, 31(31) ISSN 1069-7977 Authors Cramer, Irene Waltinger, Ulli Wandmacher, Tonio Publication Date 2009 Peer reviewed eScholarship.org Powered by the California Digital Library University of California From Social Networks To Distributional Properties: A Comparative Study On Computing Semantic Relatedness Ulli Waltinger (ulli [email protected]) Text Technology, Bielefeld University Irene Cramer ([email protected]) Faculty of Cultural Studies, TU Dortmund University Tonio Wandmacher ([email protected]) Institute of Cognitive Science, University of Osnabruck¨ Abstract behaving similarly. For example they can show a strong asso- ciative relationship (e.g. ball - goal), and they can be related In recent years a variety of approaches in computing seman- tic relatedness have been proposed. However, the algorithms across different linguistic categories (e.g. milk - white, dog - and resources employed differ strongly, as well as the results bark). With respect to the automatic computation of SR, how- obtained under different experimental conditions. This article ever, many research questions remain unanswered. As stated investigates the quality of various semantic relatedness mea- sures in a comparative study. We conducted an extensive ex- above, many algorithms were presented in the past decade, periment using a broad variety of measures operating on so- but thorough evaluations and comparisons of their ability to cial networks, lexical-semantic nets and co-occurrence in text capture SR in a human-like manner are still rare. In this work corpora. For two sample data sets we obtained human relat- edness judgements which were compared to the estimates of we therefore present a study comparing various semantic re- the automated measures. We also analyzed the algorithms im- latedness measures. We evaluate sixteen different algorithms plemented and resources employed from a theoretical point of involving four different resources based on a human judge- view, and we examined several practical issues, such as run time and coverage. While the performance of all measures is ment experiment, and we analyze the algorithms from a the- still mediocre, we could observe that in terms of of coverage oretical and practical point of view. The paper is organized and correlation distributional measures operating on controlled as follows: the subsequent section describes two works rep- corpora perform best. resenting the methodological basis for our study. The various Keywords: Semantic Relatedness; Semantic Similarity; Hu- semantic relatedness measures employed in our experiment man Judgement; Social Networks; WordNet; LSA; are described in Section Semantic Relatedness Measures. The experimental setup as well as the results obtained are pre- Introduction sented in Section Evaluation. The computation of semantic relatedness (SR) has become an important task in many NLP applications such as spelling Related Work error detection, automatic summarization, word sense dis- The task of estimating SR between two given lexical items ambiguation, and information extraction. In recent years a can be performed by humans in an effortless and intuitive large variety of approaches in computing SR has been pro- manner. However, this notion is very difficult to formalize posed. However, algorithms and results differ depending on from a psycholinguistic or computational point of view. In resources and experimental setup. It is obvious that SR plays terms of an evaluation of SR algorithms, most commonly a crucial role in the lexical retrieval of humans. In various human judgement experiments are conducted. The perfor- priming experiments it could be shown that semantically re- mance of an SR measure is determined by directly compar- lated terms influence the semantic processing of one another. ing the automatic computed results with those gained from For example, if ”bread” is primed by ”butter” it is recog- the human judgements via correlation. As a most prominent nized more quickly. Moreover, many theories of memory are example Budanitsky and Hirst (Budanitsky & Hirst, 2006) based on the notion of SR. The spreading activation theory presented a comparison of five semantic relatedness mea- of (Collins & Loftus, 1975) for example groups lexical items sures for the English language. They recommended a three- according to their SR in a conceptual graph. Similar ideas can level evaluation including theoretical examination, compari- be found in the ACT theory of Anderson (Anderson, 1983). son with human judgements and evaluation with respect to a The question that arises for us is, how this kind of relatedness given NLP-application. The measures were evaluated on two can be determined by automatic means. In the literature the different data sets: The first data set was compiled by Ruben- notion of SR is often confounded with semantic similarity; stein and Goodenough (Rubenstein & Goodenough, 1965); there is however a clear distinction between these notions. it contained 65 word-pairs. The second set, containing 30 Two terms are semantically similar if they behave similarly word pairs, was compiled by Miller and Charles (Miller & in a given context and if they share some aspects of meaning Charles, 1991). For each of the five measures, Budanitsky (e.g. in the case of synonyms or hypernyms). On the other and Hirst reported correlation coefficients between 0.78 and hand two terms can be semantically strongly related without 0.83. Boyd-Graber et al. (Boyd-Graber, Fellbaum, Osher- 3016 son, & Schapire, 2006) presented a list of 120,000 concept hyponym-tree. pairs, which were rated by 20 subjects with respect to their evocation - how much one concept brings to mind the other. 2 · sp(s1;s2) relLC(s1;s2) = −log (1) Volunteers were given manual instruction before the experi- 2 · DTree ment and were trained on a sample of 1000 randomly selected s and s : the two synonym sets examined; sp(s ;s ): pairs. However, it has to be pointed out that this approach 1 2 1 2 length of shortest path between s and s in the hyponym- focuses on constructing new relations within the lexical re- 1 2 tree; D : depth of the hyponym-tree source WordNet (Fellbaum, 1998) rather than assessing se- Tree mantic relatedness. Still, four different semantic relatedness • Wu-Palmer (Wu & Palmer, 1994): The Wu-Palmer mea- measures were compared. Results (correlation coefficients) sure utilizes the least common subsumer in order to ranged only between 0.008 and 0.131 Nevertheless, the ap- compute the similarity between two synonym sets in a proach of Boyd-Graber et al. (2006) is based to an important hyponym-tree. extent on human involvement. We argue that this is a cru- cial condition for all approaches that aim to model aspects 2 · depth(lcs(s1;s2)) relWP(s1;s2) = (2) of human lexical processing (such as computing SR), there- depth(s1) + depth(s2) fore we also make use of this kind of evaluation. Moreover, many works presenting new SR algorithms prove their accu- depth(s): length of the shortest path form root to vertex s; racy with respect to one or two similar approaches. A large lcs(s): least common subsumer of s and standardized evaluation campaign is however still miss- • Resnik (Resnik, 1995): Given a hyponym-tree and a fre- ing. For this reason we consider in our study a large variety quency list, the Resnik measure utilizes the information of SR measures, and evaluate them with respect to a human content in order to compute the similarity between two syn- judgement experiment (on German data), first presented by onym sets. Cramer&Finthammer (Cramer, 2008). ∑w2W(s) freq(w) p(s) := (3) Semantic Relatedness Measures TotalFreq IC(s) := −logp(s) (4) In general, we split all implemented algorithms on the basis of their resources into three different groups. Net-based mea- relRes(s1;s2) = IC(lcs(s1;s2)) (5) sures make use of a lexical-semantic net like the already men- freq(w): frequency of a word within a corpus; W(s): set of tioned WordNet, which has been developed for many differ- the synonym set s and all its direct/indirect hyponym syn- ent languages (e.g. GermaNet (Lemnitzer & Kunze, 2002)). onym sets; TotalFreq: sum of the frequencies of all words Most of the implemented algorithms use a hyponym-tree in- in GermaNet; IC(s): information content of the synonym duced from the given lexical-semantic net. Since such a re- set s source models only systematic semantic relations such as hy- ponymy or meronymy, unsystematic connections (i.e. associ- • Jiang-Conrath (Jiang & Conrath, 1997): Given a ations) can not be directly computed. Distributional measures hyponym-tree and a frequency list, the Jiang-Conrath mea- consider semantics on the basis of similar distributional prop- sure computes the distance of two synonym sets. erties of words in large text corpora. Such approaches deduce SR on the basis of co-occurences of features from text or web distJC(s1;s2) = IC(s1) + IC(s2) − 2 · IC(lcs(s1;s2)) (6) data. As a third group we regard social networks such as the online encyclopedia Wikipedia. Wikipedia driven approaches • Lin (Lin, 1998): Given a hyponym-tree and a frequency are able not only to comprise statistics from the entire text list, the Lin measure computes the semantic relatedness of collection, but are also able to induce the category taxonomy two synonym sets. using classical graph algorithms. The following three sec- tions outline the sixteen different algorithms that we have im- 2 · IC(lcs(s1;s2)) relLin(s1;s2) = (7) plemented for our evaluation. IC(s1) + IC(s2) Net-based Measures • Hirst-StOnge (Hirst & St-Onge, 1998): This measure With the development of lexical-semantic nets (such as the computes the semantic relatedness on the basis of the en- Princeton WordNet) in the mid-1990’s various measures for tire GermaNet graph structure.

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    7 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us