|
{ |
|
"paper_id": "N01-1023", |
|
"header": { |
|
"generated_with": "S2ORC 1.0.0", |
|
"date_generated": "2023-01-19T13:48:22.679332Z" |
|
}, |
|
"title": "Applying Co-Training methods to Statistical Parsing", |
|
"authors": [ |
|
{ |
|
"first": "Anoop", |
|
"middle": [], |
|
"last": "Sarkar", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "University of Pennsylvania", |
|
"location": { |
|
"addrLine": "200 South 33rd Street", |
|
"postCode": "19104-6389", |
|
"settlement": "Philadelphia", |
|
"region": "PA", |
|
"country": "USA" |
|
} |
|
}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Aravind", |
|
"middle": [], |
|
"last": "Joshi", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "University of Pennsylvania", |
|
"location": { |
|
"addrLine": "200 South 33rd Street", |
|
"postCode": "19104-6389", |
|
"settlement": "Philadelphia", |
|
"region": "PA", |
|
"country": "USA" |
|
} |
|
}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Mitch", |
|
"middle": [], |
|
"last": "Marcus", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "University of Pennsylvania", |
|
"location": { |
|
"addrLine": "200 South 33rd Street", |
|
"postCode": "19104-6389", |
|
"settlement": "Philadelphia", |
|
"region": "PA", |
|
"country": "USA" |
|
} |
|
}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Mark", |
|
"middle": [], |
|
"last": "Liberman", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "University of Pennsylvania", |
|
"location": { |
|
"addrLine": "200 South 33rd Street", |
|
"postCode": "19104-6389", |
|
"settlement": "Philadelphia", |
|
"region": "PA", |
|
"country": "USA" |
|
} |
|
}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "B", |
|
"middle": [], |
|
"last": "Srinivas", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "University of Pennsylvania", |
|
"location": { |
|
"addrLine": "200 South 33rd Street", |
|
"postCode": "19104-6389", |
|
"settlement": "Philadelphia", |
|
"region": "PA", |
|
"country": "USA" |
|
} |
|
}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "David", |
|
"middle": [], |
|
"last": "Chiang", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "University of Pennsylvania", |
|
"location": { |
|
"addrLine": "200 South 33rd Street", |
|
"postCode": "19104-6389", |
|
"settlement": "Philadelphia", |
|
"region": "PA", |
|
"country": "USA" |
|
} |
|
}, |
|
"email": "" |
|
} |
|
], |
|
"year": "", |
|
"venue": null, |
|
"identifiers": {}, |
|
"abstract": "We propose a novel Co-Training method for statistical parsing. The algorithm takes as input a small corpus (9695 sentences) annotated with parse trees, a dictionary of possible lexicalized structures for each word in the training set and a large pool of unlabeled text. The algorithm iteratively labels the entire data set with parse trees. Using empirical results based on parsing the Wall Street Journal corpus we show that training a statistical parser on the combined labeled and unlabeled data strongly outperforms training only on the labeled data.", |
|
"pdf_parse": { |
|
"paper_id": "N01-1023", |
|
"_pdf_hash": "", |
|
"abstract": [ |
|
{ |
|
"text": "We propose a novel Co-Training method for statistical parsing. The algorithm takes as input a small corpus (9695 sentences) annotated with parse trees, a dictionary of possible lexicalized structures for each word in the training set and a large pool of unlabeled text. The algorithm iteratively labels the entire data set with parse trees. Using empirical results based on parsing the Wall Street Journal corpus we show that training a statistical parser on the combined labeled and unlabeled data strongly outperforms training only on the labeled data.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Abstract", |
|
"sec_num": null |
|
} |
|
], |
|
"body_text": [ |
|
{ |
|
"text": "The current crop of statistical parsers share a similar training methodology. They train from the Penn Treebank (Marcus et al., 1993) ; a collection of 40,000 sentences that are labeled with corrected parse trees (approximately a million word tokens). In this paper, we explore methods for statistical parsing that can be used to combine small amounts of labeled data with unlimited amounts of unlabeled data. In the experiment reported here, we use 9695 sentences of bracketed data (234467 word tokens). Such methods are attractive for the following reasons:", |
|
"cite_spans": [ |
|
{ |
|
"start": 112, |
|
"end": 133, |
|
"text": "(Marcus et al., 1993)", |
|
"ref_id": "BIBREF17" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Bracketing sentences is an expensive process. A parser that can be trained on a small amount of labeled data will reduce this annotation cost.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Creating statistical parsers for novel domains and new languages will become easier.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Combining labeled data with unlabeled data allows exploration of unsupervised methods which can now be tested using evaluations compatible with supervised statistical parsing.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "In this paper we introduce a new approach that combines unlabeled data with a small amount of labeled (bracketed) data to train a statistical parser. We use a Co-Training method (Yarowsky, 1995; Blum and Mitchell, Separating structural (robust) aspects of the problem from lexical (sparse) ones to improve performance on unseen data.", |
|
"cite_spans": [ |
|
{ |
|
"start": 178, |
|
"end": 194, |
|
"text": "(Yarowsky, 1995;", |
|
"ref_id": "BIBREF27" |
|
}, |
|
{ |
|
"start": 195, |
|
"end": 213, |
|
"text": "Blum and Mitchell,", |
|
"ref_id": "BIBREF1" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "In the particular domain of statistical parsing there has been limited success in moving towards unsupervised machine learning techniques (see Section 7 for more discussion). A more promising approach is that of combining small amounts of seed labeled data with unlimited amounts of unlabeled data to bootstrap statistical parsers. In this paper, we use one such machine learning technique: Co-Training, which has been used successfully in several classification tasks like web page classification, word sense disambiguation and named-entity recognition.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Early work in combining labeled and unlabeled data for NLP tasks was done in the area of unsupervised part of speech (POS) tagging. (Cutting et al., 1992) reported very high results (96% on the Brown corpus) for unsupervised POS tagging using Hidden Markov Models (HMMs) by exploiting hand-built tag dictionaries and equivalence classes. Tag dictionaries are predefined assignments of all possible POS tags to words in the test data. This impressive result triggered several follow-up studies in which the effect of hand tuning the tag dictionary was quantified as a combination of labeled and unla- beled data. The experiments in (Merialdo, 1994; Elworthy, 1994) showed that only in very specific cases HMMs were effective in combining labeled and unlabeled data. However, (Brill, 1997) showed that aggressively using tag dictionaries extracted from labeled data could be used to bootstrap an unsupervised POS tagger with high accuracy (approx 95% on WSJ data). We exploit this approach of using tag dictionaries in our method as well (see Section 3.2 for more details). It is important to point out that, before attacking the problem of parsing using similar machine learning techniques, we face a representational problem which makes it difficult to define the notion of tag dictionary for a statistical parser.", |
|
"cite_spans": [ |
|
{ |
|
"start": 132, |
|
"end": 154, |
|
"text": "(Cutting et al., 1992)", |
|
"ref_id": "BIBREF6" |
|
}, |
|
{ |
|
"start": 631, |
|
"end": 647, |
|
"text": "(Merialdo, 1994;", |
|
"ref_id": "BIBREF18" |
|
}, |
|
{ |
|
"start": 648, |
|
"end": 663, |
|
"text": "Elworthy, 1994)", |
|
"ref_id": "BIBREF7" |
|
}, |
|
{ |
|
"start": 774, |
|
"end": 787, |
|
"text": "(Brill, 1997)", |
|
"ref_id": "BIBREF2" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "The problem we face in parsing is more complex than assigning a small fixed set of labels to examples. If the parser is to be generally applicable, it has to produce a fairly complex \"label\" given an input sentence. For example, given the sentence Pierre Vinken will join the board as a non-executive director, the parser is expected to produce an output as shown in Figure 1 .", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 367, |
|
"end": 375, |
|
"text": "Figure 1", |
|
"ref_id": "FIGREF0" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Since the entire parse cannot be reasonably considered as a monolithic label, the usual method in parsing is to decompose the structure assigned in the following way:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "S(join) ! NP(Vinken) VP(join) NP(Vinken) ! Pierre Vinken VP(join) ! will VP(join) VP(join) ! join NP(board) PP(as) : : :", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "However, such a recursive decomposition of structure does not allow a simple notion of a tag dictionary. We solve this problem by decomposing the structure in an approach that is different from that shown above which uses context-free rules.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "The approach uses the notion of tree rewriting as defined in the Lexicalized Tree Adjoining Grammar (LTAG) formalism (Joshi and Schabes, 1992) 1 which re-tains the notion of lexicalization that is crucial in the success of a statistical parser while permitting a simple definition of tag dictionary. For example, the parse in Figure 1 can be generated by assigning the structured labels shown in Figure 2 to each word in the sentence (for simplicity, we assume that the noun phrases are generated here as a single word). We use a tool described in (Xia et al., 2000) to convert the Penn Treebank into this representation. Combining the trees together by rewriting nodes as trees (explained in Section 2.1) gives us the parse tree in Figure 1 . A history of the bi-lexical dependencies that define the probability model used to construct the parse is shown in Figure 3 . This history is called the derivation tree.", |
|
"cite_spans": [ |
|
{ |
|
"start": 117, |
|
"end": 142, |
|
"text": "(Joshi and Schabes, 1992)", |
|
"ref_id": "BIBREF11" |
|
}, |
|
{ |
|
"start": 548, |
|
"end": 566, |
|
"text": "(Xia et al., 2000)", |
|
"ref_id": "BIBREF26" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 396, |
|
"end": 404, |
|
"text": "Figure 2", |
|
"ref_id": "FIGREF1" |
|
}, |
|
{ |
|
"start": 733, |
|
"end": 741, |
|
"text": "Figure 1", |
|
"ref_id": "FIGREF0" |
|
}, |
|
{ |
|
"start": 859, |
|
"end": 867, |
|
"text": "Figure 3", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "In addition, as a byproduct of this kind of representation we obtain more than the phrase structure of each sentence. We also produce a more embellished parse in which phenomena such as predicate-argument structure, subcategorization and movement are given a probabilis-tic treatment.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Pierre_Vinken will the_board a_nonexecutive_director as join Figure 3 : A derivation indicating all the attachments between trees that have occurred during the parse of the sentence.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 61, |
|
"end": 69, |
|
"text": "Figure 3", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "A stochastic LTAG derivation proceeds as follows (Schabes, 1992; Resnik, 1992) . An initial tree is selected with probability P init and other trees selected by words in the sentence are combined using the operations of substitution and adjoining. These operations are explained below with examples. Each of these operations is performed with probability P attach .", |
|
"cite_spans": [ |
|
{ |
|
"start": 49, |
|
"end": 64, |
|
"text": "(Schabes, 1992;", |
|
"ref_id": "BIBREF24" |
|
}, |
|
{ |
|
"start": 65, |
|
"end": 78, |
|
"text": "Resnik, 1992)", |
|
"ref_id": "BIBREF23" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Generative Model", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "For each that can be valid start of a derivation:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Generative Model", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "X P init = 1", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Generative Model", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "Substitution is defined as rewriting a node in the frontier of a tree with probability P attach which is said to be proper if:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Generative Model", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "X 0 P attach ;! 0 = 1", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Generative Model", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "where ;! 0 indicates that tree 0 is substituting into node in tree . An example of the operation of substitution is shown in Figure 4 .", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 125, |
|
"end": 133, |
|
"text": "Figure 4", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "The Generative Model", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "Adjoining is defined as rewriting any internal node of a tree by another tree. This is a recursive rule and each adjoining operation is performed with probability P attach which is proper if: P attach ;! NA + X 0 P attach ;! 0 = 1 P attach here is the probability that 0 rewrites an internal node in tree or that no adjoining (NA) occurs at node in . The additional factor that accounts for no adjoining at a node is required for the probability to be well-formed. An example of the operation of adjoining is shown in Figure 5 .", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 518, |
|
"end": 526, |
|
"text": "Figure 5", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "The Generative Model", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "Each LTAG derivation D which was built starting from tree with n subsequent attachments has the probability: Note that assuming each tree is lexicalized by one word the derivation D corresponds to a sentence of n + 1", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Generative Model", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "P r D = P init Y 1in P attach ;! 0", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Generative Model", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "words.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Generative Model", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "In the next section we show how to exploit this notion of tag dictionary to the problem of statistical parsing.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Generative Model", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "Many supervised methods of learning from a Treebank have been studied. The question we want to pursue in this paper is whether unlabeled data can be used to improve the performance of a statistical parser and at the same time reduce the amount of labeled training data necessary for good performance. We will assume the data that is input to our method will have the following characteristics:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Co-Training methods for parsing", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "1. A small set of sentences labeled with corrected parse trees and large set of unlabeled data.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Co-Training methods for parsing", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "2. A pair of probabilistic models that form parts of a statistical parser. This pair of models must be able to mutually constrain each other.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Co-Training methods for parsing", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "3. A tag dictionary (used within a backoff smoothing strategy) for labels are not covered in the labeled set.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Co-Training methods for parsing", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "The pair of probabilistic models can be exploited to bootstrap new information from unlabeled data. Since both of these steps ultimately have to agree with each other, we can utilize an iterative method called Co-Training that attempts to increase agreement between a pair of statistical models by exploiting mutual constraints between their output.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Co-Training methods for parsing", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "Co-Training has been used before in applications like word-sense disambiguation (Yarowsky, 1995) , web-page classification (Blum and Mitchell, 1998) and namedentity identification (Collins and Singer, 1999) . In all of these cases, using unlabeled data has resulted in performance that rivals training solely from labeled data. However, these previous approaches were on tasks that involved identifying the right label from a small set of labels (typically 2-3), and in a relatively small parameter space. Compared to these earlier models, a statistical parser has a very large parameter space and the labels that are expected as output are parse trees which have to be built up recursively. We discuss previous work in combining labeled and unlabeled data in more detail in Section 7.", |
|
"cite_spans": [ |
|
{ |
|
"start": 80, |
|
"end": 96, |
|
"text": "(Yarowsky, 1995)", |
|
"ref_id": "BIBREF27" |
|
}, |
|
{ |
|
"start": 123, |
|
"end": 148, |
|
"text": "(Blum and Mitchell, 1998)", |
|
"ref_id": "BIBREF1" |
|
}, |
|
{ |
|
"start": 180, |
|
"end": 206, |
|
"text": "(Collins and Singer, 1999)", |
|
"ref_id": "BIBREF5" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Co-Training methods for parsing", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "Co-training (Blum and Mitchell, 1998; Yarowsky, 1995) can be informally described in the following manner:", |
|
"cite_spans": [ |
|
{ |
|
"start": 12, |
|
"end": 37, |
|
"text": "(Blum and Mitchell, 1998;", |
|
"ref_id": "BIBREF1" |
|
}, |
|
{ |
|
"start": 38, |
|
"end": 53, |
|
"text": "Yarowsky, 1995)", |
|
"ref_id": "BIBREF27" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Co-Training methods for parsing", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "Pick two (or more) \"views\" of a classification problem.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Co-Training methods for parsing", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "Build separate models for each of these \"views\" and train each model on a small set of labeled data.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Co-Training methods for parsing", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "Sample an unlabeled data set and to find examples that each model independently labels with high confidence. (Nigam and Ghani, 2000) Confidently labeled examples can be picked in various ways. (Collins and Singer, 1999; Goldman and Zhou, 2000) Take these examples as being valuable as training examples and iterate this procedure until the unlabeled data is exhausted.", |
|
"cite_spans": [ |
|
{ |
|
"start": 109, |
|
"end": 132, |
|
"text": "(Nigam and Ghani, 2000)", |
|
"ref_id": "BIBREF19" |
|
}, |
|
{ |
|
"start": 193, |
|
"end": 219, |
|
"text": "(Collins and Singer, 1999;", |
|
"ref_id": "BIBREF5" |
|
}, |
|
{ |
|
"start": 220, |
|
"end": 243, |
|
"text": "Goldman and Zhou, 2000)", |
|
"ref_id": "BIBREF9" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Co-Training methods for parsing", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "Effectively, by picking confidently labeled data from each model to add to the training data, one model is labeling data for the other model.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Co-Training methods for parsing", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "In the representation we use, parsing using a lexicalized grammar is done in two steps:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Lexicalized Grammars and Mutual Constraints", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "1. Assigning a set of lexicalized structures to each word in the input sentence (as shown in Figure 2 ).", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 93, |
|
"end": 101, |
|
"text": "Figure 2", |
|
"ref_id": "FIGREF1" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Lexicalized Grammars and Mutual Constraints", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "2. Finding the correct attachments between these structures to get the best parse (as shown in Figure 1) .", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 95, |
|
"end": 104, |
|
"text": "Figure 1)", |
|
"ref_id": "FIGREF0" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Lexicalized Grammars and Mutual Constraints", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "Each of these two steps involves ambiguity which can be resolved using a statistical model. By explicitly representing these two steps independently, we can pursue independent statistical models for each step:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Lexicalized Grammars and Mutual Constraints", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "1. Each word in the sentence can take many different lexicalized structures. We can introduce a statistical model that disambiguates the lexicalized structure assigned to a word depending on the local context.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Lexicalized Grammars and Mutual Constraints", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "2. After each word is assigned a certain set of lexicalized structures, finding the right parse tree involves computing the correct attachments between these lexicalized structures. Disambiguating attachments correctly using an appropriate statistical model is essential to finding the right parse tree.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Lexicalized Grammars and Mutual Constraints", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "These two models have to agree with each other on the trees assigned to each word in the sentence. Not only do the right trees have to be assigned as predicted by the first model, but they also have to fit together to cover the entire sentence as predicted by the second model 2 . This represents the mutual constraint that each model places on the other.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Lexicalized Grammars and Mutual Constraints", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "For the words that appear in the (unlabeled) training data, we collect a list of part-of-speech labels and trees that each word is known to select in the training data. This information is stored in a POS tag dictionary and a tree dictionary. It is important to note that no frequency or any other distributional information is stored. The only information stored in the dictionary is which tags or trees can be selected by each word in the training data.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Tag Dictionaries", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "We use a count cutoff for trees in the labeled data and combine observed counts into an unobserved tree count. This is similar to the usual technique of assigning the token unknown to infrequent word tokens. In this way, trees unseen in the labeled data but in the tag dictionary are assigned a probability in the parser.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Tag Dictionaries", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "The problem of lexical coverage is a severe one for unsupervised approaches. The use of tag dictionaries is a way around this problem. Such an approach has already been used for unsupervised part-of-speech tagging in (Brill, 1997) where seed data of which POS tags can be selected by each word is given as input to the unsupervised tagger.", |
|
"cite_spans": [ |
|
{ |
|
"start": 217, |
|
"end": 230, |
|
"text": "(Brill, 1997)", |
|
"ref_id": "BIBREF2" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Tag Dictionaries", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "In future work, it would be interesting to extend models for unknown-word handling or other machine learning techniques in clustering or the learning of subcategorization frames to the creation of such tag dictionaries.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Tag Dictionaries", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "As described before, we treat parsing as a two-step process. The two models that we use are: 1. H1: selects trees based on previous context (tagging probability model) 2. H2: computes attachments between trees and returns best parse (parsing probability model)", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Models", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "We select the most likely trees for each word by examining the local context. The statistical model we use to decide this is the trigram model that was used by B. Srinivas in his SuperTagging model (Srinivas, 1997) . The model assigns an n-best lattice of tree assignments associated with the input sentence with each path corresponding to an assignment of an elementary tree for each word in the sentence. (for further details, see (Srinivas, 1997) ).", |
|
"cite_spans": [ |
|
{ |
|
"start": 198, |
|
"end": 214, |
|
"text": "(Srinivas, 1997)", |
|
"ref_id": "BIBREF25" |
|
}, |
|
{ |
|
"start": 433, |
|
"end": 449, |
|
"text": "(Srinivas, 1997)", |
|
"ref_id": "BIBREF25" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "H1: Tagging probability model", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "P TjW = P T 0 : : : T n jW 0 : : : W n", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "H1: Tagging probability model", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "(1) = P T 0 : : : T n P W 0 : : : W n jT 0 : : : T n P W 0 : : : W n (2)", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "H1: Tagging probability model", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "EQUATION", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [ |
|
{ |
|
"start": 0, |
|
"end": 8, |
|
"text": "EQUATION", |
|
"ref_id": "EQREF", |
|
"raw_str": "P T i jT i,2 T i,1 P W i jT i", |
|
"eq_num": "(3)" |
|
} |
|
], |
|
"section": "H1: Tagging probability model", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "where T 0 : : : T n is a sequence of elementary trees assigned to the sentence W 0 : : : W n .", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "H1: Tagging probability model", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "We get (2) by using Bayes theorem and we obtain (3) from (2) by ignore the denominator and by applying the usual Markov assumptions.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "H1: Tagging probability model", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "The output of this model is a probabilistic ranking of trees for the input sentence which is sensitive to a small local context window.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "H1: Tagging probability model", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "Once the words in a sentence have selected a set of elementary trees, parsing is the process of attaching these trees together to give us a consistent bracketing of the sentences. Notation: Let stand for an elementary tree which is lexicalized by a word: w and a part of speech tag: p.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "H2: Parsing probability model", |
|
"sec_num": "4.2" |
|
}, |
|
{ |
|
"text": "Let P init (introduced earlier in 2.1) stand for the probability of being root of a derivation tree defined as follows:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "H2: Parsing probability model", |
|
"sec_num": "4.2" |
|
}, |
|
{ |
|
"text": "X P init = 1", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "H2: Parsing probability model", |
|
"sec_num": "4.2" |
|
}, |
|
{ |
|
"text": "including lexical information, this is written as:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "H2: Parsing probability model", |
|
"sec_num": "4.2" |
|
}, |
|
{ |
|
"text": "Pr ;w ;p jtop = 1 = Pr jtop = 1", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "H2: Parsing probability model", |
|
"sec_num": "4.2" |
|
}, |
|
{ |
|
"text": "Prpj ; top = 1 (5)", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "(4)", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Prwj ; p; top = 1;", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "(4)", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "where the variable top indicates that is the tree that begins the current derivation. There is a useful approximation for P init :", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "(4)", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Pr ;w ;p jtop = 1 Prlabeljtop = 1", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "(4)", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "where label is the label of the root node of .", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "(4)", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Prlabeljtop = 1 = Counttop = 1 ; label + Counttop = 1 + N (7)", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "(4)", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "where N is the number of bracketing labels and is a constant used to smooth zero counts.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "(4)", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Let P attach (introduced earlier in 2.1) stand for the probability of attachment of 0 into another :", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "(4)", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "P attach ;! NA + X 0 P attach ;! 0 = 1", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "(4)", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "including lexical information, this is written as: Pr 0 ; p 0 ; w 0 jNode; ; w; p We decompose (8) into the following components: Pr 0 ; p 0 ; w 0 jNode; ; w; p = Pr 0 jNode; ; w; p", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "(4)", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Prp 0 j 0 ; Node; ; w; p", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "(4)", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Prw 0 jp 0 ; 0 ; Node; ; w; p;", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "(4)", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "We do a similar decomposition for (9). For each of the equations above, we use a backoff model which is used to handle sparse data problems. We compute a backoff model as follows:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "(4)", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Let e 1 stand for the original lexicalized model and e 2 be the backoff level which only uses part of speech information: e 1 : Node; ; w; p e 2 : Node; ; p For both P init and P attach , let c = Counte 1 . Then the backoff model is computed as follows:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "(4)", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "ce 1 + 1 , ce 2", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "(4)", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "where c = c c+D and D is the diversity of e 1 (i.e. the number of distinct counts for e 1 ).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "(4)", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "For P attach we further smooth probabilities (10), 11and (12). We use (10) as an example, the other two are handled in the same way. where k is the diversity of adjunction, that is: the number of different trees that can attach at that node. T 0 is the set of all trees 0 that can possibly attach at Node in tree .", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "(4)", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "For our experiments, the value of is set to 1 100;000 .", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "(4)", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "We are now in the position to describe the Co-Training algorithm, which combines the models described in Section 4.1 and in Section 4.2 in order to iteratively label a large pool of unlabeled data. We use the following datasets in the algorithm:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Co-Training algorithm", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "labeled a set of sentences bracketed with the correct parse trees.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Co-Training algorithm", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "cache a small pool of sentences which is the focus of each iteration of the Co-Training algorithm.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Co-Training algorithm", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "unlabeled a large set of unlabeled sentences. The only information we collect from this set of sentences is a tree-dictionary: tree-dict and part-of-speech dictionary: pos-dict. Construction of these dictionaries is covered in Section 3.2.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Co-Training algorithm", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "In addition to the above datasets, we also use the usual development test set (termed dev in this paper), and a test set (called test) which is used to evaluate the bracketing accuracy of the parser.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Co-Training algorithm", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "The Co-Training algorithm consists of the following steps which are repeated iteratively until all the sentences in the set unlabeled are exhausted. 6. Pick most probable n from H2 and add to labeled 7. n = n + k; Go to Step 2 For the experiment reported here, n = 1 0 , and k was set to be n in each iteration. We ran the algorithm for 12 iterations (covering 20480 of the sentences in unlabeled) and then added the best parses for all the remaining sentences.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Co-Training algorithm", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "The experiments we report were done on the Penn Treebank WSJ Corpus (Marcus et al., 1993) . The various settings for the Co-Training algorithm (from Section 5) are as follows:", |
|
"cite_spans": [ |
|
{ |
|
"start": 68, |
|
"end": 89, |
|
"text": "(Marcus et al., 1993)", |
|
"ref_id": "BIBREF17" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Setup", |
|
"sec_num": "6.1" |
|
}, |
|
{ |
|
"text": "labeled was set to Sections 02-06 of the Penn Treebank WSJ (9625 sentences)", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Setup", |
|
"sec_num": "6.1" |
|
}, |
|
{ |
|
"text": "unlabeled was 30137 sentences (Section 07-21 of the Treebank stripped of all annotations).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Setup", |
|
"sec_num": "6.1" |
|
}, |
|
{ |
|
"text": "A tag dictionary of all lexicalized trees from labeled and unlabeled.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Setup", |
|
"sec_num": "6.1" |
|
}, |
|
{ |
|
"text": "Novel trees were treated as unknown tree tokens.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Setup", |
|
"sec_num": "6.1" |
|
}, |
|
{ |
|
"text": "The cache size was 3000 sentences.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Setup", |
|
"sec_num": "6.1" |
|
}, |
|
{ |
|
"text": "While it might seem expensive to run the parser over the cache multiple times, we use the pruning capabilities of the parser to good use here. During the iterations we set the beam size to a value which is likely to prune out all derivations for a large portion of the cache except the most likely ones. This allows the parser to run faster, hence avoiding the usual problem with running an iterative algorithm over thousands of sentences. In the initial runs we also limit the length of the sentences entered into the cache because shorter sentences are more likely to beat out the longer sentences in any case. The beam size is reset when running the parser on the test data to allow the parser a better chance at finding the most likely parse.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Setup", |
|
"sec_num": "6.1" |
|
}, |
|
{ |
|
"text": "We scored the output of the parser on Section 23 of the Wall Street Journal Penn Treebank. The following are some aspects of the scoring that might be useful for comparision with other results: No punctuations are scored, including sentence final punctuation. Empty elements are not scored. We used EVALB (written by Satoshi Sekine and Michael Collins) which scores based on PAR-SEVAL (Black et al., 1991) ; with the standard parameter file (as per standard practice, part of speech brackets were not part of the evaluation). Also, we used Adwait Ratnaparkhi's part-of-speech tagger (Ratnaparkhi, 1996) to tag unknown words in the test data.", |
|
"cite_spans": [ |
|
{ |
|
"start": 385, |
|
"end": 405, |
|
"text": "(Black et al., 1991)", |
|
"ref_id": "BIBREF0" |
|
}, |
|
{ |
|
"start": 583, |
|
"end": 602, |
|
"text": "(Ratnaparkhi, 1996)", |
|
"ref_id": "BIBREF22" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Results", |
|
"sec_num": "6.2" |
|
}, |
|
{ |
|
"text": "We obtained 80.02% and 79.64% labeled bracketing precision and recall respectively (as defined in (Black et al., 1991) ). The baseline model which was only trained on the 9695 sentences of labeled data performed at 72.23% and 69.12% precision and recall. These results show that training a statistical parser using our Cotraining method to combine labeled and unlabeled data strongly outperforms training only on the labeled data.", |
|
"cite_spans": [ |
|
{ |
|
"start": 98, |
|
"end": 118, |
|
"text": "(Black et al., 1991)", |
|
"ref_id": "BIBREF0" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Results", |
|
"sec_num": "6.2" |
|
}, |
|
{ |
|
"text": "It is important to note that unlike previous studies, our method of moving towards unsupervised parsing are directly compared to the output of supervised parsers.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Results", |
|
"sec_num": "6.2" |
|
}, |
|
{ |
|
"text": "Certain differences in the applicability of the usual methods of smoothing to our parser cause the lower accuracy as compared to other state of the art statistical parsers. However, we have consistently seen increase in performance when using the Co-Training method over the baseline across several trials. It should be emphasised that this is a result based on less than 20% of data that is usually used by other parsers. We are experimenting with the use of an even smaller set of labeled data to investigate the learning curve.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Results", |
|
"sec_num": "6.2" |
|
}, |
|
{ |
|
"text": "The two-step procedure used in our Co-Training method for statistical parsing was incipient in the SuperTagger (Srinivas, 1997) which is a statistical model for tagging sentences with elementary lexicalized structures. This was particularly so in the Lightweight Dependency Analyzer (LDA), which used shortest attachment heuristics after an initial SuperTagging stage to find syntactic dependencies between words in a sentence. However, there was no statistical model for attachments and the notion of mutual constraints between these two steps was not exploited in this work. Previous studies in unsupervised methods for parsing have concentrated on the use of inside-outside algorithm (Lari and Young, 1990; Carroll and Rooth, 1998) . However, there are several limitations of the inside-outside algorithm for unsupervised parsing, see (Marcken, 1995) for some experiments that draw out the mismatch between minimizing error rate and iteratively increasing the likelihood of the corpus. Other approaches have tried to move away from phrase structural representations into dependency style parsing (Lafferty et al., 1992; Fong and Wu, 1996) . However, there are still inherent computational limitations due to the vast search space (see (Pietra et al., 1994) for discussion). None of these approaches can even be realistically compared to supervised parsers that are trained and tested on the kind of representations and the complexity of sentences that are found in the Penn Treebank. (Chelba and Jelinek, 1998) combine unlabeled and labeled data for parsing with a view towards language modeling applications. The goal in their work is not to get the right bracketing or dependencies but to reduce the word error rate in a speech recognizer.", |
|
"cite_spans": [ |
|
{ |
|
"start": 111, |
|
"end": 127, |
|
"text": "(Srinivas, 1997)", |
|
"ref_id": "BIBREF25" |
|
}, |
|
{ |
|
"start": 687, |
|
"end": 709, |
|
"text": "(Lari and Young, 1990;", |
|
"ref_id": "BIBREF15" |
|
}, |
|
{ |
|
"start": 710, |
|
"end": 734, |
|
"text": "Carroll and Rooth, 1998)", |
|
"ref_id": "BIBREF3" |
|
}, |
|
{ |
|
"start": 838, |
|
"end": 853, |
|
"text": "(Marcken, 1995)", |
|
"ref_id": "BIBREF16" |
|
}, |
|
{ |
|
"start": 1099, |
|
"end": 1122, |
|
"text": "(Lafferty et al., 1992;", |
|
"ref_id": "BIBREF14" |
|
}, |
|
{ |
|
"start": 1123, |
|
"end": 1141, |
|
"text": "Fong and Wu, 1996)", |
|
"ref_id": "BIBREF8" |
|
}, |
|
{ |
|
"start": 1238, |
|
"end": 1259, |
|
"text": "(Pietra et al., 1994)", |
|
"ref_id": "BIBREF21" |
|
}, |
|
{ |
|
"start": 1487, |
|
"end": 1513, |
|
"text": "(Chelba and Jelinek, 1998)", |
|
"ref_id": "BIBREF4" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Previous Work: Combining Labeled and Unlabeled Data", |
|
"sec_num": "7" |
|
}, |
|
{ |
|
"text": "Our approach is closely related to previous Co-Training methods (Yarowsky, 1995; Blum and Mitchell, 1998; Goldman and Zhou, 2000; Collins and Singer, 1999) . (Yarowsky, 1995) first introduced an iterative method for increasing a small set of seed data used to disambiguate dual word senses by exploiting the constraint that in a segment of discourse only one sense of a word is used. This use of unlabeled data improved performance of the disambiguator above that of purely supervised methods. (Blum and Mitchell, 1998) further embellish this approach and gave it the name of Co-Training. Their definition of Co-Training includes the notion (exploited in this paper) that different models can constrain each other by exploiting different 'views' of the data. They also prove some PAC results on learnability. They also discuss an application of classifying web pages by using their method of mutually constrained models. (Collins and Singer, 1999) further extend the use of classifiers that have mutual constraints by adding terms to AdaBoost which force the classifiers to agree (called Co-Boosting). (Goldman and Zhou, 2000) provide a variant of Co-Training which is suited to the learning of decision trees where the data is split up into different equivalence classes for each of the models and they use hypothesis testing to determine the agreement between the models. In future work we would like to experiment whether some of these ideas could be incorporated into our model.", |
|
"cite_spans": [ |
|
{ |
|
"start": 64, |
|
"end": 80, |
|
"text": "(Yarowsky, 1995;", |
|
"ref_id": "BIBREF27" |
|
}, |
|
{ |
|
"start": 81, |
|
"end": 105, |
|
"text": "Blum and Mitchell, 1998;", |
|
"ref_id": "BIBREF1" |
|
}, |
|
{ |
|
"start": 106, |
|
"end": 129, |
|
"text": "Goldman and Zhou, 2000;", |
|
"ref_id": "BIBREF9" |
|
}, |
|
{ |
|
"start": 130, |
|
"end": 155, |
|
"text": "Collins and Singer, 1999)", |
|
"ref_id": "BIBREF5" |
|
}, |
|
{ |
|
"start": 158, |
|
"end": 174, |
|
"text": "(Yarowsky, 1995)", |
|
"ref_id": "BIBREF27" |
|
}, |
|
{ |
|
"start": 494, |
|
"end": 519, |
|
"text": "(Blum and Mitchell, 1998)", |
|
"ref_id": "BIBREF1" |
|
}, |
|
{ |
|
"start": 921, |
|
"end": 947, |
|
"text": "(Collins and Singer, 1999)", |
|
"ref_id": "BIBREF5" |
|
}, |
|
{ |
|
"start": 1102, |
|
"end": 1126, |
|
"text": "(Goldman and Zhou, 2000)", |
|
"ref_id": "BIBREF9" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Previous Work: Combining Labeled and Unlabeled Data", |
|
"sec_num": "7" |
|
}, |
|
{ |
|
"text": "In future work we would like to explore use of the entire 1M words of the WSJ Penn Treebank as our labeled data and to use a larger set of unbracketed WSJ data as input to the Co-Training algorithm. In addition, we plan to explore the following points that bear on understanding the nature of the Co-Training learning algorithm:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Previous Work: Combining Labeled and Unlabeled Data", |
|
"sec_num": "7" |
|
}, |
|
{ |
|
"text": "The contribution of the dictionary of trees extracted from the unlabeled set is an issue that we would like to explore in future experiments. Ideally, we wish to design a co-training method where no such information is used from the unlabeled set.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Previous Work: Combining Labeled and Unlabeled Data", |
|
"sec_num": "7" |
|
}, |
|
{ |
|
"text": "The relationship between co-training and EM bears investigation. (Nigam and Ghani, 2000) is a study which tries to separate two factors: (1) The gradient descent aspect of EM vs. the iterative nature of co-training and (2) The generative model used in EM vs. the conditional independence between the features used by the two models that is exploited in co-training. Also, EM has been used successfully in text classification in combination of labeled and unlabeled data (see (Nigam et al., 1999) ).", |
|
"cite_spans": [ |
|
{ |
|
"start": 65, |
|
"end": 88, |
|
"text": "(Nigam and Ghani, 2000)", |
|
"ref_id": "BIBREF19" |
|
}, |
|
{ |
|
"start": 475, |
|
"end": 495, |
|
"text": "(Nigam et al., 1999)", |
|
"ref_id": "BIBREF20" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Previous Work: Combining Labeled and Unlabeled Data", |
|
"sec_num": "7" |
|
}, |
|
{ |
|
"text": "In our experiments, unlike (Blum and Mitchell, 1998) we do not balance the label priors when picking new labeled examples for addition to the training data. One way to incorporate this into our algorithm would be to incorporate some form of sample selection (or active learning) into the selection of examples that are considered as labeled with high confidence (Hwa, 2000) .", |
|
"cite_spans": [ |
|
{ |
|
"start": 27, |
|
"end": 52, |
|
"text": "(Blum and Mitchell, 1998)", |
|
"ref_id": "BIBREF1" |
|
}, |
|
{ |
|
"start": 362, |
|
"end": 373, |
|
"text": "(Hwa, 2000)", |
|
"ref_id": "BIBREF10" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Previous Work: Combining Labeled and Unlabeled Data", |
|
"sec_num": "7" |
|
}, |
|
{ |
|
"text": "In this paper, we proposed a new approach for training a statistical parser that combines labeled with unlabeled data. It uses a Co-Training method where a pair of models attempt to increase their agreement on labeling the data. The algorithm takes as input a small corpus of 9695 sentences (234467 word tokens) of bracketed data, a large pool of unlabeled text and a tag dictionary of lexicalized structures for each word in this training set (based on the LTAG formalism). The algorithm presented iteratively labels the unlabeled data set with parse trees. We then train a statistical parser on the combined set of labeled and unlabeled data.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusion", |
|
"sec_num": "8" |
|
}, |
|
{ |
|
"text": "We obtained 80.02% and 79.64% labeled bracketing precision and recall respectively. The baseline model which was only trained on the 9695 sentences of labeled data performed at 72.23% and 69.12% precision and recall. These results show that training a statistical parser using our Co-training method to combine labeled and unlabeled data strongly outperforms training only on the labeled data.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusion", |
|
"sec_num": "8" |
|
}, |
|
{ |
|
"text": "It is important to note that unlike previous studies, our method of moving towards unsupervised parsing can be directly compared to the output of supervised parsers. Unlike previous approaches to unsupervised parsing our method can be trained and tested on the kind of representations and the complexity of sentences that are found in the Penn Treebank.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusion", |
|
"sec_num": "8" |
|
}, |
|
{ |
|
"text": "In addition, as a byproduct of our representation we obtain more than the phrase structure of each sentence. We also produce a more embellished parse in which phenomena such as predicate-argument structure, subcategorization and movement are given a probabilistic treatment.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusion", |
|
"sec_num": "8" |
|
}, |
|
{ |
|
"text": "This is a lexicalized version of Tree Adjoining Grammar(Joshi et al., 1975;Joshi, 1985).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "See x7 for a discussion of the relation of this approach to that of SuperTagging(Srinivas, 1997)", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
} |
|
], |
|
"back_matter": [], |
|
"bib_entries": { |
|
"BIBREF0": { |
|
"ref_id": "b0", |
|
"title": "A procedure for quantitatively comparing the syntactic coverage of english grammars", |
|
"authors": [ |
|
{ |
|
"first": "E", |
|
"middle": [], |
|
"last": "Black", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "S", |
|
"middle": [], |
|
"last": "Abney", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "D", |
|
"middle": [], |
|
"last": "Flickinger", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "C", |
|
"middle": [], |
|
"last": "Gdaniec", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "R", |
|
"middle": [], |
|
"last": "Grishman", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "P", |
|
"middle": [], |
|
"last": "Harrison", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "D", |
|
"middle": [], |
|
"last": "Hindle", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "R", |
|
"middle": [], |
|
"last": "Ingria", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "F", |
|
"middle": [], |
|
"last": "Jelinek", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Klavans", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Liberman", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Marcus", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "S", |
|
"middle": [], |
|
"last": "Roukos", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "B", |
|
"middle": [], |
|
"last": "Santorini", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "T", |
|
"middle": [], |
|
"last": "Strzalkowski", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1991, |
|
"venue": "Proc. DARPA Speech and Natural Language Workshop", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "306--311", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "E. Black, S. Abney, D. Flickinger, C. Gdaniec, R. Grishman, P. Har- rison, D. Hindle, R. Ingria, F. Jelinek, J. Klavans, M. Liberman, M. Marcus, S. Roukos, B. Santorini, and T. Strzalkowski. 1991. A procedure for quantitatively comparing the syntactic coverage of english grammars. In Proc. DARPA Speech and Natural Language Workshop, pages 306-311. Morgan Kaufmann.", |
|
"links": null |
|
}, |
|
"BIBREF1": { |
|
"ref_id": "b1", |
|
"title": "Combining Labeled and Unlabeled Data with Co-Training", |
|
"authors": [ |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "Blum", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "T", |
|
"middle": [], |
|
"last": "Mitchell", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1998, |
|
"venue": "Proc. of 11th Annual Conf. on Comp. Learning Theory (COLT)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "92--100", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "A. Blum and T. Mitchell. 1998. Combining Labeled and Unlabeled Data with Co-Training. In Proc. of 11th Annual Conf. on Comp. Learning Theory (COLT), pages 92-100.", |
|
"links": null |
|
}, |
|
"BIBREF2": { |
|
"ref_id": "b2", |
|
"title": "Unsupervised learning of disambiguation rules for part of speech tagging", |
|
"authors": [ |
|
{ |
|
"first": "E", |
|
"middle": [], |
|
"last": "Brill", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1997, |
|
"venue": "Natural Language Processing Using Very Large Corpora", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "E. Brill. 1997. Unsupervised learning of disambiguation rules for part of speech tagging. In Natural Language Processing Using Very Large Corpora. Kluwer Academic Press.", |
|
"links": null |
|
}, |
|
"BIBREF3": { |
|
"ref_id": "b3", |
|
"title": "Valence Induction with a Head-Lexicalized PCFG", |
|
"authors": [ |
|
{ |
|
"first": "G", |
|
"middle": [], |
|
"last": "Carroll", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Rooth", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1998, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "G. Carroll and M. Rooth. 1998. Valence In- duction with a Head-Lexicalized PCFG.", |
|
"links": null |
|
}, |
|
"BIBREF4": { |
|
"ref_id": "b4", |
|
"title": "Exploiting syntactic structure for language modeling", |
|
"authors": [ |
|
{ |
|
"first": "C", |
|
"middle": [], |
|
"last": "Chelba", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "F", |
|
"middle": [], |
|
"last": "Jelinek", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1998, |
|
"venue": "Proc. of COLING-ACL '98", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "225--231", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "C. Chelba and F. Jelinek. 1998. Exploiting syntactic structure for lan- guage modeling. In Proc. of COLING-ACL '98, pages 225-231, Montreal.", |
|
"links": null |
|
}, |
|
"BIBREF5": { |
|
"ref_id": "b5", |
|
"title": "Unsupervised Models for Named Entity Classification", |
|
"authors": [ |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Collins", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Y", |
|
"middle": [], |
|
"last": "Singer", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1999, |
|
"venue": "Proc. of WVLC/EMNLP-99", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "100--110", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "M. Collins and Y. Singer. 1999. Unsupervised Models for Named En- tity Classification. In Proc. of WVLC/EMNLP-99, pages 100-110.", |
|
"links": null |
|
}, |
|
"BIBREF6": { |
|
"ref_id": "b6", |
|
"title": "A practical part-of-speech tagger", |
|
"authors": [ |
|
{ |
|
"first": "D", |
|
"middle": [], |
|
"last": "Cutting", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Kupiec", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Pedersen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "P", |
|
"middle": [], |
|
"last": "Sibun", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1992, |
|
"venue": "Proc. of 3rd ANLP Conf", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "D. Cutting, J. Kupiec, J. Pedersen, and P. Sibun. 1992. A practical part-of-speech tagger. In Proc. of 3rd ANLP Conf., Trento, Italy. ACL.", |
|
"links": null |
|
}, |
|
"BIBREF7": { |
|
"ref_id": "b7", |
|
"title": "Does baum-welch re-estimation help taggers?", |
|
"authors": [ |
|
{ |
|
"first": "D", |
|
"middle": [], |
|
"last": "Elworthy", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1994, |
|
"venue": "Proc. of 4th ANLP Conf", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "53--58", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "D. Elworthy. 1994. Does baum-welch re-estimation help taggers? In Proc. of 4th ANLP Conf., pages 53-58, Stuttgart, October 13-15.", |
|
"links": null |
|
}, |
|
"BIBREF8": { |
|
"ref_id": "b8", |
|
"title": "Learning restricted probabilistic link grammars", |
|
"authors": [ |
|
{ |
|
"first": "E", |
|
"middle": [ |
|
"W" |
|
], |
|
"last": "Fong", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "D", |
|
"middle": [], |
|
"last": "Wu", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1996, |
|
"venue": "Connectionist, Statistical and Symbolic Approaches to Learning for Natural Language Processing", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "173--187", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "E. W. Fong and D. Wu. 1996. Learning restricted probabilistic link grammars. In S. Wermter, E. Riloff, and G. Scheler, editors, Con- nectionist, Statistical and Symbolic Approaches to Learning for Nat- ural Language Processing, pages 173-187. Springer-Verlag.", |
|
"links": null |
|
}, |
|
"BIBREF9": { |
|
"ref_id": "b9", |
|
"title": "Enhancing supervised learning with unlabeled data", |
|
"authors": [ |
|
{ |
|
"first": "S", |
|
"middle": [], |
|
"last": "Goldman", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Y", |
|
"middle": [], |
|
"last": "Zhou", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2000, |
|
"venue": "Proc. of ICML'2000", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "S. Goldman and Y. Zhou. 2000. Enhancing supervised learning with unlabeled data. In Proc. of ICML'2000, Stanford University, June 29-July 2.", |
|
"links": null |
|
}, |
|
"BIBREF10": { |
|
"ref_id": "b10", |
|
"title": "Sample selection for statistical grammar induction", |
|
"authors": [ |
|
{ |
|
"first": "Rebecca", |
|
"middle": [], |
|
"last": "Hwa", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2000, |
|
"venue": "Proceedings of EMNLP/VLC-2000", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "45--52", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Rebecca Hwa. 2000. Sample selection for statistical grammar induc- tion. In Proceedings of EMNLP/VLC-2000, pages 45-52.", |
|
"links": null |
|
}, |
|
"BIBREF11": { |
|
"ref_id": "b11", |
|
"title": "Tree-adjoining grammar and lexicalized grammars", |
|
"authors": [ |
|
{ |
|
"first": "A", |
|
"middle": [ |
|
"K" |
|
], |
|
"last": "Joshi", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Y", |
|
"middle": [], |
|
"last": "Schabes", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1992, |
|
"venue": "Tree automata and languages", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "409--431", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "A. K. Joshi and Y. Schabes. 1992. Tree-adjoining grammar and lex- icalized grammars. In M. Nivat and A. Podelski, editors, Tree au- tomata and languages, pages 409-431. Elsevier Science.", |
|
"links": null |
|
}, |
|
"BIBREF12": { |
|
"ref_id": "b12", |
|
"title": "Tree Adjunct Grammars", |
|
"authors": [ |
|
{ |
|
"first": "A", |
|
"middle": [ |
|
"K" |
|
], |
|
"last": "Joshi", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "L", |
|
"middle": [], |
|
"last": "Levy", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Takahashi", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1975, |
|
"venue": "Journal of Computer and System Sciences", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "A. K. Joshi, L. Levy, and M. Takahashi. 1975. Tree Adjunct Gram- mars. Journal of Computer and System Sciences.", |
|
"links": null |
|
}, |
|
"BIBREF13": { |
|
"ref_id": "b13", |
|
"title": "Tree Adjoining Grammars: How much context Sensitivity is required to provide a reasonable structural description", |
|
"authors": [ |
|
{ |
|
"first": "A", |
|
"middle": [ |
|
"K" |
|
], |
|
"last": "Joshi", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1985, |
|
"venue": "Natural Language Parsing", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "206--250", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "A. K. Joshi. 1985. Tree Adjoining Grammars: How much context Sen- sitivity is required to provide a reasonable structural description. In D. Dowty, I. Karttunen, and A. Zwicky, editors, Natural Language Parsing, pages 206-250. Cambridge University Press, Cambridge, U.K.", |
|
"links": null |
|
}, |
|
"BIBREF14": { |
|
"ref_id": "b14", |
|
"title": "Grammatical trigrams: A probabilistic model of link grammar", |
|
"authors": [ |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Lafferty", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "D", |
|
"middle": [], |
|
"last": "Sleator", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "D", |
|
"middle": [], |
|
"last": "Temperley", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1992, |
|
"venue": "Proc. of the AAAI Conf. on Probabilistic Approaches to Natural Language", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "J. Lafferty, D. Sleator, and D. Temperley. 1992. Grammatical trigrams: A probabilistic model of link grammar. In Proc. of the AAAI Conf. on Probabilistic Approaches to Natural Language.", |
|
"links": null |
|
}, |
|
"BIBREF15": { |
|
"ref_id": "b15", |
|
"title": "The estimation of stochastic contextfree grammars using the Inside-Outside algorithm", |
|
"authors": [ |
|
{ |
|
"first": "K", |
|
"middle": [], |
|
"last": "Lari", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "S", |
|
"middle": [ |
|
"J" |
|
], |
|
"last": "Young", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1990, |
|
"venue": "Computer Speech and Language", |
|
"volume": "4", |
|
"issue": "", |
|
"pages": "35--56", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "K. Lari and S. J. Young. 1990. The estimation of stochastic context- free grammars using the Inside-Outside algorithm. Computer Speech and Language, 4:35-56.", |
|
"links": null |
|
}, |
|
"BIBREF16": { |
|
"ref_id": "b16", |
|
"title": "Lexical heads, phrase structure and the induction of grammar", |
|
"authors": [ |
|
{ |
|
"first": "C", |
|
"middle": [], |
|
"last": "De Marcken", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1995, |
|
"venue": "Proc. of 3rd WVLC", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "14--26", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "C. de Marcken. 1995. Lexical heads, phrase structure and the induc- tion of grammar. In D. Yarowsky and K. Church, editors, Proc. of 3rd WVLC, pages 14-26, MIT, Cambridge, MA.", |
|
"links": null |
|
}, |
|
"BIBREF17": { |
|
"ref_id": "b17", |
|
"title": "Building a large annotated corpus of english", |
|
"authors": [ |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Marcus", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "B", |
|
"middle": [], |
|
"last": "Santorini", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Marcinkiewiecz", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1993, |
|
"venue": "Computational Linguistics", |
|
"volume": "19", |
|
"issue": "2", |
|
"pages": "313--330", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "M. Marcus, B. Santorini, and M. Marcinkiewiecz. 1993. Building a large annotated corpus of english. Computational Linguistics, 19(2):313-330.", |
|
"links": null |
|
}, |
|
"BIBREF18": { |
|
"ref_id": "b18", |
|
"title": "Tagging english text with a probabilistic model", |
|
"authors": [ |
|
{ |
|
"first": "B", |
|
"middle": [], |
|
"last": "Merialdo", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1994, |
|
"venue": "Computational Linguistics", |
|
"volume": "20", |
|
"issue": "2", |
|
"pages": "155--172", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "B. Merialdo. 1994. Tagging english text with a probabilistic model. Computational Linguistics, 20(2):155-172.", |
|
"links": null |
|
}, |
|
"BIBREF19": { |
|
"ref_id": "b19", |
|
"title": "Analyzing the effectiveness and applicability of co-training", |
|
"authors": [ |
|
{ |
|
"first": "Kamal", |
|
"middle": [], |
|
"last": "Nigam", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Rayid", |
|
"middle": [], |
|
"last": "Ghani", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2000, |
|
"venue": "Proc. of Ninth International Conference on Information and Knowledge (CIKM-2000)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Kamal Nigam and Rayid Ghani. 2000. Analyzing the effectiveness and applicability of co-training. In Proc. of Ninth International Confer- ence on Information and Knowledge (CIKM-2000).", |
|
"links": null |
|
}, |
|
"BIBREF20": { |
|
"ref_id": "b20", |
|
"title": "Text Classification from Labeled and Unlabeled Documents using EM", |
|
"authors": [ |
|
{ |
|
"first": "Kamal", |
|
"middle": [], |
|
"last": "Nigam", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Andrew", |
|
"middle": [], |
|
"last": "Mccallum", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Sebastian", |
|
"middle": [], |
|
"last": "Thrun", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Tom", |
|
"middle": [], |
|
"last": "Mitchell", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1999, |
|
"venue": "Machine Learning", |
|
"volume": "", |
|
"issue": "34", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Kamal Nigam, Andrew McCallum, Sebastian Thrun, and Tom Mitchell. 1999. Text Classification from Labeled and Unlabeled Documents using EM. Machine Learning, 1(34).", |
|
"links": null |
|
}, |
|
"BIBREF21": { |
|
"ref_id": "b21", |
|
"title": "Inference and estimation of a long-range trigram model", |
|
"authors": [ |
|
{ |
|
"first": "V", |
|
"middle": [ |
|
"Della" |
|
], |
|
"last": "Della Pietra", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Pietra", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Gillett", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "H", |
|
"middle": [], |
|
"last": "Lafferty", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "L", |
|
"middle": [], |
|
"last": "Printz", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Ures", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1994, |
|
"venue": "Proc. of ICGI-94", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Della Pietra, V. Della Pietra, J. Gillett, J. Lafferty, H. Printz, and L. Ures. 1994. Inference and estimation of a long-range trigram model. In R. Carrasco and J. Oncina, editors, Proc. of ICGI-94. Springer-Verlag.", |
|
"links": null |
|
}, |
|
"BIBREF22": { |
|
"ref_id": "b22", |
|
"title": "A Maximum Entropy Part-Of-Speech Tagger", |
|
"authors": [ |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "Ratnaparkhi", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1996, |
|
"venue": "Proc. of EMNLP-96", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "A. Ratnaparkhi. 1996. A Maximum Entropy Part-Of-Speech Tagger. In Proc. of EMNLP-96, University of Pennsylvania.", |
|
"links": null |
|
}, |
|
"BIBREF23": { |
|
"ref_id": "b23", |
|
"title": "Probabilistic tree-adjoining grammars as a framework for statistical natural language processing", |
|
"authors": [ |
|
{ |
|
"first": "P", |
|
"middle": [], |
|
"last": "Resnik", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1992, |
|
"venue": "Proc. of COLING '92", |
|
"volume": "2", |
|
"issue": "", |
|
"pages": "418--424", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "P. Resnik. 1992. Probabilistic tree-adjoining grammars as a framework for statistical natural language processing. In Proc. of COLING '92, volume 2, pages 418-424, Nantes, France.", |
|
"links": null |
|
}, |
|
"BIBREF24": { |
|
"ref_id": "b24", |
|
"title": "Stochastic lexicalized tree-adjoining grammars", |
|
"authors": [ |
|
{ |
|
"first": "Y", |
|
"middle": [], |
|
"last": "Schabes", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1992, |
|
"venue": "Proc. of COLING '92", |
|
"volume": "2", |
|
"issue": "", |
|
"pages": "426--432", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Y. Schabes. 1992. Stochastic lexicalized tree-adjoining grammars. In Proc. of COLING '92, volume 2, pages 426-432, Nantes, France.", |
|
"links": null |
|
}, |
|
"BIBREF25": { |
|
"ref_id": "b25", |
|
"title": "Complexity of Lexical Descriptions and its Relevance to Partial Parsing", |
|
"authors": [ |
|
{ |
|
"first": "B", |
|
"middle": [], |
|
"last": "Srinivas", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1997, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "B. Srinivas. 1997. Complexity of Lexical Descriptions and its Rele- vance to Partial Parsing. Ph.D. thesis, Department of Computer and Information Sciences, University of Pennsylvania.", |
|
"links": null |
|
}, |
|
"BIBREF26": { |
|
"ref_id": "b26", |
|
"title": "A Uniform Method of Grammar Extraction and its Applications", |
|
"authors": [ |
|
{ |
|
"first": "F", |
|
"middle": [], |
|
"last": "Xia", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Palmer", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "Joshi", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2000, |
|
"venue": "Proc. of EMNLP/VLC-2000", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "F. Xia, M. Palmer, and A. Joshi. 2000. A Uniform Method of Grammar Extraction and its Applications. In Proc. of EMNLP/VLC-2000.", |
|
"links": null |
|
}, |
|
"BIBREF27": { |
|
"ref_id": "b27", |
|
"title": "Unsupervised Word Sense Disambiguation Rivaling Supervised Methods", |
|
"authors": [ |
|
{ |
|
"first": "D", |
|
"middle": [], |
|
"last": "Yarowsky", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1995, |
|
"venue": "Proc. 33rd Meeting of the ACL", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "189--196", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "D. Yarowsky. 1995. Unsupervised Word Sense Disambiguation Rival- ing Supervised Methods. In Proc. 33rd Meeting of the ACL, pages 189-196, Cambridge, MA.", |
|
"links": null |
|
} |
|
}, |
|
"ref_entries": { |
|
"FIGREF0": { |
|
"uris": null, |
|
"num": null, |
|
"text": "An example of the kind of output expected from a statistical parser.", |
|
"type_str": "figure" |
|
}, |
|
"FIGREF1": { |
|
"uris": null, |
|
"num": null, |
|
"text": "Parsing as tree classification and attachment.", |
|
"type_str": "figure" |
|
}, |
|
"FIGREF2": { |
|
"uris": null, |
|
"num": null, |
|
"text": "Example substitution of the tree forPierre Vinken into the tree for join: join; NP ! 0 Pierre Vinken. Example adjoining of the tree for will into the tree for join: join; VP ! 0 will.", |
|
"type_str": "figure" |
|
}, |
|
"FIGREF4": { |
|
"uris": null, |
|
"num": null, |
|
"text": "1. Input: labeled and unlabeled 2. Update cache Randomly select sentences from unlabeled and refill cache If cache is empty; exit 3. Train models H1 and H2 using labeled 4. Apply H1 and H2 to cache. 5. Pick most probable n from H1 (run through H2) and add to labeled.", |
|
"type_str": "figure" |
|
} |
|
} |
|
} |
|
} |