<?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="402"/><title>GPLSI-IXA: Using Semantic Classes to Acquire Monosemous Training Examples from Domain Texts</title><pubinfo>Proceedings of the 5th International Workshop on Semantic Evaluation, ACL 2010,pages 402^-06, Uppsala, Sweden, 15-16 July 2010. ©2010 Association for Computational Linguistics</pubinfo><author surname="Izquierdo" givenname="Rubén"><org  name="University of Alicante" country="Spain" city="Alicante"/></author><author surname="Suárez" givenname="Armando"><org  name="University of Alicante" country="Spain" city="Alicante"/></author><author surname="Rigau" givenname="German"><org  name="University of Alicante" country="Spain" city="Alicante"/></author></firstpageheader><frontmatter><p><b>GPLSI-IXA: Using Semantic Classes to Acquire Monosemous Training</b></p><p><b>Examples from Domain Texts</b></p><p><b>Rubén Izquierdo &amp; Armando Suârez German Rigau</b></p><p>GPLSI Group <b>DCA </b>NLP Group.</p><p>University of Alicante. Spain EHU. Donostia, Spain</p><p>{ruben,armando}@dlsi .ua.es german.rigau@ehu.es</p></frontmatter><abstract>This paper summarizes our participation in task #17 of SemEval-2 (All-words WSD on a specific domain) using a su­pervised class-based Word Sense Disam­biguation system. Basically, we use Sup­port Vector Machines (SVM) as learning algorithm and a set of simple features to build three different models. Each model considers a different training corpus: Sem-Cor (SC), examples from monosemous words extracted automatically from back­ground data (BG), and both SC and BG (SCBG). Our system explodes the monosemous words appearing as mem­bers of a particular WordNet semantic class to automatically acquire class-based annotated examples from the domain text. We use the class-based examples gathered from the domain corpus to adapt our tra­ditional system trained on SemCor. The evaluation reveal that the best results are achieved training with SemCor and the background examples from monosemous words, obtaining results above the first sense baseline and the fifth best position in the competition rank. </abstract></header><body><section number="1" title="Introduction"><p>As empirically demonstrated by the last SensEval and SemEval exercises, assigning the appropriate meaning to words in context has resisted all at­tempts to be successfully addressed. In fact, super­vised word-based WSD systems are very depen­dent of the corpora used for training and testing the system (Escudero et al., 2000). One possible reason could be the use of inappropriate level of abstraction.</p><p>Most supervised systems simply model each polysemous word as a classification problem where each class corresponds to a particular synset of the word. But, WordNet (WN) has been widely criticized for being a sense repository that often provides too fine-grained sense distinctions for higher level applications like Machine Translation or Question &amp; Answering. In fact, WSD at this level of granularity has resisted all attempts of in­ferring robust broad-coverage models. It seems that many word-sense distinctions are too subtle to be captured by automatic systems with the cur­rent small volumes of word-sense annotated ex­amples.</p><p>Thus, some research has been focused on deriv­ing different word-sense groupings to overcome the fine-grained distinctions of WN (Hearst and Schütze, 1993), (Peters et al., 1998), (Mihalcea and Moldovan, 2001), (Agirre and LopezDeLa-Calle, 2003), (Navigli, 2006) and (Snow et al., 2007). That is, they provide methods for grouping senses of the same <b>word, </b>thus producing coarser word sense groupings for better disambiguation.</p><p>In contrast, some research have been focused on using predefined sets of sense-groupings for learn­ing class-based classifiers for WSD (Segond et al., 1997), (Ciaramita and Johnson, 2003), (Villarejo et al., 2005), (Curran, 2005), (Kohomban and Lee, 2005) and (Ciaramita and Altun, 2006). That is, grouping senses of different words into the same explicit and comprehensive semantic class. Most of the later approaches used the original Lexico­graphical Files of WN (more recently called Su-perSenses) as very coarse-grained sense distinc­tions.</p><p>We suspect that selecting the appropriate level of abstraction could be on between both levels. Thus, we use the semantic classes modeled by the <b>Basic Level Concepts<footnote anchor="1"/> </b>(BLC) (Izquierdo et al., 2007). Our previous research using BLC empiri­cally demonstrated that this automatically derived set of meanings groups senses into an adequate level of abstraction in order to perform class-based Word Sense Disambiguation (WSD) (Izquierdo et al., 2009).<page local="2" global="403"/> Now, we also show that class-based WSD allows to successfully incorporate monose­mous examples from the domain text. In fact, the robustness of our class-based WSD approach is shown by our system that just uses the Sem­Cor examples (SC). It performs without any kind of domain adaptation as the Most Frequent Sense (MFS) baseline.</p><footnote label="1">http://adimen.si.ehu.es/web/BLC</footnote><p>This paper describes our participation in SemEval-2010 Task 17 (Agirre et al., 2010). In section 2 semantic classes used and selection al­gorithm used to obtain them automatically from WordNet are described. In section 3 the technique employed to extract monosemous examples from background data is described. Section 4 explains the general approach of our system, and the ex­periments designed, and finally, in section 5, the results and some analysis are shown.</p></section><section number="2" title="Semantic Classes"><p>The set of semantic classes used in this work are the <b>Basic Level Concepts<footnote anchor="2"/> </b>(BLC) (Izquierdo et al., 2007). These concepts are small sets of mean­ings representing the whole nominal and verbal part of WN. BLC can be obtained by a very simple method that uses basic structural WordNet proper­ties. In fact, the algorithm only considers the rel­ative number of relations of each synset along the hypernymy chain. The process follows a bottom-up approach using the chain of hypernymy rela­tions. For each synset in WN, the process selects as its BLC the first local maximum according to the relative number of relations. The local maxi­mum is the synset in the hypernymy chain having more relations than its immediate hyponym and immediate hypernym. For synsets having multi­ple hypernyms, the path having the local maxi­mum with higher number of relations is selected. Usually, this process finishes having a number of preliminary BLC. Figure 1 shows an example of selection of a BLC. The figure represents the hy­pernymy hierarchy of WordNet, with circles rep­resenting synsets, and links between them repre­senting hypernym relations. The algorithm selects the D synset as BLC for J, due to D is the first maximum in the hypernymy chain, according to the number of relations (F has 2 hyponyms, D has 3, and A has 2, so D is the first maximum).</p><footnote label="2">http://adimen.si.ehu.es/web/BLC</footnote><p>Figure 1 : Example of BLC selection</p><p>Obviously, while ascending through this chain, more synsets are subsumed by each concept. The process finishes checking if the number of con­cepts subsumed by the preliminary list of BLC is higher than a certain threshold. For those BLC not representing enough concepts according to the threshold, the process selects the next local max­imum following the hypernymy hierarchy. Thus, depending on the type of relations considered to be counted and the threshold established, different sets of BLC can be easily obtained for each WN version.</p><p>We have selected the set which considers WN version 3.0, the total number of relations per synset, and a minimum threshold of 20 concepts to filter out not representative BLC (BLC-20). This set has shown to reach good performance on previ­ous SensEval and SemEval exercices (Izquierdo et al., 2009). There are 649 different BLC for nouns on WordNet 3.0, and 616 for verbs. Table 2 shows the three most frequent BLC per POS, with the number of synsets subsumed by each concept, and its WordNet gloss.</p></section><section number="3" title="Using Monosemous Examples from the Domain"><p>We did not applied any kind of specific domain adaptation technique to our class-based supervised system. In order to adapt our supervised system to the environmental domain we only increased the training data with new examples of the domain. To acquire these examples, we used the environmen­tal domain background documents provided by the organizers. Specifically, we used the 122 background documents<footnote anchor="3"/>.<page local="3" global="404"/> TreeTagger has been used to preprocess the documents, performing PoS tag­ging and lemmatization. Since the background documents are not semantically annotated, and our supervised system needs labeled data, we have se­lected only the monosemous words occurring in the documents. In this way, we have obtained au­tomatically a large set of examples annotated with BLC. Table 3 presents the total number of training examples extracted from SemCor (SC) and from the background documents (BG). As expected, by this method a large number of monosemous ex­amples can be obtained for nouns and verbs. Also as expected, verbs are much less productive than nouns. However, all these background examples correspond to a reduced set of 7,646 monosemous words.</p><p>Table 3 lists the ten most frequent monosemous nouns and verbs occurring in the background doc­uments. Note that all these examples are monose­mous according to BLC-20 semantic classes.</p><footnote label="3">We used the documents contained on the trial data and the background.</footnote></section><section number="4" title="System Overview"><p>Our system applies a supervised machine learn­ing approach. We apply a feature extractor to represent the training examples of the examples acquired from SemCor and the background doc­uments. Then, a machine learning engine uses the annotated examples to train a set of classi­fiers. Support Vector Machines (SVM) have been proven to be robust and very competitive in many NLP tasks, and in WSD in particular (Marquez et al., 2006). We used the SVM-Light implementa­tion<footnote anchor="4"/> (Joachims, 1998).</p><p>We create a classifier for each semantic class. This approach has several advantages compared to word-based approach. The training data per clas­sifier is increased (we can use examples of dif­ferent target words for a single classifier, when­ever all examples belong to the same semantic class), the polysemy is reduced (some different word senses can be collapsed into the same se­mantic class), and, finally, semantic classes pro­vide higher levels of abstraction.</p><p>For each polysemous word occurring in the test corpus, we obtain its potential BLC-20 classes. Then, we only apply the classifiers corresponding to the BLC-20 classes of the polysemous word. Fi­nally, our system simply selects the BLC-20 class with the greater prediction.</p><p>In order to obtain the correct WordNet 3.0 synset required by the task, we apply a simple heuristic that has shown to be robust and accurate (Kohomban and Lee, 2005). Our classifiers ob­tain first the semantic class, and then, the synset of the first WordNet sense that fits with the semantic class is assigned to the word.</p><p>We selected a simple feature set widely used in many WSD systems. In particular, we use a win­dow of five tokens around the target word to ex­tract word forms, lemmas; bigrams and trigrams of word forms and lemmas; trigrams of PoS tags, and also the most frequent BLC-20 semantic class of the target word in the training corpus.<page local="4" global="405"/></p><footnote label="4">http://svmlight.joachims.org</footnote><table caption="Table 1: Most frequent BLC-20 semantic classes on WordNet 3.0" class="main" frame="box" rules="all" border="1" regular="False"><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>PoS</b></p></td><td class="cell"><p><b>Num.</b></p></td><td class="cell"><p><b>BLC</b></p></td><td class="cell"><p><b>Gloss</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Nouns</p></td><td class="cell"><p>4.792 1.935 1.846</p></td><td class="cell"><p>person.n.01 activity.n.01 act.n.02</p></td><td class="cell"><p>a human being</p><p>any specific behavior</p><p>something that people do or cause to happen</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Verbs</p></td><td class="cell"><p>1.541 1.085</p><p>519</p></td><td class="cell"><p>change. v.Ol change, v.02</p><p>move.v.02</p></td><td class="cell"><p>cause to change; make different; cause a transformation undergo a change; become different in essence; losing one's or its original na­ture</p><p>cause to move or shift into a new position or place, both in a concrete and in an abstract sense</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 caption="Table 2: Number of training examples" 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></p></td><td class="cell"><p><b>Nouns</b></p></td><td class="cell"><p><b>Verbs</b></p></td><td class="cell"><p><b>N+V</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>sc</p><p>BG</p></td><td class="cell"><p>87.978 193.536</p></td><td class="cell"><p>48.267 10.821</p></td><td class="cell"><p>136.245 204.357</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><i>Total</i></p></td><td class="cell"><p><i>281.514</i></p></td><td class="cell"><p><i>59.088</i></p></td><td class="cell"><p><i>340.602</i></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr></table><table caption="Table 3: Most frequent monosemic words in BG" 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><b>Nouns</b></p></td><td class="cell"><p><b>Verbs</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>Lemma</b></p></td><td class="cell"><p><b>#ex.</b></p></td><td class="cell"><p><b>Lemma</b></p></td><td class="cell"><p><b>#ex.</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>1</p></td><td class="cell"><p>biodiversity</p></td><td class="cell"><p>7.476</p></td><td class="cell"><p>monitor</p></td><td class="cell"><p>788</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>2</p></td><td class="cell"><p>habitat</p></td><td class="cell"><p>7.206</p></td><td class="cell"><p>achieve</p></td><td class="cell"><p>784</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>3</p></td><td class="cell"><p>specie</p></td><td class="cell"><p>7.067</p></td><td class="cell"><p>target</p></td><td class="cell"><p>484</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>4</p></td><td class="cell"><p>climate</p></td><td class="cell"><p>3.539</p></td><td class="cell"><p>select</p></td><td class="cell"><p>345</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>5</p></td><td class="cell"><p>european</p></td><td class="cell"><p>2.818</p></td><td class="cell"><p>enable</p></td><td class="cell"><p>334</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>6</p></td><td class="cell"><p>ecosystem</p></td><td class="cell"><p>2.669</p></td><td class="cell"><p>seem</p></td><td class="cell"><p>287</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>7</p></td><td class="cell"><p>river</p></td><td class="cell"><p>2.420</p></td><td class="cell"><p>pine</p></td><td class="cell"><p>281</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>8</p></td><td class="cell"><p>grassland</p></td><td class="cell"><p>2.303</p></td><td class="cell"><p>evaluate</p></td><td class="cell"><p>246</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>9</p></td><td class="cell"><p>datum</p></td><td class="cell"><p>2.276</p></td><td class="cell"><p>explore</p></td><td class="cell"><p>200</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>10</p></td><td class="cell"><p>directive</p></td><td class="cell"><p>2.197</p></td><td class="cell"><p>believe</p></td><td class="cell"><p>172</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><p>Our system is fully described in (Izquierdo et al., 2009). The novelty introduced here is the use of semantic classes to obtain monosemous exam­ples from the domain corpus.</p><p>Following the same framework (BLC-20 se­mantic architecture and basic set of features) we designed three runs, each one using a different training corpus.</p><p>• SC: only training examples extracted from SemCor</p><p>• BG: only monosemous examples extracted from the background data</p><p>• SCBG: training examples extracted from SemCor and monosemous background data</p><p>The first run shows the behavior of a supervised system trained on a general corpus, and tested in a specific domain. The second one analyzes the con­tribution of the monosemous examples extracted from the background data. Finally, the third run studies the robustness of the approach when com­bining the training examples from SemCor and from the background.</p></section><section number="5" title="Results and Discussion"><p>A total of 29 runs has been submitted for the En­glish All-words WSD on a Specific Domain. Ta­ble 5 shows the ranking results of our three runs with respect to the other participants. The figures for the first sense <i>(1</i><i> sense) </i>and random sense <i>(Ran­dom) </i>baselines are included.</p><p>In general, the results obtained are not very high. The best system only achieves a precision of 0.570, and the first sense baseline reaches a preci­sion of 0.505. This shows that the task is hard to solve, and the domain adaptation of WSD systems is not an easy task.</p><p>Interestingly, our worst result is obtained by the system using only the monosemous background examples (BG). This system ranks 23th with a Pre­cision and Recall of 0.380 (0.385 for nouns and 0.366 for verbs). The system using only SemCor (SC) ranks 6th with Precision and Recall of 0.505 (0.527 for nouns and 0.443 for verbs). This is also the performance of the first sense baseline. As ex­pected, the best result of our three runs is obtained when combining the examples from SemCor and the background (SCBG). This supervised system obtains the 5th position with a Precision and Re­call of 0.513 (0.534 for nouns, 0.454 for verbs) which is slightly above the baseline.</p><p>Possibly, the reason of low performance of the BG system is the high correlation between the fea­tures of the target word and its semantic class. In this case, these features correspond to the monose­mous word while when testing corresponds to the target word. However, it also seems that class-based systems are robust enough to incorporate large sets of monosemous examples from the do­main text. In fact, to our knowledge, this is the first time that a supervised WSD algorithm have been successfully adapted to an specific domain. Fur­thermore, our system trained only on SemCor also achieves a good performance, reaching the first sense baseline, showing that class-based WSD ap­proaches seem to be robust to domain variations.</p></section><section title="Acknowledgments"><p>This paper has been supported by the Euro­pean Union under the project KYOTO (FP7 ICT-211423), the Valencian Region Government un­der PROMETEO project for excellence groups and the Spanish Government under the projects<page local="5" global="406"/></p><table caption="Table 4: Results of task#17" class="main" frame="box" rules="all" border="1" regular="False"><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>Rank</b></p></td><td class="cell"><p><b>Precision</b></p></td><td class="cell"><p><b>Recall</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>1</p></td><td class="cell"><p>0.570</p></td><td class="cell"><p>0.555</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>2</p></td><td class="cell"><p>0.554</p></td><td class="cell"><p>0.540</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>3</p></td><td class="cell"><p>0.534</p></td><td class="cell"><p>0.528</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>4</p></td><td class="cell"><p>0.522</p></td><td class="cell"><p>0.516</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>(SCBG) 5</b></p></td><td class="cell"><p><b>0.513</b></p></td><td class="cell"><p><b>0.513</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><i>1 sense</i></p></td><td class="cell"><p><i>0.505</i></p></td><td class="cell"><p><i>0.505</i></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>(SC) 6</b></p></td><td class="cell"><p><b>0.505</b></p></td><td class="cell"><p><b>0.505</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>7</p></td><td class="cell"><p>0.512</p></td><td class="cell"><p>0.495</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>8</p></td><td class="cell"><p>0.506</p></td><td class="cell"><p>0.493</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>9</p></td><td class="cell"><p>0.504</p></td><td class="cell"><p>0.491</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>10</p></td><td class="cell"><p>0.481</p></td><td class="cell"><p>0.481</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>11</p></td><td class="cell"><p>0.492</p></td><td class="cell"><p>0.479</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>12</p></td><td class="cell"><p>0.461</p></td><td class="cell"><p>0.460</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>13</p></td><td class="cell"><p>0.447</p></td><td class="cell"><p>0.441</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>14</p></td><td class="cell"><p>0.436</p></td><td class="cell"><p>0.435</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>15</p></td><td class="cell"><p>0.440</p></td><td class="cell"><p>0.434</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>16</p></td><td class="cell"><p>0.496</p></td><td class="cell"><p>0.433</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>17</p></td><td class="cell"><p>0.498</p></td><td class="cell"><p>0.432</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>18</p></td><td class="cell"><p>0.433</p></td><td class="cell"><p>0.431</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>19</p></td><td class="cell"><p>0.426</p></td><td class="cell"><p>0.425</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>20</p></td><td class="cell"><p>0.424</p></td><td class="cell"><p>0.422</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>21</p></td><td class="cell"><p>0.437</p></td><td class="cell"><p>0.392</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>22</p></td><td class="cell"><p>0.384</p></td><td class="cell"><p>0.384</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>(BG) 23</b></p></td><td class="cell"><p><b>0.380</b></p></td><td class="cell"><p><b>0.380</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>24</p></td><td class="cell"><p>0.381</p></td><td class="cell"><p>0.356</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>25</p></td><td class="cell"><p>0.351</p></td><td class="cell"><p>0.350</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>26</p></td><td class="cell"><p>0.370</p></td><td class="cell"><p>0.345</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>27</p></td><td class="cell"><p>0.328</p></td><td class="cell"><p>0.322</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>28</p></td><td class="cell"><p>0.321</p></td><td class="cell"><p>0.315</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>29</p></td><td class="cell"><p>0.312</p></td><td class="cell"><p>0.303</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><i>Random</i></p></td><td class="cell"><p><i>0.230</i></p></td><td class="cell"><p><i>0.230</i></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr></table><p>KN0W2 (TIN2009-14715-C04-04) and TEXT-MESS-2 (TIN2009-13391-C04-04).</p></section><references><p>E. Agirre and O. LopezDeLaCalle. 2003. Clustering wordnet word senses. In <i>Proceedings ofRANLP'03, </i>Borovets, Bulgaria.</p><p>Eneko Agirre, Oier Lopez de Lacalle, Christiane Fell­baum, Shu kai Hsieh, Maurizio Tesconi, Mon­ica Monachini, Piek Vossen, and Roxanne Segers. 2010. Semeval-2010 task 17: All-words word sense disambiguation on a specific domain. In <i>Proceed­ings of the 5th International Workshop on Semantic Evaluations (SemEval-2010), Association for Com­putational Linguistics.</i></p><p>M. Ciaramita and Y. Altun. 2006. Broad-coverage sense disambiguation and information extraction with a supersense sequence tagger. In <i>Proceedings of the Conference on Empirical Methods in Natural Language Processing (EMNLP'06), </i>pages 594-602, Sydney, Australia. ACL.</p><p>M. Ciaramita and M. Johnson. 2003. Supersense tag­ging of unknown nouns in wordnet. In <i>Proceedings of the Conference on Empirical methods in natural language processing (EMNLP'03), </i>pages 168-175. ACL.</p><p>J. Curran. 2005. Supersense tagging of unknown nouns using semantic similarity. In <i>Proceedings of the 43rd Annual Meeting on Association for Compu­tational Linguistics (ACL'05), </i>pages 26-33. ACL.</p><p>G. Escudero, L. Marquez, and G. Rigau. 2000. An Empirical Study of the Domain Dependence of Su­pervised Word Sense Disambiguation Systems. In <i>Proceedings of the joint SIGDAT Conference on Em­pirical Methods in Natural Language Processing and Very Large Corpora, EMNLP/VLC, </i>Hong Kong, China.</p><p>M. Hearst and H. Schütze. 1993. Customizing a lexi­con to better suit a computational task. In <i>Proceed­ings of the ACL SIGLEX Workshop on Lexical Ac­quisition, </i>Stuttgart, Germany.</p><p>R. Izquierdo, A. Suarez, and G. Rigau. 2007. Explor­ing the automatic selection of basic level concepts. In Galia Angelova et al., editor, <i>International Con­ference Recent Advances in Natural Language Pro­cessing, </i>pages 298-302, Borovets, Bulgaria.</p><p>Rubén Izquierdo, Armando Suarez, and German Rigau. 2009. An empirical study on class-based word sense disambiguation. In <i>Proceedings of the 12th Con­ference of the European Chapter of the ACL (EACL 2009), </i>pages 389-397, Athens, Greece, March. As­sociation for Computational Linguistics.</p><p>T. Joachims. 1998. Text categorization with sup­port vector machines: learning with many relevant features. In Claire Nédellec and Céline Rouveirol, editors, <i>Proceedings of ECML-98, 10th European Conference on Machine Learning, </i>pages 137-142, Chemnitz, DE. Springer Verlag, Heidelberg, DE.</p><p>Upali S. Kohomban and Wee Sun Lee. 2005. Learning semantic classes for word sense disambiguation. In <i>ACL '05: Proceedings of the 43rd Annual Meeting on Association for Computational Linguistics, </i>pages 34—41, Morristown, NJ, USA. Association for Com­putational Linguistics.</p><p>LI. Marquez, G. Escudero, D. Martinez, and G. Rigau. 2006. Supervised corpus-based methods for wsd. In <i>E. Agirre and </i><i>P.</i><i> Edmonds (Eds.) Word Sense Disam­biguation: Algorithms and applications., </i>volume 33 of <i>Text, Speech and Language Technology. </i>Springer.</p><p>R. Mihalcea and D. Moldovan. 2001. Automatic gen­eration of coarse grained wordnet. In <i>Proceding of the NAACL workshop on WordNet and Other Lex­ical Resources: Applications, Extensions and Cus-tomizations, </i>Pittsburg, USA.</p><p>R. Navigli. 2006. Meaningful clustering of senses helps boost word sense disambiguation perfor­mance. In <i>ACL-44: Proceedings of the 21st Inter­national Conference on Computational Linguistics and the 44th annual meeting of the Association for Computational Linguistics, </i>pages 105-112, Morris-town, NJ, USA. Association for Computational Lin­guistics.</p><p>W. Peters, I. Peters, and P. Vossen. 1998. Automatic sense clustering in eurowordnet. In <i>First Interna­tional Conference on Language Resources and Eval­uation (LREC'98), </i>Granada, Spain.</p><p>F. Segond, A. Schiller, G. Greffenstette, and J. Chanod. 1997. An experiment in semantic tagging using hid­den markov model tagging. In <i>ACL Workshop on Automatic Information Extraction and Building of Lexical Semantic Resources for NLP Applications, </i>pages 78-81. ACL, New Brunswick, New Jersey.</p><p>R. Snow, Prakash S., Jurafsky D., and Ng A. 2007. Learning to merge word senses. In <i>Proceedings of Joint Conference on Empirical Methods in Natural Language Processing and Computational Natural Language Learning (EMNLP-CoNLL), </i>pages 1005-1014.</p><p>L. Villarejo, L. Marquez, and G. Rigau. 2005. Ex­ploring the construction of semantic class classi­fiers for wsd. In <i>Proceedings of the 21th Annual Meeting of Sociedad Espaola para el Procesamiento del Lenguaje Natural SEPLN'05, </i>pages 195-202, Granada, Spain, September. ISSN 1136-5948.</p></references></body></article>