<?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="163"/><title>The John Hopkins SENSEVAL-2 System Descriptions</title><author surname="Yarowsky" givenname="David"><org  name="Johns Hopkins University" country="USA" city="Baltimore"/></author><author surname="Cucerzan" givenname="Silviu"><org  name="Johns Hopkins University" country="USA" city="Baltimore"/></author><author surname="Florian" givenname="Radu"><org  name="Johns Hopkins University" country="USA" city="Baltimore"/></author><author surname="Schafer" givenname="Charles"><org  name="Johns Hopkins University" country="USA" city="Baltimore"/></author><author surname="Wicentowski" givenname="Richard"><org  name="Johns Hopkins University" country="USA" city="Baltimore"/></author></firstpageheader><frontmatter><p>The Johns Hopkins SENSEVAL2 System Descriptions</p><p><b>David Yarowsky, Silviu Cucerzan, Radu Florian, Charles Schäfer and Richard Wicentowski</b></p><p>{yarowsky,silviu,rflorian,cschafer,richardw}@cs.jhu.edu</p><p>Department of Computer Science</p><p>Johns Hopkins University Baltimore, Maryland, 21218, USA</p></frontmatter><abstract>This article describes the Johns Hopkins Univer­sity (JHU) sense disambiguation systems that par­ticipated in seven SENSEVAL2 tasks: four super­vised lexical choice systems (Basque, English, Span­ish, Swedish), one unsupervised lexical choice sys­tem (Italian) and two supervised all-words systems (Czech, Estonian). The common core supervised system utilizes voting-based classifier combination over several diverse systems, including decision lists (Yarowsky, 2000), a cosine-based vector model and two Bayesian classifiers. The classifiers employed a rich set of features, including words, lemmas and part-of-speech informatino modeled in several syn­tactic relationships (e.g. verb-object), bag-of-words context and local collocational n-grams. The all-words systems relied heavily on morphological anal­ysis in the two highly inflected languages. The un­supervised Italian system was a hierarchical class model using the Italian WordNet. </abstract></header><body><section number="1" title="The Feature Space"><p>The JHU SENSEVAL2 systems utilized a rich fea­ture space based on raw words, lemmas and part-of-speech (POS) tags in a variety of positional re­lationships to the target word. These positions in­clude traditional bag-of-word context, local bigram and trigram collocations and several syntactic re­lationships based on predicate-argument structure (described in Section 1.2). Their use is illustrated on a sample English sentence for <i>train </i>in Figure 1.</p><subsection number="1.1" title="Part-of-Speech Tagging and Lemmatization"><p>Part-of-speech tagger availability varied across the languages included in this sense-disambiguation sys­tem evaluation. Transformation-based taggers (Ngai and Florian, 2001) were trained on standard data for English (Penn Treebank), Swedish (SUC-1 cor­pus) and Estonian (MultextEast corpus). For Czech, an available POS tagger (Hajië and Hladkâ, 1998), which includes lemmatization, was used. The re­maining languages - Spanish, Italian and Basque -were tagged using an unsupervised tagger (Cucerzan</p><p><b>"Many mothers do not even try to toilet </b><b>train</b> <b><u>their children until the age of </u></b><u>2 </u><b><u>years or later .</u></b><b><u>.."</u></b></p><p>and Yarowsky, 2000). Lemmatization was per­formed using a combination of supervised and un­supervised methods (Yarowsky and Wicentowski, 2000), and using existing trie-based supervised mod­els for English.</p></subsection><subsection number="1.2" title="Syntactic Features"><p>Extracted syntactic relationships in the feature space depended on the keyword's part of speech:</p><p>• for verb keywords - the head noun of the verb's object, particle/preposition and object-of-preposition were extracted when available.</p><p>• for noun keywords - the headword of any verb-object, subject-verb or noun-noun relationships identified for the keyword.</p><p>• for adjective keywords - the head noun modified by the adjective (if identifiable).</p><p>These syntactic features were extracted using sim­ple heuristic patterns and regular expressions over the parts-of-speech surrounding the keyword.</p><table caption="Figure 1: Example sentence and extracted features" class="main" frame="box" rules="all" border="1" regular="False"><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>Feature type</b></p></td><td class="cell"><p><b>Word</b></p></td><td class="cell"><p><b>POS</b></p></td><td class="cell"><p><b>Lemma</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>Context</b></p></td><td class="cell"><p>...</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><b>Context</b></p></td><td class="cell"><p><b>try</b></p></td><td class="cell"><p><b>vb</b></p></td><td class="cell"><p><b>try/v</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>Context</b></p></td><td class="cell"><p><b>to</b></p></td><td class="cell"><p><b>to</b></p></td><td class="cell"><p><b>to</b><b>/t</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>Context</b></p></td><td class="cell"><p><b>toilet</b></p></td><td class="cell"><p><b>nn</b></p></td><td class="cell"><p><b>toilet/</b><b>n</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>Context</b></p></td><td class="cell"><p><b>train</b></p></td><td class="cell"><p><b>vbp</b></p></td><td class="cell"><p><b>train/v</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>Context</b></p></td><td class="cell"><p><b>their</b></p></td><td class="cell"><p><b>dt</b></p></td><td class="cell"><p><b>their/</b><b>d</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>Context</b></p></td><td class="cell"><p></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><i>Syntactic (predicate-argumen</i></p></td><td class="cell"><p><i>t) features</i></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>Object Prep</b></p></td><td class="cell"><p><b>children until</b></p></td><td class="cell"><p><b>nns in</b></p></td><td class="cell"><p><b>child / </b><b>n </b><b>until/I</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>ObjPrep</b></p></td><td class="cell"><p><b>age</b></p></td><td class="cell"><p><b>nn</b></p></td><td class="cell"><p><b>age</b><b>/n</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><i>Ngram collocational features</i></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>-1 bigram</b></p></td><td class="cell"><p><b>toilet</b></p></td><td class="cell"><p><b>nn</b></p></td><td class="cell"><p><b>toilet/</b><b>n</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>+1 bigram</b></p></td><td class="cell"><p><b>their</b></p></td><td class="cell"><p><b>dt</b></p></td><td class="cell"><p><b>their/</b><b>d</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>-2/-1 </b><b>trigram</b></p></td><td class="cell"><p><b>to toilet *</b></p></td><td class="cell"><p><b>to-nn</b></p></td><td class="cell"><p><b>to</b><b>/t </b><b>toilet</b><b>/n *</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>-1/+1 </b><b>trigram </b><b>+1/+2 </b><b>trigram</b></p></td><td class="cell"><p><b>to * their their children</b></p></td><td class="cell"><p><b>to-dt dt-nn</b></p></td><td class="cell"><p><b>to</b><b>/t </b><b>* their</b><b>/d </b><b>their/</b><b>d </b><b>child</b><b>/n</b></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><page local="2" global="164"/></subsection></section><section number="2" title="Supervised Lexical Choice Systems"><p>The supervised JHU systems utilize classifier com­bination merging the results of five diverse learning models.</p><subsection number="2.1" title="Core Algorithm Design"><p>The lexical choice task can be cast as a classifica­tion task: training data is given in the form of a set of word-document pairs T = <i>[(wi, </i><i>Dij),</i><i> </i><i>S{j]i</i><i> </i><i>■</i><i> </i><i>(S\j</i><i> </i>being the sense associated with the document <i>D\j </i>of keyword <b><i>Wi), </i></b>labeled with the corresponding gold standard class. The goal is to establish the clas­sification of a set of unlabeled word-document pairs <i>T' </i>= {<i>(wi,</i><i> </i><i>D[j)</i>not previously seen in the train­ing data. The training data <i>T </i>is used to estimate class probabilities and then the sense classification is made by choosing the class with the maximum a posteriori class probability:</p><doubt alpha="46.5" length="43" tooSmall="False" monospace="0.0">S=arg max P (s'\D) = arg max P (5')•P(D\S')</doubt><p>The disambiguation models used in our exper­iments are feature-based models. A feature is a boolean function defined as <i>fw</i><i> </i><i>:</i><i> </i><i>F</i><i> </i>x <i>V</i><i> </i><b>—</b>» {0,1}, where <i>F </i>is the entire set of features and <i>V </i>is the document space. An overview of the exploited fea­ture space was given in Section 1.</p></subsection><subsection number="2.2" title="Vector-based Algorithms"><p>Our Bayesian and cosine-based models use a com­mon vector representation, capturing both tra­ditional bag-of-words features and the extended Ngram and predicate-argument features in a single data structure.</p><p>In these models, a vector is created for each doc­ument in the collection:</p><p><i>D{ = </i>(Ai)J=lj|F| where <i>F </i>is the entire utilized feature space where <b><i>Cij </i></b>is the the number of times the feature <i>fj</i><i> </i>appears in document <i>Di,</i><i> N{ </i>is the number of words in the document <i>Di </i>and <i>Wj</i><i> </i>is the weight associated with the feature <i>fj.</i><i></i></p><doubt alpha="47.4" length="19" tooSmall="False" monospace="0.0">n..-c2Lw-U%&gt; " NiWj</doubt><p>To avoid confusion between the same word in mul­tiple feature roles, feature values are marked with their positional type (e.g. <i>children_object, toilet__L, </i>and <i>their</i><i>_R</i><i> </i>as distinct from <i>children, toilet </i>and <i>their </i>in unmarked bag-of-words context).</p><p>The basic sense disambiguation algorithm pro­ceeds as follows:</p><p>1. Vectors in the training data are assigned to classes based on their classification;</p><p>2. For each vector in the test data, the a posteriori class distribution is computed as where <i>Cs </i>is the centroid corresponding to the sense <i>S </i>and Sim is the similarity measure used by the algorithm (cosine or Bayes). 3. The sample <i>D </i>is labeled with sense <i>S </i>if <i>S = </i>argmaxP(S'|I&gt;).</p><doubt alpha="65.4" length="26" tooSmall="False" monospace="0.0">Sim(D,CS)P(5|jD)-ESim(ACsO</doubt><subsubsection number="2.2.1" title="The Cosine-based Model"><p>In this model, traditional cosine similarity is used to compute similarity between a document <i>D </i>and a centroid <i>C.</i><i> </i>The weight associated with a feature <i>(Fj)</i><i> </i>is its inverse document frequency <i>Wj</i><i> </i><i>—</i><i> </i>log where <i>N</i><i> </i>is the total number of documents and <i>Nj</i><i> </i>is the number of documents containing feature <i>fj.</i><i> </i>Function words and POS tags were excluced from the cosine vectors.</p></subsubsection><subsubsection number="2.2.2" title="The Bayesian Models"><p>In the Bayes model, the Bayes similarity is computed as:</p><doubt alpha="58.8" length="34" tooSmall="False" monospace="0.0">Sim(Di,Sj)= P(DuSj)= P(Sj)P(Di\Sj)</doubt><p>and the following assumption of independence is made:</p><doubt alpha="52.6" length="19" tooSmall="False" monospace="0.0">P(Di\Cs)=J]p(fj\°s)</doubt><p>The probability distribution P <i>(fj\Cs)</i><i> </i>is obtained by smoothing the word relative frequencies in the cluster <i>Cs- </i>Given the lack of independence between the word-based and lemma-based feature spaces, these are utilized in two separate Bayesian models with output combined in Section 2.5.</p></subsubsection></subsection><subsection number="2.3" title="Decision Lists"><p>The decision list model we used in our system is a non-hierarchical variant of the method of inter­polated decision lists described in Yarowsky (2000). For each feature /; a smoothed log of likelihood ratio (log <i>p^^.j) </i>is computed for each sense <i>Sj,</i><i> </i>with smoothing based on an empirically estimated func­tion of feature type and relative frequency. Can­didate features are ordered by this smoothed ra­tio (putting the best evidence first), and the re­maining probabilities are computed via the interpo­lation of the global and history-conditional proba­bilities. By utilizing the single strongest-matching evidence in context, non-independent feature spaces combine readily without inflated confidence, and can be mapped to accurate and robust probability esti­mates as shown in Figure 2.</p></subsection><subsection number="2.4" title="Additional Details"><p>The English task differs slightly from the other lexical-choice tasks in that phrasal verbs are ex­plicitly marked in the training and test data. To make reasonable use of this information, when a phrasal verb is marked, only corresponding phrasal senses are considered; conversely when a phrasal<page local="3" global="165"/></p><doubt alpha="0.0" length="1" tooSmall="False" monospace="0.0">1</doubt><doubt alpha="5.6" length="18" tooSmall="False" monospace="0.0">&lt; ..-"V-----------</doubt><doubt alpha="0.0" length="7" tooSmall="True" monospace="0.0">00.96 -</doubt><doubt alpha="11.1" length="9" tooSmall="False" monospace="0.0">"5:—''â \</doubt><doubt alpha="8.3" length="12" tooSmall="False" monospace="0.0">$ 0.94 •,_.J</doubt><doubt alpha="100.0" length="1" tooSmall="False" monospace="0.0">ü</doubt><doubt alpha="8.3" length="12" tooSmall="True" monospace="0.0">w   0.92 - /</doubt><doubt alpha="16.7" length="12" tooSmall="False" monospace="0.0">J /"S0.9 - /</doubt><doubt alpha="8.3" length="12" tooSmall="False" monospace="0.0">ç----------'</doubt><doubt alpha="22.2" length="9" tooSmall="False" monospace="0.0">10.88 -rc</doubt><doubt alpha="100.0" length="2" tooSmall="True" monospace="0.0">II</doubt><doubt alpha="4.5" length="22" tooSmall="True" monospace="0.0">0.86 I-'-1-1-1-1-«-'-1</doubt><doubt alpha="20.7" length="87" tooSmall="False" monospace="0.0">0.96    0.965    0.97    0.975    0.98    0.985    .0.99    0.9951 Raw Confidence Score</doubt><p>Figure 2: Mapping between raw confidence scores and classification accuracy for English decision lists verb is not marked, no phrasal senses are considered. Likewise, when a training or test sentence matches a compound noun in the observed sense inventory (e.g. <i>art_gallery%l:06:00::) </i>only the matching phrasal sense(s) are considered unless there is at least one non-phrasal sense tagged in the training data for that compound (indicating the potential for both compositional and non-compositional interpre­tations).</p></subsection><subsection number="2.5" title="Classifier Combination"><p>Several classifier combination approaches were inves­tigated in the system development phase. They are outlined below, along with their cross-validated per­formance on the English lexical-sample training data (in Table 1). In each case four individual classifiers were combined: the cosine model, two Bayes models (one based on words and one based on lemmas<footnote anchor="1"/>), and the decision-list model.</p><p>The first two model combination approches sim­ply averages the output of the participating clas­sifiers over each candidate sense tag, in terms of <i>P(Sj\Di) </i>and <i>rank(Sj\D{) </i>respectively, with each classifier given an equal vote<footnote anchor="2"/>.</p><p>The remaining methods assign potentially vari­able weights to the votes of different classi­fiers. Interestingly, Equal Weighting of all four classifiers slightly outperforms classifier weighting proportional to each model's aggregate accuracy (Performance-Weighted voting), similar to the tech­nique used for classifier combination in part-of-speech tagging in van Halteren et al. (1998). Finally, it was observed that on sentences where decision lists have high model confidence their accuracy exceeds other classifiers. Thus the most effective approach, based on training-data cross validation, was found to be a very basic Thresholded Model Voting:</p><footnote label="1">On training-set cross-validation it was observed that the two systems were uncorrelated enough to make it useful to keep both of them.</footnote><footnote label="2">Decision lists are not included because they only assign a probability to their selected classifier output but not to lower-ranked candidates.</footnote><p>• If the decisionlist_confidence&gt; 0.985 (an em­pirically selected threshold) then return the out­put of the decision list;</p><p>• Otherwise, each system votes for the sense that is most likely under it and, another vote is ob­tained from the most probable class yielded by linear interpolation of the 4 classifiers.</p><p>This simple top-performing approach was utilized in the evaluation system, and is reasonably close to the performance of an Oracle upper bound for classifier combination (using the output of the single best clas­sifier on each test instance - unknowable in practice).</p><p><u>Accuracy</u></p><table caption="Table 1: Comparison of classifier combination meth­ods on English (using 5-fold cross-validation)"></table></subsection></section><section number="3" title="Supervised All-Words Systems"><subsection number="3.1" title="Estonian All-words Task"><p>Because of the importance of morphological analy­sis in a highly inflected language such as Estonian, a lemmatizer based on Yarowsky and Wicentowski (2000) was first applied to all words in the train­ing data (and, at evaluation time, the test data). For each lemma, the <i>P </i>(sense]lemma) distribution was measured on the training data. For all lem­mas exhibiting only one sense in the training data, this sense was returned. Likewise, if there was in­sufficient data for word-specific training (the sum of the minority sense examples for the word in training data was below a threshold) the majority sense in training was returned for all instances of that lemma. In the remaining cases where a lemma had more than one sense in training, with sufficient minority exam­ples to adequately be modeled, the generic JHU lex­ical sample sense classifier was trained and applied.</p></subsection><subsection number="3.2" title="Czech All-words Task"><p>Czech is another example of a highly inflected lan­guage. A part-of-speech tagger and lemmatizer kindly provided by Jan Hajië of Charles Univer­sity (Hajië and Hladka, 1998) was first applied to the data. Consistent with the spirit of evaluating sense disambiguation rather than morphology, the JHU system focused on those words where more than one sense was possible for a root word (e.g.</p><table caption="Table 1: Comparison of classifier combination methods on English (using 5-fold cross-validation)" 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>Classifier Combination Method</p></td><td class="cell"><p>Fine</p></td><td class="cell"><p>Coarse</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><i>Model Averaging (excluding decision lists):</i></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Probability interpolation voting</p></td><td class="cell"><p>.657</p></td><td class="cell"><p>.728</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Rank-averaged voting</p></td><td class="cell"><p>.652</p></td><td class="cell"><p>.709</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><i>Weighted Model Voting (includes decision lists):</i></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Equal-weighted Model Voting</p></td><td class="cell"><p>.667</p></td><td class="cell"><p>.736</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Performance-Weighted Voting</p></td><td class="cell"><p>.655</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>Thresholded Model Voting</p></td><td class="cell"><p><b>.676</b></p></td><td class="cell"><p><b>.746</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Oracle Voting (Upper Bound)</p></td><td class="cell"><p>.734</p></td><td class="cell"><p>.761</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><page local="4" global="166"/><p>the -1 and -2 suffixes in the Czech inventory). In these cases, the fine-grained output of the Czech lemmatizer was ignored (in both training and test) and a generic lexical-sample sense classifier was ap­plied to the sense-distinction tags extracted from the lemmatized training data (see Section 2), using the classification models employed in Estonian. When­ever insufficient numbers of minority tagged exam­ples were available for training a word-specific clas­sifier, the majority sense for the POS-level lemma was returned. Likewise, if only one possible sense tag was observed for any POS-level lemma analysis, then this unambiguous sense tag was returned.</p></subsection></section><section number="4" title="Unsupervised Italian System"><p>The Italian task stands out from the group of lexical choice tasks because no labelled training was data provided for Italian; instead a subset of the Italian Wordnet was provided. To obtain a sense classifier for Italian, we employed an unsupervised method that used hierarchical class models of the Wordnet relationships among words (synonymy, hypernomy, etc) and a large unannotated corpus of Italian news­paper data to obtain sense centroids.</p><p>First, every relationship type in the Italian Word-net received an initial weight, based on a roughly es­timated measure of the relative dissimilarity of two words in that relationship. For instance, the <i>syn­onymy </i>relationship received a small weight (words are semantically "close"), while other relationships <i>(hasnear_synonym, causes, has_hypemym) </i>re­ceived proportionately larger weights (words are more semantically distant). Starting from the senses 5 of a target <i>k,</i><i> </i>the wordnet relationships graph was explored, up to a given distance (two links away), creating "clouds" of similar words, Ms, together with a similarity<footnote anchor="3"/> to the original sense, <i>S.</i><i></i></p><p>For each of the words <i>w</i><i> </i>in <i>Ms,</i><i> </i>we extracted sen­tences from the unannotated corpus that contained the word <i>w,</i><i> </i>and then considered them as being ex­amples of context for the sense <i>S</i><i> </i>of target <i>k,</i><i> </i>and as­signed them to the centroid <i>Cs </i>(the centroid of the sense <i>S)</i><i> </i>with a weight corresponding to the similar­ity between the word <i>w </i>and the sense <i>S </i>(computed using the wordnet graph). After all the documents were distributed, the test documents were also as­signed to the most probable cluster, similar to the other lexical choice tasks.</p><p>The centroids were then allowed to adjust in a manner similar to k-means clustering. At each step, the centroids were recomputed, after which each document migrated to the closest cluster (i.e. argmaxsP(Cs|I))), and the process was repeated. After the process converged, each test document was assigned the label corresponding to the sense cen­troid it converged into. This process is completely unsupervised, and the only structured resource that was used is the provided Italian Wordnet subset.</p><footnote label="3">The weight on a path was computed as the sum of the weights on the path, and the similarity was computed as Sim(w,S) = e ~c(w,S) __ j arge  we ight s result in 0 similarity.</footnote></section><section number="5" title="Results"><p>Table 2 lists the official performance of the JHU sys­tems on unseen test data in the final SENSEVAL2 evaluation. Coarse-grained performance scores are based on a hierarchical sense clustering given by the task organizers in 4 of the languages. In the lexical sample tasks, these scores were obtained after cor­rection of a simple bug in the merger of final system output as provided for in the SENSEVAL evaluation protocols.</p><p>As illustrated in the comparative performance ta­bles elsewhere in this volume, the JHU systems are consistently very successful across all 7 languages and 3 major system types described here.</p><table caption="Table 2: Official JHU system 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></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Task</p></td><td class="cell"><p>Accuracy on Test Data</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Fine-Grained</p></td><td class="cell"><p>Coarse-Grained</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Basque</p></td><td class="cell"><p>.757</p></td><td class="cell"><p>.971</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>English</p></td><td class="cell"><p>.642</p></td><td class="cell"><p>.713</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Spanish</p></td><td class="cell"><p>.712</p></td><td class="cell"><p>-</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Swedish</p></td><td class="cell"><p>.701</p></td><td class="cell"><p>1.00</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Italian</p></td><td class="cell"><p>.353</p></td><td class="cell"><p>.423</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Czech</p></td><td class="cell"><p>.935</p></td><td class="cell"><p>-</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Estonian</p></td><td class="cell"><p>.666</p></td><td class="cell"><p></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr></table></section><references><p>S. Cucerzan and D. Yarowsky. 2000. Language inde­pendent minimally supervised induction of lexical probabilities. In <i>Proceedings of ACL-2000, </i>pages 270-277, Hong Kong.</p><p>J. Hajië and Hladka. 1998. Tagging inflective lan­guages: Prediction of morphological categories for a rich, structured tagset. In <i>Proceedings of COLING/ACL-98, </i>pages 483-490, Montréal.</p><p>G. Ngai and R. Florian. 2001. Transformation-based learning in the fast lane. In <i>Proceedings </i><i>of</i><i> NAACL-2001, </i>pages 40-47, Pittsburgh.</p><p>H. van Halteren, J. Zavrel and W. Daelemans. 1998. Improving Data Driven Wordclass Tag­ging by System Combination In <i>Proceedings </i><i>of</i><i> COLING/ACL-1998, </i>pages 491-497, Montreal.</p><p>D. Yarowsky and R. Wicentowski. 2000. Minimally supervised morphological analysis by multimodal alignment. In <i>Proceedings of ACL-2000, </i>pages 207-216, Hong Kong.</p><p>D. Yarowsky. 2000. Hierarchical decision lists for word sense disambiguation. <i>Computers and the Humanities, </i>34(2):179-186.</p></references></body></article>