<?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"/><title>Automatic Acquisition for low frequency lexical items</title><author surname="Bel" givenname="Núria"><org  name="IULA - Universität Pompeu Fabra Pl" country="Spain"/></author><author surname="Espeja" givenname="Sergio"><org  name="IULA - Universität Pompeu Fabra Pl" country="Spain"/></author><author surname="Marimon" givenname="Montserrat"><org  name="IULA - Universität Pompeu Fabra Pl" country="Spain"/></author></firstpageheader><frontmatter><p><b>Automatic acquisition for low frequency lexical items</b></p><p><b>Ntiria Bel, Sergio Espeja, Montserrat Marimon</b></p><p>IULA - Universität Pompeu Fabra Pl. de la Merce, 10-12. 08002 Barcelona, Spain E-mail: nuria.bel@upf.edu, sergio.espeja@upf.edu, montserrat.marimon@upf.edu</p></frontmatter><abstract>This paper addresses a specific case of the task of lexical acquisition understood as the induction of information about the linguistic characteristics of lexical items on the basis of information gathered from their occurrences in texts. Most of the recent works in the area of lexical acquisition have used methods that take as much textual data as possible as source of evidence, but their performance decreases notably when only few occurrences of a word are available. The importance of covering such low frequency items lies in the fact that a large quantity of the words in any particular collection of texts will be occurring few times, if not just once. Our work proposes to compensate the lack of information resorting to linguistic knowledge on the characteristics of lexical classes. This knowledge, obtained from a lexical typology, is formulated probabilistically to be used in a Bayesian method to maximize the information gathered from single occurrences as to predict the full set of characteristics of the word. Our results show that our method achieves better results than others for the treatment of low frequency items. grammar failures were due to missing lexical entries, with </abstract></header><body><section number="1." title="Introduction"><p>The work we present here handles a specific case of the task of lexical acquisition understood as the induction of information about the linguistic characteristics of lexical items on the basis of information gathered from their occurrences in texts. Research in lexical acquisition is based on the assumption that lexical items have regular patterns of syntactic behaviour and that these regular patterns distinguish classes that ultimately are semantic classes. Most of the recent work in the area of lexical acquisition has been concerned with the identification and use of such patterns. The way they identify and use such information are the basis of two lines of research: in one line, the induction of these patterns from data helps to predict lexical classes and the words that are members of such classes; in the other one, these patterns are sought in data as evidence for classifying words into pre-defined, linguistically motivated classes.</p><p>The contribution of our work is to address specifically the problem of handling the case of low frequency lexical items, because the performance of published methods decreases notably when, for instance, only few examples of a word are available. Both lines of research just mentioned have in common that need to take as much text as possible as source of evidence. But the importance of covering such low frequency items (these patterns and words) lies in the fact that a large quantity of them will be occurring few times, if not just once, in any particular collection of texts. Even more, according to Zipf's, this will be the case for most of the words, especially nouns, in any length size corpus (Zipf, 1935). Lexical acquisition for NLP must be able to handle these cases too because lexical coverage is crucial to achieve the proper performance of the processing components that rely in lexical information. For instance, Briscoe and Carroll (1993) observed that half of parse failures on unseen test data were caused by inaccurate lexical information, and Baldwin et al. (2004) identified that in parsing 20,000 strings from British National Corpus (BCN) a 40% of a grammar dictionary of about 10,500 lexical entries that time.</p><p>Our work proposes two innovative ideas: first, to compensate the lack of occurrences resorting to linguistic knowledge on the properties of lexical classes. The use of knowledge on lexical classes is not new, but our contribution is to propose a way to use it probabilistically extracting it directly from a lexical typology, that is, without deriving the probabilities from a sample of data. To assess the probabilistic model from the data creates problems with low frequency items, not only words, but also patterns of occurrence that show a low frequency. Second, in order to handle the uncertainty of the data (some patterns of occurrence can characterize more than one class, and there is noise in the identification of the patterns), we take advantage of the formulation of lexical classes in terms of combinations of grammatical features in order to build classifiers for each of these features first, and reconstructing the classes in a second stage.</p><p>We have based our proposal on works specifically concerned with the problem of sparse data and lexical learning by Bayesian methods, in particular, Anderson (1991) and Xu and Tenenbaum (2007). We propose a Bayesian method for lexical learning where lexical knowledge is represented as a probabilistic model. A lexical typology is formulated probabilistically to be used to maximize the information gathered from even a single occurrence to predict the full set of properties of the word. In our model, given a hypothesis space (the value yes/no for each grammatical feature) and one or more examples, the system evaluates all hypotheses in order to choose the most likely value for every feature. The system does it by computing their posterior probabilities, proportional to the product of prior probabilities and likelihood. The prior probabilities are the expectation about which hypotheses are more or less plausible, independent of the observed example. The likelihood is the expectation about which examples are likely to be observed given a particular hypothesis about a feature and value.<page local="2"/> This expectation is obtained, by means of a hybrid method, from structured knowledge, i.e. a linguistic typology of lexical classes. The final decision about a word is determined by averaging the predictions of all hypothesis weighted by their posterior probabilities and summing the predictions made by each occurrence to take eventually the one which has accumulated the maximal value.</p><p>As just said, our classifier is crucially based on the representation of lexical knowledge as a system of classes, where classes are defined in terms of particular combinations of grammatical features. Because some of these features characterise more than one class creating uncertainty, our proposal is to classify words first according to these features, leaving for a later task to map the combination of features into classes. The system assigns a positive or negative value for each feature declared in the system, and, depending on these values, the word is assigned a class. The better we assign the feature values, the better we will infer the lexical class.</p><p>For evaluating our proposal we have worked with Spanish nouns. Nouns are the part of speech which presents the largest number of low frequency items. The objective of the evaluation was to check whether the system predicts the correct properties for low frequency items. We have worked with nouns because most of them occur few times in a corpus. In our corpus of about one million words, a 16% of our test set of 289 nouns occur just once, an more than a 50% occur from one to ten times. Our results demonstrate that our approach achieves state of the art results with such low frequency nouns, while other methods, as we want to demonstrate, are unable to handle them properly.</p><p>The paper is organized as follows. In section 2, we briefly review the state of the art in methods for lexical acquisition in order to motivate and justify the choices of our proposal. In section 3, we introduce the fundamentals of the grammatical feature based lexical typology used for this experiment. There, classes and features used for classifying Spanish nouns are justified. We also describe in detail the patterns used as cues for classification. This information will be used to compute a probabilistic model out of the linguistically formulated information in the terms described in section 4. The way in which we use the probabilistic model to classify words according to the information obtain from occurrences in texts is described in section 5. Section 6 is for presenting the details of the evaluation, the results of the experimentation and a comparison with a similar exercise done with Decision Trees. The conclusions and future work are presented in section 7.</p></section><section number="2." title="State of the art"><p>The task of lexical acquisition is to assign a word certain properties according to the information gathered from its occurrences in texts. The first problem is to filter noise: most of the techniques for lexical acquisition look for particular patterns of occurrence or cues in texts, but, as Brent's (1993) pointed out, "the cues occur in contexts that were not aimed at". This so called noise can come from different sources. Noise can be due to errors in processing the text, but there is a more systematic source of noise, which is characteristic of linguistic data, and that must be taken into account. Most of the methods for lexical acquisition, independently of the level of analysis of the input, base their decisions on counting the observation of particular co-occurrences as cues, i.e. a verb will be transitive if it is observed just before a noun phrase, as in "he saw her daughter". But in texts, continuity, that is two words occurring one after the other, does not necessarily mean a relationship. This is the traditional object of constituent analysis: to decide whether two continuous elements are directly related or not.</p><p>The first idea to distinguish noise from real cues was to discard as noise the cues that do not appear frequently enough, and it is due to Brent (1993), who used the Binomial Test Hypothesis to discriminate noise. The key point of his approach is that if a particular cue is more frequent than other ones, it must be a true property of the word to be acquired and hence it is not noise. The problem of this approach is that some pertinent cues occur too few times to be distinguished from noise. For instance, in a corpus of 3,334,563 tokens, an adjective like 'applicable' appears 440 times, and a 37% of these co-occurring with its bound preposition 'to'. In the same corpus, the adjective 'favorable' occurs 60 times, and only a 5% co-occurring with its bound preposition 'to', while 'generous' that occurs 7 times is never found with its bound preposition 'with'. Such big differences create real problems to frequency based methods.</p><p>Most of authors working with frequency criteria have tried to reduce noise using parsed texts (Briscoe and Caroll, 1997; Korhonen, 2002) or using linguistic generalizations that could offer a better distributed evidence (Chelsey and Salmon-Alt, 2006 used constituents and Preiss et al. 2007 used grammatical relations). Although they used different methods and materials, their results have in common an improvement in precision scores (percentage of properties correctly acquired of all properties acquired), between 80% and 90% depending on the authors and the part of speech, but not in recall (percentage of correct properties acquired with respect to those that should be acquired according to the test material), that in the case of the experiments with nouns by Preiss et al. (2007) drops to a 47.2%, working with more than 150 occurrences per word, but only using a frequency based threshold to discriminate noise. The system seems to fail in discriminating those with fewer occurrences from noise. Thus, the low recall scores can be interpreted as the failure of the frequency based methods to handle items with lower frequency. The problem is that, as predicted by the Zipf's principle, linguistic data presents a distribution where there is a long tail of elements showing up very little in every level of representation1.<page local="3"/></p><p>Another approach has tackled the problem of lexical acquisition by using distribution similarity judgements instead of pure quantitative decisions to decide about what is relevant information and what is noise. The idea behind is that linguistic classes define differences in the distribution of certain cues, i.e. the class of transitive verbs will show up in passive constructions, while the intransitive verbs will not. While most of the frequency based systems just mentioned work in a predictive way: the patterns induced from the data will show a number of different classes made of a set of lexical items, the works we are going to comment work by classifying the data gathered, i.e. the cues that distinguish classes are defined a priori and serve to indicate that an item belongs to a class. These works mostly use supervised methods with machine learning techniques. The learner is supplied with examples of the cues that linguistically motivate a number of proposed classes. The final exercise is to confirm that the data characterized by the linguistically motivated cues support indeed the division into the proposed classes. This is the approach taken by Merlo and Stevenson (2001), who selected very specific cues ad-hoc for classifying verbs into a number of Levin (1993) based verbal classes. Other authors have tried to use more general features, such as the <i>pos </i>tags of neighboring words (Baldwin, 2005), or general linguistic information as Joanis et al. (2007) who used the frequency of filled syntactic positions or slots, tense and voice of occurring verbs, etc., to describe the whole systems of English verbal classes.</p><p>The results of these systems based on predefined classes and cues show a better treatment of low frequency items, or at least not a significant difference attributable to differences in the number of occurrences. Merlo and Stevenson (2001) and Joanis et al. (2007) demonstrate that their results are not affected by differences in frequency. They achieved an accuracy, i.e. the number of correct classifications among all the classifications, around a 70%. These results further support the idea that for a proper treatment of low frequency items, we need to base the decisions in information that is independent of its occurrence in a collection of data, because as Korhonen (2002) demonstrated, the probability of a property observed in a corpus is very different to the conditional probability of this property given a particular word. As we explain in section 3, we decided to produce a probabilistic version of the knowledge embodied in a lexical typology by means of conditional probabilities. This information obtained from the symbolic knowledge is not biased by the zipfian distribution, and should overcome the problem of sparse data, as it happened when Korhonen (2002) used probabilistic information derived from WordNet classified verbs for smoothing probabilities obtained from data and achieved an improvement in recall scores, from 51.8% to 71.2% for English verbs.</p><footnote label="1">Works such as Chelsey and Salmon-Alt (2006) and Preiss et al. (2007) confirm that Zipf's distribution also characterises different levels of linguistic abstraction: constituents, grammatical relations, etc.</footnote><p>The works by Merlo and Stevenson (2001) and Joanis et al. (2007) identified another important aspect that we have introduced in our proposal. In the distribution of cues per lexical class, these authors found that there are classes that share cues. In addition to the uncertainty of deciding whether a cue is noise or not, there is uncertainty in the selection of cues that describe a class. This observation is very much in line with current analysis of lexical classes in terms of combinations of grammatical features, as we will see in the next section. We have addressed this uncertainty by breaking down the classification process. We propose to first classify words into having or not having every grammatical feature. Dorr and Jones (1996) leads us to think that if the features are properly identified, the mapping to classes would be trivial.</p></section><section number="3." title="Classes, features and linguistic cues"><p>According to the linguistic tradition, words that can be inserted in the same contexts are said to belong to the same class. Thus, lexical classes are linguistic generalizations drawn from the characteristics of the contexts where sets of words tend to appear. Lexical acquisition can be approached as a classification of the contexts where words occur as those that characterize a particular class. As said before, some contexts can characterize more than one class, as if lexical classes were defined in terms of orthogonal patterns of properties, those that in several linguistic theories are known as grammatical features.</p><p>For the research we present here, we have taken the lexicon of a HPSG-based grammar developed in the LKB platform (Copestake, 2002) for Spanish (Marimon et al. 2007a and 2007b), similarly to the work of Baldwin (2005). In the LKB grammatical framework, lexical types are defined as a combination of properties in terms of grammatical features. The lexical typology for nouns, for instance, can be seen as a cross-classification, comprising noun countability vs. mass distinctions, and subcategorization information also expressed in terms of grammatical features.</p><p>A classifier was built for each of the features that form the cross-classified types. For nouns, mass and countable, on the one hand, and, on the other hand, for subcategorization information three further basic features: <i>trans, </i>for nouns with thematic complements introduced by the preposition de, <i>intrans, </i>when the noun has no complements; and <i>pcomp </i>for nouns having complements introduced by a bound preposition. The complete type can then be recomposed with the assigned features. "Temor" (fear) and "adiccion" (adiction) will be examples of <i>countable, trans </i>and <i>pcomp a.</i><page local="4"/><i> </i>The combination of features assigned will be the final type which is a definition of the complete behaviour of the noun with respect, for instance, optional complements.</p><p>As linguistic cues for identifying these features, we have used 23 patterns or contexts that can be indicative. We have followed the methodology of works such as Merlo and Stevenson (2001) and Baldwin and Bond (2003) that based their classifiers in a linguistically motivated cue selection process. The contexts where different types of nouns are expected to occur are less clearly defined than the ones for verbs, in which most of the authors have worked. Linguistic cues, that is, contexts that were taken as the expected syntactic behavior of nouns given a particular feature, are the following.</p><p>The most frequent cue that can be related to the feature <i>countable </i>is plural morphology. We mention frequency because, although some more discriminative contexts can be identified, they will not be very frequent, and thus are not useful. It can happen that a context is clearly a sign of having a particular feature, but if not very frequent, it will not be found, and the system will have no information to decide. Thus, more frequent cues, although less conclusive, can be a better choice than very informative but scarce ones. As for <i>mass, </i>the used cues were to be the head of a noun phrase without determiner occurring immediately after a verb, and the co-occurrence of the noun in singular with certain quantifiers2. Nevertheless, we should mention that mass nouns in Spanish can also appear in the contexts of countable ones, as in the case of "cerveza" (beer) when in constructions such as "tres cervezas, por favor" (three beers, please), and it is reflected in the typology.</p><p>To find frequent enough discriminative contexts that could be described at the level of morphosyntactic tags for identifying a noun occurring with its complements was harder and deserved some feature analysis work. For the feature <i>trans, </i>we first introduced nominalization suffixes such as "-cion", "-sion" and "-miento", that were, however, not enough. We find out that the results improved when checking the presence of the determiner of the potential complement. More complements were found to be determined, as in "aceleracion de la economia" ('acceleration of the economy'), than not, while modifiers tend to be non determined, that is zero determined, as in "mesa de juego" ('table of games'). We have also used as a cue for transitive nouns the presence of two PPs introduced by the preposition de ('of') as in "la coleccion de coches de mi hermano' ('the collection of cars of my brother'). Finally, to find the bound preposition of complements, we used a pattern for each possible preposition found after the noun in question.</p><footnote label="2">The quantifiers are: mâs ('more'), menos ('less') and bastante ('enough'). But these cues, based on a collection of lexical items, are less productive than other characteristics such as morphological number or presence of determiners, as they appear very scarcely in texts.</footnote></section><section number="4." title="A probabilistic version of a lexical typology"><p>These five features for characterizing nouns we have introduced in the previous section account for eleven types, as shown in Table 1, which conform the typology that we used as the base for the computation of the probabilistic model.</p><p>If we assume that linguistic cues found in texts are evidence that a noun has a particular feature, we can predict in which contexts the nouns having a certain feature will be likely to occur. Looking at Table 1, we see that we can not only predict the contexts directly related to a feature, but we can also predict the contexts or cues that just coincide when belonging to a particular class. Hence, we can compute the probability of appearing in different contexts, all those that are cues of all the features that conform the classes in the typology. For instance, in Table 1 we can predict that it is more likely that a noun having the feature <i>transitive, </i>occurs with an linguistic cue of the feature <i>countable </i>(plural, for instance) than with a linguistic cue of the feature <i>mass </i>(absent determiner, for instance), as there are 6/6 cases for <i>trans=yes </i>and <i>count=yes, </i>and only 3/6 cases for <i>trans=yes </i>and <i>mass=yes. </i>As we will see in the next section, we will take this information also for gathering information from every occurrence for all the classification exercise about having every feature or not.<page local="5"/> Therefore, the linguistic classes can provide us with likelihood information to be used as a substitute of the computations made by observing the data directly, which is what a supervised machine learning method does.</p><table caption="Table 1. The typology of Spanish nouns. A simplified version" 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></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>TYPE / SF</b></p></td><td class="cell"><p><b><i>mass</i></b></p></td><td class="cell"><p><b>count</b></p></td><td class="cell"><p><b>intra ns</b></p></td><td class="cell"><p><b>trail ii</b></p></td><td class="cell"><p>firep</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>ii int mass</b></p><p><b>e.g. aeidcz </b><b>(L</b><b> acidity"'!</b></p></td><td class="cell"><p><b>yes</b></p></td><td class="cell"><p><b>no</b></p></td><td class="cell"><p><b>yes</b></p></td><td class="cell"><p><b>no</b></p></td><td class="cell"><p><b>no</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>n int mass count</b></p><p><b>e.g. aecitc </b><b>(oil)</b></p></td><td class="cell"><p><b>yes</b></p></td><td class="cell"><p><b>yes</b></p></td><td class="cell"><p><b>yw</b></p></td><td class="cell"><p><b>no</b></p></td><td class="cell"><p><b>no</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>n int count</b></p><p><b>e.g. mesa ('table')</b></p></td><td class="cell"><p><b>no</b></p></td><td class="cell"><p><b>yfl$</b></p></td><td class="cell"><p><b>yGS</b></p></td><td class="cell"><p><b>no</b></p></td><td class="cell"><p><b>no</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>n tram count</b></p><p><b>e.g. traduetor ('translator')</b></p></td><td class="cell"><p><b>no</b></p></td><td class="cell"><p><b>yes</b></p></td><td class="cell"><p><b>no</b></p></td><td class="cell"><p><b>yes.</b></p></td><td class="cell"><p><b>no</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>n trans mass</b></p><p><b>e.g. </b>abaratamienLO <b>('cheapening')</b></p></td><td class="cell"><p><b>yes</b></p></td><td class="cell"><p><b>yes</b></p></td><td class="cell"><p><b>no</b></p></td><td class="cell"><p><b>yes</b></p></td><td class="cell"><p><b>00</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>n ppdel count</b></p><p><b>e.g. eulcceion ('■collections</b></p></td><td class="cell"><p><b>no</b></p></td><td class="cell"><p><b>\L</b>-S</p></td><td class="cell"><p><b>yes</b></p></td><td class="cell"><p><b>yes</b></p></td><td class="cell"><p><b>no</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>n ppdel mass</b></p><p><b>e.g. aeclcraciori ('acceleration')</b></p></td><td class="cell"><p><b>yes</b></p></td><td class="cell"><p><b>yes</b></p></td><td class="cell"><p><b>yes</b></p></td><td class="cell"><p><b>yes</b></p></td><td class="cell"><p><b>no</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>n ppde pcomp count</b></p><p><b>e.g. apruximacion de X a W ('approach of X to W)</b></p></td><td class="cell"><p><b>no</b></p></td><td class="cell"><p><b>yes</b></p></td><td class="cell"><p><b>no</b></p></td><td class="cell"><p><b>yes</b></p></td><td class="cell"><p><b>yes</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>n ppde |}iLoni|} mass</b></p><p><b>e.g. tcmor de X a W (/fear')</b></p></td><td class="cell"><p><b>yes</b></p></td><td class="cell"><p><b>yes</b></p></td><td class="cell"><p>110</p></td><td class="cell"><p><b>yes</b></p></td><td class="cell"><p>\ CH</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>n ppcomp mass</b></p><p><b>e.g. 'cspacio entrc" ('space: between<footnote anchor="1"/>)</b></p></td><td class="cell"><p><b>yes</b></p></td><td class="cell"><p><b>yes</b></p></td><td class="cell"><p><b>no</b></p></td><td class="cell"><p><b>no</b></p></td><td class="cell"><p></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>n ppenniji count</b></p><p><b>e.g. 'comcrciantc en' ('trailer")</b></p></td><td class="cell"><p><b>DO</b></p></td><td class="cell"><p><b>yes</b></p></td><td class="cell"><p><b>mi</b></p></td><td class="cell"><p><b>no</b></p></td><td class="cell"><p><b>\ es</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr></table><p>Furthermore, our method to calculate the likelihood has been tuned to take into account certain known characteristics of linguistic data. First, some cues are just optional contexts for a word. For instance, a word that has a feature such as "bound preposition" can appear with it, but it is not obligatory. Second, the low level tool (Regular Expressions based on lemmas and part of speech tags) used to find the cues is limited, and, following with the same example, it will not find the preposition that heads the complement if it is not almost immediately after the word in question. In order to tune the correlations between cues <i>(LC) </i>and features <i>(SF), </i>that is: <i>P(LC\SF), </i>we have used a function that lowers the likelihood: a word that has a particular syntactic feature is expected to be found in a particular context (a particular <i>lc), </i>but, as said before, we can have missed it. Our function assigns to each <i>yes </i>in Table 1 a <i>yes\no </i>value, in order the likelihood to take into account the possibility of having missed the cue. In other words, a word having a particular feature should be observed in a particular context, but in case it is not observed, the hypothesis is still valid.</p><p><i>'   J    T</i><i>P(vJlsf</i><i>,k</i><i>Psf*)</i></p><doubt alpha="100.0" length="1" tooSmall="False" monospace="0.0">k</doubt><p>For solving (2), we have assumed that the prior <i>P(sf </i><i>,x) </i>is computed on the basis of the typology too, assuming that the feature that is more frequent in the Table 1 will correspondingly be more frequent in the data.</p><p>For computing the likelihood <i>P(v</i><i>J</i><i>\sf </i><i>,x), </i>as each vector is made of <i>m </i>components: the linguistic cues <i>vz </i>= <i>{lcb lc2,</i></p><p><i>lcm}, </i>we proceed as in (3) on the basis of <i>P(lcl\sfix), </i>data that we have assessed, as explained in section 4, out of the lexical typology, for every lc.</p><doubt alpha="100.0" length="1" tooSmall="False" monospace="0.0">m</doubt><doubt alpha="0.0" length="1" tooSmall="False" monospace="0.0">)</doubt><doubt alpha="33.3" length="3" tooSmall="False" monospace="0.0">l=1</doubt><p>Finally, Z as in (4) is the function that assigns the feature values to signatures, what is done in a higher scoring basis. In the theoretical case of having the same probability for <i>yes </i>and for no, <i>Z </i>is undefined.</p><doubt alpha="0.0" length="3" tooSmall="False" monospace="0.0">(4)</doubt><doubt alpha="20.0" length="5" tooSmall="False" monospace="0.0">z = &lt;</doubt><doubt alpha="40.7" length="27" tooSmall="False" monospace="0.0">Z' (sf | a) &gt;Z' (sf | a)yes</doubt><doubt alpha="45.0" length="20" tooSmall="False" monospace="0.0">i, x = yes i, x = no</doubt><doubt alpha="35.7" length="28" tooSmall="False" monospace="0.0">Z' (sf |a) &gt; Z' (sf |a) — no</doubt><doubt alpha="45.0" length="20" tooSmall="False" monospace="0.0">i, x = no i, x = yes</doubt></section><section number="5." title="Assigning features to words"><p>In what follows, we present how the probabilistic information mentioned in previous section is used when observing the occurrences of a word in texts, and the computation of how much these contexts amount for assigning a particular feature.</p><p>For each syntactic feature <i>(sfh sf2, sfn} </i>of the set <i>SF </i>represented in the lexical typology of reference, we define the goal of our system to be the assignment of a value, {no,yes}, according to the result of a function Z: o—&gt; <i>SF, </i>where <i>a </i>is a word's signature, the set of its occurrences in a given corpus. The decision on value assignment is achieved by considering every occurrence as an accumulation of evidence in favor or against having every particular syntactic feature. Thus, our function <i>Z'(SF, a), </i>shown in (1), given every syntactic feature and value of <i>SF, sfix, </i>and a particular word signature a containing <i>z </i>different vectors, <i>a </i>= <i>{v</i><i>j, </i><i>v2, vz}, </i>will sum the information coming from all the vectors with respect to</p><doubt alpha="66.7" length="6" tooSmall="False" monospace="0.0">sfi,x-</doubt><doubt alpha="53.8" length="26" tooSmall="False" monospace="0.0">(1)z(sfi,x,a)-iP(sfi,x\vj)</doubt><p>In order to assess <i>P(sfx\v</i><i>j), </i>we use (2). It is the application of Bayes Rule for solving the estimation of the probability of a vector conditioned to a particular feature and value.</p></section><section number="6." title="Evaluation"><subsection number="6.1" title="Methodology and Data"><p>We have worked with a part of speech tagged corpus <i>(Corpus Tecnic de l'lULA) </i>which consists of domain specific texts. The section used for our evaluation was of 1,091,314 words of texts in the domain of economy.</p><p>We evaluated by comparing with Gold-standard files that we got from the manually encoded lexica of the SRG grammar. The usual accuracy measures as <i>type precision </i>(percentage of feature values correctly assigned to all values assigned) and <i>type recall </i>(percentage of correct feature values found in the gold-standard) have been used. F1 is the usual score combining precision and recall. Note that ambiguity has not been treated at all, being the evaluation against a unique correct feature, and we have tried to get rid of very ambiguous nouns. The baseline algorithm used has been a simple majority-class classifier, as computed from the gold-standard files that assigns the most frequent value for each syntactic feature.</p><p>Due to the difficulties in comparing our approach to other works in the domain, we have used for evaluation our own work on lexical acquisition with the same materials but using a C4.5 Decision Tree (DT) classifier (Quinlan 1993) in the Weka (Witten and Frank, 2005) implementation (Bel et al. 2007).<page local="6"/> In that experiment, we trained a DT with the signatures of 289 words, using the encoding available at the SRG lexica for a supervised experiment in a 10-fold cross-validation testing. This test-set was chosen for specific purposes and contains unbalanced data with respect features and types. This unbalance benefits the DT classifier which takes into account, as we will see, the most frequent items when there is a severe unbalance in the data (Mingers, 1989).</p><doubt alpha="100.0" length="5" tooSmall="False" monospace="0.0">count</doubt><p>For the experiments we present here, we have used a set of 50 nouns that appeared only once in our corpus of one million words. These nouns were chosen at random. The main characteristics of this test set are: only seven nouns show a cue for the <i>intrans </i>feature, although most of the nouns have this feature. In seven cases, the single occurrence contains noise for any of the features. The feature <i>trans </i>could observe a cue to support this hypothesis in sixteen of twenty cases. As for the feature <i>mass </i>there were eight cases of possible cues for this feature, but in three cases were noise. As can be noted from the description of the test set, the main problem for lexical acquisition is the lack of positive cues. This was the problem that our approach tried to tackle.</p></subsection><subsection number="6.2" title="Results"><p>The goal of the experiment we present in this paper was to confirm our hypothesis that using lexical class based knowledge in the form of probabilistic information will ensure a better treatment of low frequency items (words, cues and lexical properties) than the one achieved by other methods based on the assessment of frequency information from samples of data. To confirm the better behavior of Z with respect to such low frequency items, we experimented with words that appeared only once in the corpus, a case that is more usual for nouns than for other categories.</p><p>We first compared the total accuracy (for the assignment of <i>yes </i>and <i>no </i>values) achieved by Z with the baseline of the task, as shown in Table 2, and we confirmed that Z gave results above the baseline. The two cases where the baseline delivers better results are for those cases of very unbalanced features: <i>count </i>because almost all nouns are countable and <i>pcomp </i>because only 5 of the 50 have a bound preposition complement. But even in that cases the distances were small and did not prevent the total accuracy of Z from being higher.</p><doubt alpha="0.0" length="4" tooSmall="False" monospace="0.0">0.98</doubt><doubt alpha="0.0" length="3" tooSmall="False" monospace="0.0">1.0</doubt><doubt alpha="0.0" length="4" tooSmall="False" monospace="0.0">0.84</doubt><p>Table 2. A majority class baseline for the task of assigning features to 50 Spanish nouns to compare the results of Z.</p><p>In order to compare our approach based in Bayesian methods with Machine Learning methods, as used by Merlo and Stevenson (2001) and Joanis et al. (2007), we compared the results of Z with the ones obtained with the same test set, and the same goal of assigning values to grammatical features as in Bel et al. (2007). Table 3 below shows the details of the results for the same 50 Spanish nouns when using a DT and when using Z. Results are expressed in precision ('prec'), recall ('rec') and F1 for the assignment of the value <i>yes </i>for every grammatical feature of the model. As expected, because of the problems of the DT with data with few occurrences (Mingers, 1989), performance is better with Z, especially in what concerns recall, but in the case of the feature <i>intrans. </i>An analysis of errors showed that there were cases where noise was not been detected. The noun appeared just before a preposition "de" (of) which was not its complement in four cases. Recall that by means of the conditional probabilities assessed, Z can decide that a word is unlikely to have a complement, because of other information gathered from the occurrence. Z had enough information to do so in two of the four cases.</p><p><b>trans intrans</b></p><p><b>mass pcomp</b> <b>Prec.</b><b></b></p><doubt alpha="100.0" length="2" tooSmall="False" monospace="0.0">DT</doubt><doubt alpha="0.0" length="24" tooSmall="False" monospace="0.0">0.75 0.85 0.50 0.00 0.97</doubt><doubt alpha="11.1" length="27" tooSmall="False" monospace="0.0">Rec.0.46 0.95 0.16 0.001.00</doubt><doubt alpha="50.0" length="2" tooSmall="False" monospace="0.0">F1</doubt><doubt alpha="0.0" length="19" tooSmall="False" monospace="0.0">0.57 0.89 0.25 0.00</doubt><doubt alpha="100.0" length="1" tooSmall="False" monospace="0.0">Z</doubt><doubt alpha="0.0" length="19" tooSmall="False" monospace="0.0">0.94 0.78 0.71 0.28</doubt><doubt alpha="11.5" length="26" tooSmall="False" monospace="0.0">Rec.0.76 0.89 0.29 0.40.98</doubt><doubt alpha="0.0" length="4" tooSmall="False" monospace="0.0">0.83</doubt><doubt alpha="0.0" length="9" tooSmall="False" monospace="0.0">0.41 0.33</doubt><p>Table 3. Standard measures comparing the results obtained with a DT and with Z for 50 Spanish nouns occurring just once at the corpus.</p><p>The results shown in Table 3 indicate that Z overcomes the problems that DT suffers because of the unbalanced distribution of linguistic items. The most evident case is for <i>pcomp </i>which is a low frequency phenomenon which causes the DT to classify all cases as negative. Z is able to identify some (2/5) of the bound prepositions correctly. The results for the feature <i>mass </i>were also very significant due to the scarcity of cues for this feature. Z achieves better precision and recall than the DT.</p><p>The case of the feature <i>intrans </i>is better treated by the DT because it is benefited from the scarcity of positive cues for this feature which is taken by the DT as being significant to assign the value <i>yes.</i><page local="7"/><i> </i>In general, we interpret the higher recall of Z in Table 3 as a confirmation of Z being a method with enough prediction power to induce a correct feature assignment even when no more than one occurrence is available in a significant way.</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></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>count</b></p></td><td class="cell"><p><b>0.98</b></p></td><td class="cell"><p><b>1.0</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>Totals</b></p></td><td class="cell"><p><b>0.844</b></p></td><td class="cell"><p><b>0.74</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></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></tr><tr class="row"><td class="cell"></td><td class="cell"><p></p></td><td class="cell"><p><b>Z Accuracy</b></p></td><td class="cell"><p><b>Baseline</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>trans</b></p></td><td class="cell"><p><b>0.88</b></p></td><td class="cell"><p><b>0.58</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>intrans</b></p></td><td class="cell"><p><b>0.8</b></p></td><td class="cell"><p><b>0.56</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>mass</b></p></td><td class="cell"><p><b>0.72</b></p></td><td class="cell"><p><b>0.66</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>pcomp</b></p></td><td class="cell"><p><b>0.84</b></p></td><td class="cell"><p><b>0.9</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr></table><p>Finally, in Table 4, we present the results of the comparison of the results for the assignment of the value <i>yes </i>obtained with the test set of 289 nouns both with the DT and with Z. As said before, the results of the DT were obtained in a 10-fold cross-validation testing (Bel et al.</p><p>2007).</p><p>Table 4. Standard measures comparing the results obtained with a DT and with Z for 289 Spanish nouns randomly chosen.</p><p>From these results, we again confirm that features that have cues with lower frequency are better recognized by Z. Besides, with the exception of the feature <i>intrans, </i>the results obtained by both methods are rather similar. This demonstrates that the probabilistic information obtained from the lexical typology can be used as a substitute of the information gathered from labeled examples, used in supervised experiments with machine learning techniques such as DT.</p></subsection></section><section number="7" title="Conclusions and future work"><p>The proposed methods for the automatic acquisition of lexical information face problems to handle low frequency items. We have identified how methods proposed in the literature are affected by low frequency items and we have integrated known solutions that have proven to improve the results in the work of other authors into a new proposal.</p><p>In particular, we proposed to address the problem of classifying nouns using a lexical typology that defines a lexical class in terms of a number of grammatical features that describe distributional properties of the words that have them. We proposed to develop a classifier for each of these features. In this way, we wanted to reduce the uncertainty caused because there is a property of linguistic data that some of these features define more than one class. The results of such feature classification based approach were positive when using a DT (Bel et al. 2007) and now using Z, which is our second contribution.</p><p>The function Z, based on Bayesian methods, is a proposal for tackling the contribution of observed cues and the filtering from noise in different steps. We first have maximized the information gathered from every occurrence by counting the impact of each cue for every feature we want to assign. By means of conditional probability computations, Z can already induce which cues are compatible or incompatible with a given hypothesis when assigning of a feature. In this way, the contribution of the relevant cues is not ignored even although being very sparse. Z handles noise filtering by summing the results of the contribution of every occurrence for each feature and value, and choosing the higher value.</p><p>Finally, the impact of cues on the assignment of features could not be assessed from the data, because of the Zipfian distribution of linguistic data. There will always be linguistic items that will show up too little as to be captured by any method that relies on frequency as a way to calculate likelihood of cues with respect to features or classes. Then, our third contribution is a way to convert the symbolic knowledge contained in a lexical typology into probabilistic information that was used successfully instead of the likelihood normally extracted from data in most supervised methods based on Machine Learning techniques. What linguistic knowledge supplied us with is just the patterns were nouns having a grammatical feature are expected to occur. We have converted this knowledge into usable probabilistic data.</p><p>The experiments we present in this paper clearly show the benefits of our contributions to the treatment of low frequency items, confirming the hypothesis that relying on likelihood information obtained independently from its occurrence improves the results of the classifiers, specifically in what concerns recall. These improvements are significant in the case of low frequency words, as our experiment with words occurring just once in a one million word corpus show, and also for lexical features and cues that are less frequent, as the case of bound prepositions for Spanish nouns clearly shows.</p><p>Our general conclusion, based on these experiments, is that linguistic knowledge, obtained by abstraction and generalization, can be used in conjunction with most powerful methods and techniques based on probabilistic methods to overcome the problem of the distribution of linguistic data in particular, and the acquisition of lexical information in general. Our future work must address the refinement of the proposed function to achieve better results. Our experiments have shown that, when no cue is observed, the uncertainty of it being a null value or an undefined value causes undesired effects.</p></section><section number="8" title="Acknowledgments"><p>This research was supported by the Spanish Ministerio de Education y Ciencia: project AAILE, HUM2004-05111 and HUM2007-61607 and Ramön y Cajal, Juan de la Cierva Programs as well as Programa de Tecnicos de Apoyo PTA-CTE/1370/2003.<page local="8"/> We are also thankful to Daniel Chicharro and Jordi Porta who contributed with insightful suggestions to the research presented here.</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></tr><tr class="row"><td class="cell"></td><td class="cell"><p></p></td><td class="cell"><p><b>DT</b></p></td><td class="cell"><p><b>Z</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><b>Prec.</b></p></td><td class="cell"><p><b>Rec.</b></p></td><td class="cell"><p><b>F1</b></p></td><td class="cell"><p><b>Prec.</b></p></td><td class="cell"><p><b>Rec.</b></p></td><td class="cell"><p><b>F1</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></p></td><td class="cell"><p></p></td><td class="cell"><p></p></td><td class="cell"><p></p></td><td class="cell"><p></p></td><td class="cell"><p></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>trans</b></p></td><td class="cell"><p><b>0.73</b></p></td><td class="cell"><p><b>0.45</b></p></td><td class="cell"><p><b>0.55</b></p></td><td class="cell"><p><b>0.77</b></p></td><td class="cell"><p><b>0.37</b></p></td><td class="cell"><p><b>0.5</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>intrans</b></p></td><td class="cell"><p><b>0.84</b></p></td><td class="cell"><p><b>0.94</b></p></td><td class="cell"><p><b>0.89</b></p></td><td class="cell"><p><b>0.48</b></p></td><td class="cell"><p><b>0.67</b></p></td><td class="cell"><p><b>0.56</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>mass</b></p></td><td class="cell"><p><b>0.4</b></p></td><td class="cell"><p><b>0.26</b></p></td><td class="cell"><p><b>0.31</b></p></td><td class="cell"><p><b>0.62</b></p></td><td class="cell"><p><b>0.20</b></p></td><td class="cell"><p><b>0.30</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>pcomp</b></p></td><td class="cell"><p><b>0.4</b></p></td><td class="cell"><p><b>0.08</b></p></td><td class="cell"><p><b>0.13</b></p></td><td class="cell"><p><b>0.44</b></p></td><td class="cell"><p><b>0.33</b></p></td><td class="cell"><p><b>0.37</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>count</b></p></td><td class="cell"><p><b>0.97</b></p></td><td class="cell"><p><b>0.99</b></p></td><td class="cell"><p><b>0.98</b></p></td><td class="cell"><p><b>0.89</b></p></td><td class="cell"><p><b>0.96</b></p></td><td class="cell"><p><b>0.92</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr></table></section><references><p>Anderson, J. R. (1991). The adaptive nature of human categorization. <i>Psychological Review, </i>98(3):409-429.</p><p>Baldwin, T. (2005) General-Purpose Lexical Acquisition: Procedures, Questions and Results, In <i>Proceedings of the Pacific Association for Computational Linguistics 2005, </i>Tokyo, Japan.</p><p>Baldwin, T. and F. Bond. (2003). Learning the Countability of English Nouns from Corpus Data. In <i>Proceedings of the 41st. Annual Meeting of the Association for Computational Linguistics, </i>Sapporo, Japan.</p><p>Baldwin, T.; Bender, E.M; Flickinger, D. (2004). Road-testing the English Resource Grammar over the British National Corpus. In <i>Proceedings of the Fourth International Conference LREC, </i>Lisbon, Portugal.</p><p>Bel, N.; Espeja, S.; Marimon, M. (2007). Automatic Acquisition of Grammatical Types for Nouns. In <i>H LT 2007: The Conference of the North American Chapter of the ACL. Companion Volume, Short Papers. </i>Rochester, New York.</p><p>Brent, M. R. (1993) From grammar to lexicon: unsupervised learning of lexical syntax. <i>Computational Linguistics </i>19: 243-262.</p><p>Briscoe, E. &amp; Carroll, J. (1993) Generalised probabilistic LR parsing for unification-based grammars. <i>Computational Linguistics </i>19.1.</p><p>Briscoe, T. and J. Carroll. (1997) "Automatic extraction of subcategorization from corpora". In Proceedings of the Fifth Conference on Applied Natural Processing, Washington.</p><p>Chesley, P and S. Salmon-Alt. (2006) Automatic extraction of subcategorization frames for French. In <i>Proceedings.</i><i>of the Fifth International Conference</i> <i>LREC, </i>Genoa, Italy.</p><p>Copestake, A.. (2002). <i>Implementing Typed Feature</i></p><p><i>Structure Grammars. </i>CSLI Publications. Joanis, E; Stevenson, S; and James, D. (2007). A General</p><p>Feature Space for Automatic Verb Classification.</p><p><i>Natural Language Engineering. </i>Korhonen, A. (2002). Subcategorization acquisition. As <i>Technical Report UCAM-CL-TR-530, </i>University of</p><p>Cambridge, UK. Levin, B. (1993). <i>English Verb Classes and Alternations:</i></p><p><i>A   Preliminary Investigation.   </i>The  University of</p><p>Chicago Press. Marimon, M.; Bel, N.; Espeja, S.; and Seghezzi, N.</p><doubt alpha="55.3" length="47" tooSmall="False" monospace="0.0">(2007a).    The    Spanish    Resource Grammar:</doubt><p>Pre-processing Strategy and Lexical Acquisition. In <i>Workshop on Deep Linguistic Processing.</i><i> </i>Prague. CR. Marimon, M.; Seghezzi, N.; Bel, N. (2007b). An Open-source Lexicon for Spanish in <i>Procesamiento del Lenguaje Natural </i>39.: Sociedad Espanola para el</p><doubt alpha="66.0" length="50" tooSmall="False" monospace="0.0">Baldwin, T. et al. (ed.)Proceedings of the ACL2007</doubt><p>Procesamiento del Lenguaje Natural. Merlo P and S. Stevenson (2001). Automatic Verb</p><p>Classification based on Statistical Distribution of</p><p>Argument Structure, <i>Computational Linguistics, </i>27:3. Mingers, J. (1989) "An empirical comparison of selection measures for decision tree  induction". <i>Machine</i> <i>Learning, </i>3.</p><doubt alpha="59.6" length="57" tooSmall="False" monospace="0.0">Preiss, J., Briscoe, T. and Korhonen, A. (2007). A System</doubt><p>for Large-scale Acquisition of Verbal, Nominal and</p><p>Adjectival Subcategorization Frames from Corpora. In <i>Proceedings of the 45th Annual Meeting of the ACL.</i><i></i></p><doubt alpha="65.3" length="72" tooSmall="False" monospace="0.0">Prague, Czech Republic. Quinlan, R.J. (1993). C4.5: Programs for Machine</doubt><p>Learning.   Series  in Machine  Learning. Morgan machine learning tools and techniques. 2nd Edition,</p><doubt alpha="65.0" length="80" tooSmall="False" monospace="0.0">Kaufman, San Mateo, CA. Witten, I.H. and Eibe F.. (2005). Data Mining: Practical</doubt><p>Morgan Kaufmann, San Francisco. Xu, F. and Tenenbaum, J. B. (2007). Word learning as</p><p>Bayesian inference. <i>Psychological Review 114</i>(2). Zipf, G. K., (1935) <i>The Psycho-Biology of Language,</i></p><p>Houghton Mifflin, Boston.</p></references></body></article>