<?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="231"/><title>MELB-KB: Nominal Classification as Noun Compound Interpretation</title><pubinfo>Proceedings of the 4th International Workshop on Semantic Evaluations (SemEval-2007),pages 231-236, Prague, June 2007. ©2007 Association for Computational Linguistics</pubinfo><author surname="Kim" givenname="Su Nam"><org  name="Peking University" country="China" city="Beijing"/></author><author surname="Baldwin" givenname="Timothy"><org  name="University of Melbourne" country="Australia" city="Melbourne"/></author></firstpageheader><frontmatter><p><b>MELB-KB: Nominal Classification as Noun Compound Interpretation</b></p><p><b>Su Nam Kim and Timothy Baldwin</b></p><p>Computer Science and Software Engineering University of Melbourne, Australia</p><p>{snkim,tim}@csse.unimelb.edu.au</p></frontmatter><abstract>In this paper, we outline our approach to interpreting semantic relations in nominal pairs in SemEval-2007 task #4: Classifica­tion of Semantic Relations between Nomi-nals. We build on two baseline approaches to interpreting noun compounds: sense col­location, and constituent similarity. These are consolidated into an overall system in combination with co-training, to expand the training data. Our two systems attained an average F-score over the test data of 58.7% and 57.8%, respectively. </abstract></header><body><section number="1" title="Introduction"><p>This paper describes two systems entered in SemEval-2007 task #4: Classification of Semantic Relations between Nominals. A key contribution of this research is that we examine the compatibility of noun compound (NC) interpretation methods over the extended task of nominal classification, to gain empirical insight into the relative complexity of the two tasks.</p><p>The goal of the nominal classification task is to identify the compatibility of a given semantic re­lation with each of a set of test nominal pairs, e.g. between <i>climate </i>and <i>forest </i>in the fragment <i>the <u>climate</u> in the forest </i>with respect to the Content-Container relation. Semantic relations (or SRs) in nominals represent the underlying interpretation of the nominal, in the form of the directed relation between the two nominals.</p><p>The proposed task is a generalisation of the more conventional task of interpreting noun compounds (NCs), in which we take a NC such as <i>cookie jar </i>and interpret it according to a pre-defined inventory of semantic relations (Levi, 1979; Vanderwende, 1994; Barker and Szpakowicz, 1998). Examples of seman­tic relations are Make,<footnote anchor="1"/> , as exemplified in <i>apple pie </i>where the <i>pie </i>is made from <i>apple(s), </i>and Posses­sor, as exemplified in <i>family car </i>where the <i>car </i>is possessed by a <i>family.</i></p><p>In the SemEval-2007 task, SR interpretation takes the form of a binary decision for a given nominal pair in context and a given SR, in judging whether that nominal pair conforms to the SR. Seven relations were used in the task: Cause-Effect, Instrument-Agency, Product-Producer, Origin-Entity, Theme-Tool, Part-Whole and Content-Container.</p><p>Our approach to the task was to: (1) naively treat all nominal pairs as NCs (e.g. <i>the climate in thefor-est </i>is treated as an instance of <i>climate forest); </i>and (2) translate the individual binary classification tasks into a single multiclass classification task, in the in­terests of benchmarking existing SR interpretation methods over a common dataset. That is, we take all positive training instances for each SR and pool them together into a single training dataset. For each test instance, we make a prediction according to one of the seven relations in the task, which we then map onto a binary classification for final evaluation purposes. This mapping is achieved by determining which binary SR classification the test instance was sourced from, and returning a positive classification if the predicted SR coincides with the target SR, and a negative classification if not.</p><p>We make three (deliberately naive) assumptions in our approach to the nominal interpretation task. First, we assume that all the positive training instances correspond uniquely to the SR in question, despite the task organisers making it plain that there is semantic overlap between the SRs.<page local="2" global="232"/> As a machine learning task, this makes the task considerably more difficult, as the performance for the standard base­lines drops considerably from that for the binary tasks. Second, we assume that each nominal pair maps onto a NC. This is clearly a misconstrual ofthe task, and intended to empirically validate whether such an approach is viable. in line with this assump­tion, we will refer to nominal pairs as NCs for the remainder of the paper. Third and finally, we assume that the SR annotation of each training and test in­stance is insensitive to the original context, and use only the constituent words in the NC to make our prediction. This is for direct comparability with ear­lier research, and we acknowledge that the context (and word sense) is a strong determinant of the SR in practice.</p><footnote label="1">For direct comparability with our earlier research, seman­tic relations used in our examples are taken from (Barker and Szpakowicz, 1998), and differ slightly from those used in the SemEval-2007 task.</footnote><p>Our aim in this paper is to demonstrate the effec­tiveness of general-purpose SR interpretation over the nominal classification task, and establish a new baseline for the task.</p><p>The remainder of this paper is structured as fol­lows. We present our methods in Section 2 and de­pict the system architectures in Section 4. We then describe and discuss the performance of our meth­ods in Section 5 and conclude the paper in Section 6.</p></section><section number="2" title="Approach"><p>We used two basic NC interpretation methods. The first method uses sense collocations as proposed by Moldovan et al. (2004), and the second method uses the lexical similarity of the component words in the NC as proposed by Kim and Baldwin (2005). Note that neither method uses the context of usage of the NC, i.e. the only features are the words contained in the NC.</p><subsection number="2.1" title="Sense Collocation Method"><p>Moldovan et al. (2004) proposed a method called se­mantic scattering for interpreting NCs. The intuition behind this method is that when the sense colloca­tion of NCs is the same, their SR is most likely the same. For example, the sense collocation of <i>auto­mobile factory </i>is the same as that of <i>car factory, </i>be­cause the senses of <i>automobile </i>and <i>car, </i>and <i>factory</i> in the two instances, are identical. As a result, the two NCs have the semantic relation Make.</p><p>The semantic scattering model is outlined below.</p><p>The probability <i>P (r\fif</i><i>j</i><i> </i>) (simplified to <i>P(r\f</i><i>ij</i>)) of a semantic relation <i>r </i>for word senses <i>f</i><i>i </i>and <i>f</i><i>j </i>is calculated based on simple maximum likelihood estimation:</p><p>and the preferred SR <i>r*</i><i> </i>for the given word sense combination is that which maximises the probabil­ity:</p><p><i>r</i>*   <i>= </i>argmax<b>r€ßp(r\fij)</b></p><doubt alpha="48.1" length="27" tooSmall="False" monospace="0.0">=  argmaxr€ßP(f"\r)P(r) (2)</doubt><p>Note that in limited cases, the same sense collo­cation can lead to multiple SRs. However, since we do not take context into account in our method, we make the simplifying assumption that a given sense collocation leads to a unique SR.</p></subsection><subsection number="2.2" title="Constituent Similarity Method"><p>In earlier work (Kim and Baldwin, 2005), we pro­posed a simplistic general-purpose method based on the lexical similarity of unseen NCs with training instances. That is, the semantic relation of a test instance is derived from the train instance which has the highest similarity with the test instance, in the form of a 1-nearest neighbour classifier. For example, assuming the test instance <i>chocolate milk </i>and training instances <i>apple juice </i>and <i>morning milk, </i>we would calculate the similarity between modifier <i>chocolate </i>and each of <i>apple </i>and <i>morning, </i>and head noun <i>milk </i>and each of <i>juice </i>and <i>milk, </i>and find, e.g., the similarities .71 and .27, and .83 and 1.00 respec­tively. We would then add these up to derive the overall similarity for a given NC and find that <i>apple juice </i>is a better match. From this, we would assign the SR of Make from <i>apple juice </i>to <i>chocolate milk.</i></p><p>Formally, <i>Sa </i>is the similarity between NCs <i>(N</i><i>i</i><i>,uN</i><i>i,2) </i>and <i>(B</i><i>j,</i><i>i,</i><i> </i><i>B</i><i>j,</i><b>2):</b></p><doubt alpha="32.2" length="59" tooSmall="False" monospace="0.0">SA((Ni,i,Ni,2),(Bj,i,Bj,2))=((aS1 + S1) x ((1 - a)S2 + S2))</doubt><doubt alpha="0.0" length="3" tooSmall="False" monospace="0.0">2()</doubt><p>where <i>S1 </i>is the modifier similarity (i.e. <i>S(Ni</i><i>1</i><i>1,B</i><i>j1)) </i>and <i>S2 </i>is head noun similarity (i.e. <i>S(Ni12, </i>Bj2)); <i>a G </i>[0,1] is a weighting factor.<page local="3" global="233"/> The similarity scores are calculated using the method of Wu and Palmer (1994) as implemented in WordNet::Similarity (Patwardhan et al., 2003). This is done for each pairing of WordNet senses of each of the two words in question, and the overall lexical similarity is calculated as the average across the pairwise sense similarities.</p><p>The final classification is derived from the training instance which has the highest lexical similarity with the test instance in question.</p></subsection></section><section number="3" title="Co-Training"><p>As with many semantic annotation tasks, SR tag­ging is a time-consuming and expensive process. At the same time, due to the inherent complexity of the SR interpretation task, we require large amounts of training data in order for our methods to perform well. in order to generate additional training data to train our methods over, we experiment with different co-training methodologies for each of our two basic methods.</p><subsection number="3.1" title="Co-Training for the Sense Collocation Method"><p>For the sense collocation method, we experiment with a substitution method whereby we replace one constituent in a training NC instance by a similar word, and annotate the new instance with the same SR as the original NC. For example, <i>car </i>in <i>car fac­tory </i>(SR = Make) has similar words <i>automobile, vehicle, truck </i>from the synonym, hypernym and sis­ter word taxonomic relations, respectively. When <i>car </i>is replaced by a similar word, the new noun compound(s) (i.e. <i>automobile/vehicle/truck factory) </i>share the same SR as the original <i>car factory. </i>Note that each constituent in our original example is tagged for word sense, which we use both in ac­cessing sense-specific substitution candidates (via WordNet), and sense-annotating the newly gener­ated NCs.</p><p>Substitution is restricted to one constituent at a time in order to avoid extreme semantic variation. This procedure can be repeated to generate more training data. However, as the procedure goes fur­ther, we introduce increasingly more noise.</p><p>in our experiments, we use this co-training method with the sense collocation method to expand the size and variation of training data, using syn­onym, hypernym and sister word relations. For our experiment, we ran the expansion procedure for only one iteration in order to avoid generating excessive amounts of incorrectly-tagged NCs.</p></subsection><subsection number="3.2" title="Co-Training for the Constituent Similarity Method"><p>Our experiments with the constituent similarity method over the trial data showed, encouragingly, that there is a strong correlation between the strength of overall similarity with the best-matching training NC, and the accuracy of the prediction. From this, we experimented with implementing the constituent similarity method in a cascading architecture. That is, we batch evaluate all test instances on each it­eration, and tag those test instances for which the best match with a training instance is above a pre­set threshold, which we decrease on each iteration. in subsequent iterations, all tagged test instances are included in the training data. Hence, on each itera­tion, the number of training instances is increasing. As our threshold, we used a starting value of 0.85, which was decreased down to 0.65 in increments of 0.05.</p></subsection></section><section number="4" title="Architectures"><p>In Section 4.1 and Section 4.2, we describe the ar­chitecture of our two systems.</p><subsection number="4.1" title="Architecture (I)"><p>Figure 1 presents the architecture of our first system, which interleaves sense collocation and constituent similarity, and includes co-training for each. There are five steps in this system.</p><p>First, we apply the basic sense collocation method relative to the original training data. If the sense col­location between the test and training instances is the same, we judge the predicted SR to be correct.</p><p>Second, we apply the similarity method described in Section 2.2 over the original training data. How­ever, we only classify test instances where the final similarity is above a threshold of 0.8.</p><p>Third, we apply the sense collocation co-training method and re-run the sense collocation method over the expanded training data from the first two steps. Since the sense collocations in the expanded<page local="4" global="234"/></p><p>^tagged data j „ ^tagged data j _ tagged data <b>Sense CoIIcation</b> [^<u>untagged^test data</u> <b>Similarity</b></p><doubt alpha="66.7" length="6" tooSmall="False" monospace="0.0">Step 1</doubt><doubt alpha="66.7" length="6" tooSmall="False" monospace="0.0">Step 2</doubt><p>Step 3 <b>Sense CoIIcation</b> [<u>^untagged^test data "</u>)</p><p>Step 4 <b>SimiIarity</b> untagged test data <b>SimiIarity</b> <b>Extended TRAIN</b></p><doubt alpha="100.0" length="1" tooSmall="False" monospace="0.0">T</doubt><doubt alpha="66.7" length="6" tooSmall="False" monospace="0.0">Step 5</doubt><figure caption="Figure 1: System Architecture (I)"></figure><p>training data have been varied through the advent of hypernyms and sister words, the number of sense collocations in the expanded training data is much greater than that of the original training data (937 vs. 16,676).</p><p>Fourth, we apply the constituent similarity co-training method over the consolidated training data (from both sense collocation and constituent simi­larity co-training) with the threshold unchanged at 0.8.</p><p>Finally, we apply the constituent similarity method over the combined training data, without any threshold (to guarantee a SR prediction for every test instance). However, since the generated train­ing instances are more likely to contain errors, we decrement the similarity values for generated train­ing instances by 0.2, to prefer predictions based on the original training instances.</p></subsection><subsection number="4.2" title="Architecture (II)"><p>Figure 2 depicts our second system, which is based solely on the constituent similarity method, with co-training.</p><p>We perform iterative co-training as described in</p><p>get Similarity</p><doubt alpha="45.5" length="11" tooSmall="False" monospace="0.0">Sim &gt;= T -Y</doubt><doubt alpha="100.0" length="6" tooSmall="False" monospace="0.0">Tagged</doubt><p>Threshold reduce Threshold finalize current tags and end</p><doubt alpha="56.0" length="25" tooSmall="False" monospace="0.0">#of Tagged &gt;= 10% of test</doubt><doubt alpha="100.0" length="1" tooSmall="False" monospace="0.0">N</doubt><doubt alpha="42.5" length="40" tooSmall="False" monospace="0.0">if T == 0.6 &amp; (#of Tagged &lt; 10% of test)</doubt><figure caption="Figure 2: System Architecture (II)"></figure><p>Section 3.2, with the slight variation that we hold off reducing the threshold if more than 10% of the test instances are tagged on a given iteration, giving other test instances a chance to be tagged at a higher threshold level relative to newly generated training instances. The residue of test instances on comple­tion of the final iteration (threshold = 0.6) are tagged according to the best-matching training instance, ir­respective of the magnitude of the similarity.</p></subsection></section><section number="5" title="Evaluation"><p>We group our evaluation into two categories: (A) doesn't use WordNet 2.1 or the query context; and (B) uses WordNet 2.1 only (again with­out the query context). Of our two basic meth­ods the sense collocation method and co-training method are based on WordNet 2.1 only, while the constituent similarity method is based indirectly on WordNet 2.1, but doesn't preserve WordNet 2.1 sense information. Hence, our first system is category B while our second system is (arguably) category A.</p><p>Table 1 presents the three baselines for the task, and the results for our two systems (System I and System II). The performance for both systems ex­ceeded all three baselines in terms of accuracy, and all but the All True baseline (i.e. every instance is judged to be compatible with the given SR) in terms of F-score and recall.<page local="5" global="235"/></p><doubt alpha="100.0" length="4" tooSmall="False" monospace="0.0">TEST</doubt><doubt alpha="100.0" length="1" tooSmall="False" monospace="0.0">Y</doubt><p>Tables 2 and 3 show the performance of the teams which performed in the task, in categories A and B. Team 220 in Table 2 is our second system, and team 220 in Table 3 is our first system.</p><p>In Figures 3 and 4, we present a breakdown of the performance our first and second system, re­spectively, over the individual semantic relations. Our approaches performed best for the Product-Producer SR, and worst for the Part-Whole SR. In general, our systems achieved similar perfor­mance on most SRs, with only Part-Whole be­ing notably worse. The lower performance of Part-Whole pulls down our overall performance consid­erably.</p><p>Tables 4 and 5 show the number of tagged and un­tagged instances for each step of System I and Sys­tem II, respectively. The first system tagged more than half of the data in the fifth (and final) step, where it weighs up predictions from the original and expanded training data. Hence, the performance of this approach relies heavily on the similarity method and expanded training data. Additionally, the differ­ence in quality between the original and expanded training data will influence the performance of the approach appreciably. On the other hand, the num­ber of instances tagged by the second system is well distributed across each iteration. However, since we accumulate generated training instances on each step, the relative noise level in the training data will</p><p>(%) precision recall F-score -accuracy</p><doubt alpha="0.0" length="5" tooSmall="False" monospace="0.0">80 \-</doubt><doubt alpha="0.0" length="5" tooSmall="False" monospace="0.0">20 \-</doubt><doubt alpha="7.1" length="14" tooSmall="False" monospace="0.0">0I-1-1-1-1-1-1</doubt><p>CE IA PP OE TT PW CC relations</p><figure caption="Figure 3: System I performance for each rela­tion    (CC=Cause-Effect,IA=Instrument-"></figure><p>Agency, PP=Product-Producer, OE=Origin-Entity, TT=Theme-Tool, PW=Part-Whole, CC=Content-Container) increase across iterations, impacting on the final per­formance of the system.</p><p>Over the trial data, we noticed that the system pre­dictions are appreciably worse when the similarity value is low. In future work, we intend to analyse what is happening in terms of the overall system performance at each step. This analysis is key to improving the performance of our systems.</p><p>Recall that we are generalising from the set of binary classification tasks in the original task, to a multiclass classification task. As such, a direct com­parison with the binary classification baselines is perhaps unfair (particularly All True, which has no correlate in a multiclass setting), and it is if anything remarkable that our system compares favourably compared to the baselines. Similarly, while we clearly lag behind other systems participating in the<page local="6" global="236"/></p><table caption="Table 1: System results(P= precision,R= recall,F= F-score, andA= accuracy)" 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>Method</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>A</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>All True</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>Probability</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"><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>System I</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>System II</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"></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: Results of category B systems" 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>Team</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>A</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>901</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>777</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>281</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>129</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>333</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>538</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>571</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>759</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>220</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>371</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>495</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"></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 2: Results of category A systems" 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>Team</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>A</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>759</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>281</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>633</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>220</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>161</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>538</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"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr></table><figure caption="Figure 4: System II performance for each rela­tion    (CC=Cause-Effect,IA=Instrument-"></figure><p>Agency, PP=Product-Producer, OE=Origin-Entity, TT=Theme-Tool, PW=Part-Whole, CC=Content-Container)</p><doubt alpha="0.0" length="3" tooSmall="False" monospace="0.0">(%)</doubt><doubt alpha="0.0" length="3" tooSmall="False" monospace="0.0">100</doubt><p>precision " recall F-score - accuracy "</p><p>PW CC relations</p><p>untagged</p><doubt alpha="0.0" length="11" tooSmall="False" monospace="0.0">528 422 422</doubt><doubt alpha="0.0" length="3" tooSmall="False" monospace="0.0">361</doubt><doubt alpha="0.0" length="1" tooSmall="False" monospace="0.0">2</doubt><p>Table 4: System I: Tagged data from each step <i>(SC= </i>sense collocation; <i>Sim </i>= the similarity method; <i>extSC </i>= SC over the expanded training data; <i>extSim </i>= similarity over the expanded training data; <i>SvsExtS </i>= the final step over both the original and expanded training data) task, we believe we have demonstrated that NC in­terpretation methods can be successfully deployed over the more general task of nominal pair classifi­cation.</p></section><section number="6" title="Conclusion"><p>In this paper, we presented two systems entered in the SemEval-2007 Classification of Semantic Re­lations between Nominals task. Both systems are based on baseline NC interpretation methods, and the naive assumption that the nominal classification task is analogous to a conventional multiclass NC interpretation task. Our results compare favourably with the established baselines, and demonstrate that NC interpretation methods are compatible with the more general task of nominal classification.</p></section><section title="Acknowledgments"><p>This research was carried out with support from Australian Re­search Council grant no. DP0663879.</p><table caption="Table 5: System II: data tagged on each iteration(T= the threshold;iX= the iteration number)" 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>I</p></td><td class="cell"><p>T</p></td><td class="cell"><p>tagged</p></td><td class="cell"><p>accumulated</p></td><td class="cell"><p>untagged</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>il</p></td><td class="cell"><p>.85</p></td><td class="cell"><p>73</p></td><td class="cell"><p>13.3%</p></td><td class="cell"><p>476</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>i2</p></td><td class="cell"><p>.80</p></td><td class="cell"><p>56</p></td><td class="cell"><p>23.5%</p></td><td class="cell"><p>420</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>i3</p></td><td class="cell"><p>.75</p></td><td class="cell"><p>74</p></td><td class="cell"><p>37.0%</p></td><td class="cell"><p>346</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>i4</p></td><td class="cell"><p>.70</p></td><td class="cell"><p>l0l</p></td><td class="cell"><p>55.4%</p></td><td class="cell"><p>245</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>i5</p></td><td class="cell"><p>.65</p></td><td class="cell"><p>222</p></td><td class="cell"><p>95.8%</p></td><td class="cell"><p>23</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>-</p></td><td class="cell"><p>&lt;.65</p></td><td class="cell"><p>21</p></td><td class="cell"><p>99.6%</p></td><td class="cell"><p>2</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr></table><table class="main" frame="box" rules="all" border="1" regular="False"><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>step</p></td><td class="cell"><p>method</p></td><td class="cell"><p>tagged</p></td><td class="cell"><p>accumulated</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>si</p></td><td class="cell"><p>SC</p></td><td class="cell"><p>21</p></td><td class="cell"><p>3.8%</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>s2</p></td><td class="cell"><p>Sim</p></td><td class="cell"><p>106</p></td><td class="cell"><p>23.1%</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>s3</p></td><td class="cell"><p>extSC</p></td><td class="cell"><p>0</p></td><td class="cell"><p>23.1%</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>s4</p></td><td class="cell"><p>extSim</p></td><td class="cell"><p>61</p></td><td class="cell"><p>34.2%</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>s5</p></td><td class="cell"><p>SvsExtS</p></td><td class="cell"><p>359</p></td><td class="cell"><p>99.6%</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr></table></section><references><p>Ken Barker and Stan Szpakowicz. 1998. Semi-automatic recognition of noun modifier relationships. In <i>Proc. of the 17th International Conference on Computational Linguis­tics, </i>pages 96-102, Montreal, Canada.</p><p>Christiane Fellbaum, editor. 1998. <i>WordNet: An Electronic Lexical Database. </i>MIT Press, Cambridge, uSA.</p><p>Timothy W. Finin. 1980. <i>The Semantic Interpretation of Com­pound Nominals. </i>Ph.D. thesis, university of Illinois.</p><p>Su Nam Kim and Timothy Baldwin. 2005. Automatic inter­pretation of Noun Compounds using WordNet similarity. In <i>Proc. of the 2nd International Joint Conference On Natural Language Processing, </i>pages 945-956, JeJu, Korea.</p><p>Judith Levi. 1979. The syntax and semantics of complex nom-inals. In <i>The Syntax and Semantics ofComplex Nominals. </i>New York:Academic Press.</p><p>Dan Moldovan, Adriana Badulescu, Marta Tatu, Daniel Antohe, and Roxana Girju. 2004. Models for the semantic classifi­cation of noun phrases. In <i>Proc. of the HLT-NAACL 2004 Workshop on Computational Lexical Semantics, </i>pages 60­67, Boston, uSA.</p><p>Siddharth Patwardhan, Satanjeev Banerjee, and Ted Pedersen. 2003. using measures of semantic relatedness for word sense disambiguation. In <i>Proc. ofthe Fourth International Conference on Intelligent </i><i>Text</i><i> Processing and Computa­tional Linguistics, </i>pages 241-57, Mexico City, Mexico.</p><p>Lucy Vanderwende. 1994. Algorithm for automatic interpreta­tion of noun sequences. In <i>Proc. of the 15th conference on Computational linguistics, </i>pages 782-788, Kyoto, Japan.</p><p>Zhibiao Wu and Martha Palmer. 1994. Verb semantics and lexical selection. In <i>Proc. of the 32nd Annual Meeting of the Association for Computational Linguistics, </i>pages 133-138, Las Cruces, uSA.</p></references></body></article>