<?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="54"/><title>SemEval-2007 Task 11: English Lexical Sample Task via English-Chinese Parallel Text</title><pubinfo>Proceedings of the 4th International Workshop on Semantic Evaluations (SemEval-2007),pages 54-58, Prague, June 2007. ©2007 Association for Computational Linguistics</pubinfo><author surname="Ng" givenname="Hwee Tou"><org  name="National University of Singapore" country="Singapore"/></author><author surname="Chan" givenname="Yee Seng"><org  name="Konan University" country="Japan" city="Kobe"/></author></firstpageheader><frontmatter><p><b>SemEval-2007 Task 11: English Lexical Sample Task via English-Chinese Parallel Text</b></p><p><b>Hwee Tou Ng </b>and <b>Yee Seng Chan</b></p><p>Department of Computer Science National University of Singapore 3 Science Drive 2, Singapore 117543 (nght, chanys}@comp.nus.edu.sg</p></frontmatter><abstract>We made use of parallel texts to gather train­ing and test examples for the English lexi­cal sample task. Two tracks were organized for our task. The first track used examples gathered from an LDC corpus, while the second track used examples gathered from a Web corpus. In this paper, we describe the process of gathering examples from the parallel corpora, the differences with similar tasks in previous SENSEVAL evaluations, and present the results of participating sys­tems. </abstract></header><body><section number="1" title="Introduction"><p>As part of the SemEval-2007 evaluation exercise, we organized an English lexical sample task for word sense disambiguation (WSD), where the sense-annotated examples were semi-automatically gath­ered from word-aligned English-Chinese parallel texts. Two tracks were organized for this task, each gathering data from a different corpus. In this paper, we describe our motivation for organizing the task, our task framework, and the results of participants.</p><p>Past research has shown that supervised learning is one of the most successful approaches to WSD. However, this approach involves the collection of a large text corpus in which each ambiguous word has been annotated with the correct sense to serve as training data. Due to the expensive annotation pro­cess, only a handful of manually sense-tagged cor­pora are available.</p><p>An effort to alleviate the training data bottle­neck is the Open Mind Word Expert (OMWE) project (Chklovski and Mihalcea, 2002) to collect sense-tagged data from Internet users. Data gath­ered through the OMWE project were used in the SENSEVAL-3 English lexical sample task. In that task, WordNet-1.7.1 was used as the sense inven­tory for nouns and adjectives, while Wordsmyth<footnote anchor="1"/>was used as the sense inventory for verbs.</p><p>Another source of potential training data is par­allel texts. Our past research in (Ng et al., 2003; Chan and Ng, 2005) has shown that examples gath­ered from parallel texts are useful for WSD. Briefly, after manually assigning appropriate Chinese trans­lations to each sense of an English word, the English side of a word-aligned parallel text can then serve as the training data, as they are considered to have been disambiguated and "sense-tagged" by the appropri­ate Chinese translations.</p><p>Using the above approach, we gathered the train­ing and test examples for our task from parallel texts. Note that our examples are collected without manu­ally annotating each individual ambiguous word oc­currence, allowing us to gather our examples in a much shorter time. This contrasts with the setting of the English lexical sample task in previous SENSE-VAL evaluations. In the English lexical sample task of SENSEVAL-2, the sense tagged data were cre­ated through manual annotation by trained lexicog­raphers. In SENSEVAL-3, the data were gathered through manual sense annotation by Internet users.</p><p>In the next section, we describe in more detail the process ofgathering examples from parallel texts and the two different parallel corpora we used. We then give a brief description of each of the participating systems.<page local="2" global="55"/> In Section 4, we present the results obtained by the participants, before concluding in Section 5.</p><footnote label="1"> http://www.wordsmyth.net</footnote></section><section number="2" title="Gathering Examples from Parallel Corpora"><p>To gather examples from parallel corpora, we fol­lowed the approach in (Ng et al., 2003). Briefly, af­ter ensuring the corpora were sentence-aligned, we tokenized the English texts and performed word seg­mentation on the Chinese texts (Low et al., 2005). We then made use of the GIZA++ software (Och and Ney, 2000) to perform word alignment on the paral­lel corpora. Then, we assigned some possible Chi­nese translations to each sense of an English word w. From the word alignment output of GIZA++, we selected those occurrences of <i>w </i>which were aligned to one of the Chinese translations chosen. The En­glish side of these occurrences served as training data for <i>w,</i><i> </i>as they were considered to have been dis-ambiguated and "sense-tagged" by the appropriate Chinese translations. The English half of the par­allel texts (each ambiguous English word and its 3-sentence context) were used as the training and test material to set up our English lexical sample task.</p><p>Note that in our approach, the sense distinction is decided by the different Chinese translations as­signed to each sense of a word. This is thus similar to the multilingual lexical sample task in SENSEVAL-3 (Chklovski et al., 2004), except that our training and test examples are collected <i>with­out </i>manually annotating each individual ambiguous word occurrence. The average time needed to assign Chinese translations for one noun and one adjective is 20 minutes and 25 minutes respectively. This is a relatively short time, compared to the effort other­wise needed to manually sense annotate individual word occurrences. Also, once the Chinese transla­tions are assigned, more examples can be automat­ically gathered as more parallel texts become avail­able.</p><p>We note that frequently occurring words are usu­ally highly polysemous and hard to disambiguate. To maximize the benefits of our work, we gathered training data from parallel texts for a set of most fre­quently occurring noun and adjective types in the Brown Corpus. Also, similar to the SENSEVAL-3</p><table caption="Table 1: Average number of senses, training exam­ples, and test examples per word."></table><p>English lexical sample task, we used WordNet-1.7.1 as our sense inventory.</p><subsection number="2.1" title="LDC Corpus"><p>We have two tracks for this task, each track using a different corpus. The first corpus is the Chinese En­glish News Magazine Parallel Text (LDC2005T10), which is an English-Chinese parallel corpus avail­able from the Linguistic Data Consortium (LDC).</p><p>From this parallel corpus, we gathered examples for 50 English words (25 nouns and 25 adjectives) using the method described above. From the gath­ered examples of each word, we randomly selected training and test examples, where the number of training examples is about twice the number of test examples.</p><p>The rows <i>LDC noun </i>and <i>LDC adjective </i>in Table 1 give some statistics about the examples. For in­stance, each noun has an average of 197.6 training and 98.5 test examples and these examples repre­sent an average of 5.2 senses per noun.<footnote anchor="2"/> Participants taking part in this track need to have access to this LDC corpus in order to access the training and test material in this track.</p></subsection><subsection number="2.2" title="Web Corpus"><p>Since not all interested participants may have access to the LDC corpus described in the previous sub­section, the second track of this task makes use of English-Chinese documents gathered from the URL pairs given by the STRAND Bilingual Databases.<footnote anchor="3"/>STRAND (Resnik and Smith, 2003) is a system that acquires document pairs in parallel translation auto­matically from the Web. Using this corpus, we gath­ered examples for 40 English words (20 nouns and 20 adjectives).<page local="3" global="56"/></p><footnote label="2">Only senses present in the examples are counted. 3 http://www.umiacs.umd.edu/~resnik/strand</footnote><table caption="Table 1: Average number of senses, training examples, and test examples per word." 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>Dataset</p></td><td class="cell"><p>Avg. no. of senses</p></td><td class="cell"><p>Avg. no. of examples</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Training</p></td><td class="cell"><p>Test</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>LDC noun</p></td><td class="cell"><p>5.2</p></td><td class="cell"><p>197.6</p></td><td class="cell"><p>98.5</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>LDC adjective</p></td><td class="cell"><p>3.9</p></td><td class="cell"><p>125.6</p></td><td class="cell"><p>62.9</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Web noun</p></td><td class="cell"><p>3.5</p></td><td class="cell"><p>182.0</p></td><td class="cell"><p>91.3</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Web adjective</p></td><td class="cell"><p>2.8</p></td><td class="cell"><p>88.8</p></td><td class="cell"><p>44.6</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><p>The rows <i>Web noun </i>and <i>Web adjective </i>in Table 1 show that we selected an average of 182.0 training and 91.3 test examples for each noun and these ex­amples represent an average of 3.5 senses per noun. We note that the average number of senses per word for the Web corpus is slightly lower than that of the LDC corpus.</p></subsection><subsection number="2.3" title="Annotation Accuracy"><p>To measure the annotation accuracy of examples gathered from the LDC corpus, we examined a ran­dom selection of 100 examples each from 5 nouns and 5 adjectives. From these 1,000 examples, we measured a sense annotation accuracy of 84.7%. These 10 words have an average of 8.6 senses per word in the WordNet-1.7.1 sense inventory. As de­scribed in (Ng et al., 2003), when several senses of an English word are translated by the same Chi­nese word, we can collapse these senses to obtain a coarser-grained, lumped sense inventory. If we do this and measure the sense annotation accuracy with respect to a coarser-grained, lumped sense inventory, these 10 words will have an average of6.5 senses per word and an annotation accuracy of 94.7%.</p><p>For the Web corpus, we similarly examined a ran­dom selection of 100 examples each from 5 nouns and 5 adjectives. These 10 words have an average of 6.5 senses per word in WordNet-1.7.1 and the 1,000 examples have an average sense annotation accuracy of 85.0%. After sense collapsing, annotation ac­curacy is 95.3% with an average of 4.8 senses per word.</p></subsection><subsection number="2.4" title="Training and Test Data from Different Documents"><p>In our previous work (Ng et al., 2003), we conducted experiments on the nouns of SENSEVAL-2 English lexical sample task. We found that there were cases where the same document contributed both training and test examples and this inflated the WSD accu­racy figures. To avoid this, during our preparation of the LDC and Web data, we made sure that a doc­ument contributed only either training or test exam­ples, but not both.</p></subsection></section><section number="3" title="Participating Systems"><p>Three teams participated in the Web corpus track of our task, with each team employing one system. There were no participants in the LDC corpus track, possibly due to the licensing issues involved. All participating systems employed supervised learning and only used the training examples provided by us.</p><subsection number="3.1" title="CITYU-HIF"><p>The CITYU-HIF team from the City University of Hong Kong trained a naive Bayes (NB) classifier for each target word to be disambiguated, using knowledge sources such as parts-of-speech (POS) of neighboring words and single words in the surround­ing context. They also experimented with using dif­ferent sets of features for each target word.</p></subsection><subsection number="3.2" title="HIT-IR-WSD"><p>The system submitted by the HIT-IR-WSD team from Harbin Institute of Technology used Support Vector Machines (SVM) with a linear kernel func­tion as the learning algorithm. Knowledge sources used included POS of surrounding words, local col­locations, single words in the surrounding context, and syntactic relations.</p><doubt alpha="42.9" length="7" tooSmall="False" monospace="0.0">3.3 PKU</doubt><p>The system submitted by the PKU team from Peking University used a combination of SVM and maxi­mum entropy classifiers. Knowledge sources used included POS of surrounding words, local colloca­tions, and single words in the surrounding context. Feature selection was done by ignoring word fea­tures with certain associated POS tags and by se­lecting the subset of features based on their entropy values.</p></subsection></section><section number="4" title="Results"><p>As all participating systems gave only one answer for each test example, recall equals precision and we will only report micro-average recall on the Web corpus track in this section.</p><p>Table 2 gives the overall results obtained by each of the systems when evaluated on all the test exam­ples of the Web corpus. We note that all the par­ticipants obtained scores which exceed the baseline heuristic of tagging all test examples with the most<page local="4" global="57"/></p><p>Table 2: Overall micro-average scores of the participants and the most frequent sense (MFS) baseline.</p><p>Table 3: Micro-average scores of the most frequent Table 4: Micro-average scores of the most frequent sense baseline and the various participants on each sense baseline and the various participants on each noun. adjective.</p><p>frequent sense (MFS) in the training data. This sug­gests that the Chinese translations assigned to senses of the ambiguous words are appropriate and provide sense distinctions which are clear enough for effec­tive classifiers to be learned.</p><p>In Table 3 and Table 4, we show the scores ob­tained by each system on each of the 20 nouns and 20 adjectives. For comparison purposes, we also show the corresponding MFS score of each word. Paired t-test on the results of the top two systems show no significant difference between them.</p></section><section number="5" title="Conclusion"><p>We organized an English lexical sample task using examples gathered from parallel texts. Unlike the English lexical task of previous SENSEVAL evalua­tions where each example is manually annotated, we only need to assign appropriate Chinese translations to each sense of a word. Once this is done, we auto­matically gather training and test examples from the parallel texts. All the participating systems of our task obtain results that are significantly better than the most frequent sense baseline.</p></section><section number="6" title="Acknowledgements"><p>Yee Seng Chan is supported by a Singapore Millen­nium Foundation Scholarship (ref no. SMF-20041076).</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></tr><tr class="row"><td class="cell"></td><td class="cell"><p>System ID</p></td><td class="cell"><p>Contact author</p></td><td class="cell"><p>Learning algorithm</p></td><td class="cell"><p>Score</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>HIT-IR-WSD</p></td><td class="cell"><p>Yuhang Guo, &lt;astronaut@ir.hit.edu.cn&gt;</p></td><td class="cell"><p>SVM</p></td><td class="cell"><p>0.819</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>PKU</p></td><td class="cell"><p>Peng Jin, &lt;jandp@pku.edu.cn&gt;</p></td><td class="cell"><p>SVM and maximum entropy</p></td><td class="cell"><p>0.815</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>CITYU-HIF</p></td><td class="cell"><p>Oi Yee Kwong, &lt;rlolivia@cityu.edu.hk&gt;</p></td><td class="cell"><p>NB</p></td><td class="cell"><p>0.753</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>MF S</p></td><td class="cell"><p><b>-</b></p></td><td class="cell"><p>Most frequent sense baseline</p></td><td class="cell"><p>0.689</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><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><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>Noun</p></td><td class="cell"><p>MFS</p></td><td class="cell"><p>CITYU-HIF</p></td><td class="cell"><p>HIT-IR-WSD</p></td><td class="cell"><p>PKU</p></td><td class="cell"><p>Adjective</p></td><td class="cell"><p>MFS</p></td><td class="cell"><p>CITYU-HIF</p></td><td class="cell"><p>HIT-IR-WSD</p></td><td class="cell"><p>PKU</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>age</p></td><td class="cell"><p>0.486</p></td><td class="cell"><p>0.643</p></td><td class="cell"><p>0.743</p></td><td class="cell"><p>0.700</p></td><td class="cell"><p>ancient</p></td><td class="cell"><p>0.778</p></td><td class="cell"><p>0.667</p></td><td class="cell"><p>0.778</p></td><td class="cell"><p>0.741</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>area</p></td><td class="cell"><p>0.480</p></td><td class="cell"><p>0.693</p></td><td class="cell"><p>0.773</p></td><td class="cell"><p>0.773</p></td><td class="cell"><p>bad</p></td><td class="cell"><p>0.857</p></td><td class="cell"><p>0.857</p></td><td class="cell"><p>0.905</p></td><td class="cell"><p>0.905</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>body</p></td><td class="cell"><p>0.872</p></td><td class="cell"><p>0.897</p></td><td class="cell"><p>0.910</p></td><td class="cell"><p>0.923</p></td><td class="cell"><p>common</p></td><td class="cell"><p>0.533</p></td><td class="cell"><p>0.567</p></td><td class="cell"><p>0.533</p></td><td class="cell"><p>0.633</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>change</p></td><td class="cell"><p>0.411</p></td><td class="cell"><p>0.400</p></td><td class="cell"><p>0.578</p></td><td class="cell"><p>0.611</p></td><td class="cell"><p>early</p></td><td class="cell"><p>0.769</p></td><td class="cell"><p>0.846</p></td><td class="cell"><p>0.769</p></td><td class="cell"><p>0.769</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>director</p></td><td class="cell"><p>0.580</p></td><td class="cell"><p>0.890</p></td><td class="cell"><p>0.960</p></td><td class="cell"><p>0.960</p></td><td class="cell"><p>educational</p></td><td class="cell"><p>0.911</p></td><td class="cell"><p>0.911</p></td><td class="cell"><p>0.911</p></td><td class="cell"><p>0.911</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>experience</p></td><td class="cell"><p>0.830</p></td><td class="cell"><p>0.830</p></td><td class="cell"><p>0.880</p></td><td class="cell"><p>0.840</p></td><td class="cell"><p>free</p></td><td class="cell"><p>0.760</p></td><td class="cell"><p>0.792</p></td><td class="cell"><p>0.854</p></td><td class="cell"><p>0.917</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>future</p></td><td class="cell"><p>0.889</p></td><td class="cell"><p>0.889</p></td><td class="cell"><p>0.990</p></td><td class="cell"><p>0.990</p></td><td class="cell"><p>high</p></td><td class="cell"><p>0.630</p></td><td class="cell"><p>0.926</p></td><td class="cell"><p>0.815</p></td><td class="cell"><p>0.852</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>interest</p></td><td class="cell"><p>0.308</p></td><td class="cell"><p>0.165</p></td><td class="cell"><p>0.813</p></td><td class="cell"><p>0.780</p></td><td class="cell"><p>human</p></td><td class="cell"><p>0.872</p></td><td class="cell"><p>0.987</p></td><td class="cell"><p>0.962</p></td><td class="cell"><p>0.962</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>issue</p></td><td class="cell"><p>0.651</p></td><td class="cell"><p>0.711</p></td><td class="cell"><p>0.892</p></td><td class="cell"><p>0.855</p></td><td class="cell"><p>little</p></td><td class="cell"><p>0.450</p></td><td class="cell"><p>0.750</p></td><td class="cell"><p>0.650</p></td><td class="cell"><p>0.650</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>life</p></td><td class="cell"><p>0.820</p></td><td class="cell"><p>0.830</p></td><td class="cell"><p>0.860</p></td><td class="cell"><p>0.740</p></td><td class="cell"><p>long</p></td><td class="cell"><p>0.667</p></td><td class="cell"><p>0.690</p></td><td class="cell"><p>0.786</p></td><td class="cell"><p>0.714</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>material</p></td><td class="cell"><p>0.719</p></td><td class="cell"><p>0.719</p></td><td class="cell"><p>0.781</p></td><td class="cell"><p>0.641</p></td><td class="cell"><p>major</p></td><td class="cell"><p>0.870</p></td><td class="cell"><p>0.902</p></td><td class="cell"><p>0.880</p></td><td class="cell"><p>0.913</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>need</p></td><td class="cell"><p>0.907</p></td><td class="cell"><p>0.907</p></td><td class="cell"><p>0.918</p></td><td class="cell"><p>0.918</p></td><td class="cell"><p>medical</p></td><td class="cell"><p>0.738</p></td><td class="cell"><p>0.787</p></td><td class="cell"><p>0.800</p></td><td class="cell"><p>0.725</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>performance</p></td><td class="cell"><p>0.410</p></td><td class="cell"><p>0.570</p></td><td class="cell"><p>0.690</p></td><td class="cell"><p>0.700</p></td><td class="cell"><p>national</p></td><td class="cell"><p>0.267</p></td><td class="cell"><p>0.467</p></td><td class="cell"><p>0.667</p></td><td class="cell"><p>0.700</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>program</p></td><td class="cell"><p>0.590</p></td><td class="cell"><p>0.590</p></td><td class="cell"><p>0.730</p></td><td class="cell"><p>0.690</p></td><td class="cell"><p>new</p></td><td class="cell"><p>0.441</p></td><td class="cell"><p>0.441</p></td><td class="cell"><p>0.529</p></td><td class="cell"><p>0.559</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>report</p></td><td class="cell"><p>0.870</p></td><td class="cell"><p>0.840</p></td><td class="cell"><p>0.880</p></td><td class="cell"><p>0.870</p></td><td class="cell"><p>present</p></td><td class="cell"><p>0.875</p></td><td class="cell"><p>0.917</p></td><td class="cell"><p>0.875</p></td><td class="cell"><p>0.875</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>system</p></td><td class="cell"><p>0.510</p></td><td class="cell"><p>0.700</p></td><td class="cell"><p>0.610</p></td><td class="cell"><p>0.730</p></td><td class="cell"><p>rare</p></td><td class="cell"><p>0.727</p></td><td class="cell"><p>0.818</p></td><td class="cell"><p>0.727</p></td><td class="cell"><p>0.909</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>time</p></td><td class="cell"><p>0.455</p></td><td class="cell"><p>0.673</p></td><td class="cell"><p>0.733</p></td><td class="cell"><p>0.693</p></td><td class="cell"><p>serious</p></td><td class="cell"><p>0.879</p></td><td class="cell"><p>0.879</p></td><td class="cell"><p>0.879</p></td><td class="cell"><p>0.879</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>today</p></td><td class="cell"><p>0.800</p></td><td class="cell"><p>0.750</p></td><td class="cell"><p>0.800</p></td><td class="cell"><p>0.780</p></td><td class="cell"><p>simple</p></td><td class="cell"><p>0.795</p></td><td class="cell"><p>0.818</p></td><td class="cell"><p>0.864</p></td><td class="cell"><p>0.864</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>water</p></td><td class="cell"><p>0.882</p></td><td class="cell"><p>0.921</p></td><td class="cell"><p>0.868</p></td><td class="cell"><p>0.895</p></td><td class="cell"><p>small</p></td><td class="cell"><p>0.714</p></td><td class="cell"><p>0.929</p></td><td class="cell"><p>0.893</p></td><td class="cell"><p>0.929</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>work</p></td><td class="cell"><p>0.644</p></td><td class="cell"><p>0.743</p></td><td class="cell"><p>0.842</p></td><td class="cell"><p>0.891</p></td><td class="cell"><p>third</p></td><td class="cell"><p>0.888</p></td><td class="cell"><p>0.988</p></td><td class="cell"><p>0.963</p></td><td class="cell"><p>0.963</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Micro-avg</p></td><td class="cell"><p>0.656</p></td><td class="cell"><p>0.719</p></td><td class="cell"><p>0.813</p></td><td class="cell"><p>0.802</p></td><td class="cell"><p>Micro-avg</p></td><td class="cell"><p>0.757</p></td><td class="cell"><p>0.823</p></td><td class="cell"><p>0.831</p></td><td class="cell"><p>0.842</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><td class="cell"></td><td class="cell"></td></tr></table></section><references><p>Yee Seng Chan and Hwee Tou Ng. 2005. Scaling up word sense disambiguation via parallel texts. In <i>Proceedings ofAAAI05, </i>pages 1037-1042, Pittsburgh, Pennsylvania, USA.</p><page local="5" global="58"/><p>Timothy Chklovski and Rada Mihalcea. 2002. Building a sense tagged corpus with Open Mind Word Expert.</p><p>In <i>Proceedings of ACL02 Workshop on Word Sense Disambiguation: Recent Successes and Future Direc­tions, </i>pages 116-122, Philadelphia, USA.</p><p>Timothy Chklovski, Rada Mihalcea, Ted Pedersen, and Amruta Purandare. 2004. The SENSEVAL-3 multi­lingual English-Hindi lexical sample task. In <i>Proceed­ings of SENSEVAL-3, </i>pages 5-8, Barcelona, Spain.</p><p>JinKiatLow, Hwee Tou Ng, and Wenyuan Guo. 2005. A maximum entropy approach to Chinese word segmen­tation. In <i>Proceedings ofthe Fourth SIGHAN Work­shop on Chinese Language Processing, </i>pages 161­164, Jeju Island, Korea.</p><p>Hwee Tou Ng, Bin Wang, and Yee Seng Chan. 2003. Ex­ploiting parallel texts for word sense disambiguation: An empirical study. In <i>Proceedings ofACL03, </i>pages 455-462, Sapporo, Japan.</p><p>Franz Josef Och and Hermann Ney. 2000. Improved sta­tistical alignment models. In <i>Proceeedings ofACL00, </i>pages 440-447, Hong Kong.</p><p>Philip Resnik and Noah A. Smith. 2003. The web as a parallel corpus. <i>Computational Linguistics, </i>29(3):349-380.</p></references></body></article>