<?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="210"/><title>TUD: Semantic Relatedness for Relation Classification</title><pubinfo>Proceedings of the 5th International Workshop on Semantic Evaluation, ACL 2010,pages 210-213, Uppsala, Sweden, 15-16 July 2010. ©2010 Association for Computational Linguistics</pubinfo><author surname="Szarvas" givenname="György"><org  name="Technische Universität Darmstadt" country="Germany" city="Darmstadt"/></author><author surname="Gurevych" givenname="Iryna"><org  name="Technische Universität Darmstadt" country="Germany" city="Darmstadt"/></author></firstpageheader><frontmatter><p><b>TUD: semantic relatedness for relation classification</b></p><p><b>György Szarvas* </b>and <b>Iryna Gurevych</b></p><p>Ubiquitous Knowledge Processing (UKP) Lab Computer Science Department Technische Universität Darmstadt Hochschulstraße 10., D-64289 Darmstadt, Germany</p><p>http ://www.ukp.tu-darmstadt.de/</p></frontmatter><abstract>In this paper, we describe the system sub­mitted by the team TUD to Task 8 at SemEval 2010. The challenge focused on the identification of semantic relations be­tween pairs of nominals in sentences col­lected from the web. We applied max­imum entropy classification using both lexical and syntactic features to describe the nominals and their context. In addi­tion, we experimented with features de­scribing the semantic relatedness (SR) be­tween the target nominals and a set of clue words characteristic to the relations. Our best submission with SR features achieved 69.23% macro-averaged F-measure, pro­viding 8.73% improvement over our base­line system. Thus, we think SR can serve as a natural way to incorporate external knowledge to relation classification. </abstract></header><body><section number="1" title="Introduction"><p>Automatic extraction of typed semantic relations between sentence constituents is an important step towards deep semantic analysis and understand­ing the semantic content of natural language texts. Identification of relations between a nominal and the main verb, and between pairs of nominals are important steps for the extraction of structured se­mantic information from text, and can benefit vari­ous applications ranging from Information Extrac­tion and Information Retrieval to Machine Trans­lation or Question Answering.</p><p>The Multi-Way Classification of Semantic Re­lations Between Pairs of Nominals challenge (Hendrickx et al., 2010) focused on the identi­fication of specific relation types between nomi­nals (nouns or base noun phrases) in natural lan­guage sentences collected from the web. The main</p><p>* On leave from the Research Group on Artificial Intelli­gence of the Hungarian Academy of Sciences</p><p>task of the challenge was to identify and clas­sify instances of 9 abstract semantic relations be­tween noun phrases, i.e. <i>Cause-Effect, Instrument-Agency, Product-Producer, Content-Container, Entity-Origin, Entity-Destination, Component-Whole, Member-Collection, Message-Topic. </i>That is, given two nominals <i>{el </i>and <i>el) </i>in a sentence, systems had to decide whether <i>relationel,e2), re-lation(e2,el) </i>holds for one of the relation types or the nominals' relation is <i>other </i>(falls to a category not listed above or they are unrelated). In this sense, the challenge was an important pilot task towards large scale semantic processing of text.</p><p>In this paper, we describe the system we sub­mitted to Semeval 2010, Task 8. We applied max­imum entropy classification to the problem using both lexical and contextual features to describe the nominals themselves and their context (i.e. the sentence). In addition, we experimented with features exploiting the strength of association be­tween the target nominals and a predefined set of clue words characteristic to the nine relation types. In order to measure the semantic relatedness (SR) of targets and clues, we used the Explicit Seman­tic Analysis (Gabrilovich and Markovitch, 2007) SR measure (based on Wikipedia, Wiktionary and WordNet). Our best submission, benefiting from SR features, achieved 69.23% macro-averaged F-measure for the 9 relation types used. Providing 8.73% improvement over our baseline system, we found the SR-based features to be beneficial for the classification of semantic relations.</p></section><section number="2" title="Experimental setup"><subsection number="2.1" title="Feature set and selection"><p><b>Feature set </b>In our system, we used both lexical (1-3) and contextual features (4-8) to describe the nominals and their context (i.e. the sentence). Ad­ditionally, we experimented with a set of features (9) that exploit the co-occurrence statistics of the nominals and a set of clue words chosen manu­ally, examining the relation definitions and exam­ples provided by the organizers.<page local="2" global="211"/> The clues char­acterize the relations addressed in the task (e.g. <i>cargo, goods, content, box, bottle </i>characterize the <i>Content-Container </i>relation)<footnote anchor="1"/>. Each feature type was distinguished from the others using a prefix. All but the semantic relatedness features we used were binary, denoting whether a specific word, lemma, POS fag, etc. is found in the example sen­tence, or not. SR features were real valued, scaled to [0,1] for each clue word separately (on train, and the same scaling factores were applied on the test data). The feature types used: <i>/. Token: </i>word unigrams in the sentence in their inflected form. 2. <i>Lemma: </i>word uni- and bigrams in the sentence in their lemmatized form. <i>3. Tar­get Nouns: </i>the syntactic head words of the target nouns. <i>4. POS: </i>the part of speech uni- and bi-and trigrams in the sentence. <b>5. </b><i>Between POS: </i>the part of speech sequence between the target nouns. <i>6. Dependency Path: </i>the dependency path (syn­tactic relations and directions) between the target nouns. The whole path constituted a single fea­ture. <b>7. </b><i>Target Distance: </i>the distance between the target nouns (in tokens). <i>8. Sentence Length: </i>the length of the sentence (in tokens). <i>9. Seman­tic Relatedness: </i>the semantic relatedness scores measuring the strength of association between the target nominals and the set of clue words we col­lected. In order to measure the semantic related­ness (SR) of targets and clues, we used the Explicit Semantic Analysis (ESA) SR measure. <b>Feature selection </b>In order to discard uninforma­tive features automatically, we performed feature selection on the binary features. We kept features that satisfied the following three conditions:</p><doubt alpha="44.6" length="56" tooSmall="False" monospace="0.0">freq(x) &gt;3 (1)p = argmaxyP{y\x) &gt; t\(2)p5xfreq(x) &gt;t2(3)</doubt><p>where <i>freq(x) </i>denotes the frequency of feature <i>x </i>observed in the training dafaset, <i>y </i>denotes a class label, <i>p </i>denotes the highest posterior probability (for feature <i>x) </i>over the nine relations (undirected) and the <i>other </i>class. Finally, <i>t\, </i><b>i2 </b>are filtering thresholds chosen arbitrarily. We used <i>t\ = </i>0.25 for all features but the dependency path, where we</p><footnote label="1">The clue list is available at:</footnote><p>http : / /www. ukp . tu- darms tacit .de/research/data/ relation-classification/</p><p>Table 1 : Performance of different learning meth­ods on train (10-fold).</p><p>used <i>t\ = </i>0.2. We set the fhresold <b>i2 </b>to 1.9 for lexical features (i.e. token and lemma features), to 0.3 for dependency path features and to 0.9 for all other features. All parameters for the feature selection process were chosen manually (cross-validating the parameters was omitted due to lack of time during the challenge development period). The higher <b>i2 </b>value for lexical features was moti­vated by the aim to avoid overfitting, and the lower thresholds for dependency-based features by the hypothesis that these can be most efficient to deter­mine the direction of relationships (cf. we disre­garded direction during feature selection). As the numeric SR features were all bound to clue words selected specifically for the task, we did not per­form any feature selection for that feature type.</p></subsection><subsection number="2.2" title="Learning models"><p>We compared three learning algorithms, using the baseline feature types (1-8), namely a C4.5 decision tree learner, a support vector classifier (SMO), and a maximum entropy (logistic regres­sion) classifier, all implemented in the Weka pack­age (Hall et al., 2009). We trained the SMO model with polynomial kernel of degree 2, fitting logistic models to the output to get valid probability esti­mates and the C4.5 model with pruning confidence factor set to 0.33. All other parameters were set to their default values as defined in Weka. We found the maxent model to perform best in 10-fold cross validation on the training set (see Table 1). Thus, we used maxent in our submissions.</p></subsection></section><section number="3" title="Results"><p>We submitted 4 runs to the challenge. Table 2 shows the per-class and the macro average F-measures of the 9 relation classes and the accu­racy over all classes including <i>other, </i>on the train (10-fold) and the test sets (official evaluation):</p><table class="main" frame="box" rules="all" border="1" regular="False"><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>relation type</b></p></td><td class="cell"><p><b>size</b></p></td><td class="cell"><p><b>c4.5</b></p></td><td class="cell"><p><b>SMO</b></p></td><td class="cell"><p><b>maxent</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>cause-effect</p></td><td class="cell"><p>1003</p></td><td class="cell"><p>75.2%</p></td><td class="cell"><p><b>78.9%</b></p></td><td class="cell"><p>78.2%</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>component-whole</p></td><td class="cell"><p>941</p></td><td class="cell"><p>46.7%</p></td><td class="cell"><p>53.0%</p></td><td class="cell"><p><b>54.7%</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>content-container</p></td><td class="cell"><p>540</p></td><td class="cell"><p>72.9%</p></td><td class="cell"><p><b>78.1%</b></p></td><td class="cell"><p>75.1%</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>entity-destination</p></td><td class="cell"><p>845</p></td><td class="cell"><p>77.6%</p></td><td class="cell"><p><b>82.3%</b></p></td><td class="cell"><p>82.0%</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>entity-origin</p></td><td class="cell"><p>716</p></td><td class="cell"><p>61.8%</p></td><td class="cell"><p>65.0%</p></td><td class="cell"><p><b>68.7%</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>instrument-agency</p></td><td class="cell"><p>534</p></td><td class="cell"><p>40.7%</p></td><td class="cell"><p>42.7%</p></td><td class="cell"><p><b>47.6%</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>member-collection</p></td><td class="cell"><p>690</p></td><td class="cell"><p>68.2%</p></td><td class="cell"><p>72.1%</p></td><td class="cell"><p><b>75.3%</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>message-topic</p></td><td class="cell"><p>634</p></td><td class="cell"><p>41.3%</p></td><td class="cell"><p>47.3%</p></td><td class="cell"><p><b>56.4%</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>product-producer</p></td><td class="cell"><p>717</p></td><td class="cell"><p>43.8%</p></td><td class="cell"><p>50.3%</p></td><td class="cell"><p><b>53.4%</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>macro AVG Fl</p></td><td class="cell"><p>6590</p></td><td class="cell"><p>58.7%</p></td><td class="cell"><p>63.3%</p></td><td class="cell"><p><b>65.7%</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><td class="cell"></td></tr></table><page local="3" global="212"/><p><b>Baseline (Base) </b>As our baseline system, we used the information extracted from the sentence itself (i.e. lexical and contextual features, types 1-8). <b>Wikipedia (WP) </b>As a first extension, we added SR features (9) exploiting term co-occurrence in­formation, using the ESA model with Wikipedia. <b>Combined Semantic Relatedness (cSR) </b>Second, we replaced the ESA measure with a combined measure developed by us, exploiting term co­occurrence not only in Wikipedia, but also in WordNet and Wiktionary glosses. We found this measure to perform better than the Wikipedia-based ESA in earlier experiments. <b>cSR threshold (cSR-t) </b>We submitted the predic­tions of the cSR system, with less emphasis on the <i>other </i>class: we predicted <i>other </i>label only when the following held for the posteriors predicted by <i>cSR. argmaxyP{y\x) </i>&lt; 0 ^ The threshold 0.7 was chosen based on the training dataset.</p><p>First, the SR features improved the performance of our system by a wide marging (see Table 2). The difference in performance is even more prominent on the Test dataset, which suggests that these features efficiently incorporated useful ex­ternal evidence on the relation between the nomi­nals and this not just improved the accuracy of the system, but also helped to avoid overriding. Thus we conclude that the SR features with the encoded external knowledge helped the maxent model to learn a hypothesis that clearly generalized better.</p><p>Second, we notice that the combined SR mea­sure proved to be more useful than the standard ESA measure (Gabrilovich and Markovitch, 2007) improving the performance by approximately 1 percent over ESA, both in terms of macro aver­aged F-measure and overall accuracy. This con­firms our hypothesis that the combined measure is more robust than ESA with just Wikipedia.</p><subsection number="3.1" title="Error Analysis"><p>Table 3 shows the breakdown of system predic­tions to different categories, and their contribution to the official ranking as true/false positives and negatives. The submission that manipulated the decision threshold for the <i>other </i>class improved the overall performance by a small margin. This fact, and Table 3 confirm that our approach had major difficulties in correctly discriminating the 9 relation categories from <i>other. </i>Since this class is an umbrella class for unrelated nominals and the numerous semantic relations not considered in the challenge, it proved to be extremely difficult to ac­curately characterize this class. On the other hand, the confusion of the 9 specified relations (between each other) and directionality were less prominent error types. The most frequent cross-relation confusion types were the misclassification of <i>Component-Whole </i>as <i>Instrument-Agency </i>and <i>Member-Collection; Content-Container </i>as <i>Component-Whole; Instrument-Agency </i>as <i>Product-Producer </i>and vice versa. Interestingly, <i>Component-Whole </i>and <i>Cause-Effect </i>relations were the most typical sources for wrong direction errors. Lowering the decision threshold for <i>other </i>in our system naturally resulted in more true positive relation classifications, but unfortunately not only raised the number of <i>other </i>instances falsely classified as being one of the valuable relations, but also introduced several wrong relation classification errors (see Table 3).<page local="4" global="213"/> That is why this step resulted only in marginal improvement.</p><table caption="Table 2: Performance of 4 submissions on train (10-fold) and test." class="main" frame="box" rules="all" border="1" regular="False"><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p></p></td><td class="cell"><p><b>Train</b></p></td><td class="cell"><p><b>Test</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>relation type</b></p></td><td class="cell"><p><b>Base</b></p></td><td class="cell"><p><b>WP</b></p></td><td class="cell"><p><b>cSR</b></p></td><td class="cell"><p><b>cSR-t</b></p></td><td class="cell"><p><b>Base</b></p></td><td class="cell"><p><b>WP</b></p></td><td class="cell"><p><b>cSR</b></p></td><td class="cell"><p><b>cSR-t</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>cause-effect</p></td><td class="cell"><p>78.17%</p></td><td class="cell"><p>78.25%</p></td><td class="cell"><p><b>79.42%</b></p></td><td class="cell"><p>79.10%</p></td><td class="cell"><p>80.69%</p></td><td class="cell"><p>81.90%</p></td><td class="cell"><p><b>83.76%</b></p></td><td class="cell"><p>83.38%</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>component-whole</p></td><td class="cell"><p>54.68%</p></td><td class="cell"><p>58.71%</p></td><td class="cell"><p>60.18%</p></td><td class="cell"><p><b>60.79%</b></p></td><td class="cell"><p>50.52%</p></td><td class="cell"><p>57.90%</p></td><td class="cell"><p>61.67%</p></td><td class="cell"><p><b>62.15%</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>content-container</p></td><td class="cell"><p>75.09%</p></td><td class="cell"><p>77.55%</p></td><td class="cell"><p><b>78.26%</b></p></td><td class="cell"><p>78.11%</p></td><td class="cell"><p>75.27%</p></td><td class="cell"><p><b>78.96%</b></p></td><td class="cell"><p>78.33%</p></td><td class="cell"><p>78.87%</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>entity-destination</p></td><td class="cell"><p>81.99%</p></td><td class="cell"><p>82.97%</p></td><td class="cell"><p><b>83.12%</b></p></td><td class="cell"><p>82.90%</p></td><td class="cell"><p>77.59%</p></td><td class="cell"><p><b>82.86%</b></p></td><td class="cell"><p>81.54%</p></td><td class="cell"><p>81.12%</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>entity-origin</p></td><td class="cell"><p>68.74%</p></td><td class="cell"><p>70.39%</p></td><td class="cell"><p>71.14%</p></td><td class="cell"><p><b>71.18%</b></p></td><td class="cell"><p>67.08%</p></td><td class="cell"><p><b>72.05%</b></p></td><td class="cell"><p>71.03%</p></td><td class="cell"><p>70.36%</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>instrument-agency</p></td><td class="cell"><p>47.59%</p></td><td class="cell"><p>56.71%</p></td><td class="cell"><p>59.60%</p></td><td class="cell"><p><b>59.80%</b></p></td><td class="cell"><p>31.09%</p></td><td class="cell"><p>44.06%</p></td><td class="cell"><p>46.78%</p></td><td class="cell"><p><b>46.91%</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>member-collection</p></td><td class="cell"><p>75.27%</p></td><td class="cell"><p>79.43%</p></td><td class="cell"><p>80.71%</p></td><td class="cell"><p><b>80.89%</b></p></td><td class="cell"><p>66.37%</p></td><td class="cell"><p>71.24%</p></td><td class="cell"><p><b>72.65%</b></p></td><td class="cell"><p><b>72.65%</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>message-topic</p></td><td class="cell"><p>56.40%</p></td><td class="cell"><p>62.68%</p></td><td class="cell"><p>64.77%</p></td><td class="cell"><p><b>65.15%</b></p></td><td class="cell"><p>49.88%</p></td><td class="cell"><p>65.06%</p></td><td class="cell"><p>68.15%</p></td><td class="cell"><p><b>69.83%</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>product-producer</p></td><td class="cell"><p>53.36%</p></td><td class="cell"><p>57.98%</p></td><td class="cell"><p>59.97%</p></td><td class="cell"><p><b>60.70%</b></p></td><td class="cell"><p>46.04%</p></td><td class="cell"><p><b>57.94%</b></p></td><td class="cell"><p>56.00%</p></td><td class="cell"><p><b>57.85%</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>macro AVG Fl</p></td><td class="cell"><p>65.70%</p></td><td class="cell"><p>69.40%</p></td><td class="cell"><p>70.80%</p></td><td class="cell"><p><b>70.96%</b></p></td><td class="cell"><p>60.50%</p></td><td class="cell"><p>68.00%</p></td><td class="cell"><p>68.88%</p></td><td class="cell"><p><b>69.23%</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>accuracy (incl. <i>other)</i></p></td><td class="cell"><p>62.10%</p></td><td class="cell"><p>65.42%</p></td><td class="cell"><p>66.83%</p></td><td class="cell"><p><b>67.12%</b></p></td><td class="cell"><p>56.13%</p></td><td class="cell"><p>63.49%</p></td><td class="cell"><p>64.63%</p></td><td class="cell"><p><b>65.37%</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><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: Prediction error statistics." class="main" frame="box" rules="all" border="1" regular="False"><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>prediction category</b></p></td><td class="cell"><p><b>cSR</b></p></td><td class="cell"><p><b>cSR-t</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>true positive relation (TP)</p></td><td class="cell"><p>1555</p></td><td class="cell"><p>1612</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>true positive <i>other </i>(TN)</p></td><td class="cell"><p>201</p></td><td class="cell"><p>164</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>wrong relation type (FP &amp; FN)</p></td><td class="cell"><p>291</p></td><td class="cell"><p>341</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>wrong relation direction (FP &amp; FN)</p></td><td class="cell"><p>50</p></td><td class="cell"><p>58</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>relation classified as <i>other </i>(FN)</p></td><td class="cell"><p>367</p></td><td class="cell"><p>252</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><i>other </i>classified as relation (FP)</p></td><td class="cell"><p>253</p></td><td class="cell"><p>290</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>total</p></td><td class="cell"><p>2717</p></td><td class="cell"><p>2717</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></subsection></section><section number="4" title="Conclusions &amp; Future Work"><p>In this paper, we presented our system submitted to the Multi-Way Classification of Semantic Re­lations Between Pairs of Nominals challenge at SemEval 2010. We submitted 4 different system runs. Our first submission was a baseline system (Base) exploiting lexical and contextual informa­tion collected solely from the sentence to be classi­fied. A second run (WP) complemented this base­line configuration with a set of features that used Explicit Semantic Analysis (Wikipedia) to model the SR of the nominals to be classified and a set of clue words characteristic of the relations used in the challenge. Our third run (cSR) used a com­bined semantic relatedness measure that exploits multiple lexical semantic resources (Wikipedia, Wiktionary and WordNet) to provide more reliable relatedness estimates. Our final run (cSR-t) ex­ploited that our system in general was inaccurate in predicting instances of the <i>other </i>class. Thus, it used the same predictions as cSR, but favored the prediction of one of the 9 specified classes in­stead of <i>other, </i>when a comparably high posterior for such a class was predicted by the system.</p><p>Our approach is fairly simple, in the sense that it used mostly just local information collected from the sentence. It is clear though that encoding as much general world knowledge to the representa­tion as possible is crucial for efficient classifica­tion of semantic relations. In the light of the above fact, the results we obtained are reasonable.</p><p>As the main goal of our study, we attempted to use semantic relatedness features that exploit texts in an external knowledge source (Wikipedia, Wiktionary or WordNet in our case) to incorpo­rate some world knowledge in the form of term co­occurrence scores. We found that our SR features significantly contribute to system performance. Thus, we think this kind of information is useful in general for relation classification. The experi­mental results showed that our combined SR mea­sure performed better than the standard ESA using Wikipedia. This confirms our hypothesis that ex­ploiting multiple resources for modeling term re­latedness is beneficial in general.</p><p>Obviously, our system leaves much space for improvement - the feature selection parameters and the clue word set for the SR features were chosen manually, without any cross-validation (on the training set), due to lack of time. One of the participating teams used an SVM-based system and gained a lot from manipulating the decision thresholds. Thus, despite our preliminary results, it is also an interesting option to use SVMs.</p><p>In general, we think that more features are needed to achieve significantly better performance than we reported here. Top performing systems in the challenge typically exploited web frequency information (n-gram data) and manually encoded relations from an ontology (mainly WordNet). Thus, future work is to incorporate such features.</p><p>We demonstrated that SR features are helpful to move away from lexicalized systems using token-or lemma-based features. Probably the same holds for web-based and ontology-based features exten­sively used by top performing systems. This sug­gests that experimenting with all these to see if their value is complementary is an especially in­teresting piece of future work.</p></section><section title="Acknowledgments"><p>This work was supported by the German Ministry of Education and Research (BMBF) under grant 'Semantics- and Emotion-Based Conversation Management in Customer Support (SIGMUND)', No. 01ISO8042D, and by the Volkswagen Foun­dation as part of the Lichtenberg-Professorship Program under the grant No. 1/82806.</p></section><references><p>Evgeniy Gabrilovich and Shaul Markovitch. 2007. Computing Semantic Relatedness using Wikipedia-based Explicit Semantic Analysis. In <i>Proceedings of The 20th International Joint Conference on Arti­ficial Intelligence, </i>pages 1606-1611.</p><p>Mark Hall, Eibe Frank, Geoffrey Holmes, Bernhard Pfahringer, Peter Reutemann, and Ian H. Witten. 2009. The WEKA Data Mining Software: An Up­date. <i>SIGKDD Explorations, </i>11(1): 10-18.</p><p>Iris Hendrickx, Su Nam Kim, Zornitsa Kozareva, Preslav Nakov, Diarmuid Ö Séaghdha, Sebastian Padö, Marco Pennacchiotti, Lorenza Romano, and Stan Szpakowicz. 2010. Semeval-2010 task 8: Multi-way classification of semantic relations be­tween pairs of nominals. In <i>Proceedings of the 5th SIGLEX Workshop on Semantic Evaluation.</i></p></references></body></article>