ACL-OCL / Base_JSON /prefixP /json /P96 /P96-1042.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "P96-1042",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T09:03:05.792756Z"
},
"title": "Minimizing Manual Annotation Cost In Supervised Training From Corpora",
"authors": [
{
"first": "Sean",
"middle": [
"P"
],
"last": "Engelson",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Ilan University",
"location": {
"postCode": "52900",
"settlement": "Ramat Gan",
"country": "Israel"
}
},
"email": "engelson@cs.biu.ac.il"
},
{
"first": "Ido",
"middle": [],
"last": "Dagan",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Ilan University",
"location": {
"postCode": "52900",
"settlement": "Ramat Gan",
"country": "Israel"
}
},
"email": "dagan@bimacs@cs.biu.ac.il"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "Corpus-based methods for natural language processing often use supervised training, requiring expensive manual annotation of training corpora. This paper investigates methods for reducing annotation cost by sample selection. In this approach, during training the learning program examines many unlabeled examples and selects for labeling (annotation) only those that are most informative at each stage. This avoids redundantly annotating examples that contribute little new information. This paper extends our previous work on committee-based sample selection for probabilistic classifiers. We describe a family of methods for committee-based sample selection, and report experimental results for the task of stochastic part-ofspeech tagging. We find that all variants achieve a significant reduction in annotation cost, though their computational efficiency differs. In particular, the simplest method, which has no parameters to tune, gives excellent results. We also show that sample selection yields a significant reduction in the size of the model used by the tagger.",
"pdf_parse": {
"paper_id": "P96-1042",
"_pdf_hash": "",
"abstract": [
{
"text": "Corpus-based methods for natural language processing often use supervised training, requiring expensive manual annotation of training corpora. This paper investigates methods for reducing annotation cost by sample selection. In this approach, during training the learning program examines many unlabeled examples and selects for labeling (annotation) only those that are most informative at each stage. This avoids redundantly annotating examples that contribute little new information. This paper extends our previous work on committee-based sample selection for probabilistic classifiers. We describe a family of methods for committee-based sample selection, and report experimental results for the task of stochastic part-ofspeech tagging. We find that all variants achieve a significant reduction in annotation cost, though their computational efficiency differs. In particular, the simplest method, which has no parameters to tune, gives excellent results. We also show that sample selection yields a significant reduction in the size of the model used by the tagger.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "Many corpus-based methods for natural language processing (NLP) are based on supervised training-acquiring information from a manually annotated corpus. Therefore, reducing annotation cost is an important research goal for statistical NLP. The ultimate reduction in annotation cost is achieved by unsupervised training methods, which do not require an annotated corpus at all (Kupiec, 1992; Merialdo, 1994; Elworthy, 1994) . It has been shown, however, that some supervised training prior to the unsupervised phase is often beneficial. Indeed, fully unsupervised training may not be feasible for certain tasks.",
"cite_spans": [
{
"start": 376,
"end": 390,
"text": "(Kupiec, 1992;",
"ref_id": "BIBREF12"
},
{
"start": 391,
"end": 406,
"text": "Merialdo, 1994;",
"ref_id": "BIBREF16"
},
{
"start": 407,
"end": 422,
"text": "Elworthy, 1994)",
"ref_id": "BIBREF5"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "This paper investigates an approach for optimizing the supervised training (learning) phase, which reduces the annotation effort required to achieve a desired level of accuracy of the trained model. In this paper, we investigate and extend the committee-based sample selection approach to minimizing training cost (Dagan and Engelson, 1995) . When using sample selection, a learning program examines many unlabeled (not annotated) examples, selecting for labeling only those that are most informative for the learner at each stage of training (Seung, Opper, and Sompolinsky, 1992; Freund et al., 1993; Lewis and Gale, 1994; Cohn, Atlas, and Ladner, 1994) . This avoids redundantly annotating many examples that contribute roughly the same information to the learner.",
"cite_spans": [
{
"start": 314,
"end": 340,
"text": "(Dagan and Engelson, 1995)",
"ref_id": "BIBREF4"
},
{
"start": 543,
"end": 580,
"text": "(Seung, Opper, and Sompolinsky, 1992;",
"ref_id": "BIBREF18"
},
{
"start": 581,
"end": 601,
"text": "Freund et al., 1993;",
"ref_id": "BIBREF6"
},
{
"start": 602,
"end": 623,
"text": "Lewis and Gale, 1994;",
"ref_id": "BIBREF14"
},
{
"start": 624,
"end": 654,
"text": "Cohn, Atlas, and Ladner, 1994)",
"ref_id": "BIBREF2"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Our work focuses on sample selection for training probabilistic classifiers. In statistical NLP, probabilistic classifiers are often used to select a preferred analysis of the linguistic structure of a text (for example, its syntactic structure (Black et al., 1993) , word categories (Church, 1988) , or word senses (Gale, Church, and Yarowsky, 1993) ). As a representative task for probabilistic classification in NLP, we experiment in this paper with sample selection for the popular and well-understood method of stochastic part-of-speech tagging using Hidden Markov Models.",
"cite_spans": [
{
"start": 245,
"end": 265,
"text": "(Black et al., 1993)",
"ref_id": "BIBREF0"
},
{
"start": 284,
"end": 298,
"text": "(Church, 1988)",
"ref_id": "BIBREF1"
},
{
"start": 316,
"end": 350,
"text": "(Gale, Church, and Yarowsky, 1993)",
"ref_id": "BIBREF7"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "We first review the basic approach of committeebased sample selection and its application to partof-speech tagging. This basic approach gives rise to a family of algorithms (including the original algorithm described in (Dagan and Engelson, 1995 )) which we then describe. First, we describe the 'simplest' committee-based selection algorithm, which has no parameters to tune. We then generalize the selection scheme, allowing more options to adapt and tune the approach for specific tasks. The paper compares the performance of several instantiations of the general scheme, including a batch selection method similar to that of Lewis and Gale (1994) . In particular, we found that the simplest version of the method achieves a significant reduction in annotation cost, comparable to that of other versions.",
"cite_spans": [
{
"start": 220,
"end": 245,
"text": "(Dagan and Engelson, 1995",
"ref_id": "BIBREF4"
},
{
"start": 629,
"end": 650,
"text": "Lewis and Gale (1994)",
"ref_id": "BIBREF14"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "We also evaluate the computational efficiency of the different variants, and the number of unlabeled examples they consume. Finally, we study the effect of sample selection on the size of the model acquired by the learner.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "This section presents the framework and terminology assumed for probabilistic classification, as well as its instantiation for stochastic bigram part-ofspeech tagging.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Probabilistic Classification",
"sec_num": "2"
},
{
"text": "A probabilistic classifier classifies input examples e by classes c E C, where C is a known set of possible classes. Classification is based on a score function, FM(C, e), which assigns a score to each possible class of an example. The classifier then assigns the example to the class with the highest score. FM is determined by a probabilistic model M. In many applications, FM is the conditional probability function, PM (cle), specifying the probability of each class",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Probabilistic Classification",
"sec_num": "2"
},
{
"text": "given the example, but other score functions that correlate with the likelihood of the class are often used.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Probabilistic Classification",
"sec_num": "2"
},
{
"text": "In stochastic part-of-speech tagging, the model assumed is a Hidden Markov Model (HMM), and input examples are sentences. The class c, to which a sentence is assigned is a sequence of the parts of speech (tags) for the words in the sentence. The score function is typically the joint (or conditional) probability of the sentence and the tag sequence 1 . The tagger then assigns the sentence to the tag sequence which is most probable according to the HMM.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Probabilistic Classification",
"sec_num": "2"
},
{
"text": "The probabilistic model M, and thus the score function FM, are defined by a set of parameters, {hi}. During training, the values of the parameters are estimated from a set of statistics, S, extracted from a training set of annotated examples. We denote a particular model by M = {hi}, where each ai is a specific value for the corresponding cq. In bigram part-of-speech tagging the HMM model M contains three types of parameters: transition probabilities P(ti---*tj) giving the probability of tag tj occuring after tag ti, lexical probabilities P(t[w) giving the probability of tag t labeling word w, and tag probabilities P(t) giving the marginal probability 2 of a tag occurring. The values of these parameters are estimated from a tagged corpus which provides a training set of labeled examples (see Section 4.1).",
"cite_spans": [
{
"start": 545,
"end": 551,
"text": "P(t[w)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Probabilistic Classification",
"sec_num": "2"
},
{
"text": "A sample selection method needs to evaluate the expected usefulness, or information gain, of learning from a given example. The methods we investi-1This gives the Viterbi model (Merialdo, 1994) , which we use here.",
"cite_spans": [
{
"start": 177,
"end": 193,
"text": "(Merialdo, 1994)",
"ref_id": "BIBREF16"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluating Example Uncertainty",
"sec_num": "3"
},
{
"text": "2This version of the method uses Bayes' theorem ~ (Church, 1988) . (P(wdt,) o\u00a2 P(t,) J gate approach this evaluation implicitly, measuring an example's informativeness as the uncertainty in its classification given the current training data (Seung, Opper, and Sompolinsky, 1992; Lewis and Gale, 1994; MacKay, 1992) . The reasoning is that if an example's classification is uncertain given current training data then the example is likely to contain unknown information useful for classifying similar examples in the future.",
"cite_spans": [
{
"start": 50,
"end": 64,
"text": "(Church, 1988)",
"ref_id": "BIBREF1"
},
{
"start": 241,
"end": 278,
"text": "(Seung, Opper, and Sompolinsky, 1992;",
"ref_id": "BIBREF18"
},
{
"start": 279,
"end": 300,
"text": "Lewis and Gale, 1994;",
"ref_id": "BIBREF14"
},
{
"start": 301,
"end": 314,
"text": "MacKay, 1992)",
"ref_id": "BIBREF15"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluating Example Uncertainty",
"sec_num": "3"
},
{
"text": "We investigate the committee-based method, where the learning algorithm evaluates an example by giving it to a committee containing several variant models, all 'consistent' with the training data seen so far. The more the committee members agree on the classification of the example, the greater our certainty in its classification. This is because when the training data entails a specific classification with high certainty, most (in a probabilistic sense) classitiers consistent with the data will produce that classification.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluating Example Uncertainty",
"sec_num": "3"
},
{
"text": "The committee-based approach was first proposed in a theoretical context for learning binary nonprobabilistic classifiers (Seung, Opper, and Sompolinsky, 1992; Freund et al., 1993) . In this paper, we extend our previous work (Dagan and Engelson, 1995) where we applied the basic idea of the committee-based approach to probabilistic classification. Taking a Bayesian perspective, the posterior probability of a model, P(M[S), is determined given statistics S from the training set (and some prior distribution for the models). Committee members are then generated by drawing models randomly from P(MIS ). An example is selected for labeling if the committee members largely disagree on its classification. This procedure assumes that one can sample from the models' posterior distribution, at least approximately.",
"cite_spans": [
{
"start": 122,
"end": 159,
"text": "(Seung, Opper, and Sompolinsky, 1992;",
"ref_id": "BIBREF18"
},
{
"start": 160,
"end": 180,
"text": "Freund et al., 1993)",
"ref_id": "BIBREF6"
},
{
"start": 226,
"end": 252,
"text": "(Dagan and Engelson, 1995)",
"ref_id": "BIBREF4"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluating Example Uncertainty",
"sec_num": "3"
},
{
"text": "To illustrate the generation of committeemembers, consider a model containing a single binomial parameter a (the probability of a success), with estimated value a. The statistics S for such a model are given by N, the number of trials, and x, the number of successes in those trials.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluating Example Uncertainty",
"sec_num": "3"
},
{
"text": "Given N and x, the 'best' parameter value may be estimated by one of several estimation methods. For example, the maximum likelihood estimate for a X is a = ~, giving the model M = {a} = {~}. When generating a committee of models, however, we are not interested in the 'best' model, but rather in sampling the distribution of models given the statistics. For our example, we need to sample the posterior density of estimates for a, namely P(a = a]S). Sampling this distribution yields a set of estimates scattered around ~ (assuming a uniform prior), whose variance decreases as N increases. In other words, the more statistics there are for estimating the parameter, the more similar are the parameter values used by different committee members.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluating Example Uncertainty",
"sec_num": "3"
},
{
"text": "For models with multiple parameters, parame-ter estimates for different committee members differ more when they are based on low training counts, and they agree more when based on high counts. Selecting examples on which the committee members disagree contributes statistics to currently uncertain parameters whose uncertainty also affects classification.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluating Example Uncertainty",
"sec_num": "3"
},
{
"text": "It may sometimes be difficult to sample P(M [S) due to parameter interdependence. Fortunately, models used in natural language processing often assume independence between most model parameters. In such cases it is possible to generate committee members by sampling the posterior distribution for each independent group of parameters separately.",
"cite_spans": [
{
"start": 44,
"end": 47,
"text": "[S)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluating Example Uncertainty",
"sec_num": "3"
},
{
"text": "Bigram Part-Of-Speech Tagging",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "4",
"sec_num": null
},
{
"text": "In order to generate committee members for bigram tagging, we sample the posterior distributions for transition probabilities, P(ti---~tj), and for lexical probabilities, P(t[w) (as described in Section 2).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Sampling model parameters",
"sec_num": "4.1"
},
{
"text": "Both types of the parameters we sample have the form ofmultinomialdistributions. Each multinomial random variable corresponds to a conditioning event and its values are given by the corresponding set of conditioned events. For example, a transition probability parameter P(ti--*tj) has conditioning event ti and conditioned event tj.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Sampling model parameters",
"sec_num": "4.1"
},
{
"text": "Let {ui} denote the set of possible values of a given multinomial variable, and let S = {hi} denote a set of statistics extracted from the training set for that variable, where ni is the number of times that the value ui appears in the training set for the variable, defining N = ~-~i hi. The parameters whose posterior distributions we wish to estimate are oil = P(ui).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Sampling model parameters",
"sec_num": "4.1"
},
{
"text": "The maximum likelihood estimate for each of the multinomial's distribution parameters, ai, is &i = In practice, this estimator is usually smoothed in N' some way to compensate for data sparseness. Such smoothing typically reduces slightly the estimates for values with positive counts and gives small positive estimates for values with a zero count. For simplicity, we describe here the approximation of P(~i = ailS) for the unsmoothed estimator 3.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Sampling model parameters",
"sec_num": "4.1"
},
{
"text": "We approximate the posterior P(ai = ai[S) by first assuming that the multinomial is a collection of independent binomials, each of which corresponds to a single value ui of the multinomial; we then normalize the values so that they sum to 1. For each such binomial, we approximate P(ai = ai[S) as a trun-3In the implementation we smooth the MLE by interpolation with a uniform probability distribution, following Merialdo (1994) . Approximate adaptation of P(c~i = ai [S) to the smoothed version of the estimator is simple. cated normal distribution (restricted to [0,1]), with and variance ~2 = #(1--#) 4 estimated mean#----N N \" To generate a particular multinomial distribution, we randomly choose values for the binomial parameters ai from their approximated posterior distributions (using the simple sampling method given in (Press et al., 1988, p. 214)) , and renormalize them so that they sum to 1. Finally, to generate a random HMM given statistics S, we choose values independently for the parameters of each multinomial, since all the different multinomials in an HMM are independent.",
"cite_spans": [
{
"start": 413,
"end": 428,
"text": "Merialdo (1994)",
"ref_id": "BIBREF16"
},
{
"start": 468,
"end": 471,
"text": "[S)",
"ref_id": null
},
{
"start": 830,
"end": 859,
"text": "(Press et al., 1988, p. 214))",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Sampling model parameters",
"sec_num": "4.1"
},
{
"text": "Typically, concept learning problems are formulated such that there is a set of training examples that are independent of each other. When training a bigram model (indeed, any HMM), this is not true, as each word is dependent on that before it. This problem is solved by considering each sentence as an individual example. More generally, it is possible to break the text at any point where tagging is unambiguous. We thus use unambiguous words (those with only one possible part of speech) as example boundaries in bigram tagging. This allows us to train on smaller examples, focusing training more on the truly informative parts of the corpus.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Examples in bigram training",
"sec_num": "4.2"
},
{
"text": "Within the committee-based paradigm there exist different methods for selecting informative examples. Previous research in sample selection has used either sequential selection (Seung, Opper, and Sompolinsky, 1992; Freund et al., 1993; Dagan and Engelson, 1995) , or batch selection (Lewis and Catlett, 1994; Lewis and Gale, 1994) . We describe here general algorithms for both sequential and batch selection.",
"cite_spans": [
{
"start": 177,
"end": 214,
"text": "(Seung, Opper, and Sompolinsky, 1992;",
"ref_id": "BIBREF18"
},
{
"start": 215,
"end": 235,
"text": "Freund et al., 1993;",
"ref_id": "BIBREF6"
},
{
"start": 236,
"end": 261,
"text": "Dagan and Engelson, 1995)",
"ref_id": "BIBREF4"
},
{
"start": 283,
"end": 308,
"text": "(Lewis and Catlett, 1994;",
"ref_id": "BIBREF13"
},
{
"start": 309,
"end": 330,
"text": "Lewis and Gale, 1994)",
"ref_id": "BIBREF14"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Selection Algorithms",
"sec_num": "5"
},
{
"text": "Sequential selection examines unlabeled examples as they are supplied, one by one, and measures the disagreement in their classification by the committee. Those examples determined to be sufficiently informative are selected for training. Most simply, we can use a committee of size two and select an example when the two models disagree on its classification. This gives the following, parameter-free, two member sequential selection algorithm, executed for each unlabeled input example e: 1. Draw 2 models randomly from P(MIS), where S are statistics acquired from previously labeled examples;",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Selection Algorithms",
"sec_num": "5"
},
{
"text": "4The normal approximation, while easy to implement, can be avoided. The posterior probability P(c~i -ai[S) for the multinomial is given exactly by the Dirichlet distribution (Johnson, 1972) (which reduces to the Beta distribution in the binomial case). In this work we assumed a uniform prior distribution for each model parameter; we have not addressed the question of how to best choose a prior for this problem.",
"cite_spans": [
{
"start": 174,
"end": 189,
"text": "(Johnson, 1972)",
"ref_id": "BIBREF11"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Selection Algorithms",
"sec_num": "5"
},
{
"text": "2. Classify e by each model, giving classifications cl and c~; 3. If cl ~ c~, select e for annotation; 4. If e is selected, get its correct label and update S accordingly.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Selection Algorithms",
"sec_num": "5"
},
{
"text": "This basic algorithm needs no parameters. If desired, it is possible to tune the frequency of selection, by changing the variance of P(MIS ) (or the variance of P(~i = ailS) for each parameter), where larger variances increase the rate of disagreement among the committee members. We implemented this effect by employing a temperature parameter t, used as a multiplier of the variance of the posterior parameter distribution.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Selection Algorithms",
"sec_num": "5"
},
{
"text": "A more general algorithm results from allowing (i) a larger number of committee members, k, in order to sample P(MIS ) more precisely, and (it) more refined example selection criteria. This gives the following general sequential selection algorithm, executed for each unlabeled input example e: 1. Draw k models {Mi) randomly from P(MIS ) It is easy to see that two member sequential selection is a special case of general sequential selection, where any disagreement is considered sufficient for selection. In order to instantiate the general algorithm for larger committees, we need to define (i) a measure for disagreement ( Step 3), and (it) a selection criterion (Step 4). Our approach to measuring disagreement is to use the vote entropy, the entropy of the distribution of classifications assigned to an example ('voted for') by the committee members. Denoting the number of committee members assigning c to e by V(c, e), the vote entropy is: 1 V(e, e) log V(e, e) D-logk k e (Dividing by log k normalizes the scale for the number of committee members.) Vote entropy is maximized when all committee members disagree, and is zero when they all agree. In bigram tagging, each example consists of a sequence of several words. In our system, we measure D separately for each word, and use the average entropy over the word sequence as a measurement of disagreement for the example. We use the average entropy rather than the entropy over the entire sequence, because the number of committee members is small with respect to the total number of possible tag sequences. Note that we do not look at the entropy of the distribution given by each single model to the possible tags (classes), since we are only interested in the uncertainty of the final classification (see the discussion in Section 7).",
"cite_spans": [
{
"start": 626,
"end": 627,
"text": "(",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Selection Algorithms",
"sec_num": "5"
},
{
"text": "We consider two alternative selection criteria (for",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Selection Algorithms",
"sec_num": "5"
},
{
"text": "Step 4). The simplest is thresholded seleclion, in which an example is selected for annotation if its vote entropy exceeds some threshold 0. The other alternative is randomized selection, in which an example is selected for annotation based on the flip of a coin biased according to the vote entropy--a higher vote entropy entailing a higher probability of selection. We define the selection probability as a linear function of vote entropy: p = gD, where g is an entropy gain parameter. The selection method we used in our earlier work (Dagan and Engelson, 1995) is randomized sequential selection using this linear selection probability model, with parameters k, t and g.",
"cite_spans": [
{
"start": 537,
"end": 563,
"text": "(Dagan and Engelson, 1995)",
"ref_id": "BIBREF4"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Selection Algorithms",
"sec_num": "5"
},
{
"text": "An alternative to sequential selection is batch selection. Rather than evaluating examples individually for their informativeness a large batch of examples is examined, and the m best are selected for annotation. The batch selection algorithm, executed for each batch B of N examples, is as follows:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Selection Algorithms",
"sec_num": "5"
},
{
"text": "1. For each example e in B: 2. Select for annotation the m examples from B with the highest De; 3. Update S by the statistics of the selected examples. This procedure is repeated sequentially for successive batches of N examples, returning to the start of the corpus at the end. If N is equal to the size of the corpus, batch selection selects the m globally best examples in the corpus at each stage (as in (Lewis and Catlett, 1994) ). On the other hand, as N decreases, batch selection becomes closer to sequential selection.",
"cite_spans": [
{
"start": 408,
"end": 433,
"text": "(Lewis and Catlett, 1994)",
"ref_id": "BIBREF13"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Selection Algorithms",
"sec_num": "5"
},
{
"text": "Experimental Results",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "6",
"sec_num": null
},
{
"text": "This section presents results of applying committeebased sample selection to bigram part-of-speech tagging, as compared with complete training on all examples in the corpus. Evaluation was performed using the University of Pennsylvania tagged corpus from the ACL/DCI CD-ROM I. For ease of implementation, we used a complete (closed) lexicon which contains all the words in the corpus. The committee-based sampling algorithm was initialized using the first 1,000 words from the corpus, and then sequentially examined the following examples in the corpus for possible labeling. The training set consisted of the first million words in the corpus, with sentence ordering randomized to compensate for inhomogeneity in corpus composition. The test set was a separate portion of the corpus, consisting of 20,000 words. We compare the amount of training required by different selection methods to achieve a given tagging accuracy on the test set, where both the amount of training and tagging accuracy are measured over ambiguous words. 5",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "6",
"sec_num": null
},
{
"text": "The effectiveness of randomized committee-based 5Note that most other work on tagging has measured accuracy over all words, not just ambiguous ones. Complete training of our system on 1,000,000 words gave us an accuracy of 93.5% over ambiguous words, which corresponds to an accuracy of 95.9% over all words in the ............................................. selection for part-of-speech tagging, with 5 and 10 committee members, was demonstrated in (Dagan and Engelson, 1995) . Here we present and compare results for batch, randomized, thresholded, and two member committee-based selection. Figure 1 presents the results of comparing the several selection methods against each other. The plots shown are for the best parameter settings that we found through manual tuning for each method. Figure l(a) shows the advantage that sample selection gives with regard to annotation cost. For example, complete training requires annotated examples containing 98,000 ambiguous words to achieve a 92.6% accuracy (beyond the scale of the graph), while the selective methods require only 18,000-25,000 ambiguous words to achieve this accuracy. We also find test set, comparable to other published results on bigram tagging. that, to a first approximation, all selection methods considered give similar results. Thus, it seems that a refined choice of the selection method is not crucial for achieving large reductions in annotation cost. This equivalence of the different methods also largely holds with respect to computational efficiency. Figure l(b) plots classification accuracy versus number of words examined, instead of those selected. We see that while all selective methods are less efficient in terms of examples examined than complete training, they are comparable to each other. Two member selection seems to have a clear, though small, advantage.",
"cite_spans": [
{
"start": 315,
"end": 360,
"text": ".............................................",
"ref_id": null
},
{
"start": 452,
"end": 478,
"text": "(Dagan and Engelson, 1995)",
"ref_id": "BIBREF4"
}
],
"ref_spans": [
{
"start": 595,
"end": 603,
"text": "Figure 1",
"ref_id": "FIGREF2"
},
{
"start": 793,
"end": 804,
"text": "Figure l(a)",
"ref_id": null
},
{
"start": 1533,
"end": 1544,
"text": "Figure l(b)",
"ref_id": null
}
],
"eq_spans": [],
"section": "6",
"sec_num": null
},
{
"text": "< 0.905 .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "6",
"sec_num": null
},
{
"text": "In Figure 2 we investigate further the properties of batch selection. Figure 2(a) shows that accuracy increases with batch size only up to a point, and then starts to decrease. This result is in line with theoretical difficulties with batch selection (Freund et al., 1993) in that batch selection does not account for the distribution of input examples. Hence, once batch size increases past a point, the input distribution has too little influence on which examples are selected, and hence classification accuracy decreases. Furthermore, as batch size increases, computational efficiency, in terms of the number of examples examined to attain a given accuracy, decreases tremendously (Figure 2(5) ).",
"cite_spans": [
{
"start": 251,
"end": 272,
"text": "(Freund et al., 1993)",
"ref_id": "BIBREF6"
}
],
"ref_spans": [
{
"start": 3,
"end": 11,
"text": "Figure 2",
"ref_id": "FIGREF3"
},
{
"start": 70,
"end": 81,
"text": "Figure 2(a)",
"ref_id": "FIGREF3"
},
{
"start": 685,
"end": 697,
"text": "(Figure 2(5)",
"ref_id": "FIGREF3"
}
],
"eq_spans": [],
"section": "6",
"sec_num": null
},
{
"text": "The ability of committee-based selection to focus on the more informative parts of the training corpus is analyzed in Figure 3 . Here we examined the number of lexical and bigram counts that were stored (i.e, were non-zero) during training, using the two member selection algorithm and complete training. As the graphs show, the sample selection method achieves the same accuracy as complete training with fewer lexical and bigram counts. This means that many counts in the data are less useful for correct tagging, as replacing them with smoothed estimates works just as well. 6 Committee-based selection ignores such counts, focusing on parameters which improve the model. This behavior has the practical advantage of reducing the size of the model significantly (by a factor of three here). Also, the average count is lower in a model constructed by selective training than in a fully trained model, suggesting that the selection method avoids using examples which increase the counts for already known parameters.",
"cite_spans": [],
"ref_spans": [
{
"start": 118,
"end": 126,
"text": "Figure 3",
"ref_id": "FIGREF4"
}
],
"eq_spans": [],
"section": "6",
"sec_num": null
},
{
"text": "Why does committee-based sample selection work? Consider the properties of those examples that are selected for training. In general, a selected training example will contribute data to several statistics, which in turn will improve the estimates of several parameter vMues. An informative example is therefore one whose contribution to the statistics leads to a significantly useful improvement of model parameter estimates. Model parameters for which acquiring additional statistics is most beneficial can be characterized by the following three properties:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Discussion",
"sec_num": "7"
},
{
"text": "1. The current estimate of the parameter is uncertain due to insufficient statistics in the training set. Additional statistics would bring the estimate closer to the true value.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Discussion",
"sec_num": "7"
},
{
"text": "2. Classification of examples is sensitive to changes in the current estimate of the parameter. Otherwise, even if the current value of the parameter is very uncertain, acquiring additional statistics will not change the resulting classifications.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Discussion",
"sec_num": "7"
},
{
"text": "3. The parameter affects classification for a large proportion of examples in the input. Parame-6As noted above, we smooth the MLE estimates by interpolation with a uniform probability distribution (Merialdo, 1994) .",
"cite_spans": [
{
"start": 198,
"end": 214,
"text": "(Merialdo, 1994)",
"ref_id": "BIBREF16"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Discussion",
"sec_num": "7"
},
{
"text": "ters that affect only few examples have low overall utility.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Discussion",
"sec_num": "7"
},
{
"text": "The committee-based selection algorithms work because they tend to select examples that affect parameters with the above three properties. Property 1 is addressed by randomly drawing the parameter values for committee members from the posterior distribution given the current statistics. When the statistics for a parameter are insufficient, the variance of the posterior distribution of the estimates is large, and hence there will be large differences in the values of the parameter chosen for different committee members. Note that property 1 is not addressed when uncertainty in classification is only judged relative to a single model 7 (as in, eg, (Lewis and Gale,",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Discussion",
"sec_num": "7"
},
{
"text": "Property 2 is addressed by selecting examples for which committee members highly disagree in classification (rather than measuring disagreement in parameter estimates). Committee-based selection thus addresses properties 1 and 2 simultaneously: it acquires statistics just when uncertainty in current parameter estimates entails uncertainty regarding the appropriate classification of the example.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "1994)).",
"sec_num": null
},
{
"text": "Our results show that this effect is achieved even when using only two committee members to sample the space of likely classifications. By appropriate classification we mean the classification given by a perfectly-trained model, that is, one with accurate parameter values.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "1994)).",
"sec_num": null
},
{
"text": "Note that this type of uncertainty regarding the identity of the appropriate classification, is different than uncertainty regarding the correctness of the classification itself. For example, sufficient statistics may yield an accurate 0.51 probability estimate for a class c in a given example, making it certain that c is the appropriate classification. However, the certainty that c is the correct classification is low, since there is a 0.49 chance that c is the wrong class for the example. A single model can be used to estimate only the second type of uncertainty, which does not correlate directly with the utility of additional training. Finally, property 3 is addressed by independently examining input examples which are drawn from the input distribution. In this way, we implicitly model the distribution of model parameters used for classifying input examples. Such modeling is absent in batch selection, and we hypothesize that this is the reason for its lower effectiveness.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "1994)).",
"sec_num": null
},
{
"text": "Annotating large textual corpora for training natural language models is a costly process. We propose reducing this cost significantly using committee-rThe use of a single model is also criticized in (Cohn, Atlas, and Ladner, 1994) . based sample selection, which reduces redundant annotation of examples that contribute little new information. The method can be applied in a semiinteractive process, in which the system selects several new examples for annotation at a time and updates its statistics after receiving their labels from the user. The implicit modeling of uncertainty makes the selection system generally applicable and quite simple to implement.",
"cite_spans": [
{
"start": 200,
"end": 231,
"text": "(Cohn, Atlas, and Ladner, 1994)",
"ref_id": "BIBREF2"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "8"
},
{
"text": "Our experimental study of variants of the selection method suggests several practical conclusions. First, it was found that the simplest version of the committee-based method, using a two-member committee, yields reduction in annotation cost comparable to that of the multi-member committee. The two-member version is simpler to implement, has no parameters to tune and is computationally more efficient. Second, we generalized the selection scheme giving several alternatives for optimizing the method for a specific task. For bigram tagging, comparative evaluation of the different variants of the method showed similar large reductions in annotation cost, suggesting the robustness of the committee-based approach. Third, sequential selection, which implicitly models the expected utility of an example relative to the example distribution, worked in general better than batch selection. The latter was found to work well only for small batch sizes, where the method mimics sequential selection. Increasing batch size (approaching 'pure' batch selection) reduces both accuracy and efficiency. Finally, we studied the effect of sample selection on the size of the trained model, showing a significant reduction in model size.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "8"
},
{
"text": "Our results suggest applying committee-based sample selection to other statistical NLP tasks which rely on estimating probabilistic parameters from an annotated corpus. Statistical methods for these tasks typically assign a probability estimate, or some other statistical score, to each alternative analysis (a word sense, a category label, a parse tree, etc.), and then select the analysis with the highest score. The score is usually computed as a function of the estimates of several 'atomic' parameters, often binomials or multinomials, such as:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Further research",
"sec_num": "8.1"
},
{
"text": "\u2022 In word sense disambiguation (Hearst, 1991; Gale, Church, and Varowsky, 1993) :",
"cite_spans": [
{
"start": 31,
"end": 45,
"text": "(Hearst, 1991;",
"ref_id": "BIBREF8"
},
{
"start": 46,
"end": 79,
"text": "Gale, Church, and Varowsky, 1993)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Further research",
"sec_num": "8.1"
},
{
"text": "P(slf ),",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Further research",
"sec_num": "8.1"
},
{
"text": "where s is a specific sense of the ambiguous word in question w, and f is a feature of occurrences of w. Common features are words in the context of w or morphological attributes of it.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Further research",
"sec_num": "8.1"
},
{
"text": "In prepositional-phrase (PP) attachment (Hindle and Rooth, 1993): P(alf), where a is a possible attachment, such as an attachment to a head verb or noun, and f is a feature, or a combination of features, of the attachment. Corn-mon features are the words involved in the attachment, such as the head verb or noun, the preposition, and the head word of the PP.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "\u2022",
"sec_num": null
},
{
"text": "\u2022 In statistical parsing (Black et al., 1993) : P(rlh), the probability of applying the rule r at a certain stage of the top down derivation of the parse tree given the history h of the derivation process.",
"cite_spans": [
{
"start": 25,
"end": 45,
"text": "(Black et al., 1993)",
"ref_id": "BIBREF0"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "\u2022",
"sec_num": null
},
{
"text": "\u2022 In text categorization (Lewis and GMe, 1994; Iwayama and Tokunaga, 1994) : P(tlC), where t is a term in the document to be categorized, and C is a candidate category label.",
"cite_spans": [
{
"start": 25,
"end": 46,
"text": "(Lewis and GMe, 1994;",
"ref_id": null
},
{
"start": 47,
"end": 74,
"text": "Iwayama and Tokunaga, 1994)",
"ref_id": "BIBREF10"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "\u2022",
"sec_num": null
},
{
"text": "Applying committee-based selection to supervised training for such tasks can be done analogously to its application in the current paper s. ~rthermore, committee-based selection may be attempted also for training non-probabilistic classifiers, where explicit modeling of information gain is typically impossible. In such contexts, committee members might be generated by randomly varying some of the decisions made in the learning algorithm.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "\u2022",
"sec_num": null
},
{
"text": "Another important area for future work is in developing sample selection methods which are independent of the eventual learning method to be applied. This would be of considerable advantage in developing selectively annotated corpora for general research use. Recent work on heterogeneous uncertainty sampling (Lewis and Catlett, 1994 ) supports this idea, using one type of model for example selection and a different type for classification.",
"cite_spans": [
{
"start": 310,
"end": 334,
"text": "(Lewis and Catlett, 1994",
"ref_id": "BIBREF13"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "\u2022",
"sec_num": null
}
],
"back_matter": [
{
"text": "Acknowledgments. We thank Yoav Freund and Yishay Mansour for helpful discussions. The first author gratefully acknowledges the support of the Fulbright Foundation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "acknowledgement",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Towards history-based grammars: using richer models for probabilistic parsing",
"authors": [
{
"first": "Ezra",
"middle": [],
"last": "Black",
"suffix": ""
},
{
"first": "Fred",
"middle": [],
"last": "Jelinek",
"suffix": ""
},
{
"first": "John",
"middle": [],
"last": "Lafferty",
"suffix": ""
},
{
"first": "David",
"middle": [],
"last": "Magerman",
"suffix": ""
},
{
"first": "Robert",
"middle": [],
"last": "Mercer",
"suffix": ""
},
{
"first": "Salim",
"middle": [],
"last": "Roukos",
"suffix": ""
}
],
"year": 1993,
"venue": "Proc. of the Annual Meeting of the ACL",
"volume": "",
"issue": "",
"pages": "31--37",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Black, Ezra, Fred Jelinek, John Lafferty, David Magerman, Robert Mercer, and Salim Roukos. 1993. Towards history-based grammars: using richer models for probabilistic parsing. In Proc. of the Annual Meeting of the ACL, pages 31-37.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "A stochastic parts program and noun phrase parser for unrestricted text",
"authors": [
{
"first": "Kenneth",
"middle": [
"W"
],
"last": "Church",
"suffix": ""
}
],
"year": 1988,
"venue": "Proc. of ACL Conference on Applied Natural Language Processing",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Church, Kenneth W. 1988. A stochastic parts pro- gram and noun phrase parser for unrestricted text. In Proc. of ACL Conference on Applied Natural Language Processing.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Improving generalization with active learning",
"authors": [
{
"first": "David",
"middle": [],
"last": "Cohn",
"suffix": ""
},
{
"first": "Les",
"middle": [],
"last": "Atlas",
"suffix": ""
},
{
"first": "Richard",
"middle": [],
"last": "Ladner",
"suffix": ""
}
],
"year": 1994,
"venue": "Machine Learning",
"volume": "15",
"issue": "",
"pages": "201--221",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Cohn, David, Les Atlas, and Richard Ladner. 1994. Improving generalization with active learning. Machine Learning, 15:201-221.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "It may be approached by similar methods to those used for parsing evaluation",
"authors": [],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "SMeasuring disagreement in full syntactic parsing is complicated. It may be approached by similar methods to those used for parsing evaluation, which measure the disagreement between the parser's output and the cor- rect parse.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Committeebased sampling for training probabilistic classitiers",
"authors": [
{
"first": "Ido",
"middle": [],
"last": "Dagan",
"suffix": ""
},
{
"first": "Sean",
"middle": [],
"last": "Engelson",
"suffix": ""
}
],
"year": 1995,
"venue": "Proc. Int'l Conference on Machine Learning",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Dagan, Ido and Sean Engelson. 1995. Committee- based sampling for training probabilistic classi- tiers. In Proc. Int'l Conference on Machine Learn- ing, July.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Does Baum-Welch reestimation improve taggers?",
"authors": [
{
"first": "David",
"middle": [],
"last": "Elworthy",
"suffix": ""
}
],
"year": 1994,
"venue": "Proc. of A CL Conference on Applied Natural Language Processing",
"volume": "",
"issue": "",
"pages": "53--58",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Elworthy, David. 1994. Does Baum-Welch re- estimation improve taggers? In Proc. of A CL Conference on Applied Natural Language Process- ing, pages 53-58.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Information, prediction, and query by committee",
"authors": [
{
"first": "Y",
"middle": [],
"last": "Freund",
"suffix": ""
},
{
"first": "H",
"middle": [
"S"
],
"last": "Seung",
"suffix": ""
},
{
"first": "E",
"middle": [],
"last": "Shamir",
"suffix": ""
},
{
"first": "N",
"middle": [],
"last": "Tishby",
"suffix": ""
}
],
"year": 1993,
"venue": "Advances in Neural Information Processing",
"volume": "5",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Freund, Y., H. S. Seung, E. Shamir, and N. Tishby. 1993. Information, prediction, and query by com- mittee. In Advances in Neural Information Pro- cessing, volume 5. Morgan Kaufmann.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "A method for disambiguating word senses in a large corpus",
"authors": [
{
"first": "William",
"middle": [],
"last": "Gale",
"suffix": ""
},
{
"first": "Kenneth",
"middle": [],
"last": "Church",
"suffix": ""
},
{
"first": "David",
"middle": [],
"last": "Yarowsky",
"suffix": ""
}
],
"year": 1993,
"venue": "Computers and the Humanities",
"volume": "26",
"issue": "",
"pages": "415--439",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Gale, William, Kenneth Church, and David Yarowsky. 1993. A method for disambiguating word senses in a large corpus. Computers and the Humanities, 26:415-439.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Noun homograph disambiguation using local context in large text corpora",
"authors": [
{
"first": "Marti",
"middle": [],
"last": "Hearst",
"suffix": ""
}
],
"year": 1991,
"venue": "Proc. of the Annual Conference of the UW Center for the New OED and Text Research",
"volume": "",
"issue": "",
"pages": "1--22",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hearst, Marti. 1991. Noun homograph disambigua- tion using local context in large text corpora. In Proc. of the Annual Conference of the UW Center for the New OED and Text Research, pages 1-22.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Structural ambiguity and lexical relations",
"authors": [
{
"first": "Donald",
"middle": [],
"last": "Hindle",
"suffix": ""
},
{
"first": "Mats",
"middle": [],
"last": "Rooth",
"suffix": ""
}
],
"year": 1993,
"venue": "Computational Linguistics",
"volume": "19",
"issue": "1",
"pages": "103--120",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hindle, Donald and Mats Rooth. 1993. Structural ambiguity and lexical relations. Computational Linguistics, 19(1):103-120.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "A probabilistic model for text categorization based on a single random variable with multiple values",
"authors": [
{
"first": "M",
"middle": [],
"last": "Iwayama",
"suffix": ""
},
{
"first": "T",
"middle": [],
"last": "Tokunaga",
"suffix": ""
}
],
"year": 1994,
"venue": "Proceedings of the .4th Conference on Applied Natural Language Processing",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Iwayama, M. and T. Tokunaga. 1994. A probabilis- tic model for text categorization based on a sin- gle random variable with multiple values. In Pro- ceedings of the .4th Conference on Applied Natural Language Processing.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Continuous Multivariate Distributions",
"authors": [
{
"first": "Norman",
"middle": [
"L"
],
"last": "Johnson",
"suffix": ""
}
],
"year": 1972,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Johnson, Norman L. 1972. Continuous Multivariate Distributions. John Wiley & Sons, New York.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Robust part-of-speech tagging using a hidden makov model",
"authors": [
{
"first": "Julian",
"middle": [],
"last": "Kupiec",
"suffix": ""
}
],
"year": 1992,
"venue": "Computer Speech and Language",
"volume": "6",
"issue": "",
"pages": "225--242",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kupiec, Julian. 1992. Robust part-of-speech tagging using a hidden makov model. Computer Speech and Language, 6:225-242.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Heterogeneous uncertainty sampling for supervised learning",
"authors": [
{
"first": "David",
"middle": [
"D"
],
"last": "Lewis",
"suffix": ""
},
{
"first": "Jason",
"middle": [],
"last": "Catlett",
"suffix": ""
}
],
"year": 1994,
"venue": "Proc. lnt'l Conference on Machine Learning",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Lewis, David D. and Jason Catlett. 1994. Heteroge- neous uncertainty sampling for supervised learn- ing. In Proc. lnt'l Conference on Machine Learn- ing.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "A sequential algorithm for training text classifiers",
"authors": [
{
"first": "David",
"middle": [
"D"
],
"last": "Lewis",
"suffix": ""
},
{
"first": "William",
"middle": [
"A"
],
"last": "Gale",
"suffix": ""
}
],
"year": 1994,
"venue": "Proc. of the ACM SIGIR Conference",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Lewis, David D. and William A. Gale. 1994. A sequential algorithm for training text classifiers. In Proc. of the ACM SIGIR Conference.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "Information-based objective functions for active data selection",
"authors": [
{
"first": "David",
"middle": [
"J C"
],
"last": "Mackay",
"suffix": ""
}
],
"year": 1992,
"venue": "Neural Computation",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "MacKay, David J. C. 1992. Information-based ob- jective functions for active data selection. Neural Computation, 4.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Tagging text with a probabilistic model",
"authors": [
{
"first": "Bernard",
"middle": [],
"last": "Merialdo",
"suffix": ""
}
],
"year": 1994,
"venue": "Computational Linguistics",
"volume": "20",
"issue": "2",
"pages": "155--172",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Merialdo, Bernard. 1994. Tagging text with a probabilistic model. Computational Linguistics, 20(2):155-172.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "Numerical Recipes in C",
"authors": [
{
"first": "William",
"middle": [
"H"
],
"last": "Press",
"suffix": ""
},
{
"first": "P",
"middle": [],
"last": "Brian",
"suffix": ""
},
{
"first": "Saul",
"middle": [
"A"
],
"last": "Flannery",
"suffix": ""
},
{
"first": "William",
"middle": [
"T"
],
"last": "Teukolsky",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Vetterling",
"suffix": ""
}
],
"year": 1988,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Press, William H., Brian P. Flannery, Saul A. Teukolsky, and William T. Vetterling. 1988. Numerical Recipes in C. Cambridge University Press.",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "Query by committee",
"authors": [
{
"first": "H",
"middle": [
"S"
],
"last": "Seung",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Opper",
"suffix": ""
},
{
"first": "H",
"middle": [],
"last": "Sompolinsky",
"suffix": ""
}
],
"year": 1992,
"venue": "Proc. A CM Workshop on Computational Learning Theory",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Seung, H. S., M. Opper, and H. Sompolinsky. 1992. Query by committee. In Proc. A CM Workshop on Computational Learning Theory.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"type_str": "figure",
"text": "possibly using a temperature t); 2. Classify e by each model Mi giving classifications {ci); 3. Measure the disagreement D over {ci); 4. Decide whether to select e for annotation, based on the value of D; 5. If e is selected, get its correct label and update S accordingly.",
"num": null,
"uris": null
},
"FIGREF1": {
"type_str": "figure",
"text": "(a) Draw k models randomly from P(MIS); (b) Classify e by each model, giving classifications {ci}; (c) Measure the disagreement De for e over {ei};",
"num": null,
"uris": null
},
"FIGREF2": {
"type_str": "figure",
"text": "member selection ---Complete training ................................................... 0.92 I ..... \" ~'--'--\"~--':\":=\" ............ \" Training versus accuracy. In batch, random, and thresholded runs, k = 5 and t = 50. (a) Number of ambiguous words selected for labeling versus classification accuracy achieved. (b) Accuracy versus number of words examined from the corpus (both labeled and unlabeled).",
"num": null,
"uris": null
},
"FIGREF3": {
"type_str": "figure",
"text": "Batch selection (m=5; N=50) ..... Batch selection (m=5; N=I00) ...... Batch selection (m=5; N=-500) .... 0.94 Batch selection (m=5; N=IO00) ...... co~!~.~.:::::.. Evaluating batch selection, for m = 5. (a) Accuracy achieved versus batch size at different numbers of selected training words. (b) Accuracy versus number of words examined from the corpus for different batch sizes.",
"num": null,
"uris": null
},
"FIGREF4": {
"type_str": "figure",
"text": "The size of the trained model, measured by the number of frequency counts > 0, plotted (y-axis) versus classification accuracy achieved (x-axis). (a) Lexicai counts (freq(t, w)) (b) Bigram counts (freq(tl--+t2)).",
"num": null,
"uris": null
},
"TABREF0": {
"num": null,
"type_str": "table",
"text": "selected . . . . . ......... ~ 9660 words seleaed ...... 12660 words seleaed ....... 0.915 /",
"content": "<table><tr><td>0.925</td><td>I</td><td>I</td><td>I</td><td>I</td><td>I</td><td>I</td><td>I</td><td>I</td><td>I</td></tr><tr><td colspan=\"10\">3640 words selected --6640 words ~o 0.92 0.91 / :'f ...... : ,j --..</td></tr><tr><td>8</td><td>:.::</td><td/><td/><td/><td/><td/><td/><td/><td/></tr></table>",
"html": null
}
}
}
}