<?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="234"/><title>UCD-PN: Selecting General Paraphrases Using Conditional Probability</title><pubinfo>Proceedings of the 5th International Workshop on Semantic Evaluation, ACL 2010,pages 234-237, Uppsala, Sweden, 15-16 July 2010. ©2010 Association for Computational Linguistics</pubinfo><author surname="Nulty" givenname="Paul"><org  name="University College Dublin" country="Ireland" city="Dublin"/></author><author surname="Costello" givenname="Fintan"><org  name="University College Dublin" country="Ireland" city="Dublin"/></author></firstpageheader><frontmatter><p><b>UCD-PN: Selecting General Paraphrases Using Conditional Probability</b></p><p><b>Paul Nulty Fintan Costello</b></p><p>University College Dublin University College Dublin</p><p>Dublin, Ireland Dublin, Ireland</p><p>paul.nulty@ucd.ie fintan.costello@ucd.ie</p></frontmatter><abstract>We describe a system which ranks human-provided paraphrases of noun compounds, where the frequency with which a given paraphrase was provided by human volun­teers is the gold standard for ranking. Our system assigns a score to a paraphrase of a given compound according to the num­ber of times it has co-occurred with other paraphrases in the rest of the dataset. We use these co-occurrence statistics to com­pute conditional probabilities to estimate a sub-typing or Is-A relation between para­phrases. This method clusters together paraphrases which have similar meanings and also favours frequent, general para­phrases rather than infrequent paraphrases with more specific meanings. </abstract></header><body><section number="1" title="Introduction"><p>SemEval 2010 Task 9, "Noun Compound Inter­pretation Using Paraphrasing Verbs", requires sys­tems to rank paraphrases of noun compounds according to which paraphrases were most fre­quently produced for each compound by human annotators (Butnariu et al., 2010). This paper de­scribes a system which ranks a paraphrase for a given compound by computing the probability of the paraphrase occurring given that we have previ­ously observed that paraphrase co-occurring with other paraphrases in the candidate paraphrase list. These co-occurrence statistics can be built using either the compounds from the test set or the train­ing set, with no significant difference in results.</p><p>The model is informed by two observations: people tend to use general, semantically light para­phrases more often than detailed, semantically heavy ones, and most paraphrases provided for a specific compound indicate the same interpreta­tion of that compound, varying mainly according to level of semantic detail.</p><p>Given these two properties of the data, the ob­jective of our system was to test the theory that conditional probabilities can be used to estimate a sub-typing or Is-A relation between paraphrases. No information about the compounds was used, nor were the frequencies provided in the training set used.</p></section><section number="2" title="Motivation"><p>Most research on the disambiguation of noun com­pounds involves automatically categorizing the compound into one of a pre-defined list of seman­tic relations. Paraphrasing compounds is an alter­native approach to the disambiguation task which has been explored by (Lauer, 1995) and (Nakov, 2008). Paraphrases of semantic relations may be verbs, prepositions, or "prepositional verbs" like <i>found in </i>and <i>caused by. </i>(Lauer, 1995) catego­rized compounds using only prepositions. (Nakov, 2008) and the current task use only verbs and prepositional verbs, however, many of the para­phrases in the task data are effectively just prepo­sitions with a copula, e.g. <i>be in, be for, be of.</i></p><p>The paraphrasing approach may be easier to integrate into applications such as translation, query-expansion and question-answering — its output is a set of natural language phrases rather than an abstract relation category. Also, most sets of pre-defined semantic relations have only one or maybe two levels of granularity. This can often lead to semantically converse relations falling under the same abstract category, for ex­ample a <i>headache tablet </i>is a tablet for prevent­ing headaches, while <i>headache weather </i>is weather that induces headaches — but both compounds would be assigned the same relation (perhaps <i>in­strumental </i>or <i>causal) </i>in many taxonomies of se­mantic relations. Paraphrases of compounds using verbs or verb-preposition combinations can pro­vide as much or as little detail as is required to adequately disambiguate the compound.</p><page local="2" global="235"/><subsection number="2.1" title="General paraphrases are frequent"><p>The object of SemEval 2010 Task 9 is to rank para­phrases for noun compounds given by 50-100 hu­man annotators. When deciding on a model we took into account several observations about the data.</p><p>Firstly, the model does not need to produce plausible paraphrases for noun compounds, it sim­ply needs to rank paraphrases that have been pro­vided. Given that all of the paraphrases in the training and test sets have been produced by peo­ple, we presume that all of them will have at least some plausible interpretation, and most para­phrases for a given compound will indicate gen­erally the same interpretation of that compound. This will not always be the case; some compounds are genuinely ambiguous rather than vague. For example a <i>stone bowl </i>could <i>be a bowl for hold­ing stones </i>or a <i>bowl made of stone. </i>However, the mere fact that a compound has occurred in text is evidence that the speaker who produced the text believed that the compound was unambiguous, at least in the given context.</p><p>Given that most of the compounds in the dataset have one clear plausible meaning to readers, when asked to paraphrase a compound people tend to observe the Grician maxim of brevity (Grice, 1975) by using simple, frequent terms rather than detailed, semantically weighty paraphrases. For the compound <i>alligator leather </i>in the training data, the two most popular paraphrases were <i>be made from </i>and <i>come from. </i>Also provided as paraphrases for this compound were <i>hide of </i>and <i>be skinned from. </i>These are more detailed, spe­cific, and more useful than the most popular para­phrases, but they were only produced once each, while <i>be made from </i>and <i>come from </i>were pro­vided by 28 and 20 annotators respectively. This trend is noticeable in most of the compounds in the training data - the most specific and detailed paraphrases are not the most frequently produced.</p><p>According to the lesser-known of Zipf's laws — the law of meaning (Zipf, 1945) — words that are more frequent overall in a language tend to have more sub-senses. Frequent terms have a shorter lexical access time (Broadbent, 1967), so to min­imize the effort required to communicate mean­ing of a compound, speakers should tend to use the most common words - which tend to be se­mantically general and have many possible sub-senses. This seems to hold for paraphrasing verbs and prepositions; terms that have a high overall frequency in English such as <i>be in, have </i>and <i>be of </i>are vague — there are many more specific para­phrases which could be considered sub-senses of these common terms.</p></subsection><subsection number="2.2" title="Using conditional probability to detect subtypes"><p>Our model uses conditional probabilities to detect this sub-typing structure based on the theory that observing a specific, detailed paraphrase is good evidence that a more general parent sense of that paraphrase would be acceptable in the same con­text. The reverse is not true - observing a fre­quently occurring, semantically light paraphrase is not strong evidence that any sub-sense of that paraphrase would be acceptable in the same con­text. For example, consider the spatial and tempo­ral sub-senses of the paraphrase <i>be in. </i>A possible spatial sub-sense of this paraphrase is <i>be located in, </i>while a possible temporal sub-sense would be <i>occur during. </i>The fact that <i>occur during </i>is pro­vided as a paraphrase for a compound almost al­ways means that <i>be in </i>is also a plausible para­phrase. However, observing <i>be in </i>as a paraphrase does not provide such strong evidence for <i>occur during </i>also being plausible, as we do not know which sub-sense of <i>in </i>is intended.</p><p>If this is correct, then we would expect that the conditional probability of a paraphrase B occur­ring given that we have observed another para­phrase A in the same context is a measure of the extent to which B is a more general type (parent sense) of A.</p></subsection></section><section number="3" title="System Description"><p>The first step in our model is to generate a condi­tional probability table by going over all the com­pounds in the data and calculating the probabil­ity of each paraphrase occurring given that we ob­served another given paraphrase co-occurring for the same compound. We compute the conditional probability of every paraphrase with all other para­phrases individually. We could use either the train­ing or the test set to collect these co-occurrence statistics, as the frequencies with which the para­phrases are ranked are not used — we simply note how many times each paraphrase co-occurred as a possible paraphrase for the same compound with each other paraphrase. For the submitted system we used the test data, but subsequently we confirmed that using only the training data for this step is not detrimental to the system's performance.<page local="3" global="236"/></p><p>For each paraphrase in the data, the conditional probability of that paraphrase is computed with re­spect to all other paraphrases in the data. For any two paraphrases B and A:</p><doubt alpha="37.5" length="8" tooSmall="False" monospace="0.0">P(B\A) =</doubt><doubt alpha="66.7" length="6" tooSmall="False" monospace="0.0">p(Aab)</doubt><p>As described in the previous section, we antic­ipate that more general, less specific paraphrases will be produced more often than their more de­tailed sub-senses. Therefore, we score each para­phrase by summing its conditional probability with each other paraphrase provided for the same compound.</p><p>For a list of paraphrases A provided for a given compound, we score a paraphrase <i>b </i>in that list by summing its conditional probability individually with every other paraphrase in the list.</p><doubt alpha="50.0" length="18" tooSmall="False" monospace="0.0">score(b) = ^ P(b\t</doubt><doubt alpha="100.0" length="3" tooSmall="False" monospace="0.0">aeA</doubt><p>This gives the more general, broad coverage, paraphrases a higher score, and also has a cluster­ing effect whereby paraphrases that have not co-occurred with the other paraphrases in the list very often for other compounds are given a lower score — they are unusual in the context of this para­phrase list.</p></section><section number="4" title="Results and Analysis 4.1   Task results"><p>Table 1 shows the results of the top 3 systems in the task. Our system achieved the second high­est correlation according to the official evaluation measure, Spearman's rank correlation coefficient. Results were also provided using Pearson's corre­lation coefficient and the cosine of the vector of scores for the gold standard and submitted pre­dictions. Our system performed best using the cosine measure, which measures how closely the predicted scores match the gold standard frequen­cies, rather than the rank correlation. This could be helpful as the scores provide a scale of accept­ability.</p><p>As mentioned in the system description, we collected the co-occurrence statistics for our sub­mitted prediction from the test set of paraphrases alone. Since our model does not use the frequen­cies provided in the training set, we chose to use the test set as it was larger and had more annota­tors. This could be perceived as an unfair use of the test data, as we are using all of the test com­pounds and their paraphrases to calculate the po­sition of a given paraphrase relative to other para­phrases.</p><p>This is a kind of clustering which would not be possible if only a few test cases were provided. To check that our system did not need to collect co­occurrence probabilities on exactly the same data as it made predictions on, we submitted a second set of predictions for the test based on the proba­bilities from the training compounds alone. <footnote anchor="1"/></p><p>These predictions actually achieved a slightly better score for the official evaluation measure, with a Spearman rho of 0.444, and a cosine of 0.631. This suggests that the model does not need to collect co-occurrence statistics from the same compounds as it makes predictions on, as long as sufficient data is available.</p><subsection number="4.2" title="Error Analysis"><p>The most significant drawback of this system is that it cannot generate paraphrases for noun com­pounds - it is designed to rank paraphrases that have already been provided.</p><p>Using the conditional probability to rank para­phrases has two effects. Firstly there is a cluster­ing effect which favours paraphrases that are more similar to the other paraphrases in a list for a given compound. Secondly, paraphrases which are more frequent overall receive a higher score, as frequent verbs and prepositions may co-occur with a wide variety of more specific terms.</p><p>These effects lead to two possible drawbacks. Firstly, the system would not perform well if de­tailed, specific paraphrases of compounds were needed. Although less frequent, more specific paraphrases may be more useful for some appli­cations, these are not the kind of paraphrases that people seem to produce spontaneously.</p><footnote label="1">Thanks to Diarmuid Ö Séaghdha for pointing this out and scoring the second set of predictions</footnote><table caption="Table 1: Results for the top three systems." 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>System</p></td><td class="cell"><p>Spearman</p></td><td class="cell"><p>Pearson</p></td><td class="cell"><p>Cosine</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>UVT</p></td><td class="cell"><p><b>.450</b></p></td><td class="cell"><p><b>.411</b></p></td><td class="cell"><p>.635</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>.441</p></td><td class="cell"><p>.361</p></td><td class="cell"><p><b>.669</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>UCD-GOG</p></td><td class="cell"><p>.432</p></td><td class="cell"><p>.395</p></td><td class="cell"><p>.652</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>baseline</p></td><td class="cell"><p>.425</p></td><td class="cell"><p>.344</p></td><td class="cell"><p>.524</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr></table><page local="4" global="237"/><p>Also, because of the clustering effect, this sys­tem would not work well for compounds that are genuinely ambiguous e.g. <i>stone bowl (bowl made of stone </i>vs <i>bowl contains stones). </i>Most examples are not this ambiguous, and therefore almost all of the provided paraphrases for a given compound are plausible, and indicate the same relation. They vary mainly in how specific/detailed their explana­tion of the relation is.</p><p>The three compounds which our system pro­duced the worst rank correlation for were <i>diesel engine, midnight train, </i>and <i>bathing suit. </i>With­out access to the gold-standard scores for these compounds it is difficult to explain the poor per­formance, but examining the list of possible para­phrases for the first two of these suggests that the annotators identified two distinct senses for each: <i>diesel engine </i>is paraphrased by verbs of contain­ment (e.g. <i>be in) </i>and verbs of function (e.g. <i>runs on), </i>while midnight train is paraphrased by verbs of location (e.g. <i>be found in, be located in) </i>and verbs of movement (e.g. <i>run in, arrive at). </i>Our model works by separating paraphrases according to granularity, and cannot disambiguate these dis­tinct senses. The list of possible paraphrases for <i>bathing suit </i>suggests that our model is not robust if implausible paraphrases are in the candidate list - the model ranked <i>be in, be found in </i>and <i>emerge from </i>among the top 8 paraphrases for this com­pound, even though they are barely comprehensi­ble as plausible paraphrases. The difficulty here is that even if only one annotator suggests a para­phrase, it is deemed to have co-occurred with other paraphrases in that list, since we do not use the fre­quencies from the training set.</p><p>The compounds for which the highest correla­tions were achieved were <i>wilderness areas, conso­nant systems </i>and <i>fiber optics. </i>The candidate para­phrases for the first two of these seem to be fairly homogeneous in semantic intent. <i>Fiber optics </i>is probably a lexicalised compound which hardly needs paraphrasing. This would lead people to use short and semantically general paraphrases.</p></subsection></section><section number="5" title="Conclusion"><p>We have described a system which uses a simple statistical method, conditional probability, to es­timate a sub-typing relationship between possible paraphrases of noun compounds. From a list of candidate paraphrases for each noun compound, those which were judged by this method to be good "parent senses" of other paraphrases in the list were scored highly in the rankings.</p><p>The system does require a large dataset of com­pounds with associated plausible paraphrases, but it does not require a training set of human pro­vided rankings and does not use any information about the noun compound itself, aside from the list of plausible paraphrases that were provided by the human annotators.</p><p>Given the simplicity of our model and its per­formance compared to other systems which used more intensive approaches, we believe that our ini­tial observations on the data are valid: people tend to produce general, semantically light paraphrases more often than specific or detailed paraphrases, and most of the paraphrases provided for a given compound indicate a similar interpretation, vary­ing instead mainly in level of semantic weight or detail.</p><p>We have also shown that conditional probabil­ity is an effective way to compute the sub-typing relation between paraphrases.</p><p><b>Acknowledgement</b></p><p>This research was supported by a grant under the FP6 NEST Programme of the European Commis­sion (ANALOGY: Humans the Analogy-Making Species: STREP Contr. No 029088).</p></section><references><p>Donald E. Broadbent f967. Word-frequency effect and response bias.. <i>Psychological Review, </i>74,</p><p>Cristina Butnariu and Su Nam Kim and Preslav Nakov and Diarmuid Ö Séaghdha and Stan Szpakowicz and Tony Veale. 20 fO. SemEval-2 Task 9: The In­terpretation of Noun Compounds Using Paraphras­ing Verbs and Prepositions, <i>Proceedings of the 5th SIGLEX Workshop on Semantic Evaluation, </i>Upp­sala, Sweden</p><p>Paul Grice. 1975. <i>Studies in the Way of Words. </i>Har­vard University Press, Cambridge, Mass.</p><p>Mark Lauer 1995. <i>Designing statistical language learners: experiments on noun compound, </i>PhD The­sis Macquarie University, Australia</p><p>Preslav Nakov and Marti Hearst 2008. Solving Re­lational Similarity Problems using the Web as a Corpus. <i>In Proceedings of the 46th Annual Meet­ing of the Association for Computational Linguistics </i>(ACL-08), Columbus, OH.</p><p>George Kingsley Zipf. 1945. The Meaning-Frequency Relationship of Words. <i>Journal of General Psychol­ogy, </i>33,</p></references></body></article>