<?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="199"/><title>JHU1 : An Unsupervised Approach to Person Name Disambiguation using Web Snippets</title><pubinfo>Proceedings of the 4th International Workshop on Semantic Evaluations (SemEval-2007),pages 199-202, Prague, June 2007. ©2007 Association for Computational Linguistics</pubinfo><author surname="Rao" givenname="Delip"><org  name="Johns Hopkins University" country="USA" city="Baltimore"/></author><author surname="Garera" givenname="Nikesh"><org  name="Johns Hopkins University" country="USA" city="Baltimore"/></author><author surname="Yarowsky" givenname="David"><org  name="Johns Hopkins University" country="USA" city="Baltimore"/></author></firstpageheader><frontmatter><p><b>JHU1 : An Unsupervised Approach to Person Name Disambiguation</b></p><p><b>using Web Snippets</b></p><p><b>Delip Rao    Nikesh Garera    David Yarowsky</b></p><p>Dept. of Computer Science Johns Hopkins University Baltimore, MD 21218 {delip, ngarera, yarowsky}@cs.jhu.edu</p></frontmatter><abstract>This paper presents an approach to person name disambiguation using K-means clus­tering on rich-feature-enhanced document vectors, augmented with additional web-extracted snippets surrounding the polyse-mous names to facilitate term bridging. This yields a significant F-measure improvement on the shared task training data set. The pa­per also illustrates the significant divergence between the properties of the training and test data in this shared task, substantially skewing results. Our system optimized on <b>F</b><b>0.2 </b>rather than <b>F0.5 </b>would have achieved top performance in the shared task. </abstract></header><body><section number="1" title="Introduction"><p>Being able to automatically distinguish between John Doe, the musician, and John Doe, the actor, on the Web is a task of significant importance with ap­plications in IR and other information management tasks. Mann and Yarowsky (2004) used bigograph-ical data annotated with named entitities and per­form fusion of extracted information across multiple documents. Bekkerman and McCallum (2005) stud­ied the problem in a social network setting exploit­ing link topology to disambiguate namesakes. Al-Kamha and Embley (2004) used a combination of attributes (like zipcodes, state, etc.), links, and page similarity to derive the name clusters while Wan et. al. (2005) used lexical features and named entities.</p></section><section number="2" title="Approaches"><p>Our framework focuses on the K-means clustering model using both bag of words as features and vari­ous augumented feature sets. We experimented with several similarity functions and chose Pearson's cor­relation coefficient<footnote anchor="1"/> as the distance measure for clus­tering. The weights for the features were set to the term frequency of their respective words in the doc-ument.<footnote anchor="2"/></p><subsection number="2.1" title="Submitted system: Clustering using Web Snippets"><p>We queried the Google search engine with the target person names and extracted up to the top one thousand results. For each result we also extracted the snippet associated with it. An example is shown below in Figure 2.1. As can be seen the</p><p><b><u>Ockanq Lin's Home Page</u> - </b><b>j </b>visits - Mai <b><i>27</i></b></p><p>Dekantj Lin. Professor Department of Computing Science - University of Alberta. Edmonton. Altena. Canada T6G 2H1. Pnone: 730 492-9920. Fa*: 730 492-1071 ... ttWtf.cs.ualoerta.ca/Hlndek/ - 12k - <u>Cached</u> - <u>Similar pacies</u> - <u>Note this</u> - <u>Filter</u></p><doubt alpha="100.0" length="5" tooSmall="False" monospace="0.0">Demos</doubt><p>Dependency Database. The dependency database shown here is extracted from a parsed newspaper corpus. Given a word, one can retrieve trom this database the ...</p><p>www.cs.ualberta.ca/-llndeWdemos.htm - 8k - <u>Cached</u> - <u>Similar Gapes</u> - <u>Mote this</u> - <u>Filler </u>[ <u>More results from </u>www.cs.ualberta.ca ]</p><p>Figure 1 : Google snippet for "Dekang Lin" snippets contain high quality, low noise features that could be used to improve the performance of the system. Each snippet was treated as a document and clustered along with the supplied documents.<page local="2" global="200"/> This process is illustrated in Figure 2. The following example illustrates how these web snippets can improve performance by lexical transitivity. In this hypothetical example, a short test document contains a Canadian postal code (T6G 2H1) not found in any of the training documents. However, there may exist an additional web page not in the training or test data which contains both this term and also overlap with other terms in the training data (e.g. 492-9920), serving as an effective transitive bridge between the two.</p><footnote label="1">This performs better than the standard measures like Eu­clidean and Cosine with K-means clustering on this data.</footnote><footnote label="2">We found that using TF weights instead of TF-IDF weights gives a better performance on this task.</footnote><p>Training Document 1 Web Snippet 2 Test Document 3</p><doubt alpha="27.9" length="68" tooSmall="False" monospace="0.0">492-9920, not(T6G 2H1) both 492-9920, T6G 2H1 T6G 2H1, not(492-9920)</doubt><p>Thus <b>K</b>-means clustering is likely to cluster the three documents above together while without this transitive bridge the association between training and test documents is much less strong. The final clustering of the test data is simply a projection with the training documents and web snippets removed.</p><p><b>Initial clusters of web snippets + test documents</b></p><p>lli)A(ll n nil 1</p><figure caption="Figure 2: Clustering using Web Snippets"></figure></subsection><subsection number="2.2" title="Baselines"><p>In this section we describe several trivial baselines:</p><p>1. <b>Singletons: </b>A clustering where each cluster has only one document hence number of clus­ters is same as the number of documents.</p><p>2. <b>One Cluster: </b>A clustering with only one clus­ter containing all documents.</p><p>3. <b>Random: </b>A clustering scheme which parti­tions the documents uniformly at random into <b>K </b>clusters, where the value of <b>K </b>were the op­timal <b>K </b>on the training and test data.</p><p>These results are summarized in Table 1. Note that all average F-scores mentioned in this table and the rest of the paper are microaverages obtained by av­eraging the purity and invese purity over all names and then calculating the F-score.</p></subsection><subsection number="2.3" title="K-means on Bag of Words model"><p>The standard unaugumented Bag of Words model achieves <b>F0</b><b> </b>5 of 0.666 on training data, as shown in Table 2.</p></subsection><subsection number="2.4" title="Part of speech tag features"><p>We then consider only terms that are nouns (NN, NNP) and adjectives (JJ) with the intuition that most of the content bearing words and descriptive words that disambiguate a person would fall in these classes. The result then improves to 0.67 on the training data.</p></subsection><subsection number="2.5" title="Rich features"><p>Another variant of this system, that we call Rich-Feats, gives preferential weighting to terms that are immediately around all variants of the person name in question, place names, occupation names, and titles. For marking up place names, occupation names, and titles we used gazetteer<footnote anchor="3"/> lookup with­out explicit named entity disambiguation. The key­words that appeared in the HTML tag &lt;META . . &gt; were also given higher weights. This resulted in an <b>F0.5 </b>of 0.664.</p></subsection><subsection number="2.6" title="Snippets from the Web"><p>The addition of web snippets as described in Sec­tion 2.1 yeilds a significant <b>F0</b><b> </b>5 improvement to 0.72.</p><footnote label="3">Totalling 19646 terms, gathered from publicly available re­sources on the web. Further details are available on request.</footnote><table caption="Table 1: Baseline performance" 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>Train</p></td><td class="cell"><p>Test</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Baseline</p></td><td class="cell"><p><b><i>Fo</i></b><b><i>.2</i></b></p></td><td class="cell"><p><b><i>Fo</i></b><i>.5</i></p></td><td class="cell"><p><b><i>Fo</i></b><b><i>.2</i></b></p></td><td class="cell"><p><b><i>Fo</i></b><i>.5</i></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Singletons</p></td><td class="cell"><p>.676</p></td><td class="cell"><p>.511</p></td><td class="cell"><p>.843</p></td><td class="cell"><p>.730</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>One Cluster</p></td><td class="cell"><p>.688</p></td><td class="cell"><p>.638</p></td><td class="cell"><p>.378</p></td><td class="cell"><p>.327</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Random</p></td><td class="cell"><p>.556</p></td><td class="cell"><p>.493</p></td><td class="cell"><p>.801</p></td><td class="cell"><p>.668</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><page local="3" global="201"/></subsection><subsection number="2.7" title="Snippets and Rich features"><p>This is a combination of the models mentioned in Sections 2.5 and 2.6. This model combination re­sulted in a slight degradation of performance over snippets by themselves on the training data but a slight improvement on test data.</p></subsection></section><section number="3" title="Selection of Parameters"><p>The main parameter for <b>K</b>-means clustering is choosing the number of clusters, <b>K. </b>We optimized <b>K </b>over the training data varying <b>K </b>from 10%, 20%,- • ,100% of the number of documents as well as varying absolute <b>K </b>values from 10, 20, • • • to 100 documents.<footnote anchor="4"/> The evaluation score ofF-measure can be highly sensitive to this parameter <b>K, </b>as shown in Table 3. The value of <b>K </b>that gives the best F-measure on training set using vanilla bag of words (BOW) model is <b>K </b>= 10%, however we see in Ta­ble 3 that this value of <b>K </b>actually performs much worse on the test data as compared to other <b>K </b>val­ues.</p><p><b>4 Training/Test discrepancy and re-evaluation using cross validation on test data</b></p><p>Table 4 compares cluster statistics between the train­ing and test data. This data was derived from Artiles et. al (2007). The large difference between aver­age number of clusters in training and test sets in­dicates that the parameter <b>K, </b>optimized on training set cannot be transferred to test set as these two sets belong to a very different distribution. This can be emprically seen in Table 3 where applying the best <b>K </b>on training results in a significant performance drop on test set given this divergence when param­eters are optimized for <b>F0</b><b> </b>5 (although performance does transfer well when parameters are optimized on <b>F0</b><b> </b>2). This was observed in our primary evaluation system which was optimized for <b>F0</b><b> </b>5 and resulted in a low official score of <b>F0</b><b> </b>5 <b>= .53 </b>and <b>F0</b><b> </b>2 <b>= .65.</b></p><footnote label="4">We discard the training and test documents that have no text content, thus the absolute value K =10 and percentage value K = 10% can result in different K's, even if name had originally 100 documents to begin with.</footnote><p>Thus an interesting question is to measure per­formance when parameters are chosen on data shar­ing the distributional character of the test data rather than the highly divergent training set. To do this, we used a standard 2-fold cross validation to estimate clustering parameters from a held-out, alternate-half portion of the test data<footnote anchor="5"/>, which more fairly repre­sents the character of the other half of the test data than does the very different training data. We di­vide the test set into two equal halves (taking first fifteen names alphabetically in one set and the rest in another). We optimize <b>K </b>on the first half, test on the other half and vice versa. We report the two <b>K</b>-values and their corresponding F-measures in Ta­ble 5 and we also report the average in order to com­pare it with the results on the test set obtained using <b>K </b>optimized on training. Further, we also report what would be oracle best <b>K</b>, that is, if we optimize <b>K </b>on the entire test data <footnote anchor="6"/> . We can see in Table 5 that how optimizing <b>K </b>on a devlopment set with same distribution as test set can give us F-measure in the range of 77%, a significant increase as com­pared to the F-measure obtained by optimizing <b>K </b>on given training data.<page local="4" global="202"/> Further, Table 5, also indicates results by a custom clustering method, that takes the best <b>K</b>-means clustering using vanilla bag of words model, retains the largest cluster and splits all the other clusters into singleton clusters. This method gives an improved 2-fold F-measure score over the simple bag of words model, implying that most of the namesakes in test data have one (or few) domi­nant cluster and a lot of singleton clusters. Table 6 shows a full enumeration of model variance under this cross validated test evaluation. POS and Rich­Feats yield small gains, and a best <b><i>F05 </i></b>performance of.776.</p><footnote label="5">This also prevents overfitting as the two halves for training and testing are disjoint.</footnote><footnote label="6">By oracle best K we mean the K obtained by optimizing over the entire test data. Note that, the oracle best K is just for comparison because it would be unfair to claim results by optimizing K on the entire test set, all our claimed results for different models are based on 2-fold cross validation.</footnote><table caption="Table 2: Performance on Training Data" 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>Model</p></td><td class="cell"><p><i>K</i></p></td><td class="cell"><p><b><i>Fo</i></b><b><i>.2</i></b></p></td><td class="cell"><p><b><i>Fo</i></b><i>.5</i></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Vanilla BOW</p></td><td class="cell"><p>10%</p></td><td class="cell"><p>0.702</p></td><td class="cell"><p>0.666</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>BOW + PoS</p></td><td class="cell"><p>10%</p></td><td class="cell"><p>0.706</p></td><td class="cell"><p>0.670</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>BOW + RichFeats</p></td><td class="cell"><p>10%</p></td><td class="cell"><p>0.700</p></td><td class="cell"><p>0.664</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Snippets</p></td><td class="cell"><p>10</p></td><td class="cell"><p><b>0.721</b></p></td><td class="cell"><p><b>0.718</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Snippets + RichFeats</p></td><td class="cell"><p>10</p></td><td class="cell"><p>0.714</p></td><td class="cell"><p>0.712</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: Selecting the optimal parameter on training data and application to test data" 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>Train</p></td><td class="cell"><p>Test</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><i>K</i></p></td><td class="cell"><p><b><i>Fo</i></b><b><i>.2</i></b></p></td><td class="cell"><p><b><i>Fo</i></b><i>.5</i></p></td><td class="cell"><p><b><i>Fo</i></b><b><i>.2</i></b></p></td><td class="cell"><p><b><i>Fo</i></b><i>.5</i></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>10%</b></p></td><td class="cell"><p>.702</p></td><td class="cell"><p><b>.666</b></p></td><td class="cell"><p><b><i>.527</i></b></p></td><td class="cell"><p><b><i>.600</i></b></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>.716</p></td><td class="cell"><p>.644</p></td><td class="cell"><p>.617</p></td><td class="cell"><p>.630</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>30%</p></td><td class="cell"><p>.724</p></td><td class="cell"><p>.631</p></td><td class="cell"><p>.683</p></td><td class="cell"><p>.676</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>40%</p></td><td class="cell"><p>.724</p></td><td class="cell"><p>.618</p></td><td class="cell"><p>.728</p></td><td class="cell"><p>.705</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>50%</p></td><td class="cell"><p>.732</p></td><td class="cell"><p>.614</p></td><td class="cell"><p>.762</p></td><td class="cell"><p>.724</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>60%</p></td><td class="cell"><p>.731</p></td><td class="cell"><p>.601</p></td><td class="cell"><p>.798</p></td><td class="cell"><p>.747</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>70%</p></td><td class="cell"><p>.730</p></td><td class="cell"><p>.593</p></td><td class="cell"><p>.832</p></td><td class="cell"><p>.766</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>80%</b></p></td><td class="cell"><p><b>.732</b></p></td><td class="cell"><p>.586</p></td><td class="cell"><p><b><i>.855</i></b></p></td><td class="cell"><p><b><i>.773</i></b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>90%</p></td><td class="cell"><p>.714</p></td><td class="cell"><p>.558</p></td><td class="cell"><p>.861</p></td><td class="cell"><p>.764</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>100%</p></td><td class="cell"><p>.670</p></td><td class="cell"><p>.502</p></td><td class="cell"><p>.843</p></td><td class="cell"><p>.730</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>Table 5: Comparision oftraining and test results us­ing Vanilla Bag-of-words model. The values indi­cated with * represent the average value.</p></section><section number="5" title="Conclusion"><p>We presented a <b>K</b>-means clustering approach for the task of person name disambiguation using several augmented feature sets including HTML meta fea­tures, part-of-speech-filtered features, and inclusion of additional web snippets extracted from Google to facilitate term bridging. The latter showed sig­nificant empirical gains on the training data. Best performance on test data, when parameters are op­timized for <b><i>F02 </i></b>on training (Table 3), yielded a top performing <b>F0</b><b> </b>2 of .855 on test data (and <b>F0</b><b> </b>5=.773 on test data). We also explored the striking discrep­ancy between training and test data characteristics and showed how optimizing the clustering param­eters on given training data does not transfer well to the divergent test data. To control for similar training and test distributional characteristics, we re-evaluated our test results estimating clustering pa­rameters from alternate held-out portions of the test set. Our models achieved cross validated <b>F</b>0.5 of.77-.78 on test data for all feature combinations, further showing the broad strong performance ofthese tech­niques.</p><table caption="Table 6: Performance on 2Fold Test Data" 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>Model</p></td><td class="cell"><p><i>K</i></p></td><td class="cell"><p><b>Fo</b><b>.2</b></p></td><td class="cell"><p><b>Fo</b><b>.5</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Vanilla BOW</p></td><td class="cell"><p>80/</p></td><td class="cell"><p>.847/. 862</p></td><td class="cell"><p>.749/793</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p></p></td><td class="cell"><p>80%</p></td><td class="cell"><p>Avg = .854</p></td><td class="cell"><p>Avg = .771</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>BOW + PoS</p></td><td class="cell"><p>80%/</p></td><td class="cell"><p>.844/. 865</p></td><td class="cell"><p>.749/795</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p></p></td><td class="cell"><p>80%</p></td><td class="cell"><p>Avg = .854</p></td><td class="cell"><p>Avg = .772</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>BOW</p></td><td class="cell"><p>80%/</p></td><td class="cell"><p>.847/. 868</p></td><td class="cell"><p>754/798</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>RichFeats</p></td><td class="cell"><p>80%</p></td><td class="cell"><p>Avg = .858</p></td><td class="cell"><p>Avg = <b>.776</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Snippets</p></td><td class="cell"><p>50%/</p></td><td class="cell"><p>.842/. 875</p></td><td class="cell"><p>.746/. 800</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p></p></td><td class="cell"><p>50%</p></td><td class="cell"><p>Avg = <b>.859</b></p></td><td class="cell"><p>Avg = .773</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Snippets +</p></td><td class="cell"><p>40%/</p></td><td class="cell"><p><b>.836A874</b></p></td><td class="cell"><p>750/798</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>RichFeats</p></td><td class="cell"><p>50%</p></td><td class="cell"><p>Avg =.855</p></td><td class="cell"><p>Avg = .774</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 4: Cluster statistics from the test and training data" 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>Data set</p></td><td class="cell"><p>cluster size</p></td><td class="cell"><p># of clusters</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p></p></td><td class="cell"><p>Mean</p></td><td class="cell"><p>Variance</p></td><td class="cell"><p>Mean</p></td><td class="cell"><p>Variance</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Train</p></td><td class="cell"><p>5.4</p></td><td class="cell"><p>144.0</p></td><td class="cell"><p>10.8</p></td><td class="cell"><p>146.3</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Test</p></td><td class="cell"><p>3.1</p></td><td class="cell"><p>26.5</p></td><td class="cell"><p>45.9</p></td><td class="cell"><p>574.1</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></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Data set</p></td><td class="cell"><p><i>K</i></p></td><td class="cell"><p><b>Fo</b><b>.2</b></p></td><td class="cell"><p><b>Fo</b><b>.5</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>Fo</b><b>.5 </b>Best <i>K </i>on train</p></td><td class="cell"><p>10%</p></td><td class="cell"><p>.702</p></td><td class="cell"><p>.666</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>Fo</b><b>.2 </b>Best <i>K </i>on train</p></td><td class="cell"><p>10</p></td><td class="cell"><p>.707</p></td><td class="cell"><p>.663</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Best <i>K </i>on train</p></td><td class="cell"><p>10%</p></td><td class="cell"><p>.527</p></td><td class="cell"><p>.560</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>applied to test</p></td><td class="cell"><p>10</p></td><td class="cell"><p>.540</p></td><td class="cell"><p>.571</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>2Fold on Test</p></td><td class="cell"><p>80</p></td><td class="cell"><p>.847</p></td><td class="cell"><p>.748</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p></p></td><td class="cell"><p>80%</p></td><td class="cell"><p>.862</p></td><td class="cell"><p>.793</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p></p></td><td class="cell"><p></p></td><td class="cell"><p><i>.854*</i></p></td><td class="cell"><p><i>.771*</i></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>2Fold on Single</p></td><td class="cell"><p>80</p></td><td class="cell"><p>.847</p></td><td class="cell"><p>.749</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Largest Cluster</p></td><td class="cell"><p>80</p></td><td class="cell"><p>.866</p></td><td class="cell"><p>.795</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p></p></td><td class="cell"><p></p></td><td class="cell"><p><b>.856*</b></p></td><td class="cell"><p><b>.772*</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Oracle on Test</p></td><td class="cell"><p>80</p></td><td class="cell"><p>.858</p></td><td class="cell"><p>.774</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>Reema Al-Kamha and David W. Embley. 2004. Grouping search-engine returned citations for person-name queries. In <i>Proceedings of the 6th annual ACM international workshop on Web information and data management, </i>pages 96-103.</p><p>Javier Artiles, Julio Gonzalo, and Felisa Verdejo. 2007. Eval­uation: Establishing a benchmark for the web people search task. In <i>Proceedings ofSemeval 2007, Association for Com­putational Linguistics.</i></p><p>Ron Bekkerman and Andrew McCallum. 2005. Disambiguat-ing web appearances of people in a social network. In <i>Pro­ceedings of the 14th international conference on World Wide</i> <i>Web, </i>pages 463-470.</p><p>Gideon S. Mann and David Yarowsky. 2004. Unsupervised personal name disambiguation. In <i>Proceedings ofthe sev­enth conference on Natural language learning (CONLL), </i>pages 33-40.</p><p>Xiaojun Wan, Jianfeng Gao, Mu Li, and Binggong Ding. 2005. Person resolution in person search results: Webhawk. In <i>Proceedings of the 14th ACM international conference on Information and knowledge management, </i>pages 163-170.</p></references></body></article>