<?xml version="1.0"?><!DOCTYPE article SYSTEM "/project/take/software/searchbench_offline_processing/paperxml_generator/aclextractor/src/python/../resource/dtd/paperxml.dtd"><article><header><firstpageheader><page local="1"/><title>Augmenting Noun Taxonomies by Combining Lexical Similarity Metrics</title><author surname="Stevenson" givenname="Mark"><org  name="Reuters Ltd." country="United Kingdom" city="London"/></author></firstpageheader><frontmatter><p>Augmenting Noun Taxonomies by Combining Lexical Similarity Metrics</p><p><b>Mark Stevenson</b></p><p>Reuters Ltd 85 Fleet Street London EC4P 4AJ mark.stevenson@reuters.com</p></frontmatter><abstract>This paper presents a method for augmenting taxonomies with domain information using a simple combination of three existing lexical sim­ilarity metrics. The combined approach is eval­uated by comparing their results against the an­notated SEMCOR corpus. An implementation is described in which WordNet is augmented with thesaural information from the CIDE+ machine readable dictionary. </abstract></header><body><section number="1" title="The Tennis Problem"><p>Lexical taxonomies, in particular WordNet (Fellbaum, 1998), are now widely used in NLP for applications including semantic tagging, text categorisation and parsing (Harabagiu and Chai, 1998). WordNet consists of sets of lex­ical items (words and phrases) with similar meanings called synsets which are organised into a hyponomy (IS_A) hierarchy. For exam­ple, "doctor" and "physician" are in the same synset which is directly subsumed by "medi­cal practitioner". However the coverage of lex­ical semantics in WordNet is not comprehen­sive, items such as discourse information are not included. For example, "tennis player" (a hyponym of person) is not closely related to "racket", "balls" or "net" (hyponyms of arti­fact). Motivated by this example, Fellbaum (1998) dubbed this the "tennis problem". Tax­onomies omitting this information are ignoring potentially valuable information which could be helpful for applications such as information re­trieval (IR), word sense disambiguation, infor­mation extraction and parsing.</p><p>This paper reports a step towards a solution for the tennis problem by adding thesaural re­lations to the noun taxonomy in WordNet (ver­sion 1.6). The aim is to produce groups of noun synsets which are related by topic or domain. Once identified these links can be added to WordNet to denote this new form of lexical information, which is in addition to the existing hyponomy and hypernymy relations.</p><p>An example fragment of the WordNet hier­archy with the types of links we aim to add is shown in Figure 1. The existing relations, shown as unbroken and dashed lines, demon­strate the relative distance between items such as "ball boy" and "tennis ball". This link would be made explicit by the addition of the thesaural links which are shown as dotted lines.</p><doubt alpha="41.2" length="51" tooSmall="False" monospace="0.0">I           ' •       71male child     contestant I</doubt><p><u>I game equipment |</u>--</p><doubt alpha="57.1" length="21" tooSmall="False" monospace="0.0">ball]^_ ..-C hall bov</doubt><doubt alpha="100.0" length="3" tooSmall="False" monospace="0.0">net</doubt><figure caption="Figure 1: Fragment of WordNet hierarchy with proposed new links shown as dotted lines."></figure><p>This new information is obtained from the related words classes found in the CIDE+ ma­chine readable dictionary (Procter, 1995). The main problem with using these existing classes is that it is not clear which of the possible synsets in WordNet each word refers to since they are not disambiguated against WordNet. Therefore the problem reduces to disambiguat­ing sets of related nouns against the senses in the taxonomy.   This problem is addressed by<page local="2"/></p><p>combining existing disambiguation techniques and applying this approach to WordNet and CIDE+ (Section 2). An evaluation of this ap­proach is presented in Section 3. Some related work is described in Section 4.</p></section><section number="2" title="Disambiguating Thesaural Classes"><p>The machine readable version of the CIDE+ dictionary contains thesaural information in the form of 1924 related word classes. Example cat­egories are <i>Board Games (dice-1-0, square-1-3, shake-1-12, backgammon-1-0 </i>...) and <i>Colours (silver-1-1, redness-1-0, black-l-22y amber-1-0 </i>...). Each member of the category relates to a particular CIDE+ sense which allows access to the textual definitions contained in the dic­tionary. This extra information is the main ad­vantage of using CIDE+ related word categories compared to a traditional thesaurus which con­sists only of groups of related words untagged for sense.</p><p>The first stage is to disambiguate each noun in CIDE+ thesaurus classes against Word-Net. Formally, assume that CIDE+ thesaurus class, <i>N,</i><i> </i>contains the word <i>W</i><i> </i>with senses <i>{si</i><b><i>,S2</i></b><i>—sn}.</i><i> </i>We wish to assign a value to each possible WordNet sense for <i>W </i>indicating the likelihood of that sense being relevant given that <i>W</i><i> </i>is a member of the noun group <i>N.</i><i> </i>This is achieved using a combination of existing lexical similarity metrics which are now described.</p><subsection number="2.1" title="Information and semantic similarity"><p>Resnik (1999) reports an algorithm for disam­biguating groups of nouns against their Word-Net synsets. This is achieved by assigning each node in WordNet a numerical value which in­dicates its information content. This value is derived from frequency of occurrence in a train­ing corpus by assuming that each parent of a term is implied by a corpus instance. The actual information content value is calculated, in the standard information theoretic way, as the neg­ative logarithm of the probability. When these values have been calculated each node in the taxonomy is more informative than its parents, for example, "nurse" and "professor" are each more informative than "professional". Disam­biguation is carried out by comparing senses in a pairwise fashion and selecting the combination which yields the highest information value.</p><p>Resnik (1999) trained his algorithm on the 1 million word Brown Corpus of American En­glish (Francis and Kucera, 1982). Our reim­plementation used the written portion of the British National Corpus (Burnard, 1995) which contains roughly 90 million words. However this additional training data did not seem to make much difference to the algorithm's performance.</p><p>More formally, Resnik's algorithm returns a value, <i>&lt;f&gt;(si), </i>for each each sense, <b>Sj, </b>associated with a word <i>W </i>which is a member of the CIDE+ noun group <i>N </i>indicating the likelihood that the sense is relevant to the noun group. We nor­malise these values for each sense thus to create the Information Content <i>(IC)</i><i> </i>metric:</p><doubt alpha="30.0" length="10" tooSmall="False" monospace="0.0">?"E^i^i){)</doubt></subsection><subsection number="2.2" title="Conceptual Distance"><p>In Resnik's disambiguation method distance be­tween senses in the taxonomy is determined by their information content in the WordNet hi­erarchy. Agirre and Rigau (1996) presented a method for disambiguating nouns in text where the distance between WordNet senses is deter­mined solely by the structure of the taxonomy, i.e. the corpus frequencies used by Resnik were not considered. This method is known as Con­ceptual Distance. It prefers senses closely re­lated in the WordNet hierarchy taking into ac­count the depth of the hierarchy, density of senses and length of shortest path between con­cepts. Like Resnik's method, this approach takes a set of nouns as input and calculated the Conceptual Distance value for each possi­ble WordNet sense relative to the words in the set.</p><p>Assuming that the value returned by the con­ceptual distance algorithm for sense is 0(sj) then the value given by the conceptual distance <i>(CD)</i><i> </i>metric for a sense is given by:</p><p>The software which implements this disam­biguation algorithm has been made publically available and was used for the experiments de­scribed in this paper.</p><page local="3"/></subsection><subsection number="2.3" title="Word Overlap Metric"><p>The Information Content and Conceptual Dis­tance metrics derive their disambiguation infor­mation from the structure of WordNet's taxon­omy and corpus information. Lesk (1986) sug­gested an alternative approach in which simi­larity is defined as the number of content words shared by the textual definitions of senses.</p><p>This method is used to identify the Word-Net synset which is most similar to a CIDE+ sense by comparing the textual definition of that sense against the textual definition of all potential WordNet synsets. We call this metric the Dictionary Overlap <i>(DO)</i><i> </i>measure and, like the previous pair, the value it returns is nor­malised against the total sum of word matches across all senses. So if we define a, as the num­ber of overlapping words in CIDE+ definition and gloss of the sense <b>Sj </b>then <i>DO </i>is calculated in our implementation thus:</p><doubt alpha="60.0" length="5" tooSmall="False" monospace="0.0">DOi =</doubt><doubt alpha="80.0" length="5" tooSmall="False" monospace="0.0">OL\Si</doubt><doubt alpha="0.0" length="3" tooSmall="False" monospace="0.0">(3)</doubt><p>This metric can be implemented more eas­ily than the previous pair. Our implementa­tion preprocesses the definitions in WordNet and CIDE+ by removing stop words and empty heads. The remaining words are reduced to their morphological roots.</p></subsection></section><section number="2" title=".4 Combining Metrics"><p>So far we have described three metrics which could be used to disambiguate the sense in CIDE+ noun groups against WordNet synsets. An obvious next step would be to combine them. This is done by computing the sum and product of various combinations shown in Table 1. The combinations of metrics are computed from the value of the relevant combination for a particular sense normalised by the total value for that combination across all possible senses. Thus, for example, the value of the <i>IC</i><i> + CD </i>metric combination for sense <i>i </i>is given by:</p><doubt alpha="44.4" length="9" tooSmall="False" monospace="0.0">(IC+CD),=</doubt><doubt alpha="33.3" length="6" tooSmall="False" monospace="0.0">+ 6(st</doubt><doubt alpha="43.8" length="16" tooSmall="False" monospace="0.0">^=l(&lt;p(sj) +e(sj</doubt><doubt alpha="0.0" length="3" tooSmall="False" monospace="0.0">(4)</doubt></section><section number="3" title="Evaluation"><p>To evaluate the disambiguation method we re­quire some resource which lists the appropriate</p><p>WordNet sense for each of the members of the CIDE+ categories. To our knowledge no such resource exists and we are forced to adapt an existing resource. The most widely used and re­liable text tagged with WordNet senses is SEM-COR (Landes et al, 1998), a 200,000 word por­tion of the Brown corpus semantically tagged as part of the WordNet project.<footnote anchor="1"/> This corpus consists of 103 files on a wide variety of top­ics, each concerned with a particular subject. Content words are tagged with WordNet synset numbers but there is no direct way of telling which of these are related to CIDE+ senses. However, when semantically related nouns oc­cur together they do so with the related mean­ings. For example, if "monitor", "drive", "zip" and "screen" occur in the same text it is highly likely that they are all used with their senses re­lated to computer hardware. In addition nouns appearing in a text on a given topic are likely to be related to that topic. So the word "Java" is more likely to mean 'programming language' than 'coffee' or 'island' in a text about software development. These two observations about the behaviour of noun meanings can be used to au­tomatically derive disambiguated noun groups suitable for our evaluation from the SEMCOR texts. It is likely that in SEMCOR texts which contain a large portion of the types from a par­ticular thesaurus class those words will be used with the WordNet sense appropriate to that class.</p><footnote label="1">The semantic tags in SEMCOR refer to WordNet version 1 .5 although the release now contains a mapping for nouns between WordNet versions 1 .5 and 1.6 which was used to adapt the corpus to use the lexicon in these experiments.</footnote><table caption="Table 1: Combination of metrics" class="main" frame="box" rules="all" border="1" regular="False"><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p></p></td><td class="cell"><p><b>1 </b><i>DO</i></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Single metric</p></td><td class="cell"><p><b>2 </b><i>IC</i></p><p><b>3 </b><i>CD</i></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p></p></td><td class="cell"><p><i>4DO</i><i> </i><i>+</i><i> </i><i>IC</i></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Sum</p></td><td class="cell"><p><b>5 </b><i>DO + CD</i></p><p><b>6 </b><i>IC</i><i> + CD</i></p><p><b><i>7 </i></b><i>DO + </i><i>IC</i><i> + CD</i></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p></p></td><td class="cell"><p><b>8 </b><i>DO*IC</i></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Product</p></td><td class="cell"><p><b><i>9 </i></b><i>DO*</i><i>CD</i></p><p><b>10 </b><i>IC</i><i> * CD</i></p><p><b>11 </b><i>DO*IC*</i><i> CD</i></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr></table><page local="4"/><p>To match SEMCOR texts against CIDE+ categories we compared each text against each category and attached a score to their relation based on the percentage of words in the cate­gory which appeared at least once in the doc­ument. This allowed us to produce a ranked list of document-category pairs based on this simple measure of relatedness. Any documents in which a CIDE+ category's words were used with less than 5 tokens were discarded. We then extracted the 10 highest ranking pairs, ignoring any categories which have already appeared. In effect this is a naive information retrieval (IR) system in which SEMCOR is the document col­lection and the words in the CIDE+ related word categories are the queries. We did not use a full IR system as the results from this simple method appeared adequate for the evaluation.</p><p>Table 2 shows the ten CIDE+ categories used in our evaluation and the document associated with each. The first column shows the CIDE+ category number and description, the second the percentage of types in that category followed by the number of types and tokens from the cat­egory which appear in the SEMCOR document listed in the next column. The final column contains a short description of the topic for the SEMCOR file. A first observation is that there is a reasonable semantic relation between each of the CIDE+ categories and the texts to which they were mapped.</p><p>A distinct advantage of this approach is that it allows more than one sense in WordNet to be associated with a CIDE+ sense. This is necessary since the lexicographers for each re­source may have made different decisions about how rough or fine grained the sense distinc­tions should be. Table 3 lists the words used with more than one sense in each of the re­maining four SEMCOR files. A first observa­tion is that all senses appear consistent with the CIDE+ category related to that file (listed in Table 2). The two senses of "surface" are ex­tremely similar while "football" and "church" exhibit clear regular polysemy. This analysis is consistent with the results reported by both Gale et al. (1992) and Krovetz (1998). The first claimed that most words are used with the same broad meaning (or homograph) in a given discourse while Krovetz claimed that closely re­lated senses are often observed in the same discourse.</p><subsection number="3.1" title="Evaluation Metric"><p>Some measure is required to compare the sys­tem output with the senses found in the SEM­COR files. Our system does not return a single sense, instead it assigns a score to each which can be viewed as a probability distribution de­scribing the likelihood of each synset belong­ing to the class in question. We also know that some of the SEMCOR files contain words which are used in more than one sense and consequently their sense taggings can also be viewed as a probability distribution. Resnik and Yarowsky (1997) proposed the cross en­tropy metric for comparing a probability distri­bution produced by a disambiguation technique with disambiguated text. It is calculated ac­cording to the following formula:</p><doubt alpha="47.1" length="34" tooSmall="False" monospace="0.0">CE{t{x),s{x)) =- Yl'fa)loS2six)(5)</doubt><doubt alpha="60.0" length="5" tooSmall="False" monospace="0.0">x e S</doubt><p>where <i>S </i>is the set of senses for the word in question, <i>t(x)</i><i> </i>is the probability distribution for those senses observed in the SEMCOR files and <i>s(x)</i><i> </i>the probability distribution obtained from our system. A perfect match between the distri­butions returns their entropy (which are equal). Higher values indicate lower agreement between the distributions.</p><p>To compare the output of our system for all words in a thesaurus class against the distribu­tion found in a SEMCOR document we devised the Average Cross Entropy (ACE) metric:</p><doubt alpha="56.5" length="23" tooSmall="False" monospace="0.0">ACE=Y,weWCE{t{w),s{w))^</doubt><p>where <i>W </i>is the set of word types occurring in the document and <i>t{w)</i><i> </i>and <i>s{w)</i><i> </i>are the rel­evant probability density functions. This com­pares the distribution of each word appearing in the text with that output by the system and adds extra weight for words which appear fre­quently in the SEMCOR text.</p><p>The theoretical minimum for this measure, calculated by assuming a perfect match between the two distributions was found to be 0.07 across all 10 SEMCOR texts. The average entropy for the texts other than those mentioned in Table<page local="5"/></p><p>Table 3: Senses from CIDE+ categories with more than sense in the identified SEMCOR file with number of occurrences in brackets 3 was 0 since, in these cases, the distribution was such that each type has a single sense with a probability of 1 and all others the probability 0.</p></subsection><subsection number="3.2" title="Results"><p>In order to compare the various implemented methods with a naive approach a baseline was implemented. This randomly chose a sense from the set of possibilities for each word and as­signed a probability of 1 to it and 0 to all other senses. The baseline was run 10 times and it was found that the mean of the average cross entropy scores over these 10 runs was 15.96 with a standard deviation of 1.83. The CIDE+ noun groups were also tagged manually with the an-notator being asked to choose a single WordNet sense for each word in a group by considering the entire set of nouns it contains as evidence.</p><p>Like the automatic baseline calculation this was a forced choice task in which the annotator was asked to choose exactly one WordNet sense for each CIDE+ sense.</p><p>Table 4 shows the evaluation results for vari­ous metrics. It can be seen that all metrics per­form better (lower ACE) than the random base­line. The best performance is observed from the product of all three metrics where the ACE obtained (5.76) is close to that obtained from the human annotator, representing a 94% re­duction in error rate. This result is consistent with earlier work such as Stevenson and Wilks (2001) and McRoy (1992) which showed that word sense disambiguation is a task which ben­efits from a combination of multiple classifiers. Although this result should be considered in the context of the fact that a perfect match with the test data would return a score of 0.07 and the manual annotation task is a forced choice of a single sense while the various metrics assign probabilities to senses.<page local="6"/></p><table caption="Table 2: Mapping between CIDE+ categories and SEMCOR documents" class="main" frame="box" rules="all" border="0" regular="False"><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>CIDE+ Category</p></td><td class="cell"><p>Overlap</p></td><td class="cell"><p>Types/</p></td><td class="cell"><p>File</p></td><td class="cell"><p>Description of text topic</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p></p></td><td class="cell"><p></p></td><td class="cell"><p>tokens</p></td><td class="cell"><p></p></td><td class="cell"><p></p></td><td class="cell"><p></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>268 <i>Names of months</i></p></td><td class="cell"><p>0.77</p></td><td class="cell"><p>8/11</p></td><td class="cell"><p>br-</p></td><td class="cell"><p>-j56</p></td><td class="cell"><p>history of utilities in US town (mentions months several times)</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>325 <i>Planets</i></p></td><td class="cell"><p>0.73</p></td><td class="cell"><p>6/44</p></td><td class="cell"><p>br-</p></td><td class="cell"><p>-joi</p></td><td class="cell"><p>astronomy</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>1528 <i>Bays and gulfs</i></p></td><td class="cell"><p>0.67</p></td><td class="cell"><p>4/7</p></td><td class="cell"><p>br-</p></td><td class="cell"><p>-kl6</p></td><td class="cell"><p>portion of novel (frequent men­tions of geographical features)</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>1253 <i>Atoms, molecules and</i></p></td><td class="cell"><p>0.67</p></td><td class="cell"><p>3/17</p></td><td class="cell"><p>br-</p></td><td class="cell"><p>-j04</p></td><td class="cell"><p>sub-atomic chemistry</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><i>sub-atomic particles</i></p></td><td class="cell"><p></p></td><td class="cell"><p></p></td><td class="cell"><p></p></td><td class="cell"><p></p></td><td class="cell"><p></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>373 <i>Secondary education</i></p></td><td class="cell"><p>0.54</p></td><td class="cell"><p>2/7</p></td><td class="cell"><p>br-</p></td><td class="cell"><p>-a02</p></td><td class="cell"><p>US senate debates on education</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>486 <i>Poultry</i></p></td><td class="cell"><p>0.53</p></td><td class="cell"><p>6/25</p></td><td class="cell"><p>br-</p></td><td class="cell"><p>-k27</p></td><td class="cell"><p>portion of novel (describes char­acter's hens)</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>147 <i>Extrasensory percep-</i></p></td><td class="cell"><p>0.5</p></td><td class="cell"><p>3/6</p></td><td class="cell"><p>br-</p></td><td class="cell"><p>-f03</p></td><td class="cell"><p>psychoanalysis</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><i>tion, Telepathy, psychics</i></p></td><td class="cell"><p></p></td><td class="cell"><p></p></td><td class="cell"><p></p></td><td class="cell"><p></p></td><td class="cell"><p></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>1252  <i>Energy,   force and</i></p></td><td class="cell"><p>0.43</p></td><td class="cell"><p>4/16</p></td><td class="cell"><p>br-</p></td><td class="cell"><p>-j07</p></td><td class="cell"><p>engineering/mechanics</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><i>power</i></p></td><td class="cell"><p></p></td><td class="cell"><p></p></td><td class="cell"><p></p></td><td class="cell"><p></p></td><td class="cell"><p></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>22 <i>American football</i></p></td><td class="cell"><p>0.41</p></td><td class="cell"><p>6/18</p></td><td class="cell"><p>br-</p></td><td class="cell"><p>-al2</p></td><td class="cell"><p>American football</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>748   <i>Churches, buildings</i></p></td><td class="cell"><p>0.41</p></td><td class="cell"><p>7/24</p></td><td class="cell"><p>br-</p></td><td class="cell"><p>-d03</p></td><td class="cell"><p>history of English church</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><i>and organizations</i></p></td><td class="cell"><p></p></td><td class="cell"><p></p></td><td class="cell"><p></p></td><td class="cell"><p></p></td><td class="cell"><p></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr></table><table class="main" frame="box" rules="all" border="1" regular="False"><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>File</p></td><td class="cell"><p>Word</p></td><td class="cell"><p>Senses</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>br-f03 br-j07 br-al2 br-d03</p></td><td class="cell"><p>mind surface football church</p></td><td class="cell"><p>head/brain (3), recall (1)</p><p>outer boundary (1), extended 2D boundary (1) game (4), object (1)</p><p>building (13), organisation (4), service (1)</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr></table><p>It is interesting to note that there does not appear to be much difference between the ad­ditive combinations of metrics <b>(4 - 7) </b>and the single metrics <b>(1 - 3). </b>However, the products of metrics <b>(8 - 11) </b>perform noticeably better. This may be because the multiplication com­bination is more conservative since all metrics must agree that there is some evidence for a particular sense. If any metrics assigns a zero probability to a sense then the product will be zero. Under these conditions each metric is act­ing as a filter and it appears that combining filters is a useful approach to this problem.</p><p>There is a noticeable difference between the performance of the <i>CD </i>metric compared with the other two. This difference is not statistically significant according to a two-tail paired t-test although this may be due to the small amount of sample data. The pairwise correlations of the performance of each method on each of the 10 SEMCOR files was also quite high (between 0.79 and 0.89) indicating that some of the SEM­COR files were more difficult to disambiguate than others.</p></subsection></section><section number="4" title="Related Work"><p>Mandala et. al. (1999) combined three the-saurii to expand queries for an IR system. It was found that the combination of all three pro­duced better results than no query expansion or when a single resource was used. The na­ture of their application meant that there was no need to produce an explicit mapping between the senses of the three resources.</p><p>Agirre et. al. (2000) constructed topic sig­natures constructed from web searches to add extra information to WordNet. A test set of 20 nouns which occur at least 100 times in</p><p>SEMCOR was chosen. For each possible Word-Net sense a query was sent to the AltaVista search engine<footnote anchor="2"/> and the results stored. These documents were used to construct a topic sig­nature for each concept which were evaluated within a sense disambiguation algorithm and found to outperform information extracted di­rectly from WordNet. They produced further improvements when used to cluster senses.</p><p>Knight and Luk (1994) provided a mapping between WordNet and LDOCE by combining textual definitions with information about the hierarchical structure of the resources reporting 96% mapping accuracy. Green et al. (2001) use a combination of similarity metrics, includ­ing Resnik's, to map entries in a verb database onto WordNet senses, reporting 72% precision and 58% recall. This suggests that the approach described here may be useful for other gram­matical categories.</p></section><section number="5" title="Conclusion"><p>We have presented a method for overcoming the "tennis problem" in taxonomies such as Word-Net by adding new relations to the hierarchy obtained by disambiguating the noun groups found in existing thesaural classes. It was found that this can be achieved using a combination of existing disambiguation techniques. The tech­niques were evaluated using gold standard tag-gings derived automatically from SEMCOR.</p></section><section title="Acknowledgements"><p>I am extremely grateful to Philip Resnik for ad­vice on the re-implementation of the algorithm described in Section 2. This paper benefited from comments on earlier drafts provided by Yorick Wilks, George Miller and Tim Baldwin.</p><footnote label="2">http: //www. altavista.com</footnote><table caption="Table 4: Results from various combinations of metrics" class="main" frame="box" rules="all" border="1" regular="False"><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>B </b>Baseline</p></td><td class="cell"><p>15.96</p></td><td class="cell"><p><b>6 </b><i>IC</i><i> + CD</i></p></td><td class="cell"><p>10.30</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>H </b>Human</p></td><td class="cell"><p>5.16</p></td><td class="cell"><p><b><i>7 </i></b><i>DO + </i><i>IC</i><i> + CD</i></p></td><td class="cell"><p>10.98</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>1 </b><i>DO</i></p></td><td class="cell"><p>11.93</p></td><td class="cell"><p><b><i>8 </i></b><i>DO*</i><i> </i><i>IC</i></p></td><td class="cell"><p>7.93</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>2 </b><i>IC</i></p></td><td class="cell"><p>11.28</p></td><td class="cell"><p><b><i>9 </i></b><i>DO*</i><i>CD</i></p></td><td class="cell"><p>5.80</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>3 </b><i>CD</i></p></td><td class="cell"><p>9.31</p></td><td class="cell"><p><b>10 </b><i>IC</i><i> * CD</i></p></td><td class="cell"><p>9.16</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>4 </b><i>DO + </i><i>IC</i></p></td><td class="cell"><p>11.86</p></td><td class="cell"><p><b>11 </b><i>DO*</i><i> </i><i>IC*</i><i> CD</i></p></td><td class="cell"><p>5.76</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>5 </b><i>DO + CD</i></p></td><td class="cell"><p>10.78</p></td><td class="cell"><p></p></td><td class="cell"><p></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr></table><page local="7"/><p>The work described here was carried out while the author was funded by the EPSRC grant "MALT: Mappings, Agglomerations and Lexical Tuning" (GR/M73521) and carried out in Sheffield University and while the author was on sabbatical at the Center for the Study of Language and Information, Stanford University</p></section><references><p>E. Agirre and G. Rigau. 1996. Word sense disambiguation using conceptual density. In <i>Proceedings of COLING '96, </i>pages 16-22, Copenhagen, Denmark.</p><p>E. Agirre, O. Ansa, E. Hovy, and D. Mar­tinez. 2000. Enriching very large ontologies using the WWW. In <i>Proceedings of the ECAI Ontology Learning Workshop, </i>pages 73-77, Berlin, Germany.</p><p>L. Burnard, 1995. <i>Users Reference Guide for the British National Corpus. </i>Oxford Univer­sity Computing Services.</p><p>C. Fellbaum. 1998. <i>WordNet: An Electronic Lexical Database and some of its Applica­tions. </i>MIT Press, Cambridge, MA.</p><p>W. Francis and H. Kucera. 1982. <i>Frequency Analysis of English Usage. </i>Hougton Mufflin Co., New York.</p><p>W. Gale, K. Church, and D. Yarowsky. 1992. One sense per discourse. In <i>Proceedings of the DARPA Speech and Natural Language Work­shop, </i>pages 233-237, Harriman, NY.</p><p>R. Green, L. Pearl, B. Dorr, and P. Resnik. 2001. Mapping Lexical Entries in a Verb Database to WordNet Senses. In <i>Proceed­ings of the 39th Annual Meeting of the Asso­ciation for Computational Linguistics, </i>pages 244-251, Toulouse, France.</p><p>S. Harabagiu and J. Chai, editors. 1998. <i>Usage of WordNet in Natural Language Processing Systems. </i>COLING-ACL-98 workshop. ACL.</p><p>K. Knight and S. Luk. 1994. Building a large knowledge base for machine translation. In <i>Proceedings of the American Association for Artificial Intelligence Conference (AAAI-94), </i>pages 185-109, Seattle, WA.</p><p>R. Krovetz. 1998. More than one sense per dis­course. In <i>Proceedings of SENSEVAL Work­shop, </i>Herstmonceux Castle, UK.</p><p>S. Landes, C. Leacock, and R. Tengi. 1998. Building a semantic concordance of English. In C. Fellbaum, editor, <i>WordNet: An elec-</i> <i>tronic lexical database and some applications.</i><i> </i>MIT Press, Cambridge, MA.</p><p>M. Lesk. 1986. Automatic sense disambigua­tion using machine readable dictionaries: how to tell a pine cone from an ice cream cone. In <i>Proceedings of ACM SIGDOC Conference, </i>pages 24-26, Toronto, Canada.</p><p>R. Mandala, T. Tokunaga, and H. Tanaka. 1999. Combining general hand-made and au­tomatically constructed thesauri for infor­mation retrieval. In <i>Proceedings of the Six­teenth International Joint Conference on Ar­tificial Intelligence (IJCAI-99), </i>pages 920­924, Stockholm, Sweden.</p><p>S. McRoy. 1992. Using multiple knowledge sources for word sense disambiguation. <i>Com­putational Linguistics, </i>18(l):l-30.</p><p>P. Procter, editor. 1995. <i>Cambridge Interna­tional Dictionary of English. </i>Cambridge Uni­versity Press, Cambridge.</p><p>P. Resnik and D. Yarowsky. 1997. A perspec­tive on word sense disambiguation techniques and their evaluation. In <i>Proceedings of the SIGLEX Workshop "Tagging Text with Lexi­cal Semantics: What, why and how?", </i>pages 79-86, Washington, D.C.</p><p>P. Resnik. 1999. Disambiguating Noun Group­ings with Respect to WordNet senses. In S. Armstrong, K. Church, P. Isabelle, S. Manzi, E. Tzoukermann, and D. Yarowsky, editors, <i>Natural Language Processing using Very Large Corpora, </i>pages 77-98. Kluwer Academic Press.</p><p>M. Stevenson and Y. Wilks. 2001. The inter­action of knowledge sources in word sense disambiguation. <i>Computational Linguistics, </i>27(3):321-349.</p></references></body></article>