<?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" global="326"/><title>Tor, TorMd: Distributional Profiles of Concepts for Unsupervised Word Sense Disambiguation</title><pubinfo>Proceedings of the 4th International Workshop on Semantic Evaluations (SemEval-2007),pages 326-333, Prague, June 2007. ©2007 Association for Computational Linguistics</pubinfo><author surname="Mohammad" givenname="Saif"><org  name="University of Toronto" country="Canada" city="Toronto"/></author><author surname="Hirst" givenname="Graeme"><org  name="University of Toronto" country="Canada" city="Toronto"/></author><author surname="Resnik" givenname="Philip"><org  name="University of Maryland" country="USA" city="College Park"/></author></firstpageheader><frontmatter><p><b>Tor, TorMd</b><b>: Distributional Profiles of Concepts for Unsupervised Word Sense Disambiguation</b></p><p><b>Saif Mohammad</b></p><p>Dept. of Computer Science University of Toronto Toronto, ON M5S3G4 Canada</p><p>smm@cs.toronto.edu</p><p><b>Graeme Hirst Philip Resnik</b></p><p>Dept. of Computer Science Dept. of Linguistics and UMIACS University of Toronto University of Maryland</p><p>Toronto, ON M5S 3G4 College Park, MD 20742</p><p>Canada USA gh@cs.toronto.edu resnik@umiacs.umd.edu</p></frontmatter><abstract>Words in the context of a target word have long been used as features by su­pervised word-sense classifiers. Moham­mad and Hirst (2006a) proposed a way to determine the strength of association be­tween a sense or concept and co-occurring words—the distributional profile of a con­cept (DPC)—without the use of manually annotated data. We implemented an unsu-pervised naïve Bayes word sense classifier using these DPCs that was best or within one percentage point of the best unsuper-vised systems in the Multilingual Chinese-English Lexical Sample Task (task #5) and the English Lexical Sample Task (task #17). We also created a simple PMI-based classi­fier to attempt the English Lexical Substi­tution Task (task #10); however, its perfor­mance was poor. </abstract></header><body><section number="1" title="Introduction"><p>Determining the intended sense of a word is poten­tially useful in many natural language tasks includ­ing machine translation and information retrieval. The best approaches for word sense disambiguation are supervised and they use words that co-occur with the target as features. These systems rely on sense-annotated data to identify words that are indicative of the use of the target in each of its senses.</p><p>However, only limited amounts of sense-annotated data exist and it is expensive to create. In our previous work (Mohammad and Hirst, 2006a), we proposed an unsupervised approach to determine the strength of association between a sense or con­cept and its co-occurring words—<b>the distributional profile of a concept (DPC)</b>—relying simply on raw text and a published thesaurus. The categories in a published thesaurus were used as coarse senses or concepts (Yarowsky, 1992). We now show how dis­tributional profiles of concepts can be used to cre­ate an <i>unsupervised </i>naïve Bayes word-sense classi­fier. We also implemented a simple classifier that relies on the pointwise mutual information (PMI) between the senses of the target and co-occurring words. These DPC-based classifiers participated in three SemEval 2007 tasks: the English Lexical Sam­ple Task (task #17), the English Lexical Substitu­tion Task (task #10), and the Multilingual Chinese-English Lexical Sample Task (task #5).</p><p>The English Lexical Sample Task (Pradhan et al., 2007) is a traditional word sense disambiguation task wherein the intended (WordNet) sense of a tar­get word is to be determined from its context. We manually mapped the WordNet senses to the cate­gories in a thesaurus and the DPC-based naïve Bayes classifier was used to identify the intended sense (category) of the target words.</p><p>The object of the Lexical Substitution Task (Mc­Carthy and Navigli, 2007) is to replace a target word in a sentence with a suitable substitute that preserves the meaning of the utterance. The list of possible substitutes for a given target word is usually contin­gent on its intended sense. Therefore, word sense disambiguation is expected to be useful in lexical substitution. We used the PMI-based classier to de­termine the intended sense.</p><page local="2" global="327"/><p>The objective of the Multilingual Chinese-English Lexical Sample Task (Jin et al., 2007) is to select from a given list a suitable English translation of a Chinese target word in context. Mohammad et al. (2007) proposed a way to create <b>cross-lingual distributional profiles of a concepts (CL-DPCs)— </b>the strengths of association between the concepts of one language and words of another. For this task, we mapped the list of English translations to appropri­ate thesaurus categories and used an implementation of a CL-DPC-based unsupervised naïve Bayes clas­sifier to identify the intended senses (and thereby the English translations) of target Chinese words.</p></section><section number="2" title="Distributional profiles of concepts"><p>In order to determine the strength of association be­tween a sense of the target word and its co-occurring words, we need to determine their individual and joint occurrence counts in a corpus. Mohammad and Hirst (2006a) and Mohammad et al. (2007) proposed ways to determine these counts in a monolingual and cross-lingual framework without the use of sense-annotated data. We summarize the ideas in this sec­tion; the original papers give more details.</p><subsection number="2.1" title="Word-category co-occurrence matrix"><p>We create a <b>word-category co-occurrence matrix (WCCM) </b>having English word types <i>wen </i>as one di­mension and English thesaurus categories <i>cen </i>as an­other. We used the <i>Macquarie Thesaurus </i>(Bernard, 1986) both as a very coarse-grained sense inventory and a source of words that together represent each category (concept). The WCCM is populated with co-occurrence counts from a large English corpus (we used the <i>British National Corpus (BNC)). </i>A par­ticular cell <i>m</i><i>ij, </i>corresponding to word <i>wen </i>and con­cept cen, is populated with the number of times <i>wen</i>co-occurs with any word that has <i>cejn </i>as one of its senses (i.e., <i>wen </i>co-occurs with any word listed un­der concept <i>cejn </i>in the thesaurus).</p><p>A particular cell <i>mij-</i>, corresponding to word <i>wen</i>and concept <i>cejn, </i>is populated with the number of times <i>wien </i>co-occurs with any word that has <i>cejn</i>as one of its senses (i.e., <i>wien </i>co-occurs with any word listed under concept <i>cejn </i>in the thesaurus). This matrix, created after a first pass of the corpus, is the <b>base word-category co-occurrence matrix (base WCCM) </b>and it captures strong associations between a sense and co-occurring words (see dis­cussion of the general principle in Resnik (1998)). From the base WCCM we can determine the num­ber of times a word <i>w </i>and concept <i>c </i>co-occur, the number of times <i>w </i>co-occurs with any concept, and the number of times <i>c </i>co-occurs with any word. A statistic such as PMI can then give the strength of association between <i>w </i>and <i>c. </i>This is similar to how Yarowsky (1992) identifies words that are indicative of a particular sense of the target word.</p><p>Words that occur close to a target word tend to be good indicators of its intended sense. Therefore, we make a second pass of the corpus, using the base WCCM to roughly disambiguate the words in it. For each word, the strength of association of each of the words in its context (±5 words) with each of its senses is summed. The sense that has the highest cu­mulative association is chosen as the intended sense. A new <b>bootstrapped WCCM </b>is created such that each cell <i>m</i><i>i j, </i>corresponding to word <i>wien </i>and con­cept <i>cejn, </i>is populated with the number of times <i>wien</i>co-occurs with any word <i>used in sense cejn.</i></p><p>Mohammad and Hirst (2006a) used the DPCs created from the bootstrapped WCCM to attain near-upper-bound results in the task of determin­ing word sense dominance. Unlike the McCarthy et al. (2004) dominance system, this approach can be applied to much smaller target texts (a few hundred sentences) without the need for a large similarly-sense-distributed text<footnote anchor="1"/>. Mohammad and Hirst (2006b) used the DPC-based monolingual dis­tributional measures of <i>concept-distance </i>to rank word pairs by their semantic similarity and to correct real-word spelling errors, attaining markedly better results than monolingual distributional measures of <i>word-distance. </i>In the spelling correction task, the<page local="3" global="328"/></p><footnote label="1">The McCarthy et al. (2004) system needs to first gener­ate a distributional thesaurus from the target text (if it is large enough—a few million words) or from another large text with a distribution ofsenses similar to the target text.</footnote><table 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></p></td><td class="cell"><p><i>en </i><i>Cl</i></p></td><td class="cell"><p><i>en c2</i></p></td><td class="cell"><p></p></td><td class="cell"><p><i>cen</i></p></td><td class="cell"><p></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>mn</i></p></td><td class="cell"><p><i>mn</i></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></p></td><td class="cell"><p><i>m2\</i></p></td><td class="cell"><p>m22</p></td><td class="cell"><p></p></td><td class="cell"><p><i>m2j</i></p></td><td class="cell"><p></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>ma</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"></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><p>celebrity <b>f </b>celestial body mode of state of the</p><p>conduct atmosphere t       practical expose to j lesson elements</p><doubt alpha="0.0" length="1" tooSmall="False" monospace="0.0">}</doubt><doubt alpha="100.0" length="4" tooSmall="False" monospace="0.0">star</doubt><doubt alpha="50.0" length="2" tooSmall="False" monospace="0.0">M4</doubt><doubt alpha="100.0" length="5" tooSmall="False" monospace="0.0">moral</doubt><p><i>weather </i>_*</p><doubt alpha="60.0" length="5" tooSmall="False" monospace="0.0">} wde</doubt><p>Figure 1 : The cross-lingual candidate senses of Chi­nese words M 4 and <i>JAit.</i></p><p>distributional concept-distance measures performed better than all WordNet-based measures as well, ex­cept for the Jiang and Conrath (1997) measure.</p></subsection><subsection number="2.2" title="Cross-lingual word-category co-occurrence matrix"><p>Given a Chinese word <i>wch </i>in context, we use a Chinese-English bilingual lexicon to determine its different possible English translations. Each En­glish translation <i>wen </i>may have one or more possi­ble coarse senses, as listed in an English thesaurus. These English thesaurus concepts (cen) will be re­ferred to as <b>cross-lingual candidate senses </b>of the Chinese word <i>wch </i><footnote anchor="2"/> Figure 1 depicts examples.</p><p>We create a cross-lingual word-category co­occurrence matrix (CL-WCCM) with Chinese word types <i>wch </i>as one dimension and English thesaurus concepts <i>cen </i>as another.</p><p>The matrix is populated with co-occurrence counts from a large Chinese corpus; we used a collection of LDC-distributed corpora<footnote anchor="3"/>—Chinese Treebank En­glish Parallel Corpus, FBIS data, Xinhua Chinese-English Parallel News Text Version 1.0 beta 2, Chi­nese English News Magazine Parallel Text, Chinese</p><footnote label="2">Some of the cross-lingual candidate senses of w ch  might not really be senses of w ch  (e.g., 'celebrity', 'practical lesson', and 'state of the atmosphere' in Figure 1). However, as substanti­ated by experiments by Mohammad et al. (2007), our algorithm is able to handle the added ambiguity.</footnote><footnote label="3">http ://www. ldc. upenn. edu</footnote><figure caption="Figure 2: Chinese words having 'celestial body' as one of their cross-lingual candidate senses."></figure><p>News Translation Text Part 1, and Hong Kong Paral­lel Text. A particular cell <i>m</i><i>ij</i>, corresponding to word <i>wch </i>and concept <i>c</i><i>j</i>, is populated with the number of times the Chinese word <i>wch </i>co-occurs with any Chinese word having <i>cen </i>as one of its <i>cross-lingual</i> <i>candidate senses.</i><i> </i>For example, the cell for <i>X'S. </i>('space') and 'celestial body' will have the sum of the number of times <i>X^. </i>co-occurs with <i>XW,</i><i> </i><i>□</i><i> </i><i>,</i><i> </i><i>XW</i><i> </i>, M, It4, and so on (see Figure 2). We used the <i>Macquarie Thesaurus </i>(Bernard, 1986) (about 98,000 words). The possible Chinese translations of an English word were taken from the Chinese-English Translation Lexicon version 3.0 (Huang and Graff, 2002) (about 54,000 entries).</p><p>This base word-category co-occurrence matrix (base WCCM), created after a first pass of the cor­pus, captures strong associations between a cate­gory (concept) and co-occurring words. For ex­ample, even though we increment counts for both AS-'celestial body' and <i>X'£- </i>celebrity' for a par­ticular instance where <i>XS. </i>co-occurs with <b>14, </b><i>X*?.</i><i> </i>will co-occur with a number of words such as <i>Xfà,</i><i> </i><i>X\&gt;U</i><i> </i>, and 0 that each have the sense of <i>ce­lestial body </i>in common (see Figure 2), whereas all their other senses are likely different and distributed across the set of concepts. Therefore, the co­occurrence count of <i>X$. </i>and 'celestial body' will be relatively higher than that of <i>X'Ë </i>and 'celebrity'.</p><p>As in the monolingual case, a second pass of the corpus is made to disambiguate the (Chinese) words in it. For each word, the strength of associ­ation of each of the words in its context (±5 words) with each of its cross-lingual candidate senses is summed. The sense that has the highest cumula­tive association with co-occurring words is chosen as the intended sense. A new bootstrapped WCCM is created by populating each cell <i>m</i><i>ij, </i>correspond­ing to word <i>wch </i>and concept cen, with the number of times the Chinese word <i>wch </i>co-occurs with any Chinese word <i>used in cross-lingual sense ce".</i><page local="4" global="329"/><i> </i>A statistic such as PMI is then applied to these counts to deter­mine the strengths of association between a target concept and co-occurring words, giving the distri­butional profile of the concept.</p><table 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></p></td><td class="cell"><p><i>en C\</i></p></td><td class="cell"><p><i>en c2</i></p></td><td class="cell"><p></p></td><td class="cell"><p><i>ci</i></p></td><td class="cell"><p></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><i>W </i>j</p></td><td class="cell"><p><i>mn</i></p></td><td class="cell"><p><i>m</i><i>\2</i></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><i>wf</i></p></td><td class="cell"><p><i>m2\</i></p></td><td class="cell"><p><i>m</i><i>22</i></p></td><td class="cell"><p></p></td><td class="cell"><p><i>m2j</i></p></td><td class="cell"><p></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>mn</i></p></td><td class="cell"><p><i>m</i><i>i2</i></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><p>Mohammad et al. (2007) combined German text with an English thesaurus using a German-English bilingual lexicon to create German-English DPCs. These DPCs were used to determine semantic dis­tance between German words, showing that state-of-the-art accuracies for one language can be achieved using a knowledge source (thesaurus) from another.</p><p>Given that a published thesaurus has about 1000 categories and the size of the vocabulary <i>N </i>is at much smaller matrices (about 1000 x <i>N</i>) than the tra­ditional word-word co-occurrence matrix (N x <i>N</i>). Therefore the WCCMs are relatively inexpensive both in terms of memory and computation.</p><doubt alpha="62.8" length="43" tooSmall="False" monospace="0.0">least 100,000, the CL-WCCM and the WCCM are</doubt></subsection></section><section number="3" title="Classification"><p>We implemented two unsupervised classifiers. The words in context were used as features.</p><subsection number="3.1" title="Unsupervised Naïve Bayes Classifier"><p>The naïve Bayes classifier has the following formula to determine the intended sense <i>c</i><i>nb:</i></p><doubt alpha="56.7" length="30" tooSmall="False" monospace="0.0">cnb =argmaxP(cj)]JP(w,\cj) (1)</doubt><p><i>cj </i><i>e</i><i>C w</i><i>ie</i><i>W</i></p><p>where <i>C </i>is the set of possible senses (as listed in the <i>Macquarie Thesaurus) </i>and <i>W </i>is the set of words that co-occur with the target (we used a window of ±5 words).</p><p>Traditionally, prior probabilities of the senses (P(cj)) and the conditional probabilities in the like­lihood (nwi<i>e</i><i>WP(wi\cJ-</i>)) are determined by sim­ple counts in sense-annotated data. We approx­imate these probabilities using counts from the word-category co-occurrence matrix (monolingual or cross-lingual), thereby obviating the need for manually-annotated data.</p><doubt alpha="0.0" length="12" tooSmall="False" monospace="0.0">/&gt;(»*.,) (3)</doubt><p>For the English Lexical Task, <i>m</i><i>i j </i>is the number of times the English word <i>w</i><i>i </i>co-occurs with the En­glish category <i>c</i><i>j</i>—as listed in the word-category co-occurrence matrix (WCCM). For the Multilin­gual Chinese-English Lexical Task, <i>m</i><i>ij </i>is the num­ber of times the Chinese word <i>w</i><i>i </i>co-occurs with the English category <i>c</i><i>j</i>—as listed in the cross-lingual word-category co-occurrence matrix (CL-WCCM).</p></subsection><subsection number="3.2" title="PMI-based classifier"><p>We calculate the pointwise mutual information be­tween a sense of the target word and a co-occurring word using the following formula:</p><doubt alpha="20.0" length="5" tooSmall="False" monospace="0.0">m ■ ■</doubt><doubt alpha="36.0" length="25" tooSmall="False" monospace="0.0">where P(w,,cy) = ——-— (5)</doubt><doubt alpha="85.7" length="7" tooSmall="False" monospace="0.0">Li,jmij</doubt><doubt alpha="38.5" length="13" tooSmall="False" monospace="0.0">andP{w,) =(6)</doubt><p><i>mij </i>is the count in the WCCM or CL-WCCM (as de­scribed in the previous subsection). For each sense of the target, the sum of the strength of association (PMI) between it and each ofthe co-occurring words (in a window of ±5 words) is calculated. The sense with the highest sum is chosen as the intended sense.</p><doubt alpha="59.3" length="27" tooSmall="False" monospace="0.0">cpm, =argmaxIPMI(w„ cj )(7)</doubt><p>Note that this PMI-based classifier does not capital­ize on prior probabilities of the different senses.</p><doubt alpha="66.7" length="6" tooSmall="False" monospace="0.0">4 Data</doubt></subsection><subsection number="4.1" title="English Lexical Sample Task"><p>The English Lexical Sample Task training and test instances respectively for 100 target words (50 nouns and 50 verbs). WordNet 2.1 is used as the sense inventory for most of the target words, but certain words have one or more senses from OntoNotes (Hovy et al., 2006). Many of the fine­grained senses are grouped into coarser senses.</p><doubt alpha="46.8" length="47" tooSmall="False" monospace="0.0">data (Pradhan et al., 2007) have 22281 and 4851</doubt><p>Our approach relies on representing a sense with a number of near-synonymous words, for which a thesaurus is a natural source. Even though the ap­proach can be ported to WordNet<footnote anchor="4"/>, there was no easy<page local="5" global="330"/></p><footnote label="4">The synonyms within a synset, along with its one-hop neighbors and all its hyponyms, can represent that sense.</footnote><p>Table 1: English Lexical Sample Task: Results obtained using the PMI-based classifier on the training data and the naïve Bayes classifier on both training and test data way of representing OntoNotes senses with near-synonymous words. Therefore, we asked four na­tive speakers of English to map the WordNet and OntoNotes senses of the 100 target words to the <i>Macquarie Thesaurus </i>and use it as our sense inven­tory. We also wanted to examine the effect of using a very coarse sense inventory such as the categories in a published thesaurus (811 in all).</p><p>The annotators were presented with a target word, its WordNet/OntoNotes senses, and the Macquarie senses. WordNet senses were represented by syn­onyms, gloss, and example usages. The OntoNotes senses were described through syntactic patterns and example usages (provided by the task organizers). The Macquarie senses (categories) were described by the category head (a representative word for the category) and five other words in the category. Specifically, words in the same semicolon group<footnote anchor="5"/> as the target were chosen. Annotators 1 and 2 labeled each WordNet/OntoNotes sense of the first 50 target words with one or more appropriate Macquarie cat­egories. Annotators 3 and 4 labeled the senses of the other 50 words. We combined all four annotations into a WordNet-Macquarie mapping file by taking, for each target word, the union of categories chosen by the two annotators.</p></subsection><subsection number="4.2" title="English Lexical Substitution Task"><p>The English Lexical Substitution Task has 1710 test instances for 171 target words (nouns, verbs, adjec­tives, and adverbs) (McCarthy and Navigli, 2007). Some instances were randomly extracted from an Internet corpus, whereas others were selected man­ually from it. The target word might or might not be part of a multiword expression. The task is not tied to any particular sense inventory.</p><footnote label="5">Words within a semicolon group of a thesaurus tend to be more closely related than words across groups.</footnote></subsection><subsection number="4.3" title="Multilingual Chinese-English Lexical Sample Task"><p>The Multilingual Chinese-English Lexical Sample Task training and test data (Jin et al., 2007) have 2686 and 935 instances respectively for 40 target words (19 nouns and 21 verbs). The instances are taken from a corpus of <i>People's Daily News. </i>The organizers used the <i>Chinese Semantic Dictionary (CSD), </i>developed by the Institute of Computational Linguistics, Peking University, both as a sense in­ventory and bilingual lexicon (to extract a suitable English translation of the target word once the in­tended Chinese sense is determined).</p><p>In order to determine the English translations of Chinese words in context, our system relies on Chi­nese text and an English thesaurus. As the thesaurus is used as our sense inventory, the first author and a native speaker of Chinese mapped the English trans­lations of the target to appropriate Macquarie cate­gories. We used three examples (from the training data) per English translation for this purpose.</p></subsection></section><section number="5" title="Evaluation"><subsection number="5.1" title="English Lexical Sample Task"><p>Both the naïve Bayes classifier and the PMI-based one were applied to the training data. For each in­stance, the Macquarie category <i>c </i>that best captures the intended sense of the target was determined. The instance was labeled with all the WordNet senses that are mapped to <i>c </i>in the WordNet-Macquarie mapping file (described earlier in Section 4.1).</p><subsubsection number="5.1.1" title="Results"><p>Table 1 shows the performances of the two clas­sifiers. The system attempted to label all instances and so we report accuracy values instead of pre­cision and recall. The naïve Bayes classifier per­formed markedly better in training than the PMIbased one and so was applied to the test data.<page local="6" global="331"/> The table also lists baseline results obtained when a sys­tem randomly guesses one of the possible senses for each target word. Note that since this is a com­pletely unsupervised system, it is not privy to the dominant sense of the target words. We do not rely on the ranking of senses in WordNet as that would be an implicit use of the sense-tagged SemCor cor­pus. Therefore, the most-frequent-sense baseline does not apply. Table 1 also shows results obtained using just the prior probability and likelihood com­ponents of the naïve Bayes formula. Note that the combined accuracy is higher than individual com­ponents for nouns but not for verbs.</p><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><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></p></td><td class="cell"><p><b>Training Data</b></p></td><td class="cell"><p></p></td><td class="cell"><p><b>Test Data</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>Words</b></p></td><td class="cell"><p><b>Baseline</b></p></td><td class="cell"><p><b>PMI-based   </b><b>N</b><b>aïve Bayes</b></p></td><td class="cell"><p><b>Prior</b></p></td><td class="cell"><p><b>Likelihood   </b><b>N</b><b>aïve Bayes</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>all</p></td><td class="cell"><p>27.8</p></td><td class="cell"><p>41.4 50.8</p></td><td class="cell"><p>37.4</p></td><td class="cell"><p>49.4 52.1</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>nouns only</p></td><td class="cell"><p>25.6</p></td><td class="cell"><p>43.4 53.6</p></td><td class="cell"><p>18.1</p></td><td class="cell"><p>49.6 49.7</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>verbs only</p></td><td class="cell"><p>29.2</p></td><td class="cell"><p>38.4 44.5</p></td><td class="cell"><p>58.9</p></td><td class="cell"><p>49.1 54.7</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></tr></table></subsubsection><subsubsection number="5.1.2" title="Discussion"><p>The naïve Bayes classifier's accuracy is only about one percentage point lower than that of the best unsupervised system taking part in the task (Pradhan et al., 2007). One reason that it does bet­ter than the PMI-based one is that it takes into ac­count prior probabilities of the categories. However, using just the likelihood also outperforms the PMI classifier. This may be because of known problems of using PMI with low frequencies (Manning and Schuï tze, 1999). In case of verbs, lower combined accuracies compared to when using just prior proba­bilities suggests that the bag-of-words type features are not very useful. It is expected that more syntac­tically oriented features will give better results. Us­ing window sizes (±1, ±2, and ±10) on the training data resulted in lower accuracies than that obtained using a window of ±5 words. A smaller window size is probably missing useful co-occurring words, whereas a larger window size is adding words that are not indicative of the target's intended sense.</p><p>The use of a sense inventory <i>(Macquarie The­saurus) </i>different from that used to label the data (WordNet) clearly will have a negative impact on the results. The mapping from WordNet/OntoNotes to Macquarie is likely to have some errors. Further, for 19 WordNet/OntoNotes senses, none of the an-notators found a thesaurus category close enough in meaning. This meant that our system had no way of correctly disambiguating instances with these senses. Also impacting accuracy is the significantly fine-grained nature of WordNet compared to the the­saurus. For example, following are the three coarse</p><p><b>best oot</b></p><p>senses for the noun <i>president </i>in WordNet: (1) exec­utive officer of a firm or college, (2) the chief exec­utive of a republic, and (3) President of the United States. The last two senses will fall into just one cat­egory for most, if not all, thesauri.</p></subsubsection></subsection><subsection number="5.2" title="English Lexical Substitution Task"><p>We used the PMI-based classifier<footnote anchor="6"/> for the English Lexical Substitution Task. Once it identifies a suit­able thesaurus category as the intended sense for a target, ten candidate substitutes are chosen from that category. Specifically, the category head word and up to nine words in the same semicolon group as the target are selected (words within a semicolon group are closer in meaning). Of the ten candidates, the single-word expression that is most frequent in the BNC is chosen as the best substitute; the motivation is that the annotators, who created the gold standard, were instructed to give preference to single words over multiword expressions as substitutes.</p><subsubsection number="5.2.1" title="Results"><p>The system was evaluated not only on the best substitute (best) but also on how good the top ten candidate substitutes are (oot). Table 2 presents the results.<footnote anchor="7"/> The system attempted all instances. The table also lists performances of the system on in­stances where the target is not part of a multiword expression (nmwt), on instances where the substi­tute is not a multiword expression (nmws), on in­stances randomly extracted from the corpus (rand), and on instances manually selected (man).</p><footnote label="6">Due to time constraints, we were able to upload results only with the PMI-based classifier by the task deadline.</footnote><footnote label="7">The formulae for accuracy and mode accuracy are as de­scribed by Pradhan et al. (2007).</footnote><table caption="Table 2: English Lexical Substitution Task: Results obtained using the PMI-based classifier" 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></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Acc   Mode Acc</p></td><td class="cell"><p>Acc</p></td><td class="cell"><p>Mode Acc</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>all 2.98</p></td><td class="cell"><p>4.72</p></td><td class="cell"><p>11.19</p></td><td class="cell"><p>14.63</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><i>Further Analysis</i></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>nmwt 3.22</p></td><td class="cell"><p>5.04</p></td><td class="cell"><p>11.77</p></td><td class="cell"><p>15.03</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>nmws 3.32</p></td><td class="cell"><p>4.90</p></td><td class="cell"><p>12.22</p></td><td class="cell"><p>15.26</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>rand 3.10</p></td><td class="cell"><p>5.20</p></td><td class="cell"><p>9.98</p></td><td class="cell"><p>13.00</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>man 2.84</p></td><td class="cell"><p>4.17</p></td><td class="cell"><p>12.61</p></td><td class="cell"><p>16.49</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" global="332"/><p>Table 3: Multilingual Chinese-English Lexical Sample Task: Results obtained using the PMI-based classi­fier on the training data and the naïve Bayes classifier on both training and test data</p></subsubsection><subsubsection number="5.2.2" title="Discussion"><p>Competitive performance of our DPC-based sys­tem on the English Lexical Sample Task and the Chinese-English Lexical Sample Task (see next subsection) suggests that DPCs are useful for sense disambiguation. Poor results on the substitution task can be ascribed to several factors. First, we used the PMI-based classifier that we found later to be markedly less accurate than the naïve Bayes clas­sifier in the other two tasks. Second, the words in the thesaurus categories may not always be near-synonyms; they might just be strongly related. Such words will be poor substitutes for the target. Also, we chose as the best substitute simply the most fre­quent of the ten candidates. This simple technique is probably not accurate enough. On the other hand, because we chose the candidates without any regard to frequency in a corpus, the system chose certain infrequent words such as <i>wellnigh </i>and <i>ecchymosed, </i>which were not good candidate substitutes.</p></subsubsection></subsection><subsection number="5.3" title="Multilingual Chinese-English Lexical Sample Task"><p>In the Multilingual Chinese-English Lexical Sample Task, both the naïve Bayes classifier and the PMI-based classifier were applied to the training data. For each instance, the Macquarie category, say <i>c, </i>that best captures the intended sense of the target word is determined. Then the instance is labeled with all the English translations that are mapped to <i>c </i>in the English translations-Macquarie mapping file (described earlier in Section 4.3).</p><subsubsection number="5.3.1" title="Results"><p>Table 3 shows accuracies of the two classifiers. Macro average is the ratio of number of instances correctly disambiguated to the total, whereas micro average is the average of the accuracies achieved on each target word. As in the English Lexical Sample Task, both classifiers, especially the naïve Bayes classifier, perform well above the random baseline. Since the naïve Bayes classifier also per­formed markedly better than the PMI-based one in training, it was applied to the test data. Table 3 also shows results obtained using just the likelihood and prior probability components ofthe naïïve Bayes classifier on the test data.</p></subsubsection><subsubsection number="5.3.2" title="Discussion"><p>Our naïve Bayes classifier scored highest of all unsupervised systems taking part in the task (Jin et al., 2007). As in the English Lexical Sample Task, using just the likelihood again outperforms the PMI classifier on the training data. The use of a sense inventory different from that used to label the data again will have a negative impact on the results as the mapping may have a few errors. The anno-tator believed none of the given Macquarie cate­gories could be mapped to two Chinese Semantic Dictionary senses. This meant that our system had no way of correctly disambiguating instances with these senses.</p><p>There were also a number of cases where more than one CSD sense of a word was mapped to the same Macquarie category. This occurred for two reasons: First, the categories of the <i>Macquarie The­saurus </i>act as very coarse senses. Second, for cer­tain target words, the two CSD senses may be differ­ent in terms of their syntactic behavior, yet semanti-cally very close (for example, the 'be shocked' and 'shocked' senses of <i>'MM). </i>This many-to-one map­ping meant that for a number of instances more than one English translation was chosen. Since the task required us to provide exactly one answer (and there was no partial credit in case of multiple answers), a category was chosen at random.</p><table 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><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></p></td><td class="cell"><p><b>Training Data</b></p></td><td class="cell"><p></p></td><td class="cell"><p></p></td><td class="cell"><p><b>Test Data</b></p></td><td class="cell"><p></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>Baseline</b></p></td><td class="cell"><p><b>PMI-based</b></p></td><td class="cell"><p><b>Naïve Bayes</b></p></td><td class="cell"><p><b>Prior</b></p></td><td class="cell"><p><b>Likelihood</b></p></td><td class="cell"><p><b>Naïve Bayes</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>Words</b></p></td><td class="cell"><p>micro macro</p></td><td class="cell"><p>micro macro</p></td><td class="cell"><p>micro</p></td><td class="cell"><p>macro</p></td><td class="cell"><p>micro macro</p></td><td class="cell"><p>micro macro</p></td><td class="cell"><p>micro macro</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>all</p></td><td class="cell"><p>33.1 38.3</p></td><td class="cell"><p>33.9 40.0</p></td><td class="cell"><p>38.5</p></td><td class="cell"><p>44.7</p></td><td class="cell"><p>35.4 41.7</p></td><td class="cell"><p>38.8 44.6</p></td><td class="cell"><p>37.5 43.1</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>nouns only</p></td><td class="cell"><p>41.9 43.5</p></td><td class="cell"><p>43.6 45.0</p></td><td class="cell"><p>49.4</p></td><td class="cell"><p>50.5</p></td><td class="cell"><p>45.3 47.1</p></td><td class="cell"><p>48.1 50.8</p></td><td class="cell"><p>50.0 51.6</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>verbs only</p></td><td class="cell"><p>28.0 34.1</p></td><td class="cell"><p>28.0 35.6</p></td><td class="cell"><p>31.9</p></td><td class="cell"><p>39.6</p></td><td class="cell"><p>29.1 36.8</p></td><td class="cell"><p>32.9 39.0</p></td><td class="cell"><p>29.6 35.5</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><td class="cell"></td><td class="cell"></td></tr></table><page local="8" global="333"/></subsubsection></subsection></section><section number="6" title="Conclusion"><p>We implemented a system that uses distributional profiles of concepts (DPCs) for unsupervised word sense disambiguation. We used words in the con­text as features. Specifically, we used the DPCs to create a naïve Bayes word-sense classifier and a simple PMI-based classifier. Our system attempted three SemEval-2007 tasks. On the training data of the English Lexical Sample Task (task #17) and the Multilingual Chinese-English Lexical Sample Task (task #5), the naïve Bayes classifier achieved markedly better results than the PMI-based classi­fier and so was applied to the respective test data. On both test and training data of both tasks, the system achieved accuracies well above the random baseline. Further, our system placed best or close to one percentage point from the best among the unsu-pervised systems. In the English Lexical Substitu­tion Task (task #10), for which there was no train­ing data, we used the PMI-based classifier. The system performed poorly, which is probably a re­sult of using the weaker classifier and a simple brute force method for identifying the substitute among the words in a thesaurus category. Markedly higher-than-baseline performance of the naïïve Bayes clas­sifier on task #17 and task #5 suggests that the DPCs are useful for word sense disambiguation.</p></section><section title="Acknowledgments"><p>We gratefully acknowledge Xiaodan Zhu, Michael Demko, Christopher Parisien, Frank Rudicz, and Timothy Fowler for mapping training-data labels to categories in the <i>Macquarie Thesaurus. </i>We thank Michael Demko, Siddharth Patwardhan, Xinglong Wang, Vivian Tsang, and Afra Alishahi for helpful discussions. This research is financially supported by the Natu­ral Sciences and Engineering Research Council of Canada, the University of Toronto, ONR MURI Contract FCPO.810548265 and Department of Defense contract RD-02-5700.</p></section><references><p>J.R.L. Bernard, editor. 1986. <i>The Macquarie Thesaurus. </i>Macquarie Library, Sydney, Australia.</p><p>Eduard Hovy, Mitchell Marcus, Martha Palmer, Lance Ramshaw, and Ralph Weischedel. 2006. OntoNotes: The 90% Solution. In <i>Proceedings of the Human Lan­guage Technology Conference of the North American Chapter of the ACL, </i>pages 57-60, New York, NY</p><p>Shudong Huang and David Graff. 2002. Chinese-english translation lexicon version 3.0. <i>Linguistic Data Consortium.</i></p><p>Jay J. Jiang and David W. Conrath. 1997. Semantic similarity based on corpus statistics and lexical taxon­omy. In <i>Proceedings ofInternational Conference on Research on Computational Linguistics, </i>Taiwan.</p><p>Peng Jin, Yunfang Wu, and Shiwen Yu. 2007. SemEval-2007 task 05: Multilingual Chinese-English lexical sample task. In <i>Proceedings ofthe Fourth Interna­tional Workshop on the Evaluation ofSystems for the Semantic Analysis ofText, </i>Prague, Czech Republic.</p><p>Christopher D. Manning and Hinrich Schuïtze. 1999. <i>Foundations ofStatistical Natural Language Process­ing. </i>MIT Press, Cambridge, Massachusetts.</p><p>Diana McCarthy and Roberto Navigli. 2007. SemEval-2007 task 10: English lexical substitution task. In <i>Proceedings ofthe Fourth International Workshop on the Evaluation ofSystems for the Semantic Analysis of Text (SemEval-2007)</i>, Prague, Czech Republic.</p><p>Diana McCarthy, Rob Koeling, Julie Weeds, and John Carroll. 2004. Finding predominant senses in un­tagged text. In <i>Proceedings of the 42nd Annual Meet­ing ofthe Association for Computational Linguistics (ACL-04), </i>pages 280-267, Barcelona, Spain.</p><p>Saif Mohammad and Graeme Hirst. 2006a. Determining word sense dominance using a thesaurus. In <i>Proceed­ings of the 11th Conference of the European Chap­ter ofthe Association for Computational Linguistics (EACL), </i>Trento, Italy.</p><p>Saif Mohammad and Graeme Hirst. 2006b. Distribu­tional measures of concept-distance: A task-oriented evaluation. In <i>Proceedings </i><i>ofthe</i><i> Conference on Empirical Methods in Natural Language Processing (EMNLP-2006), </i>Sydney, Australia.</p><p>Saif Mohammad, Iryna Gurevych, Graeme Hirst, and Torsten Zesch. 2007. Cross-lingual distributional profiles of concepts for measuring semantic dis­tance. In <i>Proceedings </i><i>ofthe</i><i> Joint Conference on Empirical Methods in Natural Language Process­ing and Computational Natural Language Learning (EMNLP/CoNLL-2007), </i>Prague, Czech Republic.</p><p>Sameer Pradhan, Martha Palmer, and Edward Loper. 2007. SemEval-2007 task 17: English lexical sample, English SRL and English all-words tasks. In <i>Proceed­ings ofthe Fourth International Workshopon the Eval­uation ofSystems for the Semantic Analysis ofText (SemEval-2007)</i>, Prague, Czech Republic.</p><p>Philip Resnik. 1998. Wordnet and class-based prob­abilities.   In Christiane Fellbaum, editor, <i>WordNet:</i></p><p><i>An Electronic Lexical Database, </i>pages 239-263. The MIT Press, Cambridge, Massachusetts.</p><p>David Yarowsky. 1992. Word-sense disambiguation us­ing statistical models of Roget's categories trained on large corpora. In <i>Proceedings ofthe 14th International Conference on Computational Linguistics (COLING-92), </i>pages 454-460, Nantes, France.</p></references></body></article>