| { |
| "paper_id": "U05-1025", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T03:08:44.526806Z" |
| }, |
| "title": "Automatic induction of a POS tagset for Italian", |
| "authors": [ |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Bernardi", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Free University of Bolzano Bozen", |
| "location": { |
| "addrLine": "P.zza Domenicani", |
| "postCode": "3 39100", |
| "settlement": "Bolzano Bozen", |
| "country": "Italy" |
| } |
| }, |
| "email": "bernardi@inf.unibz.it" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Bolognesi", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Free University of Bolzano Bozen", |
| "location": { |
| "addrLine": "P.zza Domenicani", |
| "postCode": "3 39100", |
| "settlement": "Bolzano Bozen", |
| "country": "Italy" |
| } |
| }, |
| "email": "bolognesi@cilta.unibo.it" |
| }, |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Seidenari", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "University of Bologna", |
| "location": { |
| "addrLine": "P.zza San Giovanni in Monte, 4, I-40124", |
| "settlement": "Bologna", |
| "country": "Italy" |
| } |
| }, |
| "email": "seidenari@cilta.unibo.it" |
| }, |
| { |
| "first": "F", |
| "middle": [ |
| "Tamburini" |
| ], |
| "last": "Cilta", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "University of Bologna", |
| "location": { |
| "addrLine": "P.zza San Giovanni in Monte, 4, I-40124", |
| "settlement": "Bologna", |
| "country": "Italy" |
| } |
| }, |
| "email": "" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "In this paper we present work in progress on the PoS annotation of an Italian Corpus (CORIS) developed at CILTA (University of Bologna). We aim to automatically induce the PoS tagset by analysing the distributional behaviour of Italian words by relying only on theory-neutral linguistic knowledge. To this end, we propose an algorithm that derives a possible tagset to be further interpreted and defined by the linguist. The algorithm extracts information from loosely labelled dependency structures that encode only basic and broadly accepted syntactic relations, namely Head/Dependent, and the distinction of dependents into Argument vs. Adjunct.", |
| "pdf_parse": { |
| "paper_id": "U05-1025", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "In this paper we present work in progress on the PoS annotation of an Italian Corpus (CORIS) developed at CILTA (University of Bologna). We aim to automatically induce the PoS tagset by analysing the distributional behaviour of Italian words by relying only on theory-neutral linguistic knowledge. To this end, we propose an algorithm that derives a possible tagset to be further interpreted and defined by the linguist. The algorithm extracts information from loosely labelled dependency structures that encode only basic and broadly accepted syntactic relations, namely Head/Dependent, and the distinction of dependents into Argument vs. Adjunct.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "The work presented in this paper is part of a project aiming to annotate CORIS/CODIS (Rossini Favretti et al., 2002) , a 100-million-word synchronic corpus of contemporary written Italian, with part-of-speech (PoS) tags.", |
| "cite_spans": [ |
| { |
| "start": 94, |
| "end": 116, |
| "text": "Favretti et al., 2002)", |
| "ref_id": "BIBREF9" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Italian is one of the languages for which a set of annotation guidelines has been developed in the context of the EAGLES project (Monachini, 1995) . Several research groups have worked on PoS annotation in practice (for example, Torino University, Xerox and Venice University), but comparing the tag sets used by these groups with Monachini's guidelines reveals that though there is a general agreement on the main parts of speech to be used 1 , considerable divergence exists when it comes to the actual classification of Italian words with respect to these main PoS classes. The classes for which differences of opinion are most evident are adjectives, determiners and adverbs. For instance, words like molti (many) have been classified as \"indefinite determiners\" by Monachini, \"plural quantifiers\" by Xerox, \"indefinite adjectives\" by the Venice and Turin groups. It is not simply a matter of different terminological options resolvable by a mere one-to-one relabelling, nor a matter of simply mapping different classes into a greater one. Crossings between tagsets are complex mostly because of the different theoretical points of view used in categorizing words. For instance, the single tag DET \"determiner\" in the Xerox tagset matches with DIM \"demonstrative adjective\" or ART \"article\" in the Venice group (and with DET \"determiner\" or ART \"article\" in Monachini) whereas, viceversa, the single tag DEIT \"deictic pronoun\" by the Venice group matches alternatively with DEM \"demonstrative\" or PRON \"personal pronoun\" in Xerox.", |
| "cite_spans": [ |
| { |
| "start": 129, |
| "end": 146, |
| "text": "(Monachini, 1995)", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 1362, |
| "end": 1372, |
| "text": "Monachini)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "These simple examples show that the choice of PoS tag is already influenced by the underlying linguistic theory adopted. This theoretical bias will then influence the kind of conclusions one can draw from the annotated corpus.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Our aim is to automatically derive an empirically founded PoS classification making no a priori assumptions about the PoS classes to be distinguished.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Early approaches to this problem were based on the hypothesis that if two words are syntactically and semantically different, they will appear in different contexts. There are a number of studies based on this hypothesis in the fields of both computational linguistics and cognitive science aiming at building automatic or semiautomatic procedures for clustering words (Brill and Marcus, 1992; Pereira et al., 1993; Sch\u00fctze, 1993; Clark, 2000; Redington et al., 1998) .These papers examine the distributional behaviour of some target words by comparing the lexical distribution of their respective collocates and by using quantitative measures of distributional similarity.", |
| "cite_spans": [ |
| { |
| "start": 369, |
| "end": 393, |
| "text": "(Brill and Marcus, 1992;", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 394, |
| "end": 415, |
| "text": "Pereira et al., 1993;", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 416, |
| "end": 430, |
| "text": "Sch\u00fctze, 1993;", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 431, |
| "end": 443, |
| "text": "Clark, 2000;", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 444, |
| "end": 467, |
| "text": "Redington et al., 1998)", |
| "ref_id": "BIBREF8" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The main drawback of these techniques is the limited context of analysis. Information is collected from a restricted context, of for instance 3 words, which can conceal syntactic dependencies longer than the context interval. Our approach to solve this problem is to use basic syntactic relations together with distributional and morphological information. The system we have developed consists of three phases:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "(1) a first basic distinction of word classes is induced by means of Brill's algorithm (Brill and Marcus, 1992) ; (2) in the second phase, this distinction is further specified by means of minimal syntactic information; and (3) in the third phase, the ultimate PoS tagset is obtained by using distributional and morphological knowledge. Little, if any, language-specific knowledge is used, hence the method is in principle applicable to any language.", |
| "cite_spans": [ |
| { |
| "start": 87, |
| "end": 111, |
| "text": "(Brill and Marcus, 1992)", |
| "ref_id": "BIBREF3" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "A large number of localized syntactic descriptions per word are exploited to identify differences in the syntactic behaviour of words. Associating rich descriptions to lexical items, our approach is, to some extent, related to supertags (Bangalore and Joshi, 1999) .", |
| "cite_spans": [ |
| { |
| "start": 237, |
| "end": 264, |
| "text": "(Bangalore and Joshi, 1999)", |
| "ref_id": "BIBREF0" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The outcome is a hierarchy of PoS tags that is expected to help annotators and enhance the search interface of the annotated corpus.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Section 2 gives an outline of our work; Section 3 describes in details the algorithm; Section 4 analyses the results of the work, listing the PoS tags obtained with this method; section 5 briefly outlines further work.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The present paper focuses on the second phase of the system describing how syntactic information can be exploited to induce the PoS tagset. It builds on the results obtained in where it is shown that Brill's algorithm identifies three main word classes, namely noun (N), verbs (V) and all the others (X).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Proposal", |
| "sec_num": "2" |
| }, |
| { |
| "text": "In this article we will focus on the X class, describing how this can be further broken down by automatically grouping words that share similar syntactic behaviours. The algorithm uses the tags obtained in the first phase and dependency structures carrying only basic syntactic information about Head/Dependent relations and Argument/Adjunct distinctions among the Dependents.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Proposal", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Starting from these loosely labelled dependency structures, the type resolution algorithm obtains type assignments for each word. The syntactic type assignments obtained encode the different syntactic behaviour exhibited by each word. Examples of the labelled dependency structures and the obtained assignments are given in Figure 2 . An information lossless simplification algorithm is used to automatically derive a first tagset approximation (see Section 3).", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 324, |
| "end": 332, |
| "text": "Figure 2", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Proposal", |
| "sec_num": "2" |
| }, |
| { |
| "text": "At the end of the second phase, the X class is divided into 9 PoS tags that are sets of syntactic behaviours. In the third phase, we plan to further divide the classes obtained by means of distributional and morphological information.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Proposal", |
| "sec_num": "2" |
| }, |
| { |
| "text": "The algorithm consists essentially of three components: (i) in the first, each word is assigned the complete set of syntactic types extracted from loosely labelled dependency structures; (ii) in the second, we obtain a first approximation of relevant classes by grouping words that display similar behaviours, and we build their inclusion chart. This is obtained by creating the sets of those words that in (i) showed the same type at least once, and by pairing these sets of words with their shared set of types. In the following sections we will refer to such pairs as Potential PoS (PPoS); (iii) finally, we prune the obtained inclusion chart by highlighting those paths that relate pairs which are significantly similar, where the similarity is measured in terms of frequency of types and words. The pruning results in a forest of trees whose leaves form sets identifying the induced PoS tags. Figure 1 shows a flow chart which summarizes the three phases of our algorithm.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 898, |
| "end": 906, |
| "text": "Figure 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "The Algorithm", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Our dependency structures are derived from a sub-treebank of TUT, The Turin University Treebank (Bosco et al., 2000; Bosco, 2003) . The treebank currently includes 1500 sentences organized in different sub-corpora from which we converted 441 dependency trees, maintaining only the basic syntactic information required for this study. More specifically, we mantained information on Head-Dependent relations by distinguishing each dependent either as an Argument or as an Adjunct.", |
| "cite_spans": [ |
| { |
| "start": 96, |
| "end": 116, |
| "text": "(Bosco et al., 2000;", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 117, |
| "end": 129, |
| "text": "Bosco, 2003)", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Dependency Structures", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "Moreover, words are marked as N (nouns), V (verbs) or X (all others) according to the results obtained in . We use < > to mark Head-Argument relation and and to mark Head-Adjunct relation where the arrows point to the Head. From Figure 1 : Algorithm Architecture these dependency structures we extract syntactic type assignments by projecting dependency links onto formulas. Formulas are built out of {<, >, , , N, X, V, lex} where the symbol lex stands for the word the formula has been assigned to. The formal details of the type resolution algorithm are provided below.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 229, |
| "end": 237, |
| "text": "Figure 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Dependency Structures", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "Type Resolution Let W = w 1 , ..., w n stand for an ordered sequence of words in a given sentence and let w j = orth j , bl j , t j stand for a word in the sentence, where orth j , bl j \u2208 {N, V, X} and t j represent the orthographic transcription, the basic label and the type of the j-th word respectively. Let E = { R, w i , w k } be the set of edges where R \u2208 {<, >, , } is ordered by |k \u2212 i| in ascending order. Given a dependency structure represented by means of", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Dependency Structures", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "W and E, \u2212\u2200w j \u2208 W, t j = lex \u2212 foreach R, w i , w j \u2208 E if R = > w j , bl j , t j ; w j , bl j , bl i > t j if R = < w i , bl i , t i ; w i , bl i , t i < bl j if R = w j , bl j , t j ; w j , bl j , bl i t j if R = w i , bl i , t i ; w i , bl i , t i bl j", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Dependency Structures", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "where the operator ; replaces the first item with the second in W .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Dependency Structures", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "For the sake of simplicity in Figure 2 for each word w j only orth j and bl j are displayed.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 30, |
| "end": 38, |
| "text": "Figure 2", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Dependency Structures", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "After applying the type resolution algorithm to all the given dependency structures, a lexicon is built with sets of types assigned to all words except nouns and verbs, which are discarded as For instance, the lexicon entry for the word \"e\" (and) is as below. e :", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Dependency Structures", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "\uf8f1 \uf8f4 \uf8f4 \uf8f4 \uf8f4 \uf8f4 \uf8f4 \uf8f4 \uf8f4 \uf8f4 \uf8f2 \uf8f4 \uf8f4 \uf8f4 \uf8f4 \uf8f4 \uf8f4 \uf8f4 \uf8f4 \uf8f4 \uf8f3 X>lex<X V >lex<V N >lex<N N X>lex<X V X>lex<X N V >lex<V N >lex<X X>lex<N X>lex<X N", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Dependency Structures", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "Lexicon entries are gathered together by connecting words which have received the same types. This results in a set of pairs W, T comprising a set of words W and their shared set of types T . A consequence of this is that sets of words are composed of at least two occurrence words. In doing this we are assuming that a set of syntactic types represented by a single word does not have a linguistic significance.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Inclusion chart", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "Consider for example the following sample words with the corresponding types:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Inclusion chart", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "w 1 : t 1 t 2 t 4 w 2 : t 1 t 4 w 3 : t 3 t 5 w 4 : t 1 t 2 t 3 where w 1 , w 2 , ..., w n , n \u2208", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Inclusion chart", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "is the lexicon of our example, and t i , i \u2208 stands for types. w 1 is connected both to w 4 and w 2 since they have {t 1 , t 2 } and {t 1 , t 4 } types in common respectively; furthermore, w 4 is connected both to w 2 and w 3 since they have {t 1 } and {t 3 } in common, as shown in Figure 3 .", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 283, |
| "end": 291, |
| "text": "Figure 3", |
| "ref_id": "FIGREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Inclusion chart", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "From the connection structure built as described above, we obtain the pairs W, T where W is the set of connected words and T is the For instance, from the example in Figure 3 we obtain the following pairs:", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 166, |
| "end": 174, |
| "text": "Figure 3", |
| "ref_id": "FIGREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Inclusion chart", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "{w 1 , w 4 }, {t 1 , t 2 } , {w 1 , w 2 }, {t 1 , t 4 } , {w 1 , w 2 , w 4 }, {t 1 } , {w 3 , w 4 }, {t 3 }", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Inclusion chart", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "We will refer to each pair W, T as Potential PoS (PPoS).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Inclusion chart", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "From the given dependency structures we have obtained 215 pairs. They provide us with a first word class approximation with their associated syntactic behaviours.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Inclusion chart", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "In order to interpret the classification obtained and to further refine it, we first organize the pairs into an Inclusion chart based on subset relations among the PPoS and then we prune it as described below.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Inclusion chart", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "Our basic assumption is that type-set inclusions are due to syntactic similarities between words.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Inclusion chart", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "Definition 1 (Inclusion Chart) The nodes of the Inclusion chart are pairs W, T where W and T are sets of words and sets of types respectively. Given two nodes n i = W i , T i and n j = W j , T j of the Inclusion chart, there is an inclusion relation between n i and n j , and we write n i < n j , iff W i \u2283 W j and T i \u2282 T j . Two nodes n i , n j of the Inclusions chart are connected, and we write n i \u2192 n j , iff n i < n j and \u00ac\u2203 n k such that n i < n k and n k < n j .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Inclusion chart", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "To illustrate this, let us consider the lexicon entries \"e\" (and), \"o\" (or ) and \"p com\" (comma separator ). The set of types assigned to \"e\" is shown above, those for \"o\" and \"p com\" are as below. o :", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Inclusion chart", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "\uf8f1 \uf8f4 \uf8f4 \uf8f4 \uf8f4 \uf8f2 \uf8f4 \uf8f4 \uf8f4 \uf8f4 \uf8f3 X>lex<X X>lex<X V N >lex<N V >lex<V N X>lex<X N N >lex<N p com : \uf8f1 \uf8f4 \uf8f4 \uf8f4 \uf8f4 \uf8f4 \uf8f4 \uf8f4 \uf8f2 \uf8f4 \uf8f4 \uf8f4 \uf8f4 \uf8f4 \uf8f4 \uf8f4 \uf8f3 X>lex<X V >lex<V N >lex<N N X>lex<X N >lex<X N V >lex<V N >lex<X V >lex<X", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Inclusion chart", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "The set of words", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Inclusion chart", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "W 1 = { p com, e, o }", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Inclusion chart", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "with the shared set of types", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Inclusion chart", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "T 1 = {V >lex<V, X>lex<X, N >lex<N, N X>lex<X} constitute the pair W 1 , T 1 .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Inclusion chart", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "Once we have obtained the set of all pairs out of the lexicon entries, we build the Inclusion chart. Figure 4 shows a portion of this, which contains the pair W 1 , T 1 discussed above. Since the Inclusion chart obtained displays all possible subset relations between all the pairs, it is rather complex and it conceals the linguistically relevant information we are actually looking for, namely the syntactic similarities between words which lead to their PoS classification.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 101, |
| "end": 109, |
| "text": "Figure 4", |
| "ref_id": "FIGREF2" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Inclusion chart", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "It is our belief that by identifying the closest connections we can establish the correct PPoS links, i.e. induce a PoS hypothesis.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Inclusion chart", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "Consider the example at the beginning of this section, where", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Inclusion chart", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "P 1 = {w 1 , w 2 , w 4 }, {t 1 }", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Inclusion chart", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "is included in P 2 = {w 1 , w 4 }, {t 1 , t 2 } and P 3 = {w 1 , w 2 }, {t 1 , t 4 } . This means that both PPoS P 2 and P 3 increase PPoS P 1 by one syntactic type. The following Inclusion chart represents the connections between these pairs:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Inclusion chart", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "[{w1,w2,w4},{t1}] [{w1,w4},{t1,t2}] [{w1,w2},{t1,t4}]", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Inclusion chart", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "At this point, it is necessary to establish which is the better way to extend P 1 , i.e. which of the two syntactic behaviours represented by t 2 and t 4 has to be selected to make the PPoS P 1 closer to a correct PoS.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Inclusion chart", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "In order to extract a suitable PoS classification from the Inclusion chart, this must be pruned by discarding less relevant nodes; hence, we need to introduce a relevance criterion.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Inclusion chart", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "The pruning phase is handled by means of a distance measure between PPoS which helps to highlight the closest pairs.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Forest of Trees", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "Before formally defining the distance measure and explaining its role in depth, we present the pruning algorithm. Pruning Algorithm Let P be the set of all pairs of the Inclusion chart and let e = p i , p j , weight j be an edge, where p i is connected to p j and weight j is a cohesion measure of p j . For all p i \u2208 P we indicate with E p i the set of all edges leaving p i . Given P :", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Forest of Trees", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "\u2200p i \u2208 P \u2200 p i , p j , weight j \u2208 E p i if weight j differs from max j {weight j } then remove p i , p j , weight j from E p i", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Forest of Trees", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "For each pair p i only the edge connecting it to a pair p j exhibiting the maximal cohesion measure is maintained. Figure 5 shows the pruned portion of the Inclusion chart given in Figure 4 . Notice that each node is weighted apart from the leaf node, because weighting leaves is not necessary for the algorithm proposed. The graph is then transformed into a Forest of trees.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 115, |
| "end": 123, |
| "text": "Figure 5", |
| "ref_id": null |
| }, |
| { |
| "start": 181, |
| "end": 189, |
| "text": "Figure 4", |
| "ref_id": "FIGREF2" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Forest of Trees", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "We can now move on to explain how linguistically relevant similarities are automatically identified by means of the distance measure. First of all, we need to measure the relevance of a PPoS in terms of how representative its members are with respect to each other.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Forest of Trees", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "Let \u2126 be the set of all words, \u03a8 the set of all types, and o : \u2126 \u00d7 \u03a8 \u2192 the function which returns the number of occurrences of word per type. Let \u03b7 : \u2126 \u2192 be a function which returns the total number of occurrences of a given word.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Definition 2 (Word Frequency)", |
| "sec_num": null |
| }, |
| { |
| "text": "We call word frequency of W, T the function F words : P(\u2126) \u00d7 P(\u03a8) \u2192 defined as follows:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Definition 2 (Word Frequency)", |
| "sec_num": null |
| }, |
| { |
| "text": "F words ( W, T ) = 1 |W | \u2022 k i=1 m j=1 o( w i , t j ) \u03b7(w i )", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Definition 2 (Word Frequency)", |
| "sec_num": null |
| }, |
| { |
| "text": "where W = {w 1 , w 2 , ..., w k } is a set of words and T = {t 1 , t 2 , ...t m } is a set of types.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Definition 2 (Word Frequency)", |
| "sec_num": null |
| }, |
| { |
| "text": "Let \u03be : \u03a8 \u2192 be a function which returns the total number of occurrences of a given type.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Definition 3 (Type Frequency)", |
| "sec_num": null |
| }, |
| { |
| "text": "We call type frequency of W, T the function F type : P(\u2126) \u00d7 P(\u03a8) \u2192 defined as follows:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Definition 3 (Type Frequency)", |
| "sec_num": null |
| }, |
| { |
| "text": "F types ( W, T ) = 1 |T | \u2022 k i=1 m j=1 o( w i , t j ) \u03be(t j )", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Definition 3 (Type Frequency)", |
| "sec_num": null |
| }, |
| { |
| "text": "where W and T are as in Definition 2.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Definition 3 (Type Frequency)", |
| "sec_num": null |
| }, |
| { |
| "text": "Given a pair W, T , we evaluate the internal cohesion of its members as follows. The word frequency focuses on the similarity between words in W by rating how far words agree in their syntactic behaviour. Roughly, if the word frequency returns a high value for a pair then we can conclude that words within that pair have a close syntactic resemblance. On the other hand, the type frequency rates the similarity between types in T according to the number of times the words to which they have been assigned in the lexicon have shown that syntactic behavior in the dependency structures.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Definition 3 (Type Frequency)", |
| "sec_num": null |
| }, |
| { |
| "text": "The evaluation of the pair p i = W i , T i is given by the average of the two cohesion evaluations. We indicate this value by means of the symbol C i :", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Definition 3 (Type Frequency)", |
| "sec_num": null |
| }, |
| { |
| "text": "C i = F words ( W i , T i ) + F types ( W i , T i ) 2 .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Definition 3 (Type Frequency)", |
| "sec_num": null |
| }, |
| { |
| "text": "For each node of the example seen so far At first sight, C 1 may appear simplistic, with words and types being equally weighted. However other measures had been tried before C 1 [{che, p_com, e, ma, o}, {X>lex<X}] 0.796 [{ma, o, p_com, e}, {V>lex<V, X>lex<X, N<<X>lex<X}] 0.884 [{ma, p_com, e}, {V>lex<V, X>lex<X, V>lex<X, N>lex<X, N<<X>lex<X}] 0.652 [{p_com, ed, e, o}, {V>lex<V, N>lex<N}] 0.789 [{p_com, o, e}, {V>lex<V, X>lex<X, N>lex<N, N<<X>lex<X}] 0.879 [{p_com, e}, {V>lex<X, V>lex<V, N>lex<X, X>lex<X, N>lex<N, N<<X>lex<X, N<<V>lex<V}] 0.764 [{ma, e}, {V>lex<V, X>lex<X, X>lex<N, V>lex<X, N>lex<X, N<<X>lex<X, V<<X>lex<X}] [{ma, ed, o, e, mentre, p_com}, {V>lex<V}] [{n\u00e9, p_com, e, ed, o}, {N>lex<N}] Figure 5 : Example of Forest of trees.", |
| "cite_spans": [ |
| { |
| "start": 178, |
| "end": 213, |
| "text": "[{che, p_com, e, ma, o}, {X>lex<X}]", |
| "ref_id": null |
| }, |
| { |
| "start": 220, |
| "end": 271, |
| "text": "[{ma, o, p_com, e}, {V>lex<V, X>lex<X, N<<X>lex<X}]", |
| "ref_id": null |
| }, |
| { |
| "start": 278, |
| "end": 344, |
| "text": "[{ma, p_com, e}, {V>lex<V, X>lex<X, V>lex<X, N>lex<X, N<<X>lex<X}]", |
| "ref_id": null |
| }, |
| { |
| "start": 351, |
| "end": 390, |
| "text": "[{p_com, ed, e, o}, {V>lex<V, N>lex<N}]", |
| "ref_id": null |
| }, |
| { |
| "start": 397, |
| "end": 453, |
| "text": "[{p_com, o, e}, {V>lex<V, X>lex<X, N>lex<N, N<<X>lex<X}]", |
| "ref_id": null |
| }, |
| { |
| "start": 460, |
| "end": 543, |
| "text": "[{p_com, e}, {V>lex<X, V>lex<V, N>lex<X, X>lex<X, N>lex<N, N<<X>lex<X, N<<V>lex<V}]", |
| "ref_id": null |
| }, |
| { |
| "start": 550, |
| "end": 673, |
| "text": "[{ma, e}, {V>lex<V, X>lex<X, X>lex<N, V>lex<X, N>lex<X, N<<X>lex<X, V<<X>lex<X}] [{ma, ed, o, e, mentre, p_com}, {V>lex<V}]", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 709, |
| "end": 717, |
| "text": "Figure 5", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Definition 3 (Type Frequency)", |
| "sec_num": null |
| }, |
| { |
| "text": "was decided on, as giving the same importance to a set of words and a set of syntactic behaviours showed itself to be effective.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Definition 3 (Type Frequency)", |
| "sec_num": null |
| }, |
| { |
| "text": "New kind of measures are currently being carried out. For instance, we are testing how the system works by varying the weight for each edge on the basis of the words added and the frequency with which they demonstrated the syntactic types of the augmented initial PPoS.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Definition 3 (Type Frequency)", |
| "sec_num": null |
| }, |
| { |
| "text": "Each tree in the Forest marks off complex groups of syntactic types. However, the same types occur in more than one tree, therefore we need to identify all and only those belonging to a given tree.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Induced PoS", |
| "sec_num": "3.4" |
| }, |
| { |
| "text": "To this end, let us call leaf nodes 2 those PPoS with singleton type set not including any other; root nodes 3 PPoS not included by any other.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Induced PoS", |
| "sec_num": "3.4" |
| }, |
| { |
| "text": "Leaves of each tree are grouped together; such groups constitute the whole type set partition. Clearly each group corresponds to a unique root node.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Induced PoS", |
| "sec_num": "3.4" |
| }, |
| { |
| "text": "Syntactic types from leaf nodes encode few specialized syntactic patterns. We assume those patterns to be the syntactic core of a given tree, i.e. the relevant syntactic component of the corresponding PPoS root node.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Induced PoS", |
| "sec_num": "3.4" |
| }, |
| { |
| "text": "Once a syntactic core is defined, the corre-2 shown at the top of the tree in Figure 5 3 shown at the bottom of the tree in Figure 5 sponding lexical core is automatically derived by identifying word sets showing exclusively sets of types belonging to that syntactic core.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 78, |
| "end": 86, |
| "text": "Figure 5", |
| "ref_id": null |
| }, |
| { |
| "start": 124, |
| "end": 132, |
| "text": "Figure 5", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Induced PoS", |
| "sec_num": "3.4" |
| }, |
| { |
| "text": "The following algorithm extracts syntactic cores from root nodes: for all type sets belonging to root nodes we identify the syntactic core as the subset of types obtained by the union of all type sets from the leaves of the corresponding tree. Given R, sets of root nodes:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Syntactic core extraction algorithm", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2200 W i , T i = p i \u2208 R \u2200t k \u2208 T i N = j T j ,", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Syntactic core extraction algorithm", |
| "sec_num": null |
| }, |
| { |
| "text": "where p j leaf node of p i tree if t k \u2208 N then let t k \u2208 T i into the syntactic core", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Syntactic core extraction algorithm", |
| "sec_num": null |
| }, |
| { |
| "text": "Consider the example proposed in Figure 5 , which displays a portion of the Inclusion chart. Here we have the following two PPoS root nodes:", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 33, |
| "end": 41, |
| "text": "Figure 5", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Syntactic core extraction algorithm", |
| "sec_num": null |
| }, |
| { |
| "text": "{ma, e} , {V >Lex<V, X>Lex<X, X>Lex<N, V >Lex<X, N >Lex<X, V X>Lex<X, N X>Lex<X} , {p com, e} , {V >Lex<X, V >Lex<V, N >Lex<X, X>Lex<X, N >Lex<N, N X>Lex<X, N V >Lex<V }", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Syntactic core extraction algorithm", |
| "sec_num": null |
| }, |
| { |
| "text": "The first root node has no leaf, being a root without branches, so it contains no syntactic core. On the other hand, the second has the following three leaves: In order to associate it with its lexical core a visit to the tree rooted by this node is needed to collect those words w \u2208 W which show only types belonging to the syntactic core, for a given pair W, T . For example, the word \"o\" has shown X>Lex<X, V >Lex<V , N >Lex<N , but also N X>Lex<X which belongs to both root nodes so the word \"o\" cannot be part of the lexical entries the syntactic core is represented by.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Syntactic core extraction algorithm", |
| "sec_num": null |
| }, |
| { |
| "text": "{che, p", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Syntactic core extraction algorithm", |
| "sec_num": null |
| }, |
| { |
| "text": "The second root node is then associated with the lexical core consisting of { ed, mentre, n\u00e9, che }. Hence the algorithm concludes the existence of the following PoS prototype:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Syntactic core extraction algorithm", |
| "sec_num": null |
| }, |
| { |
| "text": "{ed, mentre, n\u00e9, che}, {X>Lex<X, V >Lex<V, N >Lex<N }", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Syntactic core extraction algorithm", |
| "sec_num": null |
| }, |
| { |
| "text": "Notice that this PoS corresponds to the Coordinators PoS depicted in Table 1 , but here it is simpler because of the simplification of the Inclusion chart taken as an example.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 69, |
| "end": 76, |
| "text": "Table 1", |
| "ref_id": "TABREF4" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Syntactic core extraction algorithm", |
| "sec_num": null |
| }, |
| { |
| "text": "The syntactic and lexical core is the output of our algorithm. We assume the core to be the syntactic (and lexical) prototype to be used for PoS classification.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Syntactic core extraction algorithm", |
| "sec_num": null |
| }, |
| { |
| "text": "The proposed automatic method leads to the subdivision of the first level within the X class (see Section 2) as shown in Table 1 .", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 121, |
| "end": 128, |
| "text": "Table 1", |
| "ref_id": "TABREF4" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results and Evaluation", |
| "sec_num": "4" |
| }, |
| { |
| "text": "The sets of automatically extracted syntactic types represent the prototypical syntactic behaviours of the corresponding words summarised by the explanatory PoS labels.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results and Evaluation", |
| "sec_num": "4" |
| }, |
| { |
| "text": "This classification is not fine-grained enough to be used by a tagger to reach an informative and useful annotation and should be intended as a first step through the empirical construction of a hierarchical tagset, e.g. following the parameters for taxonomic classification shown in (Kawata, 2005) . Further analysis for each class must be carried out to increase the granularity of the tagset, for instance by exploiting morphological information.", |
| "cite_spans": [ |
| { |
| "start": 284, |
| "end": 298, |
| "text": "(Kawata, 2005)", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results and Evaluation", |
| "sec_num": "4" |
| }, |
| { |
| "text": "The present study was carried out on a limited quantity of data; the sparseness of primary information we used to derive the proposed tagset might affect the conclusions we have drawn. The results will need to be checked with more data and with different treebanks to avoid biases introduced by the treebank used (TUT) from which the initial dependency structures were extracted.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results and Evaluation", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Despite this, and the fact that further results of the third phase are currently being induced and remain to be investigated, it is promising that the 9 parts of speech induced in this second phase are not in marked contrast with traditional ones nor with widely accepted guidelines, such as (Monachini, 1995) .", |
| "cite_spans": [ |
| { |
| "start": 292, |
| "end": 309, |
| "text": "(Monachini, 1995)", |
| "ref_id": "BIBREF6" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results and Evaluation", |
| "sec_num": "4" |
| }, |
| { |
| "text": "However, employing dependency structures as described in section 3.1, which means minimal syntactic information, leads to some ambiguities between word classes which may disagree with the linguist's intuitions.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results and Evaluation", |
| "sec_num": "4" |
| }, |
| { |
| "text": "From this point of view, the overlapping of determiners and prepositions within the same PoS is noteworthy. The lack of accuracy this classification results in is due, on the one hand, to the wide range of highly specific syntactic constructions involving determiners and prepositions that share the same loosely labelled dependency structures. Moreover, Italian monosyllabic (or 'proper') prepositions may be morphologically joined with the definite article (for example di ('of') + il ('the') = del ('of the')), performing sintactically both as a preposition and a determiner. Clearly this class will be further specialized by exploiting morphological information.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results and Evaluation", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Polysyllabic (or 'not proper') prepositions, as opposed to monosyllabic ones, tend to occur in a lower number of syntactic patterns and, more crucially, cannot be fused with the article. In this case our system performs more accurately as it is able to correctly detect the syntactic similarities between such prepositions. As they typically tend to carry the function of the head (together with prepositional locutions) in verbmodifying structures they have been classified as 'Verb-Modifing Prepositionals' as shown in Table 1 .", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 521, |
| "end": 528, |
| "text": "Table 1", |
| "ref_id": "TABREF4" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results and Evaluation", |
| "sec_num": "4" |
| }, |
| { |
| "text": "The 4 word classes grouping words commonly classified as adjectives and conjunctions may be considered an interesting result of the syntactically motivated induction algorithm presented here. As for adjectives 4 they have been divided into 2 separate classes depending on predicative or attributive distribution with respect to the noun they modify ('Left/Right Adjectivals' in Table 1 ). As far as conjunctions (and conjunctional locutions) are concerned, again, their syntactic patterning enforced a very clear split between 'Coordinators' and 'Subordinators'.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 378, |
| "end": 385, |
| "text": "Table 1", |
| "ref_id": "TABREF4" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results and Evaluation", |
| "sec_num": "4" |
| }, |
| { |
| "text": "By contrast a relatively strong syntactic resemblance has been automatically recognised between words (and locutions) traditionally described as adverbs (and adverbial locutions): hence, the single 'Adverbials' word class is derived. Again, further anlysis exploiting distributional and morphological data may be useful in obtaining a finer-grained classification if necessary.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results and Evaluation", |
| "sec_num": "4" |
| }, |
| { |
| "text": "A final point to make is about copulative structures: our system proved not to prop- ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results and Evaluation", |
| "sec_num": "4" |
| }, |
| { |
| "text": "The final output of the three phase system will be a hierarchy of PoS tags. Such structured organization is expected to help the linguist during the annotation phase as well as when searching the annotated corpus. On the one hand, the linguist can browse the graph for a given word to get a sense of its syntactic distribution or to improve the proposed classification (e.g. by splitting an induced category that is too coarse.)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions and Further Research", |
| "sec_num": "5" |
| }, |
| { |
| "text": "On the other hand, since the resulted PoS classification is organized as a hierarchy with inclusion relations, a more intelligent search interface can be constructed to help the user extract the relevant information from the annotated corpus.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions and Further Research", |
| "sec_num": "5" |
| }, |
| { |
| "text": "The standard classification consists of nouns, verbs, adjectives, determiners, articles, adverbs, prepositions, conjunctions, numerals, interjections, punctuation and a class of residual items which differs from project to project.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "We refer to qualifying adjectives; other items traditionally classified as adjectives, for example 'determinative adjectives' as proposed by(Serianni, 1989), in our system are grouped together with determiners", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Supertagging: An approach to Almost Parsing", |
| "authors": [ |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Bangalore", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Joshi", |
| "suffix": "" |
| } |
| ], |
| "year": 1999, |
| "venue": "Computational Linguistics", |
| "volume": "25", |
| "issue": "2", |
| "pages": "237--265", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "S. Bangalore and A. Joshi. 1999. Supertagging: An approach to Almost Parsing. Computa- tional Linguistics, 25(2):237-265.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Building a treebank for Italian: a data-driven annotation schema", |
| "authors": [ |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Bosco", |
| "suffix": "" |
| }, |
| { |
| "first": "V", |
| "middle": [], |
| "last": "Lombardo", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Vassallo", |
| "suffix": "" |
| }, |
| { |
| "first": "Lesmo", |
| "middle": [ |
| "L" |
| ], |
| "last": "", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "Proc. 2nd International Conference on Language Resources and Evaluation -LREC 2000", |
| "volume": "", |
| "issue": "", |
| "pages": "99--105", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "C. Bosco, V. Lombardo, Vassallo D., and Lesmo L. 2000. Building a treebank for Italian: a data-driven annotation schema. In Proc. 2nd International Conference on Language Re- sources and Evaluation -LREC 2000, pages 99-105, Athens.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "A grammatical relation system for treebank annotation", |
| "authors": [ |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Bosco", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "C. Bosco. 2003. A grammatical relation system for treebank annotation. Ph.D. thesis, Com- puter Science Department, Turin University.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Tagging an unfamiliar text with minimal human supervision", |
| "authors": [ |
| { |
| "first": "E", |
| "middle": [], |
| "last": "Brill", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Marcus", |
| "suffix": "" |
| } |
| ], |
| "year": 1992, |
| "venue": "Proceedings of the Fall Symposium on Probabilistic Approaches to Natural Language", |
| "volume": "", |
| "issue": "", |
| "pages": "10--16", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "E. Brill and M. Marcus. 1992. Tagging an un- familiar text with minimal human supervi- sion. In Proceedings of the Fall Symposium on Probabilistic Approaches to Natural Lan- guage, pages 10-16, Cambridge.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Inducing Syntactic Categories by Context Distribution Clustering", |
| "authors": [ |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Clark", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "Proceedings of CoNLL-2000 and LLL-2000 Conference", |
| "volume": "", |
| "issue": "", |
| "pages": "94--91", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "A. Clark. 2000. Inducing Syntactic Categories by Context Distribution Clustering. In Pro- ceedings of CoNLL-2000 and LLL-2000 Con- ference, pages 94-91, Lisbon, Portugal.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Tagsets for Morphosyntactic Corpus Annotation: the idea of a 'reference tagset' for Japanese", |
| "authors": [ |
| { |
| "first": "Y", |
| "middle": [], |
| "last": "Kawata", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Y. Kawata. 2005. Tagsets for Morphosyntactic Corpus Annotation: the idea of a 'reference tagset' for Japanese. Ph.D. thesis, University of Essex, Colchester, UK.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "ELM-IT: An Italian Incarnation of the EAGLES-TS. Definition of Lexicon Specification and Classification Guidelines", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Monachini", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "M. Monachini. 1995. ELM-IT: An Italian Incarnation of the EAGLES-TS. Definition of Lexicon Specification and Classification Guidelines. Technical report, Pisa.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Distributional clustering of English words", |
| "authors": [ |
| { |
| "first": "F", |
| "middle": [], |
| "last": "Pereira", |
| "suffix": "" |
| }, |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Tishby", |
| "suffix": "" |
| }, |
| { |
| "first": "L", |
| "middle": [], |
| "last": "Lee", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "Proceedings of the 31st ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "183--190", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "F. Pereira, T. Tishby, and L. Lee. 1993. Dis- tributional clustering of English words. In Proceedings of the 31st ACL, pages 183-190, Columbus, Ohio.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Distributional Information: a Powerful Cue for Acquiring Syntactic Categories", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Redington", |
| "suffix": "" |
| }, |
| { |
| "first": "N", |
| "middle": [], |
| "last": "Chater", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Finch", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "Cognitive Science", |
| "volume": "22", |
| "issue": "4", |
| "pages": "425--469", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "M. Redington, N. Chater, and S. Finch. 1998. Distributional Information: a Powerful Cue for Acquiring Syntactic Categories. Cognitive Science, 22(4):425-469.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "CORIS/CODIS: A corpus of written Italian based on a defined and a dynamic model", |
| "authors": [ |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Favretti", |
| "suffix": "" |
| }, |
| { |
| "first": "F", |
| "middle": [], |
| "last": "Tamburini", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [ |
| "De" |
| ], |
| "last": "Santis", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "A Rainbow of Corpora: Corpus Linguistics and the Languages of the World", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "R. Rossini Favretti, F. Tamburini, and C. De Santis. 2002. CORIS/CODIS: A cor- pus of written Italian based on a defined and a dynamic model. In A. Wilson, P. Rayson, and T. McEnery, editors, A Rainbow of Cor- pora: Corpus Linguistics and the Languages of the World. Munich: Lincom-Europa.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Part-of-speech induction from scratch", |
| "authors": [ |
| { |
| "first": "H", |
| "middle": [], |
| "last": "Sch\u00fctze", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "Proceedings of the 31st ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "251--258", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "H. Sch\u00fctze. 1993. Part-of-speech induction from scratch. In Proceedings of the 31st ACL, pages 251-258, Columbus, Ohio.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Grammatica italiana. Italiano comune e lingua letteraria", |
| "authors": [ |
| { |
| "first": "L", |
| "middle": [], |
| "last": "Serianni", |
| "suffix": "" |
| } |
| ], |
| "year": 1989, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "L. Serianni. 1989. Grammatica italiana. Ital- iano comune e lingua letteraria. UTET, Torino.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Identifying phrasal connectives in Italian using quantitative methods", |
| "authors": [ |
| { |
| "first": "F", |
| "middle": [], |
| "last": "Tamburini", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [ |
| "De" |
| ], |
| "last": "Santis", |
| "suffix": "" |
| }, |
| { |
| "first": "Zamuner", |
| "middle": [ |
| "E" |
| ], |
| "last": "", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Phrases and Phraseology -Data and Description", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "F. Tamburini, C. De Santis, and Zamuner E. 2002. Identifying phrasal connectives in Ital- ian using quantitative methods. In S. Nuc- corini, editor, Phrases and Phraseology -Data and Description. Berlin: Peter Lang.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "uris": null, |
| "type_str": "figure", |
| "num": null, |
| "text": "Type resolution example they are not the subject of the present investigation." |
| }, |
| "FIGREF1": { |
| "uris": null, |
| "type_str": "figure", |
| "num": null, |
| "text": "Example of connection structures set of types carried by the corresponding connection arrow." |
| }, |
| "FIGREF2": { |
| "uris": null, |
| "type_str": "figure", |
| "num": null, |
| "text": "Example of Inclusion chart." |
| }, |
| "FIGREF3": { |
| "uris": null, |
| "type_str": "figure", |
| "num": null, |
| "text": "Figure 5 displays a weight which measures the cohesion of each node pair." |
| }, |
| "TABREF2": { |
| "content": "<table><tr><td>Thus its type set contains the syntactic core</td></tr><tr><td>{X>Lex<X, V >Lex<V, N >Lex<N }</td></tr></table>", |
| "type_str": "table", |
| "num": null, |
| "text": "com, e, ma, o} , {X>Lex<X} {ma, ed, o, e, mentre, p com} , {V >Lex<V } {nep apo, p com, e, ed, o} , {N >Lex<N }", |
| "html": null |
| }, |
| "TABREF3": { |
| "content": "<table><tr><td/><td>PoS Label</td><td>Associated types</td><td>Prototypical words</td></tr><tr><td>Nouns</td><td/><td>N</td><td>nuvola, finestra, tv</td></tr><tr><td>Verbs</td><td/><td>V</td><td>stupire, raggiunto, concludendo, abbiamo</td></tr><tr><td>X</td><td colspan=\"2\">Prepositionals & Determiners Lex<N, Coordinators V>Lex<V, N>Lex<N, X>Lex<X, N>Lex<X,</td><td>e, ed, ma, mentre, o, sia</td></tr><tr><td/><td/><td>X>Lex<N, V>Lex<X, V X>Lex<X,</td></tr><tr><td/><td/><td>N V>Lex<V, N X>Lex<X</td></tr><tr><td/><td>Subordinators</td><td>Lex<V, Lex<V V, V Lex<V</td><td>in modo da, oltre a, quando, perch\u00e9, se</td></tr><tr><td/><td>Relatives</td><td>N>Lex</td><td>che, cui, dove, quale</td></tr><tr><td/><td>Entities</td><td>Lex</td><td>ci, di pi\u00f9, in salvo, io, inferocito, noi, ti,</td></tr><tr><td/><td/><td/><td>sprovveduto, una</td></tr></table>", |
| "type_str": "table", |
| "num": null, |
| "text": "Lex<X, N Lex<N, N Lex<X, alcuna, della, dieci, diversi, le, molti, N Lex<V, X Lex<N, X Lex<V, X Lex<X negli, numerose, quegli, questi, sei, sull' Verb-Modif. Prepositionals V Lex<N, Lex<N V, V Lex<X, Lex<X Va causa del, attraverso, contro, davanti al, secondo, senza Left Adjectivals Lex N forti, giovane, grande, nuove, piccolo, suo, Right Adjectivals N Lex, X Lex economici, elettorale, idrica, importanti, positiva, ufficiale Adverbials V Lex, Lex V, Lex X allora, appena, decisamente, ieri, mai, molto, persino, rapidamente, presto, troppo", |
| "html": null |
| }, |
| "TABREF4": { |
| "content": "<table><tr><td>: Resulting PoS classification</td></tr></table>", |
| "type_str": "table", |
| "num": null, |
| "text": "", |
| "html": null |
| } |
| } |
| } |
| } |