<?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="417"/><title>Kyoto: An Integrated System for Specific Domain WSD</title><pubinfo>Proceedings of the 5th International Workshop on Semantic Evaluation, ACL 2010,pages 417^-20, Uppsala, Sweden, 15-16 July 2010. ©2010 Association for Computational Linguistics</pubinfo><author surname="Soroa" givenname="Aitor"><org  name="University of the Basque Country" country="Spain" city="Donostia"/></author><author surname="Agirre" givenname="Eneko"><org  name="University of the Basque Country" country="Spain" city="Donostia"/></author><author surname="Lo" givenname="Jessie"><org  name="National Taiwan Normal University" country="Taiwan" city="Taipei"/></author><author surname="Hsieh" givenname="Shu-Kai"><org  name="Hsieh" city="Shu-Kai"/></author><author surname="Bosma" givenname="Wauter"><org  name="National Taiwan Normal University" country="Taiwan" city="Taipei"/></author><author surname="López de Lacalle" givenname="Oier"><org  name="University of the Basque Country" country="Spain" city="Donostia"/></author><author surname="Monachini" givenname="Monica"><org  name="National Taiwan Normal University" country="Taiwan" city="Taipei"/></author><author surname="Vossen" givenname="Piek"><org  name="National Taiwan Normal University" country="Taiwan" city="Taipei"/></author></firstpageheader><frontmatter><p><b>Kyoto: An Integrated System for Specific Domain WSD</b></p><p><b>Aitor Soroa, Eneko Agirre, Oier Lopez de 1</b></p><p>University of the Basque Country</p><p>a.soroa@ehu.es</p><p><b>Jessie Lo, Shu-Kai Hsieh</b></p><p>National Taiwan Normal University</p><p>shukai@ntnu.edu.tw</p></frontmatter><abstract>This document describes the prelimi­nary release of the integrated Kyoto sys­tem for specific domain WSD. The sys­tem uses concept miners (Tybots) to ex­tract domain-related terms and produces a domain-related thesaurus, followed by knowledge-based WSD based on word-net graphs (UKB). The resulting system can be applied to any language with a lexical knowledge base, and is based on publicly available software and resources. Our participation in Semeval task #17 fo­cused on producing running systems for all languages in the task, and we attained good results in all except Chinese. Due to the pressure of the time-constraints in the competition, the system is still under development, and we expect results to im­prove in the near future. </abstract></header><body><section number="1" title="Introduction"><p>In this paper we describe the participation of the integrated Kyoto system on the "SemEval-2010 task #17: All-words Word Sense Disambigua­tion on a Specific Domain" task (Agirre et al., 2010). The goal of our participation was to eval­uate the preliminary release of the integrated sys­tem for specific domain WSD developed for the Kyoto project<footnote anchor="1"/>. Besides, we wanted to test the performance of our domain specific WSD system (Agirre et al., 2009) on this test set, and to inte­grate the thesaurus construction software (Tybots) developed for the project. The system can be run for any language and domain if provided with a lexical knowledge base and some background doc­uments on the domain.</p><p>We will first present the components of our sys­tem, followed by the experimental design and the</p><p>!http://www.kyoto-project.eu</p><p><b>:alle     Monica Monachini</b></p><p>Istituto di Linguistica Computazionale</p><footnote>monica.monachini@ilc.cnr.it</footnote><p><b>Wauter Bosnia, Piek Vossen</b></p><p>Vrije Universiteit</p><p>{p.Vossen,w.bosma}@let.vu.ni</p><p>results. Finally, the conclusions are presented.</p></section><section number="2" title="The Kyoto System for Domain Specific WSD"><p>We will present in turn UKB, the Tybots, and the lexical knowledge-bases used.</p><doubt alpha="42.9" length="7" tooSmall="False" monospace="0.0">2.1 UKB</doubt><p>UKB is a knowledge-based unsupervised WSD system which exploits the structure of an under­lying Language Knowledge Base (LKB) and finds the most relevant concepts given an input con­text (Agirre and Soroa, 2009). UKB starts by tak­ing the LKB as a graph of concepts <i>G</i><i> </i><i>=</i><i> </i><i>(V,E)</i><i> </i>with a set of vertices <i>V </i>derived from LKB con­cepts and a set of edges <i>E </i>representing relations among them. Giving an input context, UKB ap­plies the so called <i>Personalized PageRank </i>(Haveli-wala, 2002) over it to obtain the most representa­tive senses for the context.</p><p>PageRank (Brin and Page, 1998) is a method for scoring the vertices <i>V </i>of a graph according to each node's structural importance. The algo­rithm can be viewed as random walk process that postulate the existence of a particle that randomly traverses the graph, but at any time may jump to a new vertex with a given <i>damping factor </i>(also called <i>teleport probability). </i>After PageRank cal­culation, the final weight of node <i>i </i>represents the proportion of time that a random particle spends visiting node <i>i </i>after a sufficiently long time. In standard PageRank, the teleport vector is chosen uniformly, whereas for Personalized PageRank it is chosen from a nonuniform distribution of nodes, specified by a <i>teleport vector.</i></p><p>UKB concentrates the initial probability mass of the teleport vector in the words occurring in the context of the target word, causing all random jumps on the walk to return to these words and thus assigning a higher rank to the senses linked to these words. Moreover, the high rank of the words spreads through the links in the graph and make all the nodes in its vicinity also receive high ranks.<page local="2" global="418"/> Given a target word, the system checks which is the relative ranking of its senses, and the WSD system would output the one ranking highest.</p><p>UKB is very flexible and can be use to perform WSD on different settings, depending on the con­text used for disambiguating a word instance. In this paper we use it to perform general and do­main specific WSD, as shown in section 3. PageR­ank is calculated by applying an iterative algo­rithm until convergence below a given threshold is achieved. Following usual practice, we used a damping value of 0.85 and set the threshold value at 0.001. We did not optimize these parameters.</p><subsection number="2.2" title="Tybots"><p>Tybots (Term Yielding Robots) are text mining software that mine domain terms from corpus (e.g. web pages), organizing them in a hierar­chical structure, connecting them to wordnets and ontologies to create a semantic model for the do­main (Bosma and Vossen, 2010). The software is freely available using Subversion <footnote anchor="2"/>. Tybots try to establish a view on the terminology of the domain which is as complete as possible, discovering rela­tions between terms and ranking terms by domain relevance.</p><p>Preceding term extraction, we perform tok-enization, part-of-speech tagging and lemmatiza-tion, which is stored in Kyoto Annotation For­mat (KAF) (Bosma et al., 2009). Tybots work through KAF documents, acquire domain relevant terms based on the syntactic features, gather co­occurrence statistics to decide which terms are sig­nificant in the domain and produce a thesaurus with sets of related words. Section 3.3 describes the specific settings that we used.</p></subsection><subsection number="2.3" title="Lexical Knowledge bases"><p>We used the following wordnets, as suggested by the organizers:</p><p><b>WN30g: </b>English WordNet 3.0 with gloss relations (Fellbaum, 1998).</p><p><b>Dutch: </b>The Dutch LKB is part of the Cor-netto database version 1.3 (Vossen et al., 2008). The Cornetto database can be obtained from the Dutch/Flanders Taalunie<footnote anchor="3"/>. Cornetto com­prises taxonomic relations and equivalence rela-</p><footnote label="2">http://kyoto.let.vu.ni/svn/kyoto/trunk http :// www.inl.nl/nl/lexica/780</footnote><p>#en tries    #synsets #rels. #WN30g Monolingual</p><doubt alpha="24.4" length="45" tooSmall="False" monospace="0.0">Chinese             8J86      H2432ÖÄ3320,584</doubt><doubt alpha="9.8" length="51" tooSmall="False" monospace="0.0">Dutch             83,812      70,024 224,493 83,669</doubt><doubt alpha="13.5" length="52" tooSmall="False" monospace="0.0">Italian             46,724      49,513 65,567 52,524</doubt><doubt alpha="12.8" length="39" tooSmall="False" monospace="0.0">WN30g147,306     117,522    525,351_n/a</doubt><p>Bilingual</p><doubt alpha="26.8" length="41" tooSmall="False" monospace="0.0">Chinese-eng       8J86    141,561 566,368</doubt><doubt alpha="19.0" length="42" tooSmall="False" monospace="0.0">Dutch-eng        83,812    188,511 833,513</doubt><doubt alpha="22.7" length="44" tooSmall="False" monospace="0.0">Italian-eng        46,724    167,094 643,442</doubt><table caption="Table 1: Wordnets and their sizes (entries, synsets, relations and links to WN30g)."></table><p>tions from both WordNet 2.0 and 3.0. Cornetto concepts are mapped to English WordNet 3.0. <b>Italian: </b>Italwordnet (Roventini et al., 2003) was created in the framework of the Euro WordNet, employs the same set of semantic relations used in Euro WordNet, and includes links to WordNet 3.0 synsets.</p><p><b>Chinese: </b>The Chinese WordNet (Version 1.6) is now partially open to the public<footnote anchor="4"/> (Tsai et al., 2001). The Chinese WordNet is also mapped to WordNet 3.0.</p><p>Table 1 shows the sizes of the graphs created using each LKB as a source. The upper part shows the number of lexical entries, synsets and relations of each LKB. It also depicts the number of links to English WordNet 3.0 synsets.</p><p>In addition, we also created bilingual graphs for Dutch, Italian and Chinese, comprising the orig­inal monolingual LKB, the links to WordNet 3.0 and WordNet 3.0 itself. We expected this richer graphs to perform better performance. The sizes of the bilingual graphs are shown in the lower side of Table 1.</p></subsection></section><section number="3" title="Experimental setting"><p>All test documents were lemmatized and PoS-tagged using the linguistic processors available within the Kyoto project. In this section we de­scribe the submitted runs.</p><subsection number="3.1" title="UKB parameters"><p>We use UKB with the default parameters. In par­ticular, we don't use dictionary weights, which in the case of English come from annotated corpora. This is done in order to make the system fully un­supervised. It's also worth mentioning that in the default setting parts of speech were not used.</p><footnote label="4">http://cwn.ling.sinica.edu.tw</footnote><page local="3" global="419"/><p><u>RANK </u><b><u>I     </u></b><u>RUN     </u><b><u>I      </u></b><u>P     </u><b><u>I     </u></b><u>R     </u><b><u>I </u></b><u>R-NOUN | R-VERB</u></p><doubt alpha="100.0" length="7" tooSmall="False" monospace="0.0">Chinese</doubt><doubt alpha="100.0" length="6" tooSmall="False" monospace="0.0">lsense</doubt><doubt alpha="100.0" length="6" tooSmall="False" monospace="0.0">Random</doubt><doubt alpha="71.4" length="7" tooSmall="False" monospace="0.0">kyoto-3</doubt><doubt alpha="71.4" length="7" tooSmall="False" monospace="0.0">kyoto-2</doubt><doubt alpha="71.4" length="7" tooSmall="False" monospace="0.0">kyoto-1</doubt><doubt alpha="100.0" length="5" tooSmall="False" monospace="0.0">Dutch</doubt><doubt alpha="100.0" length="7" tooSmall="False" monospace="0.0">English</doubt><doubt alpha="100.0" length="7" tooSmall="False" monospace="0.0">Italian</doubt></subsection><subsection number="3.3" title="Run2: UKB using related words"><p>Instead of disambiguating words using their con­text of occurrence, we follow the method de­scribed in (Agirre et al., 2009). The idea is to first obtain a list of related words for each of the tar­get words, as collected from a domain corpus. On a second step each target word is disambiguated using the <i>N </i>most related words as context (see below). For instance, in order to disambiguate the word <i>environment, </i>we would not take into account the context of occurrence (as in Section 3.2), but we would use the list of most related words in the thesaurus (e.g. <i>"biodiversity, agri­culture, ecosystem, nature, life, climate, ..</i>."). Us­ing UKB over these contexts we obtain the most predominant sense for each target word in the do-main(McCarthy et al., 2007), which is used to la­bel all occurrences of the target word in the test dataset.</p><p>In order to build the thesaurus with the lists of related words, we used Tybots (cf. section 2.2), one for each corpus of the evaluation dataset, i.e. Chinese, Dutch, English, and Italian. We used the background documents provided by the organiz­ers, which we processed using the linguistic pro­cessors of the project to obtain the documents in KAF. We used the Tybots with the following set­tings. We discarded co-occurring words with fre­quencies below 10<footnote anchor="5"/>. Distributional similarity was computed using (Lin, 1998). Finally, we used up to 50 related words for each target word.</p><p>As in runl, we used the monolingual graphs for the LKB s in each language.</p></subsection><subsection number="3.4" title="Run3: UKB using related words and bilingual graphs"><p>The third run is exactly the same as run2, except that we used bilingual graphs instead of monolin­gual ones for all languages other than English (cf. section 2.3). There is no run3 for English.</p></subsection></section><section number="4" title="Results"><p>Table 2 shows the results of our system on the different languages. We will analyze different as­pects of the results in turn. <b>Domain adaptation: </b>Using Personalized Pager-ank over related words (run2 and run3) con­sistently outperforms the standard setting (runl) in all languages.  This result is consistent with</p><footnote label="5">In the case of Dutch we did not use any threshold due to the small size of the background corpus.</footnote><doubt alpha="0.0" length="29" tooSmall="False" monospace="0.0">0.529 0.521 0.496 0.462 0.294</doubt><doubt alpha="0.0" length="29" tooSmall="False" monospace="0.0">0.530 0.522 0.507 0.472 0.308</doubt><doubt alpha="0.0" length="29" tooSmall="False" monospace="0.0">0.528 0.519 0.468 0.437 0.257</doubt><p>Table 2: Overall results of our runs, including pre­cision (P) and recall (R), overall and for each PoS. We include the First Sense (lsense) and random baselines, as well as the best run, as provided by the organizers.</p><subsection number="3.2" title="Runl: UKB using context"><p>The first run is an application of the UKB tool in the standard setting, as described in (Agirre and Soroa, 2009). Given the input text, we split it in sentences, and we disambiguate each sentence at a time. We extract the lemmas which have an entry in the LKB and then apply Personalized PageR­ank over all of them, obtaining a score for every concept of the LKB. To disambiguate the words in the sentence we just choose its associated concept (sense) with maximum score.</p><p>In our experiments we build a context of at least 20 content words for each sentence to be disam­biguated, taking the sentences immediately before when necessary. UKB allows two main methods of disambiguation, namely <i>ppr </i>and <i>ppr.w2w. </i>We used the latter method, as it has been shown to per­form best.</p><p>In this setting we used the monolingual graphs for each language (cf. section 2.3). Note that in this run there is no domain adaptation, it thus serves us as a baseline for assessing the benefits of applying domain adaptation techniques.</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><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>-</p></td><td class="cell"><p><i>lsense</i></p></td><td class="cell"><p>0.562</p></td><td class="cell"><p>0.562</p></td><td class="cell"><p>0.589</p></td><td class="cell"><p>0.518</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><i>Best</i></p></td><td class="cell"><p>0.559</p></td><td class="cell"><p>0.559</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>Random</i></p></td><td class="cell"><p>0.321</p></td><td class="cell"><p>0.321</p></td><td class="cell"><p>0.326</p></td><td class="cell"><p>0.312</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>kyoto-3</p></td><td class="cell"><p>0.322</p></td><td class="cell"><p>0.296</p></td><td class="cell"><p>0.257</p></td><td class="cell"><p>0.360</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>kyoto-2</p></td><td class="cell"><p>0.342</p></td><td class="cell"><p>0.285</p></td><td class="cell"><p>0.251</p></td><td class="cell"><p>0.342</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>kyoto-1</p></td><td class="cell"><p>0.310</p></td><td class="cell"><p>0.258</p></td><td class="cell"><p>0.256</p></td><td class="cell"><p>0.261</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr></table><table class="main" frame="box" rules="all" border="1" regular="False"><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>kyoto-3</p></td><td class="cell"><p>0.526</p></td><td class="cell"><p>0.526</p></td><td class="cell"><p>0.575</p></td><td class="cell"><p>0.450</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>kyoto-2</p></td><td class="cell"><p>0.519</p></td><td class="cell"><p>0.519</p></td><td class="cell"><p>0.561</p></td><td class="cell"><p>0.454</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><i>lsense</i></p></td><td class="cell"><p>0.480</p></td><td class="cell"><p>0.480</p></td><td class="cell"><p>0.600</p></td><td class="cell"><p>0.291</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>kyoto-1</p></td><td class="cell"><p>0.465</p></td><td class="cell"><p>0.465</p></td><td class="cell"><p>0.505</p></td><td class="cell"><p>0.403</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>0.328</p></td><td class="cell"><p>0.328</p></td><td class="cell"><p>0.350</p></td><td class="cell"><p>0.293</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><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></tr><tr class="row"><td class="cell"></td><td class="cell"><p>1</p></td><td class="cell"><p><i>Best</i></p></td><td class="cell"><p>0.570</p></td><td class="cell"><p>0.555</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>lsense</i></p></td><td class="cell"><p>0.505</p></td><td class="cell"><p>0.505</p></td><td class="cell"><p>0.519</p></td><td class="cell"><p>0.454</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>kyoto-2</p></td><td class="cell"><p>0.481</p></td><td class="cell"><p>0.481</p></td><td class="cell"><p>0.487</p></td><td class="cell"><p>0.462</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>kyoto-1</p></td><td class="cell"><p>0.384</p></td><td class="cell"><p>0.384</p></td><td class="cell"><p>0.382</p></td><td class="cell"><p>0.391</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>Random</i></p></td><td class="cell"><p>0.232</p></td><td class="cell"><p>0.232</p></td><td class="cell"><p>0.253</p></td><td class="cell"><p>0.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><td class="cell"></td></tr></table><page local="4" global="420"/><p>our previous work on English (Agirre et al., 2009), and shows that domain adaptation works for knowledge-based systems. <b>Monolingual vs. Bilingual graphs: </b>As ex­pected, we obtained better results using the bilin­gual graphs (run3) than with monolingual graphs (run2), showing that the English WordNet has a richer set of relations, and that those relations can be successfully ported to other languages. This confirms that aligning different wordnets at the synset level is highly beneficial. <b>Overall results: </b>the results of our runs are highly satisfactory. In two languages (Dutch and Ital­ian) our best runs perform better than the first sense baseline, which is typically hard to beat for knowledge-based systems. In English, our system performs close but below the first sense baseline, and in Chinese our method performed below the random baseline.</p><p>The poor results obtained for Chinese can be due the LKB topology; an analysis over the graph shows that it is formed by a large number of small components, unrelated with each other. This 'flat' structure heavily penalizes the graph based method, which is many times unable to discrimi­nate among the concepts of a word. We are cur­rently inspecting the results, and we don't discard bugs, due to the preliminary status of our software. In particular, we need to re-examine the output of the Tybot for Chinese.</p></subsection></section><section number="5" title="Conclusions"><p>This paper describes the results of the prelimi­nary release of he integrated Kyoto system for do­main specific WSD. It comprises Tybots to con­struct a domain-related thesaurus, and UKB for knowledge-based WSD based on wordnet graphs. We applied our system to all languages in the dataset, obtaining good results. In fact, our sys­tem can be applied to any language with a lexical knowledge base, and is based on publicly available software and resources. We used the wordnets and background texts provided by the organizers of the task.</p><p>Our results show that we were succesful in adapting our system to the domain, as we man­aged to beat the first sense baseline in two lan­guages. Our results also show that adding the En­glish WordNet to the other language wordnets via the available links is beneficial.</p><p>Our participation focused on producing running systems for all languages in the task, and we at­tained good results in all except Chinese. Due to the pressure and the time-constraints in the com­petition, the system is still under development. We are currently revising our system for bugs and fine-tuning it.</p></section><section title="Acknowledgments"><p>This work task is partially funded by the Eu­ropean Commission (KYOTO ICT-2007-211423), the Spanish Research Department (KNOW-2 TIN2009-14715-C04-01) and the Basque Govern­ment (BERBATEK IE09-262).</p></section><references><p>E. Agirre and A. Soroa. 2009. Personalizing pagerank for word sense disambiguation. In <i>Proceedings of EACL09, </i>pages 33^-1. Association for Computational Linguistics.</p><p>E. Agirre, O. Lopez de Lacalle, and A. Soroa. 2009. Knowledge-based wsd on specific domains: Performing better than generic supervised wsd. In <i>Proceedigns ofU-CAI. pp. 1501-1506.".</i></p><p>E. Agirre, O. Lopez de Lacalle, C. Fellbaum, S.K. Hsieh, M. Tesconi, M. Monachini, P. Vossen, and R. Segers. 2010. Semeval-2010 task 17: All-words word sense dis­ambiguation on a specific domain. In <i>Same volume.</i></p><p>W. E. Bosma and P. Vossen. 2010. Bootstrapping language neutral term extraction. In <i>Proceedings of LREC2010, </i>May.</p><p>W. E. Bosma, P. Vossen, A. Soroa, G. Rigau, M. Tesconi, A. Marchetti, M. Monachini, and C. Aliprandi. 2009. KAF: a generic semantic annotation format. In <i>Proceed­ings of the GL2009 Workshop on Semantic Annotation.</i></p><p>S. Brin and L. Page. 1998. The anatomy of a large-scale hypertextual web search engine. <i>Computer Networks and ISDN Systems, </i>30(1-7).</p><p>C. Fellbaum. 1998. <i>WordNet: An Electronical Lexical Database. </i>The MIT Press, Cambridge, MA.</p><p>T. H. Haveliwala. 2002. Topic-sensitive pagerank. In WWW <i>'02: Proceedings of the 11th international conference on WWW, </i>pages 517-526, New York, NY, USA. ACM.</p><p>D. Lin. 1998. Automatic retrieval and clustering of similar words. In <i>Proceedings of ACL98, </i>Montreal, Canada.</p><p>D. McCarthy, R. Koeling, J. Weeds, and J. Carroll. 2007. Unsupervised acquisition of predominant word senses. <i>Computational Linguistics, </i>33(4).</p><p>A. Roventini, A. Alonge, F. Bertagna, N. Calzolari, J. Can-cila, C. Girardi, B. Magnini, R. Marinem, M. Speranza, and A. Zampolli. 2003. Italwordnet: building a large semantic database for the automatic treatment of Italian. <i>Linguistica Computazionale, Special Issue (XVIII-XIX), </i>pages 745-791.</p><p>B. S. Tsai, CR. Huang, S.c. Tseng, J.Y Lin, K.J. Chen, and YS. Chuang. 2001. Definition and tests for lexical se­mantic relations in Chinese. In <i>Proceedings CLSW 2001.</i></p><p>P. Vossen, I. Maks, R. Segers, H. van der Vliet, and H. van Zutphen. 2008. The cornetto database: the architecture and alignment issues. In <i>Proceedings GWC 2008, </i>pages 485-506.</p></references></body></article>