<?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="112"/><title>FCC: Modeling Probabilities with GIZA++ for Task 2 and 3 of SemEval-2</title><pubinfo>Proceedings of the 5th International Workshop on Semantic Evaluation, ACL 2010,pages 112-116, Uppsala, Sweden, 15-16 July 2010. ©2010 Association for Computational Linguistics</pubinfo><author surname="Balderas Posada" givenname="Carlos"><org  name="Saul Leon Faculty of Computer Science" country="Mexico"/></author><author surname="León Silverio" givenname="Saul"><org  name="Saul Leon Faculty of Computer Science" country="Mexico"/></author><author surname="Pinto Avendaño" givenname="David Eduardo"><org  name="Saul Leon Faculty of Computer Science" country="Mexico"/></author><author surname="Rodríguez Hernández" givenname="Miguel"><org  name="Saul Leon Faculty of Computer Science" country="Mexico"/></author><author surname="Vilariño Ayala" givenname="Darnes"><org  name="Saul Leon Faculty of Computer Science" country="Mexico"/></author></firstpageheader><frontmatter><p><b>FCC: Modeling Probabilities with GIZA++ for Task #2 and #3 of</b></p><p><b>SemEval-2</b></p><p><b>Darnes Vilarino, Carlos Balderas, David Pinto, Miguel Rodriguez, Saul Leon</b></p><p>Faculty of Computer Science, BUAP Puebla, Mexico {darnes,mrodriguez,dpinto}@cs.buap.mx</p></frontmatter><abstract>In this paper we present a naive approach to tackle the problem of cross-lingual WSD and cross-lingual lexical substitu­tion which correspond to the Task #2 and #3 of the SemEval-2 competition. We used a bilingual statistical dictionary, which is calculated with Giza++ by using the EU-ROPARL parallel corpus, in order to cal­culate the probability of a source word to be translated to a target word (which is as­sumed to be the correct sense of the source word but in a different language). Two ver­sions of the probabilistic model are tested: unweighted and weighted. The obtained values show that the unweighted version performs better thant the weighted one. </abstract></header><body><section number="1" title="Introduction"><p>Word Sense Disambiguation (WSD) is con­sidered one of the most important prob­lems in Natural Language Processing (Agirre and Edmonds, 2006). It is claimed that WSD is essential for those applications that require of language comprehension modules such as search engines, machine translation systems, automatic answer machines, second life agents, etc. Moreover, with the huge amounts of information in Internet and the fact that this information is continuosly growing in different languages, we are encourage to deal with cross-lingual scenarios where WSD systems are also needed. Despite the WSD task has been studied for a long time, the expected feeling is that WSD should be integrated into real applications such as mono and multi-lingual search engines, machine translation systems, automatic answer machines, etc (Agirre and Edmonds, 2006). Different stud­ies on this issue have demonstrated that those applications benefit from WSD, such as in the case of machine translation (Chan et al, 2007; Carpuat and Wu., 2007). On the other hand, Lexical Substitution (LS) refers to the process of finding a substitute word for a source word in a given sentence. The LS task needs to be approached by firstly disambiguating the source word, therefore, these two tasks (WSD and LS) are somehow related.</p><p>Since we are describing the modules of our system, we did not provide information of the datasets used. For details about the corpora, see the task description paper for both tasks (#2 and #3) in this volume (Mihalcea et al, 2010; Lefever and Hoste, 2010). Description about the other teams are also described in the same papers.</p></section><section number="2" title="A Naïve Approach to WSD and LS"><p>In this section it is presented an overview of the presented system, but also we further discuss the particularities of the general approach for each task evaluated. We will start this section by explaining the manner we deal with the Cross-Lingual Word Sense Disambiguation (C-WSD) problem.</p><subsection number="2.1" title="Cross-Lingual Word Sense Disambiguation"><p>We have approached the cross-lingual word sense disambiguation task by means of a probabilistic system which considers the probability of a word sense (in a target language), given a sentence (in a source language) containing the ambiguous word. In particular, we used the Naive Bayes classifier in two different ways. First, we calculated the probability of each word in the source language of being associated/translated to the corresponding word (in the target language). The probabilities were estimated by means of a bilingual statistical dictionary which is calculated using the Giza++ system over the EUROPARL parallel corpus. We filtered this corpus by selecting only those sentences which included some senses of the ambigu­ous word which were obtained by translating this ambiguous word on the Google search engine.<page local="2" global="113"/></p><p>In Figure 1 we may see the complete process for approaching the problem of cross-lingual WSD.</p><p>The second approach considered a weighted probability for each word in the source sentence. The closer a word of the sentence to the ambigu­ous word, the higher the weight given to it.</p><p>In other words, given an English sentence <i>S = </i><i>{w\,w2,--- ,Wk,--- ,Wk+i,---} </i>with the am­biguous word <i>Wk </i>in position <i>k. </i>Let us consider <i>N </i>candidate translations of <i>Wk, </i>{i^, <i>t%, • • • , t<footnote anchor="1"/>^} </i>obtained somehow (we will further discuss about this issue in this section). We are insterested on finding the most probable candidate translations for the polysemous word <i>Wk- </i>Therefore, we may use a Naïve Bayes classifier which considers the probability of <i>t\ </i>given <i>wu- </i>A formal description of the classifier is given as follows.</p><doubt alpha="34.3" length="35" tooSmall="False" monospace="0.0">p(t\\S) =p{tki\wi,w2,---,wk,---)(1)</doubt><doubt alpha="45.0" length="40" tooSmall="False" monospace="0.0">pftk\g\ ='P{tki)'P{wi,w2,---,Wk,---\tkj)</doubt><p>We are interested on finding the argument that maximizes <i>p(tk\S), </i>therefore, we may to calculate the denominator. Moreover, if we assume that all the different translations are equally distributed, then Eq. (2) may be approximated by Eq. (3).</p><doubt alpha="28.0" length="50" tooSmall="False" monospace="0.0">p(ti\wi,w2, - ■ ■ ,Wk,---) &amp; p(wi,w2, - ■ ■ ,wk,--</doubt><doubt alpha="0.0" length="3" tooSmall="False" monospace="0.0">(3)</doubt><p>The complete calculation of Eq. (3) requires to apply the chain rule. However, if we assumed that the words of the sentence are independent, then we may rewrite Eq. (3) as Eq. (4).</p><doubt alpha="33.3" length="3" tooSmall="False" monospace="0.0">\s\</doubt><doubt alpha="54.5" length="11" tooSmall="False" monospace="0.0">IIPK-Ki)(4)</doubt><doubt alpha="0.0" length="4" tooSmall="False" monospace="0.0">3= 1</doubt><p>The best translation is obtained as shown in Eq. (5). Nevertheless the position of the ambiguous word, we are only considering a product of the probabilités of translation. Thus, we named this approach, the <i>unweighted version.</i><i> </i>Algorithm 1 provides details about the implementation.</p><doubt alpha="66.7" length="33" tooSmall="False" monospace="0.0">BestSenseu(wk)= arg maxTTp^l^)(5)</doubt><p>withi = !,••• <i>,N.</i></p><p><b>Algorithm 1 </b>: An unweighted naïve Bayes ap­proach to cross-lingual WSD <b>Input: </b>A set <i>Q </i>of sentences:</p><doubt alpha="63.2" length="76" tooSmall="False" monospace="0.0">Q = {Si,S2, • • • }; Dictionary = p(w\t):A bilingual statistical dictionary;</doubt><p><b>Output: </b>The best word/sense for each ambiguous word <i>Wj </i>G <i>Si</i><i> </i><b>i </b><b>for </b><i>1</i><i> </i><i>=</i><i> </i>1 <i>to</i><i> \Q\ </i><b>do</b> <b>for </b><i>i</i><i> </i><i>=</i><i> </i>1 <i>to</i><i> </i><i>N</i><i> </i><b>do</b></p><doubt alpha="80.0" length="5" tooSmall="False" monospace="0.0">i4end</doubt><doubt alpha="25.0" length="4" tooSmall="False" monospace="0.0">= i;</doubt><p><b>for </b><i>j</i><i> </i><i>=</i><i> </i>1 <i>to</i><i> </i><b>I </b><i>Si</i><i> </i><b>I </b><b>do foreach </b><i>Wj </i>G <i>Si</i><i> </i><b>do</b></p><p><b>if </b><i>Wj </i>G <i>Dictionary </i><b>then </b><b>I   </b><i>Pi,i</i><i> = Pi,i*p(wj\tï);</i></p><doubt alpha="100.0" length="4" tooSmall="False" monospace="0.0">else</doubt><doubt alpha="54.5" length="11" tooSmall="False" monospace="0.0">Pii = Pi*e;</doubt><doubt alpha="100.0" length="3" tooSmall="False" monospace="0.0">end</doubt><p><b>is </b><b>return </b>arg maxtfc If/Ji<i>P(wj\ti)</i></p><p>A second approach <i>(weighted version) </i>is also proposed as shown in Eq. (6). Algorithm 2 pro-|t^)des details about its implementation.</p><p><i>BestSensew(wk) =</i></p><doubt alpha="61.1" length="18" tooSmall="False" monospace="0.0">arg max]^[p(vjj\t\</doubt><doubt alpha="13.3" length="15" tooSmall="False" monospace="0.0">T'i        3= 1</doubt><doubt alpha="42.9" length="7" tooSmall="False" monospace="0.0">k-j + l</doubt><doubt alpha="0.0" length="3" tooSmall="False" monospace="0.0">(6)</doubt><p>With respect to the <i>N </i>candidate translations of the polysemous word <i>wk, {ti,t2, ■ ■ ■ , </i>i^}, we have used of the Google translator<footnote anchor="1"/>. Google pro­vides all the possible translations for <i>wk </i>with the corresponding grammatical category. There­fore, we are able to use those translations that match with the same grammatical category of the <b>Algorithm 2:</b><page local="3" global="114"/><b> </b>A weighted naïve Bayes ap­proach to cross-lingual WSD <b>Input: </b>A set <i>Q </i>of sentences:</p><footnote>http://translate.google.com.mx/</footnote><doubt alpha="0.0" length="11" tooSmall="False" monospace="0.0">2 3 4 5 6 7</doubt><doubt alpha="0.0" length="15" tooSmall="False" monospace="0.0">8 9 10 11 12 13</doubt><p><b>Output: </b>The best word/sense for each ambiguous word <i>Wj </i>G <i>Si</i><i> </i><b>i </b><b>for </b><i>1</i><i> </i><i>=</i><i> </i>1 <i>to</i><i> \Q\ </i><b>do</b> <b>for </b><i>i</i><i> </i><i>=</i><i> </i>1 <i>to</i><i> </i><i>N</i><i> </i><b>do</b></p><doubt alpha="80.0" length="5" tooSmall="False" monospace="0.0">i4end</doubt><doubt alpha="100.0" length="3" tooSmall="False" monospace="0.0">end</doubt><p>Naïve Bayes classifier</p><p>EUROPARLparallel corpus</p><doubt alpha="91.2" length="34" tooSmall="True" monospace="0.0">Spanish candidate translations for</doubt><doubt alpha="88.9" length="27" tooSmall="True" monospace="0.0">each English ambiguous word</doubt><p>Filtering</p><doubt alpha="40.0" length="15" tooSmall="False" monospace="0.0">GiZA ++ (!BM-1)</doubt><p>Figure 1 : An overview of the presented approach for cross-lingual word sense disambiguation ambiguous word. Even if we attempted other approaches such as selecting the most probable translations from the statistical dictionary, we con­firmed that by using the Google online transla­tor we obtain the best results. We consider that this result is derived from the fact that Google has a better language model than we have, because our bilingual statistical dictionary was trained only with the EUROPARL parallel corpus.</p><doubt alpha="60.7" length="61" tooSmall="False" monospace="0.0">Q = {Si,5*2,••• };Dictionary = p(w\t):A bilingual statistical</doubt><p>The experimental results of both, the <i>un­weighted </i>and the <i>weighted </i>versions of the pre­sented approach for cross-lingual word sense dis­ambiguation are given in Section 3.</p></subsection><subsection number="2.2" title="Cross-Lingual Lexical Substitution"><p>This module is based on the cross-lingual word sense disambiguation system. Once we knew the best word/sense (Spanish) for the ambigu­ous word(English), we lemmatized the Spanish word. Thereafter, we searched, at WordNet, the synonyms of this word (sense) that agree with the grammatical category (noun, verb, etc) of the query (source polysemous word), and we return those synonyms as possible lexical substitutes. Notice again that this task is complemented by the WSD solver.</p><p>In Figure 2 we may see the complete process of approaching the problem of cross-lingual lexical substitution.</p><p>dictionary;</p><doubt alpha="0.0" length="13" tooSmall="False" monospace="0.0">9 10 11 12 13</doubt><doubt alpha="50.0" length="8" tooSmall="False" monospace="0.0">Pi,i =i;</doubt><p><b>for </b><i>j</i><i> </i><i>=</i><i> </i>1 <i>to</i><i> \Si\ </i><b>do foreach </b><i>Wj </i>G <i>Si</i><i> </i><b>do</b> <b>if </b><i>Wj </i>G <i>Dictionary </i><b>then</b></p><doubt alpha="60.0" length="5" tooSmall="False" monospace="0.0">PlA =</doubt><doubt alpha="58.3" length="12" tooSmall="False" monospace="0.0">Pia = Pia*e;</doubt><doubt alpha="100.0" length="2" tooSmall="False" monospace="0.0">se</doubt><p><b>is </b><b>return </b>arg maxtfc nUiK^jl^<page local="4" global="115"/></p><doubt alpha="100.0" length="1" tooSmall="False" monospace="0.0">l</doubt><doubt alpha="60.0" length="5" tooSmall="False" monospace="0.0">k-j+i</doubt><p>C-WSD system</p><p>Figure 2: An overview of the presented approach for cross-lingual lexical substitution</p></subsection></section><section number="3" title="Experimental Results"><p>In this section we present the obtained results for both, the cross-lingual word sense disambiguation task and the cross-lingual lexical substitution task.</p><subsection number="3.1" title="Cross-Lingual Word Sense Disambiguation"><p>In Table 2 we may see the results we have ob­tained with the different versions of the presented approach. In the same Table we can find a com­parison of our runs with others presented at the SemEval-2 competition. In particular, we have tested four different runs which correspond to two evaluations for each different version of the prob­abilistic classifier. The description of each run is given in Table 1.</p><p>We obtained a better performance with those runs that were evaluated with the five best trans­lations (oof) than with those that were evaluated with only the best ones. This fact lead us to con­sider in further work to improve the ranking of the translations found by our system. On other hand, the unweighted version of the proposed classifier improved the weighted one. This behavior was un­expected, because in the development dataset, the results were opposite. We consider that the prob­lem comes from taking into account the entire sen­tence instead of a neighborhood (windows) around the ambiguous word. We will further investigate about this issue. We got a better performance than other systems, and those runs that outperformed our system runs did it by around 3% of precision and recall in the case of the oof evaluation.</p></subsection><subsection number="3.2" title="Cross-Lingual Lexical Substitution"><p>In Table 3 we may see the obtained results for the cross-lingual lexical substitution task. The ob­tained results are low in comparison with the best one. Since this task relies on the C-WSD task, then a lower performance on the C-WSD task will con­duct to a even lower performance in C-LS. Firstly, we need to improve the C-WSD solver. In partic­ular, we need to improve the ranking procedure in order to obtain a better translation of the source ambiguous word. Moreover, we consider that the use of language modeling would be of high ben­efit, since we could test whether or not a given translation together with the terms in its context would have high probability in the target language.</p><page local="5" global="116"/><p><i>Run name</i> <i>Description</i></p><p>FCC-WSD1 : Best translation (one target word) / unweighted version</p><p>FCC-WSD2 : Five best translations (five target words - <i>oof) </i>/ unweighted version</p><p>FCC-WSD3 : Best translation (one target word) / weighted version</p><p>FCC-WSD4 : Five best translations (five target words - <i>oof) </i>/ weighted version <i>a) </i>Best translation <i>b) </i>Five best translations (oof)</p><table caption="Table 1: Description of runs"></table><table caption="Table 2: Evaluation of the cross-lingual word sense disambiguation task"></table></subsection></section><section number="4" title="Conclusions and Further Work"><p>In this paper we have presented a system for cross-lingual word sense disambiguation and cross-lingual lexical substitution. The approach uses a Naïve Bayes classifier which is fed with the prob­abilities obtained from a bilingual statistical dic­tionary. Two different versions of the classifier, unweighted and weighted were tested. The results were compared with those of an international com­petition, obtaining a good performance. As fur­ther work, we need to improve the ranking mod­ule of the cross-lingual WSD classifier. Moreover, we consider that the use of a language model for Spanish would highly improve the results on the cross-lingual lexical substitution task.</p></section><section title="Acknowledgments"><p>This work has been partially supported by CONA-CYT (Project #106625) and PROMEP (Grant #103.5/09/4213).</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><i>System name</i></p></td><td class="cell"><p><i>Precision (% ')</i></p></td><td class="cell"><p><i>Recall (%)</i></p></td><td class="cell"><p><i>System name</i></p></td><td class="cell"><p><i>Precision (% ')</i></p></td><td class="cell"><p><i>Recall (%)</i></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>UvT-v</p></td><td class="cell"><p>23.42</p></td><td class="cell"><p>23.42</p></td><td class="cell"><p>UvT-v</p></td><td class="cell"><p>42.17</p></td><td class="cell"><p>42.17</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>UvT-g</p></td><td class="cell"><p>19.92</p></td><td class="cell"><p>19.92</p></td><td class="cell"><p>UvT-g</p></td><td class="cell"><p>43.12</p></td><td class="cell"><p>43.12</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>FCC-WSD1</p></td><td class="cell"><p>15.09</p></td><td class="cell"><p>15.09</p></td><td class="cell"><p>FCC-WSD2</p></td><td class="cell"><p>40.76</p></td><td class="cell"><p>40.76</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>FCC-WSD3</p></td><td class="cell"><p>14.43</p></td><td class="cell"><p>14.43</p></td><td class="cell"><p>FCC-WSD4</p></td><td class="cell"><p>38.46</p></td><td class="cell"><p>38.46</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>UHD-1</p></td><td class="cell"><p>20.48</p></td><td class="cell"><p>16.33</p></td><td class="cell"><p>UF1D-1</p></td><td class="cell"><p>38.78</p></td><td class="cell"><p>31.81</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>UHD-2</p></td><td class="cell"><p>20.2</p></td><td class="cell"><p>16.09</p></td><td class="cell"><p>UF1D-2</p></td><td class="cell"><p>37.74</p></td><td class="cell"><p>31.3</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>T3-COLEUR</p></td><td class="cell"><p>19.78</p></td><td class="cell"><p>19.59</p></td><td class="cell"><p>T3-COLEUR</p></td><td class="cell"><p>35.84</p></td><td class="cell"><p>35.46</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 caption="Table 3: Evaluation of the cross-lingual lexical substitution task (the ten best results - oof)" 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></tr><tr class="row"><td class="cell"></td><td class="cell"><p><i>System name</i></p></td><td class="cell"><p><i>Precision (%)</i></p></td><td class="cell"><p><i>Recall (%)</i></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>SWAT-E</p></td><td class="cell"><p>174.59</p></td><td class="cell"><p>174.59</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>SWAT-S</p></td><td class="cell"><p>97.98</p></td><td class="cell"><p>97.98</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>UvT-v</p></td><td class="cell"><p>58.91</p></td><td class="cell"><p>58.91</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>UvT-g</p></td><td class="cell"><p>55.29</p></td><td class="cell"><p>55.29</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>UBA-W</p></td><td class="cell"><p>52.75</p></td><td class="cell"><p>52.75</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>WLVUSP</p></td><td class="cell"><p>48.48</p></td><td class="cell"><p>48.48</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>UBA-T</p></td><td class="cell"><p>47.99</p></td><td class="cell"><p>47.99</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>USPWLV</p></td><td class="cell"><p>47.6</p></td><td class="cell"><p>47.6</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>ColSlm</p></td><td class="cell"><p>43.91</p></td><td class="cell"><p>46.61</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>ColEur</p></td><td class="cell"><p>41.72</p></td><td class="cell"><p>44.77</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>TYO</p></td><td class="cell"><p>34.54</p></td><td class="cell"><p>35.46</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>IRST-1</p></td><td class="cell"><p>31.48</p></td><td class="cell"><p>33.14</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>FCC-LS</p></td><td class="cell"><p>23.9</p></td><td class="cell"><p>23.9</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>IRSTbs</p></td><td class="cell"><p>8.33</p></td><td class="cell"><p>29.74</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>DICT</p></td><td class="cell"><p>44.04</p></td><td class="cell"><p>44.04</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>DICTCORP</p></td><td class="cell"><p>42.65</p></td><td class="cell"><p>42.65</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></section><references><p>[Agirre and Edmonds2006] E. Agirre and P. Edmonds.</p><p>2006. <i>Word Sense Disambiguation, Text, Speech and Language Technology. </i>Springer.</p><p>[Carpuat and Wu.2007] M. Carpuat and D. Wu. 2007. Improving statistical machine translation using word sense disambiguation. In <i>Proceedings of the 2007 Joint Conference on Empirical Methods in Natural Language Processing and Computational Natural Language Learning (EMNLPCoNLL)</i>, pages 61-72.</p><p>[Chanetal.2007] Y.S. Chan, H.T. Ng, and D. Chiang.</p><p>2007. Word sense disambiguation improves statisti­cal machine translation. In <i>Proceedings of the 45th Annual Meetingofthe Association ofComputational Linguistics, </i>pages 33-40.</p><p>[LefeverandHoste2010] E. Lefever and V. Hoste. 2010. Semeval-2010 task3:cross-lingual word sense disambiguation. In <i>Proceedings of the Fifth International Workshop on Semantic Evalu­ations (SemEval-2010)</i>. Association for Computa­tional Linguistics.</p><doubt alpha="62.5" length="48" tooSmall="False" monospace="0.0">[Mihalceaetal.2010] R. Mihalcea,  R.  Sinha, and</doubt><doubt alpha="56.8" length="44" tooSmall="False" monospace="0.0">D. McCarthy. 2010. Semeval-2010 task2:cross-</doubt><p>lingual lexical substitution. In <i>Proceedings ofthe Fifth International Workshop on Semantic Evalu­ations (SemEval-2010). </i>Association for Computa­tional Linguistics.</p></references></body></article>