<?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="13"/><title>SemEval-2007 Task 04: Classification of Semantic Relations between Nominals</title><pubinfo>Proceedings of the 4th International Workshop on Semantic Evaluations (SemEval-2007),pages 13-18, Prague, June 2007. ©2007 Association for Computational Linguistics</pubinfo><author surname="Girju" givenname="Roxana"><org  name="Koc University" country="Turkey" city="Istanbul"/></author><author surname="Nakov" givenname="Preslav"><org  name="Koc University" country="Turkey" city="Istanbul"/></author><author surname="Nastase" givenname="Vivi"><org  name="EML Research GmbH" country="Germany" city="Heidelberg"/></author><author surname="Szpakowicz" givenname="Stan"><org  name="University of Ottawa" country="Canada" city="Ottawa"/></author><author surname="Turney" givenname="Peter"><org  name="Koc University" country="Turkey" city="Istanbul"/></author><author surname="Yuret" givenname="Deniz"><org  name="Koc University" country="Turkey" city="Istanbul"/></author></firstpageheader><frontmatter><p><b>SemEval-2007 Task 04: Classification of Semantic Relations between Nominals</b></p><p><b>Roxana Girju</b></p><p>Univ. of Illinois at Urbana-Champaign Urbana, IL 61801 girju@uiuc.edu</p><p><b>Preslav Nakov Vivi Nastase</b></p><p>Univ. of California at Berkeley EML Research gGmbH</p><p>Berkeley, CA 94720 Heidelberg, Germany 69118</p><p>nakov@cs.berkeley.edu nastase@eml-research.de</p><p><b>Stan Szpakowicz</b></p><p>University of Ottawa Ottawa, ON K1N6N5 szpak@site.uottawa.ca</p><p><b>Peter Turney Deniz Yuret</b></p><p>National Research Council of Canada      Koc University</p><p>Ottawa, ON K1A 0R6 Istanbul, Turkey 34450 peter. turney@nrc-cnrc .gc.ca dyuret@ku .edu.tr</p></frontmatter><abstract>The NLP community has shown a renewed interest in deeper semantic analyses, among them automatic recognition of relations be­tween pairs of words in a text. We present an evaluation task designed to provide a frame­work for comparing different approaches to classifying semantic relations between nom-inals in a sentence. This is part of SemEval, the 4th edition of the semantic evaluation event previously known as SensEval. We de­fine the task, describe the training/test data and their creation, list the participating sys­tems and discuss their results. There were 14 teams who submitted 15 systems. </abstract></header><body><section number="1" title="Task Description and Related Work"><p>The theme of Task 4 is the classification of semantic relations between simple nominals (nouns or base noun phrases) other than named entities - <i>honey bee, </i>for example, shows an instance of the Product-Producer relation. The classification occurs in the context of a sentence in a written English text. Al­gorithms for classifying semantic relations can be applied in information retrieval, information extrac­tion, text summarization, question answering and so on. The recognition of textual entailment (Tatu and Moldovan, 2005) is an example of successful use of this type of deeper analysis in high-end NLP appli­cations.</p><p>The literature shows a wide variety of methods of nominal relation classification. They depend as much on the training data as on the domain of ap­plication and the available resources. Rosario and</p><p>Hearst (2001) classify noun compounds from the domain of medicine, using 13 classes that describe the semantic relation between the head noun and the modifier in a given noun compound. Rosario et al. (2002) classify noun compounds using the MeSH hierarchy and a multi-level hierarchy of se­mantic relations, with 15 classes at the top level. Nastase and Szpakowicz (2003) present a two-level hierarchy for classifying noun-modifier relations in base noun phrases from general text, with 5 classes at the top and 30 classes at the bottom; other re­searchers (Turney and Littman, 2005; Turney, 2005; Nastase et al., 2006) have used their class scheme and data set. Moldovan et al. (2004) propose a 35-class scheme to classify relations in various phrases; the same scheme has been applied to noun com­pounds and other noun phrases (Girju et al., 2005). Chklovski and Pantel (2004) introduce a 5-class set, designed specifically for characterizing verb-verb semantic relations. Stephens et al. (2001) propose 17 classes targeted to relations between genes. La-pata (2002) presents a binary classification of rela­tions in nominalizations.</p><p>There is little consensus on the relation sets and algorithms for analyzing semantic relations, and it seems unlikely that any single scheme could work for all applications. For example, the gene-gene re­lation scheme of Stephens et al. (2001), with rela­tions like <i>Xphosphorylates Y, </i>is unlikely to be trans­ferred easily to general text.</p><p>We have created a benchmark data set to allow the evaluation of different semantic relation classifica­tion algorithms. We do not presume to propose a sin­gle classification scheme, however alluring it would<page local="2" global="14"/></p><p>Table 1 : Data set statistics be to try to design a unified standard - it would be likely to have shortcomings just as any of the others we have just reviewed. Instead, we have decided to focus on separate semantic relations that many re­searchers list in their relation sets. We have built an­notated data sets for seven such relations. Every data set supports a separate binary classification task.</p></section><section number="2" title="Building the Annotated Data Sets"><p>Ours is a new evaluation task, so we began with data set creation and annotation guidelines. The data set that Nastase and Szpakowicz (2003) created had re­lation labels <i>and </i>part-of-speech and WordNet sense annotations, to facilitate classification. (Moldovan et al., 2004; Girju et al., 2005) gave the annotators an example of each phrase in a sentence along with WordNet senses and position of arguments. Our annotations include all these, to support a variety of methods (since we work with relations between nominals, the part of speech is always <i>noun). </i>We have used WordNet 3.0 on the Web and sense index tags.</p><p>We chose the following semantic relations: Cause-Effect, Content-Container, Instrument-Agency, Origin-Entity, Part-Whole, Product-Producer and Theme-Tool. We wrote seven detailed definitions, including restrictions and conventions, plus prototypical positive and near-miss negative examples. For each relation separately, we based data collection on wild-card search patterns that Google allows. We built the patterns manually, following Hearst (1992) and Nakov and Hearst (2006). Instances of the relation Content-Container, for example, come up in response to queries such as "* contains *", "* holds *", "the * in the *". Fol­lowing the model of the Senseval-3 English Lexical Sample Task, we set out to collect 140 training and at least 70 test examples per relation, so we had a number of different patterns to ensure variety. We also aimed to collect a balanced number of positive and negative examples. The use of heuristic patterns to search for both positive and negative examples should naturally result in negative examples that are near misses. We believe that near misses are more useful for supervised learning than negative examples that are generated randomly.</p><figure caption="Figure 1: Annotations illustrated"></figure><p>Figure 1 illustrates the annotations. We tag the nominals, so parsing or chunking is not necessary. For Task 4, we define a nominal as a noun or base noun phrase, excluding names entities. A base noun phrase, e.g., <i>lawn </i>or <i>lawn mower, </i>is a noun with pre-modifiers. We also exclude complex noun phrases (e.g., with attached prepositional phrases - <i>the en­gine of the lawn mower).</i></p><p>The procedure was the same for each relation. One person gathered the sample sentences (aim­ing approximately for a similar number of positive and negative examples) and tagged the entities; two other people annotated the sentences with WordNet senses and classified the relations. The detailed re­lation definitions and the preliminary discussions of positive and negative examples served to maximize the agreement between the annotators. They first classified the data independently, then discussed ev­ery disagreement and looked for consensus. Only the agreed-upon examples went into the data sets. Next, we split each data set into 140 training and no fewer than 70 test examples. (We published the training set for the Content-Container relation as de­velopment data two months before the test set.) Ta­ble 1 shows the number of positive and negative ex"Among the contents of the &lt;e1&gt;vessel&lt;/e1&gt; were a set of carpenter's &lt;e2&gt;tools&lt;/e2&gt;, sev­eral large storage jars, ceramic utensils, ropes and remnants of food, as well as a heavy load of ballast stones." amples for each relation.<page local="3" global="15"/><footnote anchor="1"/></p><doubt alpha="52.2" length="136" tooSmall="False" monospace="0.0">WordNet(e1) = "vessel%1:06:00::", WordNet(e2) = "tool%1:06:00::", Content-Container(e2, e1) = "true", Query = "contents of the * were a"</doubt><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><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</b></p></td><td class="cell"><p><b>Training data</b></p></td><td class="cell"><p><b>Test data</b></p></td><td class="cell"><p><b>Agreement</b></p></td><td class="cell"><p><b>Example</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p></p></td><td class="cell"><p>positive set size positive set size</p></td><td class="cell"><p>(independent tagging)</p></td><td class="cell"><p></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>52.1%</p></td><td class="cell"><p>140</p></td><td class="cell"><p>51.3%</p></td><td class="cell"><p>80</p></td><td class="cell"><p>86.1%</p></td><td class="cell"><p>laugh (cause) wrinkles (effect)</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>50.7%</p></td><td class="cell"><p>140</p></td><td class="cell"><p>48.7%</p></td><td class="cell"><p>78</p></td><td class="cell"><p>69.6%</p></td><td class="cell"><p>laser (instrument) printer (agency)</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>60.7%</p></td><td class="cell"><p>140</p></td><td class="cell"><p>66.7%</p></td><td class="cell"><p>93</p></td><td class="cell"><p>68.5%</p></td><td class="cell"><p>honey (product) bee (producer)</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Origin-Entity</p></td><td class="cell"><p>38.6%</p></td><td class="cell"><p>140</p></td><td class="cell"><p>44.4%</p></td><td class="cell"><p>81</p></td><td class="cell"><p>77.8%</p></td><td class="cell"><p>message (entity) from outer-space (origin)</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Theme-Tool</p></td><td class="cell"><p>41.4%</p></td><td class="cell"><p>140</p></td><td class="cell"><p>40.8%</p></td><td class="cell"><p>71</p></td><td class="cell"><p>47.8%</p></td><td class="cell"><p>news (theme) conference(tool)</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Part-Whole</p></td><td class="cell"><p>46.4%</p></td><td class="cell"><p>140</p></td><td class="cell"><p>36.1%</p></td><td class="cell"><p>72</p></td><td class="cell"><p>73.2%</p></td><td class="cell"><p>the door (part) of the car (whole)</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>46.4%</p></td><td class="cell"><p>140</p></td><td class="cell"><p>51.4%</p></td><td class="cell"><p>74</p></td><td class="cell"><p>69.1%</p></td><td class="cell"><p>the apples (content) in the basket (container)</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></tr></table><p>The average inter-annotator agreement on rela­tions (true/false) after the independent annotation step was 70.3%, and the average agreement on WordNet sense labels was 71.9%. In the process of arriving at a consensus between annotators, the def­inition of each relation was revised to cover explic­itly cases where there had been disagreement. We expect that these revised definitions would lead to much higher levels of agreement than the original definitions did.</p></section><section number="3" title="The Participants"><p>The task of classifying semantic relations between nominals has attracted the participation of 14 teams who submitted 15 systems. Table 4 lists the sys­tems, the authors and their affiliations, and brief de­scriptions. The systems' performance information in terms of precision, recall, F-measure and accu­racy, macroaveraged over all relations, appears in Table 3. We computed these measures as described in Lewis (1991).</p><p>We distinguish four categories of systems based on the type of information used - WordNet senses and/or Google queries:</p><p><b>A </b>- WordNet = NO &amp; Query = NO; <b>B </b>- WordNet = YES &amp; Query = NO; <b>C </b>- WordNet = NO &amp; Query = YES; <b>D </b>- WordNet = YES &amp; Query = YES.</p><doubt alpha="66.7" length="42" tooSmall="False" monospace="0.0">WordNet = "YES" or WordNet = "NO" tells us</doubt><p>only whether a system uses the WordNet sense la­bels in the data sets. A system may use WordNet internally for varied purposes, but ignore our sense labels; such a system would be in category A or C. Based on the input variation, each submitted system may have up to 4 variations - A,B,C,D.</p><p>Table 2 presents three baselines for a relation. <i>Majority </i>always guesses either "true" or "false", whichever is the majority in the test set (maximizes accuracy). <i>Alltrue </i>always guesses "true" (maxi­mizes recall). <i>Probmatch </i>randomly guesses "true" ("false") with the probability matching the distribu­tion of "true" ("false") in the test dataset (balances precision and recall).</p><p>We present the results in Table 3 grouped by cat­egory, to facilitate system comparison.</p><footnote label="1">As this paper serves also as a documentation of the data set, the order of relations in the table is the same as in the data set.</footnote><p>Table 2: Baselines: precision, recall, F-measure and accuracy averaged over the 7 binary classifications.</p><p>Systems tagged with * have a Task 4 organizer as part of the team.</p><p>Table 3: System performance grouped by category. Precision, recall, F-measure and accuracy macro-averaged over each system's performance on all 7 relations.</p></section><section number="4" title="Discussion"><p>The highest average accuracy on Task 4 was 76.3%. Therefore, the average initial agreement between an-notators (70.3%), before revising the definitions, is not an upper bound on the accuracy that can be achieved. That the initial agreement between anno-tators is not a good indicator ofthe accuracy that can be achieved is also supported by the low correlation<page local="4" global="16"/></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>Type</p></td><td class="cell"><p>P</p></td><td class="cell"><p>R</p></td><td class="cell"><p>F</p></td><td class="cell"><p>Acc</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>majority</p></td><td class="cell"><p>81.3</p></td><td class="cell"><p>42.9</p></td><td class="cell"><p>30.8</p></td><td class="cell"><p>57.0</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>alltrue</p></td><td class="cell"><p>48.5</p></td><td class="cell"><p>100.0</p></td><td class="cell"><p>64.8</p></td><td class="cell"><p>48.5</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>probmatch</p></td><td class="cell"><p>48.5</p></td><td class="cell"><p>48.5</p></td><td class="cell"><p>48.5</p></td><td class="cell"><p>51.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><td class="cell"></td></tr></table><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><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>Team</b></p></td><td class="cell"><p><b>P</b></p></td><td class="cell"><p><b>R</b></p></td><td class="cell"><p><b>F</b></p></td><td class="cell"><p><b>Acc</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>A </b>- WordNet =</p></td><td class="cell"><p>NO &amp; Query = NO</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>UCD-FC</p></td><td class="cell"><p>66.1</p></td><td class="cell"><p>66.7</p></td><td class="cell"><p>64.8</p></td><td class="cell"><p>66.0</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>ILK</p></td><td class="cell"><p>60.5</p></td><td class="cell"><p>69.5</p></td><td class="cell"><p>63.8</p></td><td class="cell"><p>63.5</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>UCBf</p></td><td class="cell"><p>62.7</p></td><td class="cell"><p>63.0</p></td><td class="cell"><p>62.7</p></td><td class="cell"><p>65.4</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>UMELB-B</p></td><td class="cell"><p>61.5</p></td><td class="cell"><p>55.7</p></td><td class="cell"><p>57.8</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>UTH</p></td><td class="cell"><p>56.1</p></td><td class="cell"><p>57.1</p></td><td class="cell"><p>55.9</p></td><td class="cell"><p>58.8</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>UC3M</p></td><td class="cell"><p>48.2</p></td><td class="cell"><p>40.3</p></td><td class="cell"><p>43.1</p></td><td class="cell"><p>49.9</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>avgistdev</p></td><td class="cell"><p>59.2i6.3 58.7Ü0.5</p></td><td class="cell"><p>58.0i8.1</p></td><td class="cell"><p>61.Ü6.0</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>B </b>- WordNet =</p></td><td class="cell"><p>YES &amp; Query = NO</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>UIUCt</p></td><td class="cell"><p>79.7</p></td><td class="cell"><p>69.8</p></td><td class="cell"><p>72.4</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>FBK-IRST</p></td><td class="cell"><p>70.9</p></td><td class="cell"><p>73.4</p></td><td class="cell"><p>71.8</p></td><td class="cell"><p>72.9</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>ILK</p></td><td class="cell"><p>72.8</p></td><td class="cell"><p>70.6</p></td><td class="cell"><p>71.5</p></td><td class="cell"><p>73.2</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>UCD-S1</p></td><td class="cell"><p>69.9</p></td><td class="cell"><p>64.6</p></td><td class="cell"><p>66.8</p></td><td class="cell"><p>71.4</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>UCD-PN</p></td><td class="cell"><p>62.0</p></td><td class="cell"><p>71.7</p></td><td class="cell"><p>65.4</p></td><td class="cell"><p>67.0</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>UC3M</p></td><td class="cell"><p>66.7</p></td><td class="cell"><p>62.8</p></td><td class="cell"><p>64.3</p></td><td class="cell"><p>67.2</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>CMU-AT</p></td><td class="cell"><p>55.7</p></td><td class="cell"><p>66.7</p></td><td class="cell"><p>60.4</p></td><td class="cell"><p>59.1</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>UCD-FC</p></td><td class="cell"><p>66.4</p></td><td class="cell"><p>58.1</p></td><td class="cell"><p>60.3</p></td><td class="cell"><p>63.6</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>UMELB-A</p></td><td class="cell"><p>61.7</p></td><td class="cell"><p>56.8</p></td><td class="cell"><p>58.7</p></td><td class="cell"><p>62.5</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>UVAVU</p></td><td class="cell"><p>56.8</p></td><td class="cell"><p>56.3</p></td><td class="cell"><p>56.1</p></td><td class="cell"><p>57.7</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>LCC-SRN</p></td><td class="cell"><p>55.9</p></td><td class="cell"><p>57.8</p></td><td class="cell"><p>51.4</p></td><td class="cell"><p>53.7</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>avg ± stdev</p></td><td class="cell"><p>65.3i7.7</p></td><td class="cell"><p>64.4i6.5</p></td><td class="cell"><p>63.6i6.9</p></td><td class="cell"><p>65.9i7.2</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>C </b>- WordNet =</p></td><td class="cell"><p>NO &amp; Query = YES</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>UCBt</p></td><td class="cell"><p>64.2</p></td><td class="cell"><p>66.5</p></td><td class="cell"><p>65.1</p></td><td class="cell"><p>67.0</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>UCD-FC</p></td><td class="cell"><p>66.1</p></td><td class="cell"><p>66.7</p></td><td class="cell"><p>64.8</p></td><td class="cell"><p>66.0</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>UC3M</p></td><td class="cell"><p>49.4</p></td><td class="cell"><p>43.9</p></td><td class="cell"><p>45.3</p></td><td class="cell"><p>50.1</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>avgistdev</p></td><td class="cell"><p>59.9i9.1</p></td><td class="cell"><p>59.0Ü3.1</p></td><td class="cell"><p>58.4Ü1.3</p></td><td class="cell"><p>61.0i9.5</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>D </b>- WordNet =</p></td><td class="cell"><p>YES &amp; Query = YES</p></td><td class="cell"><p></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>UTD-HLT-CG</p></td><td class="cell"><p>67.3</p></td><td class="cell"><p>65.3</p></td><td class="cell"><p>62.6</p></td><td class="cell"><p>67.2</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>UCD-FC</p></td><td class="cell"><p>66.4</p></td><td class="cell"><p>58.1</p></td><td class="cell"><p>60.3</p></td><td class="cell"><p>63.6</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>UC3M</p></td><td class="cell"><p>60.9</p></td><td class="cell"><p>57.8</p></td><td class="cell"><p>58.8</p></td><td class="cell"><p>62.3</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>avgistdev</p></td><td class="cell"><p>64.9i3.5</p></td><td class="cell"><p>60.4i4.2</p></td><td class="cell"><p>60.6Ü.9</p></td><td class="cell"><p>64.4i2.5</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>Systems tagged with * have a Task 4 organizer as part of the team.</p><table caption="Table 4: Short description of the teams and the participating systems."></table><table class="main" frame="box" rules="all" border="1" regular="False"><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>System</b></p></td><td class="cell"><p><b>Institution</b></p></td><td class="cell"><p><b>Team</b></p></td><td class="cell"><p><b>Description</b></p></td><td class="cell"><p><b>System Type</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>UVAVU</p></td><td class="cell"><p>Univ. ofAmsterdam</p></td><td class="cell"><p>Sophia Katrenko</p></td><td class="cell"><p>similarity measures in WordNet; syn-</p></td><td class="cell"><p><i>B</i></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p></p></td><td class="cell"><p>TNO Science &amp; Industry</p></td><td class="cell"><p>Willem Robert van</p></td><td class="cell"><p>tactic dependencies; lexical patterns;</p></td><td class="cell"><p></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p></p></td><td class="cell"><p>Free Univ. Amsterdam</p></td><td class="cell"><p>Hage</p></td><td class="cell"><p>logical combination of attributes</p></td><td class="cell"><p></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>CMU-AT</p></td><td class="cell"><p>Carnegie Mellon Univ.</p></td><td class="cell"><p>Alicia Tribble Scott E. Fahlman</p></td><td class="cell"><p>WordNet;  manually-built ontologies; Scone Knowledge Representation Lan­guage; semantic distance</p></td><td class="cell"><p><i>B</i></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>ILK</p></td><td class="cell"><p>Tilburg University</p></td><td class="cell"><p>Caroline Sporleder Roser Morante Antal van den Bosch</p></td><td class="cell"><p>semantic clusters based on noun simi­larity; WordNet supersenses; grammat­ical relation between entities; head of sentence; WEKA</p></td><td class="cell"><p><i>A, B</i></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>FBK-IRST</p></td><td class="cell"><p>Fondazione Bruno</p></td><td class="cell"><p>Claudio Giuliano</p></td><td class="cell"><p>shallow and deep syntactic information;</p></td><td class="cell"><p><i>B</i></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p></p></td><td class="cell"><p>Kessler - IRST</p></td><td class="cell"><p>Alberto Lavelli Daniele Pighin Lorenza Romano</p></td><td class="cell"><p>WordNet synsets and hypernyms; ker­nel methods; SVM</p></td><td class="cell"><p></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>LCC-SRN</p></td><td class="cell"><p>Language Computer Corp.</p></td><td class="cell"><p>Adriana Badulescu</p></td><td class="cell"><p>named entity recognition; lexical, se­mantic, syntactic features; decision tree and semantic scattering</p></td><td class="cell"><p><i>B</i></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>UMELB-A</p></td><td class="cell"><p>Univ. of Melbourne</p></td><td class="cell"><p>Su Kim</p><p>Timothy Baldwin</p></td><td class="cell"><p>sense collocations; similarity of con­stituents; extending training and testing data using similar words</p></td><td class="cell"><p><i>B</i></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>UMELB-B</p></td><td class="cell"><p>Univ. of Melbourne</p></td><td class="cell"><p>Su Kim</p><p>Timothy Baldwin</p></td><td class="cell"><p>similarity of nearest-neighbor matching over the union of senses for the two nominals; cascaded tagging with de­creasing thresholds</p></td><td class="cell"><p><i>A</i></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>UCB*</p></td><td class="cell"><p>Univ. ofCalifornia at Berkeley</p></td><td class="cell"><p>Preslav Nakov Marti Hearst</p></td><td class="cell"><p>VSM; joining terms; KNN-1</p></td><td class="cell"><p><i>A, C</i></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>UC3M</p></td><td class="cell"><p>Univ. Carlos III ofMadrid Isabel Segura Bedmar</p></td><td class="cell"><p>WordNet path; syntactic features; SVM <i>A, </i><i>B,</i><i> </i><i>C,</i><i> </i><i>D</i></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>Doaa Sammy Jose Luis Martinez Fernandez</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>UCD-S1</p></td><td class="cell"><p>Univ. College Dublin</p></td><td class="cell"><p>Cristina Butnariu Tony Veale</p></td><td class="cell"><p>lexical-semantic categories from Word­Net; syntactic patterns from corpora, SVM</p></td><td class="cell"><p><i>B</i></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>UCD-FC</p></td><td class="cell"><p>Univ. College Dublin</p></td><td class="cell"><p>Fintan Costello</p></td><td class="cell"><p>WordNet; additional noun compounds</p><p>tagged corpus; Naive Bayes</p></td><td class="cell"><p><i>A, </i><i>B,</i><i> </i><i>C,</i><i> </i><i>D</i></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>UCD-PN</p></td><td class="cell"><p>Univ. College Dublin</p></td><td class="cell"><p>Paul Nulty</p></td><td class="cell"><p>WordNet supersenses; web-based fre­quency  counts  for  specific joining</p><p>terms; WEKA (SMO)</p></td><td class="cell"><p><i>B</i></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>UIUC*</p></td><td class="cell"><p>Univ. of Illinois at Urbana Roxana Girju</p></td><td class="cell"><p>features based on WordNet, NomLex-</p></td><td class="cell"><p><i>B</i></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p></p></td><td class="cell"><p>Champaign</p></td><td class="cell"><p>Brandon Beamer Suma Bhat Brant Chee Andrew Fister Alia Rozovskaya</p></td><td class="cell"><p>PLUS,   grammatical   roles, lexico-syntactic patterns, semantic parses</p></td><td class="cell"><p></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>UTD-HLT-CG Univ. of Texas at Dallas</p></td><td class="cell"><p>Cristina Nicolae</p></td><td class="cell"><p>lexico-semantic features from Word-</p></td><td class="cell"><p><i>D</i></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>Garbiel Nicolae</p></td><td class="cell"><p>Net, VerbNet; semantic features from a</p></td><td class="cell"><p></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p></p></td><td class="cell"><p></p></td><td class="cell"><p>Sanda Harabagiu</p></td><td class="cell"><p>PropBank parser; dependency features</p></td><td class="cell"><p></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>UTH</p></td><td class="cell"><p>Univ. of Tokio</p></td><td class="cell"><p>Eiji Aramaki Takeshi Imai Kengo Miyo Kazuhiko Ohe</p></td><td class="cell"><p>joining phrases; physical size for enti­ties; web-mining; SVM</p></td><td class="cell"><p><i>A</i></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="5" global="17"/><p>Table 5: The best results per relation. Precision, recall, F-measure and accuracy macro-averaged over each system's performance on all 7 relations. Base-F shows the baseline F-measure (alltrue), Base-Acc - the baseline accuracy score (majority). The last column shows the average rank for each relation.</p><p>of 0.15 between the Acc column in Table 5 and the Agreement column in Table 1.</p><p>We performed various analyses of the results, which we summarize here in four questions. We write Xi to refer to four possible system categories <i>(A</i><b><i>i</i></b>, <i>Bi, Ci, </i>and Di) with four possible amounts of training data (Xi for training examples 1 to 35, X2for 1 to 70, X3 for 1 to 105, and X4 for 1 to 140).</p><p><b>Does more training data help?</b></p><p>Overall, the results suggest that more training data improves the performance. There were 17 cases in which we had results for all four possible amounts of training data. All average F-measure differences, F(X4)-F(Xi) where X = A to D, <i>i = </i>1 to 3, for these 17 sets of results are statistically significant:</p><p>F(X4)-F(Xi): N = 17, avg = 8.3, std = 5.8, min = 1.1, max= 19.6, t-value = -5.9, p-value = 0.00001.</p><p>F(X4)-F(X2): N = 17, avg = 4.0, std = 3.7, min = -3.5, max = 10.5, t-value = 4.5, p-value = 0.0002.</p><p>F(X4)-F(X3): N = 17, avg = 0.9, std = 1.7, min = —2.6, max = 4.7, t-value = 2.1, p-value = 0.03.</p><p><b>Does WordNet help?</b></p><p>The statistics show that WordNet is important, al­though the contribution varies across systems. Three teams submitted altogether 12 results both for Ai -A4 and B1-B4. The average F-measure difference, F(Bi)-F(Ai), i = 1 to 4, is significant:</p><p>F(Bi)-F(Ai): N = 12, avg = 6.1, std = 8.4, min = —4.5, max = 21.2, t-value = —2.5, p-value = 0.01.</p><p>The results of the UCD-FC system actually went down when WordNet was used. The statistics for the remaining two teams, however, are a bit better:</p><p>F(Bi)-F(Ai): N = 8, avg = 10.4, std = 6.7, min = — 1.0, max = 21.2, t-value = —4.4, p-value = 0.002.</p><p><b>Does knowing the query help?</b></p><p>Overall, knowing the query did not seem to improve the results. Three teams submitted 12 results both for Ai -A4 and Ci -C4. The average F-measure dif­ference, F(Ci)-F(Ai), i = 1 to 4, is not significant:</p><p>F(Ci)-F(Ai): N = 12, avg = 0.9, std = 1.8, min = —2.0, max = 5.0, t-value = —1.6, p-value = 0.06.</p><p>Again, the UCD-FC system differed from the other systems in that the A and C scores were iden­tical, but even averaging over the remaining two sys­tems and 8 cases does not show a statistically signif­icant advantage:</p><p>F(Ci)-F(Ai): N = 8, avg = 1.3, std = 2.2, min = —2.0, max= 5.0, t-value = —1.7, p-value = 0.07.</p><p><b>Are some relations harder to classify?</b></p><p>Table 5 shows the best results for each relation in terms of precision, recall, and F-measure, per team and system category. Column <i>Base-F </i>presents the baseline F-measure (alltrue), while <i>Base-Acc </i>the baseline accuracy score (majority). For all seven re­lations, the best team significantly outperforms the baseline. The category of the best-scoring system in almost every case is <i>B4 </i>(only the ILK <i>B4 </i>system scored second on the Origin-Entity relation).</p><p>Table 5 suggests that some relations are more dif­ficult to classify than others. The best F-measure ranges from 83.7 for <i>Product-Producer </i>to 68.6 for <i>Origin-Entity. </i>The difference between the best F -measure and the baseline F-measure ranges from 23.3 for <i>Part-Whole </i>to 3.7 for <i>Product-Producer. </i>The difference between the best accuracy and the baseline accuracy ranges from 31.0 for <i>Content-Container </i>to 10.7 for <i>Product-Producer.</i></p><p>The <i>F </i>column shows the best result for each rela­tion, but similar differences among the relations may be observed when all results are pooled. The <i>Avg. rank </i>column computes the average rank of each re­lation in the ordered list of relations generated by each system. For example, <i>Product-Producer </i>is of­ten listed as the first or the second easiest relation (with an average rank of 1.7), while <i>Origin-Entity </i>and <i>Theme-Tool </i>are identified as the most difficult relations to classify (with average ranks of 6.<page local="6" global="18"/>0). <b>5 Conclusion</b></p><table class="main" frame="box" rules="all" border="1" regular="False"><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><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</b></p></td><td class="cell"><p><b>Team</b></p></td><td class="cell"><p><b>Type</b></p></td><td class="cell"><p><b>P</b></p></td><td class="cell"><p><b>R</b></p></td><td class="cell"><p><b>F</b></p></td><td class="cell"><p><b>Acc</b></p></td><td class="cell"><p><b>Test size</b></p></td><td class="cell"><p><b>Base-F</b></p></td><td class="cell"><p><b>Base-Ace</b></p></td><td class="cell"><p><b>Avg. rank</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>UIUC</p></td><td class="cell"><p><i>B4</i></p></td><td class="cell"><p>69.5</p></td><td class="cell"><p>100.0</p></td><td class="cell"><p>82.0</p></td><td class="cell"><p>77.5</p></td><td class="cell"><p>80</p></td><td class="cell"><p>67.8</p></td><td class="cell"><p>51.2</p></td><td class="cell"><p>3.4</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>FBK-IRST</p></td><td class="cell"><p><i>B4</i></p></td><td class="cell"><p>76.9</p></td><td class="cell"><p>78.9</p></td><td class="cell"><p>77.9</p></td><td class="cell"><p>78.2</p></td><td class="cell"><p>78</p></td><td class="cell"><p>65.5</p></td><td class="cell"><p>51.3</p></td><td class="cell"><p>3.4</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>UCD-S1</p></td><td class="cell"><p><i>B4</i></p></td><td class="cell"><p>80.6</p></td><td class="cell"><p>87.1</p></td><td class="cell"><p>83.7</p></td><td class="cell"><p>77.4</p></td><td class="cell"><p>93</p></td><td class="cell"><p>80.0</p></td><td class="cell"><p>66.7</p></td><td class="cell"><p>1.7</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Origin-Entity</p></td><td class="cell"><p>ILK</p></td><td class="cell"><p><i>B3</i></p></td><td class="cell"><p>70.6</p></td><td class="cell"><p>66.7</p></td><td class="cell"><p>68.6</p></td><td class="cell"><p>72.8</p></td><td class="cell"><p>81</p></td><td class="cell"><p>61.5</p></td><td class="cell"><p>55.6</p></td><td class="cell"><p>6.0</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Theme-Tool</p></td><td class="cell"><p>ILK</p></td><td class="cell"><p><i>B4</i></p></td><td class="cell"><p>69.0</p></td><td class="cell"><p>69.0</p></td><td class="cell"><p>69.0</p></td><td class="cell"><p>74.6</p></td><td class="cell"><p>71</p></td><td class="cell"><p>58.0</p></td><td class="cell"><p>59.2</p></td><td class="cell"><p>6.0</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Part-Whole</p></td><td class="cell"><p>UC3M</p></td><td class="cell"><p><i>B4</i></p></td><td class="cell"><p>72.4</p></td><td class="cell"><p>80.8</p></td><td class="cell"><p>76.4</p></td><td class="cell"><p>81.9</p></td><td class="cell"><p>72</p></td><td class="cell"><p>53.1</p></td><td class="cell"><p>63.9</p></td><td class="cell"><p>4.5</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>UIUC</p></td><td class="cell"><p><i>B4</i></p></td><td class="cell"><p>93.1</p></td><td class="cell"><p>71.1</p></td><td class="cell"><p>80.6</p></td><td class="cell"><p>82.4</p></td><td class="cell"><p>74</p></td><td class="cell"><p>67.9</p></td><td class="cell"><p>51.4</p></td><td class="cell"><p>3.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><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>This paper describes a new semantic evaluation task, <i>Classification of Semantic Relations between Nom-inals. </i>We have accomplished our goal of providing a framework and a benchmark data set to allow for comparisons of methods for this task. The data in­cluded different types of information - lexical se­mantic information, context, query used - meant to facilitate the analysis of useful sources of informa­tion for determining the semantic relation between nominals. The results that the participating systems have reported show successful approaches to this difficult task, and the advantages of using lexical se­mantic information.</p><p>The success of the task - measured in the inter­est of the community and the results of the partici­pating systems - shows that the framework and the data are useful resources. By making this collection freely accessible, we encourage further research into this domain and integration of semantic relation al­gorithms in high-end applications.</p></section><section title="Acknowledgments"><p>We thank Eneko Agirre, Lluis Marquez and Richard Wicentowski, the organizers of SemEval 2007, for their guidance and prompt support in all organiza­tional matters. We thank Marti Hearst for valu­able advice throughout the task description and de­bates on semantic relation definitions. We thank the anonymous reviewers for their helpful comments.</p></section><references><p>T. ChklovskiandP. Pantel. 2004. Verbocean: Mining the web for fine-grained semantic verb relations. In <i>Proc. Conf. on Empirical Methods in Natural Language Pro­cessing, EMNLP-04, </i>pages 33-40, Barcelona, Spain.</p><p>R. Girju, D. Moldovan, M. Tatu, and D. Antohe. 2005. On the semantics of noun compounds. <i>Computer Speech and Language, </i>19:479-496.</p><p>M. Hearst. 1992. Automatic acquisition of hyponyms from large text corpora. In <i>Proc. 14th International Conf. on Computational Linguistics (COLING-92),</i> pages 539-545.</p><p>M. Lapata. 2002. The disambiguation of nominaliza-tions. <i>Computational Linguistics, </i>28(3):357-388.</p><p>D.D. Lewis.    1991.   Evaluating text categorization.</p><p>In <i>Proceedings ofthe Speech and Natural Language Workshop, </i>pages 312-318, Asilomar.</p><p>D. Moldovan, A. Badulescu, M. Tatu, D. Antohe, and R. Girju. 2004. Models for the semantic classification of noun phrases. In <i>Proc. Computational Lexical Se­mantics Workshop atHLT-NAACL 2004, </i>pages 60-67, Boston, MA.</p><p>P. Nakov and M. Hearst. 2006. Using verbs to char­acterize noun-noun relations. In <i>Proc. Twelfth Inter­national Conf. in Artificial Intelligence (AIMSA-06), </i>pages 233-244, Varna,Bulgaria.</p><p>V. Nastase and S. Szpakowicz. 2003. Exploring noun-modifier semantic relations. In <i>Fifth Interna­tional Workshop on Computational Semantics (IWCS-5), </i>pages 285-301, Tilburg, The Netherlands.</p><p>V. Nastase, J. Sayyad-Shirabad, M. Sokolova, and S. Sz-pakowicz. 2006. Learning noun-modifier semantic relations with corpus-based and WordNet-based fea­tures. In <i>Proc. 21st National Conf. on Artificial Intel­ligence (AAAI2006), </i>pages 781-787, Boston, MA.</p><p>B. Rosario and M. Hearst. 2001. Classifying the seman­tic relations in noun-compounds via domain-specific lexical hierarchy. In <i>Proc. 2001 Conf. on Empirical Methods in Natural Language Processing (EMNLP-01), </i>pages 82-90.</p><p>B. Rosario, M. Hearst, and C. Fillmore. 2002. The de­scent of hierarchy, and selection in relational seman­tics. In <i>Proc. 40th Annual Meeting ofthe Association for Computational Linguistics (ACL-02), </i>pages 417­424, Philadelphia, PA.</p><p>M. Stephens, M. Palakal, S. Mukhopadhyay, and R. Raje. 2001. Detecting gene relations from MEDLINE ab­stracts. In <i>Proc. Sixth Annual Pacific Symposium on Biocomputing, </i>pages 483-496.</p><p>M. Tatu and D. Moldovan. 2005. A semantic approach to recognizing textual entailment. In <i>Proc. Human Lan­guage TechnologyConf. and Conf. on Empirical Meth­ods in Natural Language Processing (HLT/EMNLP 2005), </i>pages 371-378, Vancouver, Canada.</p><p>P.D. Turney and M.L. Littman. 2005. Corpus-based learning of analogies and semantic relations. <i>Machine Learning, </i>60(1-3):251-278.</p><p>P.D. Turney. 2005. Measuring semantic similarity by latent relational analysis. In <i>Proc. Nineteenth Interna-tionalJoint Conf. on Artificial Intelligence (IJCAI-05)</i>, pages 1136-1141, Edinburgh, Scotland.</p></references></body></article>