<?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="177"/><title>I2R: Three Systems for Word Sense Discrimination, Chinese Word Sense Disambiguation, and English Word Sense Disambiguation</title><pubinfo>Proceedings of the 4th International Workshop on Semantic Evaluations (SemEval-2007),pages 177-182, Prague, June 2007. ©2007 Association for Computational Linguistics</pubinfo><author surname="Niu" givenname="Zheng-Yu"><org  name="Institute for Infocomm Research" country="Singapore"/></author><author surname="Ji" givenname="Dong-Hong"><org  name="National University of Singapore" country="Singapore"/></author><author surname="Tan" givenname="Chew-Lim"><org  name="Konan University" country="Japan" city="Kobe"/></author></firstpageheader><frontmatter><p><b>I2R: Three Systems for Word Sense Discrimination, Chinese Word Sense Disambiguation, and English Word Sense Disambiguation</b></p><p><b>Zheng-Yu Niu, Dong-Hong Ji</b></p><p>Institute for Infocomm Research 21 Heng Mui Keng Terrace 119613 Singapore</p><p>niu_zy@hotmail.com dhji@i2r.a-star.edu.sg</p><p><b>Chew-Lim Tan</b></p><p>Department of Computer Science National University of Singapore 3 Science Drive 2 117543 Singapore tancl@comp.nus.edu.sg</p></frontmatter><abstract>This paper describes the implementation of our three systems at SemEval-2007, for task 2 (word sense discrimination), task 5 (Chinese word sense disambiguation), and the first subtask in task 17 (English word sense disambiguation). For task 2, we ap­plied a cluster validation method to esti­mate the number of senses of a target word in untagged data, and then grouped the in­stances of this target word into the esti­mated number of clusters. For both task 5 and task 17, We used the label propagation algorithm as the classifier for sense disam­biguation. Our system at task 2 achieved 63.9% F-score under unsupervised evalua­tion, and 71.9% supervised recall with su­pervised evaluation. For task 5, our sys­tem obtained 71.2% micro-average preci­sion and 74.7% macro-average precision. For the lexical sample subtask for task 17, our system achieved 86.4% coarse­grained precision and recall. </abstract></header><body><section number="1" title="Introduction"><p>SemEval-2007 launches totally 18 tasks for evalua­tion exercise, covering word sense disambiguation, word sense discrimination, semantic role labeling, and sense disambiguation for information retrieval, and other topics in NLP. We participated three tasks in SemEval-2007, which are task 2 (Evaluating Word Sense Induction and Discrimination Systems), task 5 (Multilingual Chinese-English Lexical Sam­ple Task) and the first subtask at task 17 (English Lexical Sample, English Semantic Role Labeling and English All-Words Tasks).</p><p>The goal for SemEval-2007 task 2 (Evaluat­ing Word Sense Induction and Discrimination Sys-tems)(Agirre and Soroa, 2007) is to automatically discriminate the senses of English target words by the use of only untagged data. Here we address this word sense discrimination problem by (1) estimat­ing the number of word senses of a target word in untagged data using a stability criterion, and then (2) grouping the instances of this target word into the estimated number of clusters according to the simi­larity of contexts of the instances. No sense-tagged data is used to help the clustering process.</p><p>The goal of task 5 (Chinese Word Sense Disam­biguation) is to create a framework for the evaluation of word sense disambiguation in Chinese-English machine translation systems. Each participates of this task will be provided with sense tagged train­ing data and untagged test data for 40 Chinese pol-ysemous words. The "sense tags" for the ambigu­ous Chinese target words are given in the form of their English translations. Here we used a semi-supervised classification algorithm (label propaga­tion algorithm) (Niu, et al., 2005) to address this Chinese word sense disambiguation problem.</p><p>The lexical sample subtask of task 17 (English Word Sense Disambiguation) provides sense-tagged training data and untagged test data for 35 nouns and 65 verbs. This data includes, for each target word: OntoNotes sense tags (these are groupings of Word­Net senses that are more coarse-grained than traditional WN entries), as well as the sense inventory for these lemmas.<page local="2" global="178"/> Here we used only the training data supplied in this subtask for sense disambiguation in test set. The label propagation algorithm (Niu, et al., 2005) was used to perform sense disambiguation by the use of both training data and test data.</p><p>This paper will be organized as follows. First, we will provide the feature set used for task 2, task 5 and task 17 in section 2. Secondly, we will present the word sense discrimination method used for task 2 in section 3. Then, we will give the label propa­gation algorithm for task 5 and task 17 in section 4. Section 5 will provide the description of data sets at task 2, task 5 and task 17. Then, we will present the experimental results of our systems at the three tasks in section 6. Finally we will give a conclusion of our work in section 7.</p></section><section number="2" title="Feature Set"><p>In task 2, task 5 and task 17, we used three types of features to capture contextual information: part-of-speech of neighboring words (no more than three-word distance) with position information, unordered single words in topical context (all the contextual sentences), and local collocations (including 11 col­locations). The feature set used here is as same as the feature set used in (Lee and Ng, 2002) except that we did not use syntactic relations.</p></section><section number="3" title="The Word Sense Discrimination Method for Task 2"><p>Word sense discrimination is to automatically dis­criminate the senses of target words by the use of only untagged data. So we can employ clustering algorithms to address this problem. Another prob­lem is that there is no sense inventories for target words. So the clustering algorithms should have the ability to automatically estimate the sense number of a target word.</p><p>Here we used the sequential Information Bottle­neck algorithm (sIB) (Slonim, et al., 2002) to esti­mate cluster structure, which measures the similarity of contexts of instances of target words according to the similarity of their contextual feature conditional distribution. But <i>sIB</i><i> </i>requires the number of clus­ters as input. So we used a cluster validation method to automatically estimate the sense number of a target word before clustering analysis. Cluster valida­tion (or stability based approach)is a commonly used method to the problem of model order identification (or cluster number estimation) (Lange, et al., 2002; Levine and Domany, 2001). The assumption of this method is that if the model order is identical with the true value, then the cluster structure estimated from the data is stable against resampling, otherwise, it is more likely to be the artifact of sampled data.</p><table caption="Table 1: Sense number estimation procedure forword sense discrimination._"></table><subsection number="3.1" title="The Sense Number Estimation Procedure"><p>Table 1 presents the sense number estimation pro­cedure. <i>Kmin </i>was set as 2, and <i>Kmax </i>was set as 5 in our system. The evaluation function <i>Mk</i><i> </i>(described in Table 2) is relevant with the sense number k. q is set as 20 here. Clustering solution which is stable against resampling will give rise to a local optimum of <i>Mk</i>, which indicates the true value of sense num­ber. In the cluster validation procedure, we used the <i>sIB</i><i> </i>algorithm to perform clustering analysis (de­scribed in section 3.2).</p><doubt alpha="64.8" length="71" tooSmall="False" monospace="0.0">The functionM (Cß, C) in Table 2 is given by (Levine and Domany, 2001):</doubt><doubt alpha="29.7" length="64" tooSmall="False" monospace="0.0">Ei ,■1icii=      = l,di€DM,dj€DM}M(C'\C) =z'&gt;       '-----——-—-,</doubt><doubt alpha="0.0" length="3" tooSmall="False" monospace="0.0">(1)</doubt><p>where <i>Dß</i><i> </i>is a subset with size <i>a\D\ </i>sampled from full data set D, C and C<i>ß </i>are \D\ x \D\ connectivity matrixes based on clustering solutions computed on D and <i>Dß</i><i> </i>respectively, and 0 &lt; <i>a</i><i> </i><i>&lt;</i><i> </i>1. The con­nectivity matrix C is defined as: Ci;j — 1 if <i>di </i>and <i>dj</i><i> </i>belong to the same cluster, otherwise Ci;j — 0. C<i>ß </i>is calculated in the same way. <i>a </i>is set as 0.90 in this paper.</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></tr><tr class="row"><td class="cell"></td><td class="cell"><p>1</p></td><td class="cell"><p>Set lower bound <i>Kmin </i>and upper bound</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p></p></td><td class="cell"><p>for sense number k;</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>Set k <i>— Kmin</i>;</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>Conduct the cluster validation process</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p></p></td><td class="cell"><p>presented in Table 2 to evaluate the merit of <i>k;</i></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>Record k and the value of <i>Mk </i>;</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>Set k — k + 1. If k &lt; <i>Kmax</i>, go to step 3,</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p></p></td><td class="cell"><p>otherwise go to step 6;</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>Choose the value <i>k </i>that maximizes Mk,</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p></p></td><td class="cell"><p>where <i>k </i>is the estimated sense number.</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></tr></table><page local="3" global="179"/><doubt alpha="0.0" length="1" tooSmall="False" monospace="0.0">2</doubt><table caption="Table 2: The cluster validation method for evalua­tion of values of sense numberk._"></table><p><u>Function</u>: Cluster_Validation(fc, <i>D,</i><i> </i><i>q)</i></p><p>3 Use a random predictor pk to assign uniformly drawn labels to instances in D;</p><p>4 Construct connectivity matrix <i>CPk</i>using above clustering solution on D;</p><doubt alpha="60.0" length="15" tooSmall="False" monospace="0.0">5 Forß— 1 toqdo</doubt><doubt alpha="65.0" length="60" tooSmall="False" monospace="0.0">5.1 Randomly sample a subset(Dß) with sizea\D\fromD,0 &lt;a &lt;1;</doubt><p>5.2 Perform clustering analysis using sIB on <i>(Dß</i>) with k as input;</p><p>5.3 Construct connectivity matrix Ck using above clustering solution on (D<i>ß</i>);</p><p>5.4 Use pk to assign uniformly drawn labels to instances in (DM);</p><p>5.5 Construct connectivity matrix Cpk using above clustering solution on (D<i>ß</i>); Endfor</p></subsection></section><section number="6" title="Evaluate the merit of k using following objective function:"><p>crease when increasing the value of k. Therefore for avoiding the bias that smaller value of k is to be se­lected as cluster number, we use the cluster validity of a random predictor to normalize M (C^.k, CF k ).</p><subsection number="3.2" title="The sIB Clustering Algorithm"><p>Here we used the sIB algorithm (Slonim, et al., 2002) to estimate cluster structure, which measures the similarity of contexts of instances according to the similarity of their feature conditional distribu­tion. sIB is a simplified "hard" variant of informa­tion bottleneck method (Tishby, et al., 1999).</p><p>Let d represent a document, and w represent a fea­ture word, d G D, w G F. Given the joint distri­bution p(d, w), the document clustering problem is formulated as looking for a compact representation T for D, which preserves as much information as possible about F. T is the document clustering so­lution. For solving this optimization problem, sIB algorithm was proposed in (Slonim, et al., 2002), which found a local maximum of I (T, F ) by: given an initial partition T, iteratively drawing a d G D out of its cluster t(d), t <i>G </i>T, and merging it into tnew such that tnew — argmaxteTd(d, t). d(d, t) is the change of I(T, F) due to merging d into cluster tnew, which is given by where M (Cß, C) is given by equation (1); Return <i>Mk </i>;</p><doubt alpha="34.1" length="44" tooSmall="False" monospace="0.0">d(d,t) — (p(d) + p(t))JS (p(w\d),p(w\t)).(2)</doubt><p>JS(p, q) is the Jensen-Shannon divergence, which 4s defined as</p><doubt alpha="0.0" length="1" tooSmall="False" monospace="0.0">7</doubt><p>M(Cß, C) measures the proportion of document pairs in each cluster computed on D that are also as­signed into the same cluster by clustering solution on D^. Clearly, 0 &lt; M &lt; 1. Intuitively, if clus­ter number k is identical with the true value, then clustering results on different subsets generated by sampling should be similar with that on full data set, which gives rise to a local optimum of M (Cß, C).</p><p>In our algorithm, we normalize M (C^.k ,CF;k ) using the equation in step 6 of Table 2, which makes our objective function different from the fig­ure of merit (equation ( 1)) proposed in (Levine and Domany, 2001). The reason to normalize M (C£ k ,CFk ) is that M (C£ k ,CFk ) tends to de-</p><doubt alpha="52.6" length="38" tooSmall="False" monospace="0.0">JS(p,q) =TTpDKL(p\\p)+irqDKL(q\\p),(3)</doubt><doubt alpha="35.0" length="20" tooSmall="False" monospace="0.0">Dkl{'p\\v) = J2p1°9-</doubt><doubt alpha="57.9" length="19" tooSmall="False" monospace="0.0">DKL{q\\p)=^jqlog(L,</doubt><doubt alpha="33.3" length="24" tooSmall="False" monospace="0.0">{p,q} = {p(w\d),p(w\t)},</doubt><doubt alpha="50.0" length="4" tooSmall="False" monospace="0.0">p(d)</doubt><doubt alpha="50.0" length="4" tooSmall="False" monospace="0.0">p(t)</doubt><p>+ p(t)' p(d) + p(t) p — npp(w\d) + <i>nq </i>p(w\t).</p><doubt alpha="0.0" length="2" tooSmall="False" monospace="0.0">},</doubt><doubt alpha="0.0" length="3" tooSmall="False" monospace="0.0">(4)</doubt><doubt alpha="0.0" length="3" tooSmall="False" monospace="0.0">(5)</doubt><doubt alpha="0.0" length="11" tooSmall="False" monospace="0.0">(6) (7) (8)</doubt><doubt alpha="100.0" length="1" tooSmall="False" monospace="0.0">y</doubt><p>Input: cluster number <i>k,</i><i> </i>data set <i>D,</i><i> </i>and sampling frequency q; Output: the score of the merit of <i>k;</i><i> 1      </i>Perform clustering analysis using sIB on data set D with k as input; </p><p>Construct connectivity matrix Ck based on above clustering solution on D;<page local="4" global="180"/></p><doubt alpha="44.4" length="9" tooSmall="False" monospace="0.0">{7Tp,7Tq}</doubt></subsection></section><section number="4" title="The Label Propagation Algorithm for Task 5 and Task 17"><p>In the label propagation algorithm (LP) (Zhu and Ghahramani, 2002), label information of any ver­tex in a graph is propagated to nearby vertices through weighted edges until a global stable stage is achieved. Larger edge weights allow labels to travel through easier. Thus the closer the examples, more likely they have similar labels (the global con­sistency assumption).</p><p>In label propagation process, the soft label of each initial labeled example is clamped in each iteration to replenish label sources from these labeled data. Thus the labeled data act like sources to push out la­bels through unlabeled data. With this push from la­beled examples, the class boundaries will be pushed through edges with large weights and settle in gaps along edges with small weights. If the data structure fits the classification goal, then LP algorithm can use these unlabeled data to help learning classification plane.</p><p>Let Y<b><footnote anchor="0"/> </b>G Nnxc represent initial soft labels at­tached to vertices, where Yj = 1 if y is <i>Sj</i><i> </i>and 0 otherwise. Let <i>Y°</i><i> </i>be the top l rows of Y<b><footnote anchor="0"/> </b>and Yj be the remaining u rows. <i>Yj°</i><i> </i>is consistent with the labeling in labeled data, and the initialization of Yj can be arbitrary.</p><p>Optimally we expect that the value of Wj across different classes is as small as possible and the value of Wj within same class is as large as possible. This will make label propagation to stay within same class. In later experiments, we set <i>a </i>as the aver­age distance between labeled examples from differ­ent classes.</p><p>Define n <i>x</i><i> </i>n probability transition matrix <i>Tj</i><i> </i><i>=</i><i> </i><i>P(j</i><i> ~^ </i>= E"**Wfc ' wnere <i>Tij </i>is the probability to jump from example <i>Xj</i><i> </i>to example Xj.</p><p>Compute the row-normalized matrix <i>T </i>by <b>Ty = </b>Tjj <i>/J2</i><b>n=i </b>Tik. This normalization is to maintain the class probability interpretation of<i>Y.</i></p><p>Then LP algorithm is defined as follows:</p></section><section number="1." title="Initially set t=0, where t is iteration index;"></section><section number="2." title="Propagate the label by Y t+l = TY l ;"><p>3. Clamp labeled data by replacing the top l row of Y *<b>+1 </b>with <i>Y°</i>. Repeat from step 2 until Y * con­verges; where j = <i>argmaxj Yhj</i>.</p><doubt alpha="57.9" length="38" tooSmall="False" monospace="0.0">4. Assignxh(1 + 1&lt;h &lt;n)with a labelSj,</doubt><p>This algorithm has been shown to converge to a unique solution, which is <i>Yu</i><i> </i><i>=</i><i> </i>lim*-^ <i>Y^j</i><i> </i><i>=</i><i> </i><i>{I</i><i> ~ Tuu)-lTulYl </i>(Zhu and Ghahramani, 2002). We can see that this solution can be obtained with­out iteration and the initialization of <i>Yj</i><i> </i>is not im­portant, since <i>Yj°</i><i> </i>does not affect the estimation of <i>Yu. I </i>is <i>u </i>x <i>u </i>identity matrix. <i>Tuu </i>and <i>Tu\ </i>are acquired by splitting matrix <i>T </i>after the <i>l-th </i>row and the l-th column into 4 sub-matrices.</p><p>For task 5 and 17, we constructed connected graphs as follows: two instances <i>u,v</i><i> </i>will be con­nected by an edge if u is among v'sk nearest neigh­bors, or if v is among u's k nearest neighbors as mea­sured by cosine or JS distance measure. k is set 10 in our system implementation.</p><doubt alpha="61.0" length="41" tooSmall="False" monospace="0.0">5 Data Sets of Task 2, Task 5 and Task 17</doubt><p>The test data for task 2 includes totally 27132 un­tagged instances for 100 ambiguous English words. There is no training data for task 2.</p><p>There are 40 ambiguous Chinese words in task 5. The training data for this task consists of 2686 instances, while the test data includes 935 instances.</p><p>There are 100 ambiguous English words in the first subtask of task 17. The training data for this task consists of 22281 instances, while the test data includes 4851 instances.</p></section><section number="6" title="Experimental Results of Our Systems at"><doubt alpha="57.7" length="26" tooSmall="False" monospace="0.0">Task 2, Task 5 and Task 17</doubt><p>Table 3: The best/worst/average F-score of all the systems at task 2 and the F-score of our system at task 2 for all target words, nouns and verbs with un-su<u>pervised evaluation.</u>_</p><p>Table 3 lists the best/worst/average F-score of all the systems at task 2 and the F-score of our system at task 2 for all target words, nouns and verbs with<page local="5" global="181"/></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></p></td><td class="cell"><p>All words</p></td><td class="cell"><p>Nouns</p></td><td class="cell"><p>Verbs</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Best</p></td><td class="cell"><p>78.7%</p></td><td class="cell"><p>80.8%</p></td><td class="cell"><p>76.3%</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Worst</p></td><td class="cell"><p>56.1%</p></td><td class="cell"><p>65.8%</p></td><td class="cell"><p>45.1%</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Average</p></td><td class="cell"><p>65.4%</p></td><td class="cell"><p>69.0%</p></td><td class="cell"><p>61.4%</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Our system</p></td><td class="cell"><p>63.9%</p></td><td class="cell"><p>68.0%</p></td><td class="cell"><p>59.3%</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>Table 4: The best/worst/average supervised recall of all the systems at task 2 and the supervised recall of our system at task 2 for all target words, nouns and verbs with supervised evaluation.</p><p>Table 5: The best/worst/average micro-average pre­cision and macro-average precision of all the sys­tems at task 5 and the micro-average precision and macro-average precision of our system at task 5.</p><p>unsupervised evaluation. Our system obtained the fourth place among six systems with unsupervised evaluation. Table 4 shows the best/worst/average supervised recall of all the systems at task 2 and the supervised recall of our system at task 2 for all tar­get words, nouns and verbs with supervised evalu­ation. Our system is ranked as the first among six systems with supervised evaluation. Table 7 lists the estimated sense numbers by our system for all the words at task 2. The average of all the estimated sense numbers is 3.1, while the average of all the ground-truth sense numbers is 3.6 if we consider the sense inventories provided in task 17 as the answer. It seems that our estimated sense numbers are close to the ground-truth ones.</p><p>Table 5 provides the best/worst/average micro­average precision and macro-average precision ofall the systems at task 5 and the micro-average preci­sion and macro-average precision of our system at task 5. Our system obtained the second place among six systems for task 5.</p><p>Table 6 shows the best/worst/average coarse­grained score (precision) of all the systems the lexi­cal sample subtask of task 17 and the coarse-grained score (precision) of our system at the lexical sample</p><p>Table 6: The best/worst/average coarse-grained score (precision) of all the systems at the lexical sample subtask of task 17 and the coarse-grained score (precision) of our system at the lexical sam-p<u>ie subtask of task 17.</u>_ subtask of task 17. The attempted rate of all the sys­tems is 100%. So the precision value is equal to the recall value for all the systems. Here we listed only the precision for the 13 systems at this subtask. Our system is ranked as the third one among 13 systems.</p></section><section number="7" title="Conclusion"><p>In this paper, we described the implementation of our <i>1</i>2R systems that participated in task 2, task 5, and task 17 at SemEval-2007. Our systems achieved 63.9% F-score and 81.6% supervised recall for task 2, 71.2% micro-average precision and 74.7% macro-average precision for task 5, and 86.4% coarse­grained precision and recall for the lexical sample subtask of task 17. The performance of our system is very good under supervised evaluation. It may be explained by that our system has the ability to find some minor senses so that it can outperforms the baseline system that always uses the most fre­quent sense as the answer.</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></p></td><td class="cell"><p>All words</p></td><td class="cell"><p>Nouns</p></td><td class="cell"><p>Verbs</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Best</p></td><td class="cell"><p>81.6%</p></td><td class="cell"><p>86.8%</p></td><td class="cell"><p>75.7%</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Worst</p></td><td class="cell"><p>78.5%</p></td><td class="cell"><p>81.4%</p></td><td class="cell"><p>75.2%</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Average</p></td><td class="cell"><p>79.6%</p></td><td class="cell"><p>83.0%</p></td><td class="cell"><p>75.7%</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Our system</p></td><td class="cell"><p>81.6%</p></td><td class="cell"><p>86.8%</p></td><td class="cell"><p>75.7%</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></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></tr><tr class="row"><td class="cell"></td><td class="cell"><p></p></td><td class="cell"><p>Coarse-grained score (precision)</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Best</p></td><td class="cell"><p>88.7%</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Worst</p></td><td class="cell"><p>52.1%</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Average</p></td><td class="cell"><p>70.0%</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Our system</p></td><td class="cell"><p>86.4%</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></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></tr><tr class="row"><td class="cell"></td><td class="cell"><p></p></td><td class="cell"><p>Micro-average</p></td><td class="cell"><p>Macro-average</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Best</p></td><td class="cell"><p>71.7%</p></td><td class="cell"><p>74.9%</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Worst</p></td><td class="cell"><p>33.7%</p></td><td class="cell"><p>39.6%</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Average</p></td><td class="cell"><p>58.5%</p></td><td class="cell"><p>62.7%</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Our system</p></td><td class="cell"><p>71.2%</p></td><td class="cell"><p>74.7%</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr></table><table caption="Table 7: The estimated sense numbers by our system for all thewords at task 2._"></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></tr><tr class="row"><td class="cell"></td><td class="cell"><p>explain</p></td><td class="cell"><p>2</p></td><td class="cell"><p>move</p></td><td class="cell"><p>3</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>position</p></td><td class="cell"><p>3</p></td><td class="cell"><p>express</p></td><td class="cell"><p>4</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>buy</p></td><td class="cell"><p>2</p></td><td class="cell"><p>begin</p></td><td class="cell"><p>2</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>hope</p></td><td class="cell"><p>3</p></td><td class="cell"><p>prepare</p></td><td class="cell"><p>3</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>feel</p></td><td class="cell"><p>5</p></td><td class="cell"><p>policy</p></td><td class="cell"><p>2</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>hold</p></td><td class="cell"><p>2</p></td><td class="cell"><p>attempt</p></td><td class="cell"><p>2</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>5</p></td><td class="cell"><p>recall</p></td><td class="cell"><p>3</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>people</p></td><td class="cell"><p>4</p></td><td class="cell"><p>find</p></td><td class="cell"><p>2</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>2</p></td><td class="cell"><p>join</p></td><td class="cell"><p>2</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>bill</p></td><td class="cell"><p>2</p></td><td class="cell"><p>build</p></td><td class="cell"><p>2</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>hour</p></td><td class="cell"><p>5</p></td><td class="cell"><p>base</p></td><td class="cell"><p>3</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>value</p></td><td class="cell"><p>4</p></td><td class="cell"><p>management</p></td><td class="cell"><p>2</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>job</p></td><td class="cell"><p>5</p></td><td class="cell"><p>turn</p></td><td class="cell"><p>4</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>rush</p></td><td class="cell"><p>2</p></td><td class="cell"><p>kill</p></td><td class="cell"><p>2</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>ask</p></td><td class="cell"><p>2</p></td><td class="cell"><p>area</p></td><td class="cell"><p>5</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>approve</p></td><td class="cell"><p>4</p></td><td class="cell"><p>affect</p></td><td class="cell"><p>4</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>capital</p></td><td class="cell"><p>4</p></td><td class="cell"><p>keep</p></td><td class="cell"><p>5</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>purchase</p></td><td class="cell"><p>2</p></td><td class="cell"><p>improve</p></td><td class="cell"><p>2</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>propose</p></td><td class="cell"><p>2</p></td><td class="cell"><p>do</p></td><td class="cell"><p>2</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>see</p></td><td class="cell"><p>3</p></td><td class="cell"><p>drug</p></td><td class="cell"><p>5</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>president</p></td><td class="cell"><p>3</p></td><td class="cell"><p>come</p></td><td class="cell"><p>5</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>power</p></td><td class="cell"><p>3</p></td><td class="cell"><p>disclose</p></td><td class="cell"><p>4</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>effect</p></td><td class="cell"><p>2</p></td><td class="cell"><p>avoid</p></td><td class="cell"><p>3</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>part</p></td><td class="cell"><p>5</p></td><td class="cell"><p>plant</p></td><td class="cell"><p>2</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>exchange</p></td><td class="cell"><p>4</p></td><td class="cell"><p>share</p></td><td class="cell"><p>2</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>state</p></td><td class="cell"><p>2</p></td><td class="cell"><p>carrier</p></td><td class="cell"><p>2</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>care</p></td><td class="cell"><p>5</p></td><td class="cell"><p>complete</p></td><td class="cell"><p>2</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>promise</p></td><td class="cell"><p>3</p></td><td class="cell"><p>maintain</p></td><td class="cell"><p>3</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>estimate</p></td><td class="cell"><p>2</p></td><td class="cell"><p>development</p></td><td class="cell"><p>4</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>rate</p></td><td class="cell"><p>2</p></td><td class="cell"><p>space</p></td><td class="cell"><p>5</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>say</p></td><td class="cell"><p>2</p></td><td class="cell"><p>raise</p></td><td class="cell"><p>3</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>remove</p></td><td class="cell"><p>5</p></td><td class="cell"><p>future</p></td><td class="cell"><p>3</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>grant</p></td><td class="cell"><p>4</p></td><td class="cell"><p>network</p></td><td class="cell"><p>3</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>remember</p></td><td class="cell"><p>3</p></td><td class="cell"><p>announce</p></td><td class="cell"><p>5</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>cause</p></td><td class="cell"><p>2</p></td><td class="cell"><p>start</p></td><td class="cell"><p>3</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>point</p></td><td class="cell"><p>5</p></td><td class="cell"><p>order</p></td><td class="cell"><p>2</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>occur</p></td><td class="cell"><p>4</p></td><td class="cell"><p>defense</p></td><td class="cell"><p>5</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>authority</p></td><td class="cell"><p>3</p></td><td class="cell"><p>set</p></td><td class="cell"><p>3</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>regard</p></td><td class="cell"><p>2</p></td><td class="cell"><p>chance</p></td><td class="cell"><p>2</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>go</p></td><td class="cell"><p>3</p></td><td class="cell"><p>produce</p></td><td class="cell"><p>2</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>allow</p></td><td class="cell"><p>4</p></td><td class="cell"><p>negotiate</p></td><td class="cell"><p>2</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>describe</p></td><td class="cell"><p>2</p></td><td class="cell"><p>enjoy</p></td><td class="cell"><p>4</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>prove</p></td><td class="cell"><p>3</p></td><td class="cell"><p>exist</p></td><td class="cell"><p>4</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>claim</p></td><td class="cell"><p>4</p></td><td class="cell"><p>replace</p></td><td class="cell"><p>3</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>fix</p></td><td class="cell"><p>2</p></td><td class="cell"><p>examine</p></td><td class="cell"><p>3</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>end</p></td><td class="cell"><p>5</p></td><td class="cell"><p>lead</p></td><td class="cell"><p>3</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>receive</p></td><td class="cell"><p>3</p></td><td class="cell"><p>source</p></td><td class="cell"><p>2</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>complain</p></td><td class="cell"><p>3</p></td><td class="cell"><p>report</p></td><td class="cell"><p>2</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>2</p></td><td class="cell"><p>believe</p></td><td class="cell"><p>2</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>condition</p></td><td class="cell"><p>2</p></td><td class="cell"><p>contribute</p></td><td class="cell"><p>3</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></section><references><p>Agirre E. , &amp; Soroa A. 2007. SemEval-2007 Task 2: Evaluating Word Sense Induction and Discrimination Systems. <i>Proceedings of SemEval-2007, Association for Computational Linguistics.</i></p><p>Lange, T., Braun, M., Roth, V., &amp; Buhmann, J. M. 2002. Stability-Based Model Selection. <i>Advances in Neural Information Processing Systems 15.</i></p><p>Lee, Y.K., &amp; Ng, H.T. 2002. An Empirical Evalua­tion of Knowledge Sources and Learning Algorithms for Word Sense Disambiguation. <i>Proceedings </i><i>ofthe</i><i> 2002 Conference on Empirical Methods in Natural Language Processing, </i>(pp. 41-48).</p><page local="6" global="182"/><p>Levine, E., &amp; Domany, E. 2001. Resampling Methodfor Unsupervised Estimation of Cluster Validity. <i>Neural Computation, </i>Vol. 13, 2573-2593.</p><p>Niu, Z.Y., Ji, D.H., &amp; Tan, C.L. 2005. Word Sense Disambiguation Using Label Propagation Based Semi-Supervised Learning. <i>Proceedings of the 43rd Annual Meeting ofthe Association for Computational Linguis­tics.</i></p><p>Slonim, N., Friedman, N., &amp; Tishby, N. 2002. Un­supervised Document Classification Using Sequential Information Maximization. <i>Proceedings of the 25th Annual International ACM SIGIR Conference on Re­search and Development in Information Retrieval.</i></p><p>Tishby, N., Pereira, F., &amp; Bialek, W. (1999) The Infor­mation Bottleneck Method. <i>Proc. ofthe 37th Allerton Conference on Communication, Control and Comput­ing.</i></p><p>Zhu, X. &amp; Ghahramani, Z.. 2002. Learning from La­beled and Unlabeled Data with Label Propagation.</p><p><i>CMU CALD tech report CMU-CALD-02-107.</i></p></references></body></article>