ACL-OCL / Base_JSON /prefixP /json /P02 /P02-1046.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "P02-1046",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T09:30:27.090453Z"
},
"title": "",
"authors": [
{
"first": "Steven",
"middle": [],
"last": "Abney",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "AT&T Laboratories -Research",
"location": {
"addrLine": "180 Park Avenue Florham Park",
"postCode": "07932",
"region": "NJ",
"country": "USA"
}
},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "This paper refines the analysis of cotraining, defines and evaluates a new co-training algorithm that has theoretical justification, gives a theoretical justification for the Yarowsky algorithm, and shows that co-training and the Yarowsky algorithm are based on different independence assumptions.",
"pdf_parse": {
"paper_id": "P02-1046",
"_pdf_hash": "",
"abstract": [
{
"text": "This paper refines the analysis of cotraining, defines and evaluates a new co-training algorithm that has theoretical justification, gives a theoretical justification for the Yarowsky algorithm, and shows that co-training and the Yarowsky algorithm are based on different independence assumptions.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "The term bootstrapping here refers to a problem setting in which one is given a small set of labeled data and a large set of unlabeled data, and the task is to induce a classifier. The plenitude of unlabeled natural language data, and the paucity of labeled data, have made bootstrapping a topic of interest in computational linguistics. Current work has been spurred by two papers, (Yarowsky, 1995) and (Blum and Mitchell, 1998) .",
"cite_spans": [
{
"start": 383,
"end": 399,
"text": "(Yarowsky, 1995)",
"ref_id": "BIBREF4"
},
{
"start": 404,
"end": 429,
"text": "(Blum and Mitchell, 1998)",
"ref_id": "BIBREF0"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Overview",
"sec_num": "1"
},
{
"text": "Blum and Mitchell propose a conditional independence assumption to account for the efficacy of their algorithm, called co-training, and they give a proof based on that conditional independence assumption. They also give an intuitive explanation of why co-training works, in terms of maximizing agreement on unlabeled data between classifiers based on different \"views\" of the data. Finally, they suggest that the Yarowsky algorithm is a special case of the co-training algorithm.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Overview",
"sec_num": "1"
},
{
"text": "The Blum and Mitchell paper has been very influential, but it has some shortcomings. The proof they give does not actually apply directly to the co-training algorithm, nor does it directly justify the intuitive account in terms of classifier agreement on unlabeled data, nor, for that matter, does the co-training algorithm directly seek to find classifiers that agree on unlabeled data. Moreover, the suggestion that the Yarowsky algorithm is a special case of co-training is based on an incidental detail of the particular application that Yarowsky considers, not on the properties of the core algorithm.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Overview",
"sec_num": "1"
},
{
"text": "In recent work, (Dasgupta et al., 2001 ) prove that a classifier has low generalization error if it agrees on unlabeled data with a second classifier based on a different \"view\" of the data. This addresses one of the shortcomings of the original co-training paper: it gives a proof that justifies searching for classifiers that agree on unlabeled data.",
"cite_spans": [
{
"start": 16,
"end": 38,
"text": "(Dasgupta et al., 2001",
"ref_id": "BIBREF2"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Overview",
"sec_num": "1"
},
{
"text": "I extend this work in two ways. First, (Dasgupta et al., 2001 ) assume the same conditional independence assumption as proposed by Blum and Mitchell. I show that that independence assumption is remarkably powerful, and violated in the data; however, I show that a weaker assumption suffices. Second, I give an algorithm that finds classifiers that agree on unlabeled data, and I report on an implementation and empirical results.",
"cite_spans": [
{
"start": 39,
"end": 61,
"text": "(Dasgupta et al., 2001",
"ref_id": "BIBREF2"
},
{
"start": 131,
"end": 151,
"text": "Blum and Mitchell. I",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Overview",
"sec_num": "1"
},
{
"text": "Finally, I consider the question of the relation between the co-training algorithm and the Yarowsky algorithm. I suggest that the Yarowsky algorithm is actually based on a different independence assumption, and I show that, if the independence assumption holds, the Yarowsky algorithm is effective at finding a high-precision classifier.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Overview",
"sec_num": "1"
},
{
"text": "A bootstrapping problem consists of a space of instances X , a set of labels L, a function Y : X \u2192 L assigning labels to instances, and a space of rules mapping instances to labels. Rules may be partial functions; we write F (x) = \u22a5 if F abstains (that is, makes no prediction) on input x. \"Classifier\" is synonymous with \"rule\".",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Problem Setting and Notation",
"sec_num": "2"
},
{
"text": "It is often useful to think of rules and labels as sets of instances. A binary rule F can be thought of as the characteristic function of the set of instances {x : F (x) = +}. Multi-class rules also define useful sets when a particular target class is understood. For any rule F , we write F for the set of instances {x : F (x) = }, or (ambiguously) for that set's characteristic function.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Problem Setting and Notation",
"sec_num": "2"
},
{
"text": "We writeF for the complement of F , either as a set or characteristic function. Note that F contains instances on which F abstains. We write F\u00af for {x : F (x) = \u2227 F (x) = \u22a5}. When F does not abstain,F and F\u00af are identical.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Problem Setting and Notation",
"sec_num": "2"
},
{
"text": "Finally, in expressions like Pr[F = +|Y = +] (with square brackets and \"Pr\"), the functions F (x) and Y (x) are used as random variables. By contrast, in the expression P (F |Y ) (with parentheses and \"P \"), F is the set of instances for which F (x) = +, and Y is the set of instances for which Y (x) = +.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Problem Setting and Notation",
"sec_num": "2"
},
{
"text": "Blum and Mitchell assume that each instance x consists of two \"views\" x 1 , x 2 . We can take this as the assumption of functions X 1 and X 2 such that X 1 (x) = x 1 and X 2 (x) = x 2 . They propose that views are conditionally independent given the label.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "View Independence",
"sec_num": "3"
},
{
"text": "Definition 1 A pair of views x 1 , x 2 satisfy view independence just in case:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "View Independence",
"sec_num": "3"
},
{
"text": "Pr[X 1 = x 1 |X 2 = x 2 , Y = y] = Pr[X 1 = x 1 |Y = y] Pr[X 2 = x 2 |X 1 = x 1 , Y = y] = Pr[X 2 = x 2 |Y = y]",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "View Independence",
"sec_num": "3"
},
{
"text": "A classification problem instance satisfies view independence just in case all pairs x 1 , x 2 satisfy view independence.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "View Independence",
"sec_num": "3"
},
{
"text": "There is a related independence assumption that will prove useful. Let us define H 1 to consist of rules that are functions of X 1 only, and define H 2 to consist of rules that are functions of X 2 only.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "View Independence",
"sec_num": "3"
},
{
"text": "Definition 2 A pair of rules F \u2208 H 1 , G \u2208 H 2 satisfies rule independence just in case, for all u, v, y:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "View Independence",
"sec_num": "3"
},
{
"text": "Pr[F = u|G = v, Y = y] = Pr[F = u|Y = y]",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "View Independence",
"sec_num": "3"
},
{
"text": "and similarly for F \u2208 H 2 , G \u2208 H 1 . A classification problem instance satisfies rule independence just in case all opposing-view rule pairs satisfy rule independence.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "View Independence",
"sec_num": "3"
},
{
"text": "If instead of generating H 1 and H 2 from X 1 and X 2 , we assume a set of features F (which can be thought of as binary rules), and take H 1 = H 2 = F, rule independence reduces to the Naive Bayes independence assumption.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "View Independence",
"sec_num": "3"
},
{
"text": "The following theorem is not difficult to prove; we omit the proof.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "View Independence",
"sec_num": "3"
},
{
"text": "Theorem 1 View independence implies rule independence.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "View Independence",
"sec_num": "3"
},
{
"text": "Blum and Mitchell's paper suggests that rules that agree on unlabelled instances are useful in bootstrapping.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Rule Independence and Bootstrapping",
"sec_num": "4"
},
{
"text": "Definition 3 The agreement rate between rules F and G is",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Rule Independence and Bootstrapping",
"sec_num": "4"
},
{
"text": "Pr[F = G|F, G = \u22a5]",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Rule Independence and Bootstrapping",
"sec_num": "4"
},
{
"text": "Note that the agreement rate between rules makes no reference to labels; it can be determined from unlabeled data. The algorithm that Blum and Mitchell describe does not explicitly search for rules with good agreement; nor does agreement rate play any direct role in the learnability proof given in the Blum and Mitchell paper.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Rule Independence and Bootstrapping",
"sec_num": "4"
},
{
"text": "The second lack is emended in (Dasgupta et al., 2001) . They show that, if view independence is satisfied, then the agreement rate between opposing-view rules F and G upper bounds the error of F (or G). The following statement of the theorem is simplified and assumes non-abstaining binary rules.",
"cite_spans": [
{
"start": 30,
"end": 53,
"text": "(Dasgupta et al., 2001)",
"ref_id": "BIBREF2"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Rule Independence and Bootstrapping",
"sec_num": "4"
},
{
"text": "Theorem 2 For all F \u2208 H 1 , G \u2208 H 2 that satisfy rule independence and are nontrivial predictors in the sense that min u Pr[F = u] > Pr[F = G], one of the following inequalities holds:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Rule Independence and Bootstrapping",
"sec_num": "4"
},
{
"text": "Pr[F = Y ] \u2264 Pr[F = G] Pr[F = Y ] \u2264 Pr[F = G]",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Rule Independence and Bootstrapping",
"sec_num": "4"
},
{
"text": "If F agrees with G on all but unlabelled instances, then either F orF predicts Y with error no greater than . A small amount of labelled data suffices to choose between F andF .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Rule Independence and Bootstrapping",
"sec_num": "4"
},
{
"text": "I give a geometric proof sketch here; the reader is referred to the original paper for a formal proof. Consider figures 1 and 2. In these diagrams, area represents probability. Theorem 2 states that disagreement upper bounds error. First let us consider a lemma, to wit: disagreement upper bounds minority probabilities. Define the minority value of F given Y = y to be the value u with least probability Pr[F = u|Y = y]; the minority probability is the probability of the minority value. (Note that minority probabilities are conditional probabilities, and distinct from the marginal probability min u Pr[F = u] mentioned in the theorem.)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Rule Independence and Bootstrapping",
"sec_num": "4"
},
{
"text": "In figure 1a, the areas of disagreement are the upper right and lower left quadrants of each box, as marked. The areas of minority values are marked in figure 1b. It should be obvious that the area of disagreement upper bounds the area of minority values.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Rule Independence and Bootstrapping",
"sec_num": "4"
},
{
"text": "The error values of F are the values opposite to the values of Y : the error value is \u2212 when Y = + and + when Y = \u2212. When minority values are error values, as in figure 1, disagreement upper bounds error, and theorem 2 follows immediately.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Rule Independence and Bootstrapping",
"sec_num": "4"
},
{
"text": "However, three other cases are possible. One possibility is that minority values are opposite to error values. In this case, the minority values ofF are error values, and disagreement between F and G upper bounds the error ofF . This case is admitted by theorem 2. In the final two cases, minority values are the same regardless of the value of Y . In these cases, however, the predictors do not satisfy the \"nontriviality\" condition of theorem 2, which requires that min u Pr[F = u] be greater than the disagreement between F and G.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Rule Independence and Bootstrapping",
"sec_num": "4"
},
{
"text": "Rule independence is a very strong assumption; one remarkable consequence will show just how strong it is. The precision of a rule F is defined to be Pr[Y = +|F = +]. (We continue to assume non-abstaining binary rules.) If rule independence holds, knowing the precision of any one rule allows one to exactly compute the precision of every other rule given only unlabeled data and knowledge of the size of the target concept. Let F and G be arbitrary rules based on independent views. We first derive an expression for the precision of F in terms of G. Note that the second line is derived from the first by rule independence.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Unreasonableness of Rule Independence",
"sec_num": "5"
},
{
"text": "P (F G) = P (F |GY )P (GY ) + P (F |G\u0232 )P (G\u0232 ) = P (F |Y )P (GY ) + P (F |\u0232 )P (G\u0232 ) P (G|F ) = P (Y |F )P (G|Y ) + [1 \u2212 P (Y |F )]P (G|\u0232 ) P (Y |F ) = P (G|F )\u2212P (G|\u0232 )",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Unreasonableness of Rule Independence",
"sec_num": "5"
},
{
"text": "To compute the expression on the righthand side of the last line, we require P (Y |G), P (Y ), P (G|F ), and P (G). The first value, the precision of G, is assumed known. The second value, P (Y ), is also assumed known; it can at any rate be estimated from a small amount of labeled data. The last two values, P (G|F ) and P (G), can be computed from unlabeled data.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "P (G|Y )\u2212P (G|\u0232 )",
"sec_num": null
},
{
"text": "Thus, given the precision of an arbitrary rule G, we can compute the precision of any otherview rule F . Then we can compute the precision of rules based on the same view as G by using the precision of some other-view rule F . Hence we can compute the precision of every rule given the precision of any one.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "P (G|Y )\u2212P (G|\u0232 )",
"sec_num": null
},
{
"text": "The empirical investigations described here and below use the data set of (Collins and Singer, 1999) . The task is to classify names in text as person, location, or organization. There is an unlabeled training set containing 89,305 instances, and a labeled test set containing 289 persons, 186 locations, 402 organizations, and 123 \"other\", for a total of 1,000 instances.",
"cite_spans": [
{
"start": 74,
"end": 100,
"text": "(Collins and Singer, 1999)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Some Data",
"sec_num": "6"
},
{
"text": "Instances are represented as lists of features. Intrinsic features are the words making up the name, and contextual features are features of the syntactic context in which the name occurs. For example, consider Bruce Kaplan, president of Metals Inc. This text snippet contains two instances. The first has intrinsic features N:Bruce-Kaplan, C:Bruce, and C:Kaplan (\"N\" for the complete name, \"C\" for \"contains\"), and contextual feature M:president (\"M\" for \"modified by\"). The second instance has intrinsic features N:Metals-Inc, C:Metals, C:Inc, and contextual feature X:president-of (\"X\" for \"in the context of\").",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Some Data",
"sec_num": "6"
},
{
"text": "Let us define Y (x) = + if x is a \"location\" instance, and Y (x) = \u2212 otherwise. We can estimate P (Y ) from the test sample; it contains 186/1000 location instances, giving P (Y ) = .186.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Some Data",
"sec_num": "6"
},
{
"text": "Let us treat each feature F as a rule predicting + when F is present and \u2212 otherwise. The precision of F is P (Y |F ). The internal feature N:New-York has precision 1. This permits us to compute the precision of various contextual features, as shown in the \"Co-training\" column of Table 1 . We note that the numbers do not even look like probabilities. The cause is the failure of view independence to hold in the data, combined with the instability of the estimator. (The \"Yarowsky\" column uses a seed rule to estimate ",
"cite_spans": [],
"ref_spans": [
{
"start": 281,
"end": 288,
"text": "Table 1",
"ref_id": "TABREF1"
}
],
"eq_spans": [],
"section": "Some Data",
"sec_num": "6"
},
{
"text": "+ \u2212 + F \u00a1 \u00a1 \u00a1 \u00a1 \u00a1 \u00a1 \u00a1 \u00a1 \u00a2 \u00a1 \u00a2 \u00a1 \u00a2 \u00a2 \u00a1 \u00a2 \u00a1 \u00a2 \u00a2 \u00a1 \u00a2 \u00a1 \u00a2 \u00a2 \u00a1 \u00a2 \u00a1 \u00a2 \u00a3 \u00a1 \u00a3 \u00a3 \u00a1 \u00a3 \u00a3 \u00a1 \u00a3 \u00a3 \u00a1 \u00a3 \u00a4 \u00a1 \u00a4 \u00a4 \u00a1 \u00a4 \u00a4 \u00a1 \u00a4 \u00a4 \u00a1 \u00a4 \u00a5 \u00a1 \u00a5 \u00a5 \u00a1 \u00a5 \u00a5 \u00a1 \u00a5 \u00a5 \u00a1 \u00a5 \u00a5 \u00a1 \u00a5 \u00a5 \u00a1 \u00a5 \u00a5 \u00a1 \u00a5 \u00a5 \u00a1 \u00a5 \u00a6 \u00a1 \u00a6 \u00a6 \u00a1 \u00a6 \u00a6 \u00a1 \u00a6 \u00a6 \u00a1 \u00a6 \u00a6 \u00a1 \u00a6 \u00a6 \u00a1 \u00a6 \u00a6 \u00a1 \u00a6 \u00a6 \u00a1 \u00a6 \u00a7 \u00a7 \u00a7 \u00a7 \u00a7 \u00a7 \u00a7 \u00a7 \u00a7 \u00a7 \u00a7\u00a8\u00a8\u00a8\u00a8\u00a8\u00a8\u00a8\u00a8\u00a8\u00a8",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Some Data",
"sec_num": "6"
},
{
"text": "F igure 2: Deviation from conditional independence.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Some Data",
"sec_num": "6"
},
{
"text": "P (Y |F ), as is done in the Yarowsky algorithm, and the \"Truth\" column shows the true value of P (Y |F ).)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Some Data",
"sec_num": "6"
},
{
"text": "Nonetheless, the unreasonableness of view independence does not mean we must abandon theorem 2. In this section, we introduce a weaker assumption, one that is satisfied by the data, and we show that theorem 2 holds under this weaker assumption.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relaxing the Assumption",
"sec_num": "7"
},
{
"text": "There are two ways in which the data can diverge from conditional independence: the rules may either be positively or negatively correlated, given the class value. Figure 2a illustrates positive correlation, and figure 2b illustrates negative correlation.",
"cite_spans": [],
"ref_spans": [
{
"start": 164,
"end": 173,
"text": "Figure 2a",
"ref_id": null
}
],
"eq_spans": [],
"section": "Relaxing the Assumption",
"sec_num": "7"
},
{
"text": "If the rules are negatively correlated, then their disagreement (shaded in figure 2) is larger than if they are conditionally independent, and the conclusion of theorem 2 is maintained a fortiori. Unfortunately, in the data, they are positively correlated, so the theorem does not apply.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relaxing the Assumption",
"sec_num": "7"
},
{
"text": "Let us quantify the amount of deviation from conditional independence. We define the conditional dependence of F and G given Y = y to",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relaxing the Assumption",
"sec_num": "7"
},
{
"text": "be d y = 1 2 u,v | Pr[G = v|Y = y, F = u]\u2212Pr[G = v|Y = y]|",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relaxing the Assumption",
"sec_num": "7"
},
{
"text": "If F and G are conditionally independent, then d y = 0. This permits us to state a weaker version of rule independence:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relaxing the Assumption",
"sec_num": "7"
},
{
"text": "Definition 4 Rules F and G satisfy weak rule dependence just in case, for y \u2208 {+, \u2212}:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relaxing the Assumption",
"sec_num": "7"
},
{
"text": "d y \u2264 p 2 q 1 \u2212 p 1 2p 1 q 1",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relaxing the Assumption",
"sec_num": "7"
},
{
"text": "where p 1 = min u Pr[F = u|Y = y], p 2 = min u Pr[G = u|Y = y], and",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relaxing the Assumption",
"sec_num": "7"
},
{
"text": "q 1 = 1 \u2212 p 1 .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relaxing the Assumption",
"sec_num": "7"
},
{
"text": "By definition, p 1 and p 2 cannot exceed 0.5. If p 1 = 0.5, then weak rule dependence reduces to independence: if p 1 = 0.5 and weak rule dependence is satisfied, then d y must be 0, which is to say, F and G must be conditionally independent. However, as p 1 decreases, the permissible amount of conditional dependence increases.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relaxing the Assumption",
"sec_num": "7"
},
{
"text": "We can now state a generalized version of theorem 2:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relaxing the Assumption",
"sec_num": "7"
},
{
"text": "Theorem 3 For all F \u2208 H 1 , G \u2208 H 2 that satisfy weak rule dependence and are nontrivial predictors in the sense that min u Pr[F = u] > Pr[F = G], one of the following inequalities holds:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relaxing the Assumption",
"sec_num": "7"
},
{
"text": "Pr[F = Y ] \u2264 Pr[F = G] Pr[F = Y ] \u2264 Pr[F = G]",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relaxing the Assumption",
"sec_num": "7"
},
{
"text": "Consider figure 3. This illustrates the most relevant case, in which F and G are positively correlated given Y . (Only the case Y = + is shown; the case Y = \u2212 is similar.) We assume that the minority values of F are error values; the other cases are handled as in the discussion of theorem 2.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relaxing the Assumption",
"sec_num": "7"
},
{
"text": "Let u be the minority value of G when Y = +. In figure 3 , a is the probability that G = u when F takes its minority value, and b is the probability that G = u when F takes its majority value.",
"cite_spans": [],
"ref_spans": [
{
"start": 48,
"end": 56,
"text": "figure 3",
"ref_id": "FIGREF3"
}
],
"eq_spans": [],
"section": "Relaxing the Assumption",
"sec_num": "7"
},
{
"text": "The value r = a \u2212 b is the difference. Note that r = 0 if F and G are conditionally independent given Y = +. In fact, we can show that r is exactly our measure d y of conditional dependence:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relaxing the Assumption",
"sec_num": "7"
},
{
"text": "r A D \u00a1 \u00a1 \u00a1 \u00a1 \u00a1 \u00a1 \u00a1 \u00a1 \u00a1 \u00a1 \u00a1 \u00a1 \u00a1 \u00a1 \u00a1 \u00a1 \u00a1 \u00a1 \u00a1 \u00a1 \u00a1 \u00a1 \u00a1 \u00a1 \u00a1 \u00a1 \u00a1 \u00a1 \u00a1 \u00a1 \u00a1 \u00a1 \u00a1 \u00a1 \u00a1 \u00a1 \u00a1 \u00a1 \u00a1 \u00a1 \u00a1 \u00a1 \u00a2 \u00a1 \u00a2 \u00a1 \u00a2 \u00a1 \u00a2 \u00a2 \u00a1 \u00a2 \u00a1 \u00a2 \u00a1 \u00a2 \u00a2 \u00a1 \u00a2 \u00a1 \u00a2 \u00a1 \u00a2 \u00a2 \u00a1 \u00a2 \u00a1 \u00a2 \u00a1 \u00a2 \u00a2 \u00a1 \u00a2 \u00a1 \u00a2 \u00a1 \u00a2 \u00a2 \u00a1 \u00a2 \u00a1 \u00a2 \u00a1 \u00a2 \u00a2 \u00a1 \u00a2 \u00a1 \u00a2 \u00a1 \u00a2 \u00a2 \u00a1 \u00a2 \u00a1 \u00a2 \u00a1 \u00a2 \u00a2 \u00a1 \u00a2 \u00a1 \u00a2 \u00a1 \u00a2 \u00a2 \u00a1 \u00a2 \u00a1 \u00a2 \u00a1 \u00a2 \u00a2 \u00a1 \u00a2 \u00a1 \u00a2 \u00a1 \u00a2 \u00a2 \u00a1 \u00a2 \u00a1 \u00a2 \u00a1 \u00a2 \u00a2 \u00a1 \u00a2 \u00a1 \u00a2 \u00a1 \u00a2 \u00a2 \u00a1 \u00a2 \u00a1 \u00a2 \u00a1 \u00a2 \u00a3 \u00a1 \u00a3 \u00a1 \u00a3 \u00a1 \u00a3 \u00a1 \u00a3 \u00a3 \u00a1 \u00a3 \u00a1 \u00a3 \u00a1 \u00a3 \u00a1 \u00a3 \u00a3 \u00a1 \u00a3 \u00a1 \u00a3 \u00a1 \u00a3 \u00a1 \u00a3 \u00a3 \u00a1 \u00a3 \u00a1 \u00a3 \u00a1 \u00a3 \u00a1 \u00a3 \u00a3 \u00a1 \u00a3 \u00a1 \u00a3 \u00a1 \u00a3 \u00a1 \u00a3 \u00a3 \u00a1 \u00a3 \u00a1 \u00a3 \u00a1 \u00a3 \u00a1 \u00a3 \u00a4 \u00a1 \u00a4 \u00a1 \u00a4 \u00a1 \u00a4 \u00a1 \u00a4 \u00a4 \u00a1 \u00a4 \u00a1 \u00a4 \u00a1 \u00a4 \u00a1 \u00a4 \u00a4 \u00a1 \u00a4 \u00a1 \u00a4 \u00a1 \u00a4 \u00a1 \u00a4 \u00a4 \u00a1 \u00a4 \u00a1 \u00a4 \u00a1 \u00a4 \u00a1 \u00a4 \u00a4 \u00a1 \u00a4 \u00a1 \u00a4 \u00a1 \u00a4 \u00a1 \u00a4 \u00a4 \u00a1 \u00a4 \u00a1 \u00a4 \u00a1 \u00a4 \u00a1 \u00a4",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relaxing the Assumption",
"sec_num": "7"
},
{
"text": "2d y = |a \u2212 p 2 | + |b \u2212 p 2 | + |(1 \u2212 a) \u2212 (1 \u2212 p 2 )| +|(1 \u2212 b) \u2212 (1 \u2212 p 2 )| = |a \u2212 b| + |a \u2212 b| = 2r",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relaxing the Assumption",
"sec_num": "7"
},
{
"text": "Hence, in particular, we may write d y = a \u2212 b.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relaxing the Assumption",
"sec_num": "7"
},
{
"text": "Observe further that p 2 , the minority probability of G when Y = +, is a weighted average of a and b, namely, p 2 = p 1 a+q 1 b. Combining this with the equation d y = a\u2212b allows us to express a and b in terms of the remaining variables, to wit:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relaxing the Assumption",
"sec_num": "7"
},
{
"text": "a = p 2 + q 1 d y and b = p 2 \u2212 p 1 d y .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relaxing the Assumption",
"sec_num": "7"
},
{
"text": "In order to prove theorem 3, we need to show that the area of disagreement (B \u222a C) upper bounds the area of the minority value of F (A \u222a B). This is true just in case C is larger than A, which is to say, if bq 1 \u2265 ap 1 . Substituting our expressions for a and b into this inequality and solving for d y yields:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relaxing the Assumption",
"sec_num": "7"
},
{
"text": "d y \u2264 p 2 q 1 \u2212 p 1 2p 1 q 1",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relaxing the Assumption",
"sec_num": "7"
},
{
"text": "In short, disagreement upper bounds the minority probability just in case weak rule dependence is satisfied, proving the theorem.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relaxing the Assumption",
"sec_num": "7"
},
{
"text": "Dasgupta, Littman, and McAllester suggest a possible algorithm at the end of their paper, but they give only the briefest suggestion, and do not implement or evaluate it. I give here an algorithm, the Greedy Agreement Algorithm,",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Greedy Agreement Algorithm",
"sec_num": "8"
},
{
"text": "Input: seed rules F, G loop for each atomic rule H G' = G + H evaluate cost of (F,G') keep lowest-cost G' if G' is worse than G, quit swap F, G' Figure 4 : The Greedy Agreement Algorithm that constructs paired rules that agree on unlabeled data, and I examine its performance.",
"cite_spans": [],
"ref_spans": [
{
"start": 145,
"end": 153,
"text": "Figure 4",
"ref_id": null
}
],
"eq_spans": [],
"section": "The Greedy Agreement Algorithm",
"sec_num": "8"
},
{
"text": "The algorithm is given in figure 4. It begins with two seed rules, one for each view. At each iteration, each possible extension to one of the rules is considered and scored. The best one is kept, and attention shifts to the other rule.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Greedy Agreement Algorithm",
"sec_num": "8"
},
{
"text": "A complex rule (or classifier) is a list of atomic rules H, each associating a single feature h with a label . H(x) = if x has feature h, and H(x) = \u22a5 otherwise. A given atomic rule is permitted to appear multiple times in the list. Each atomic rule occurrence gets one vote, and the classifier's prediction is the label that receives the most votes. In case of a tie, there is no prediction.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Greedy Agreement Algorithm",
"sec_num": "8"
},
{
"text": "The cost of a classifier pair (F, G) is based on a more general version of theorem 2, that admits abstaining rules. The following theorem is based on (Dasgupta et al., 2001 ).",
"cite_spans": [
{
"start": 150,
"end": 172,
"text": "(Dasgupta et al., 2001",
"ref_id": "BIBREF2"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "The Greedy Agreement Algorithm",
"sec_num": "8"
},
{
"text": "Theorem 4 If view independence is satisfied, and if F and G are rules based on different views, then one of the following holds: In other words, for a given binary rule F , a pessimistic estimate of the number of errors made by F is \u03b4/(\u00b5 \u2212 \u03b4) times the number of instances labeled by F , plus the number of instances left unlabeled by F . Finally, we note that the cost of F is sensitive to the choice of G, but the cost of F with respect to G is not necessarily the same as the cost of G with respect to F . To get an overall cost, we average the cost of F with respect to G and G with respect to F . Figure 5 shows the performance of the greedy agreement algorithm after each iteration. Because not all test instances are labeled (some are neither persons nor locations nor organizations), and because classifiers do not label all instances, we show precision and recall rather than a single error rate. The contour lines show levels of the F-measure (the harmonic mean of precision and recall). The algorithm is run to convergence, that is, until no atomic rule can be found that decreases cost. It is interesting to note that there is no significant overtraining with respect to F-measure. The final values are 89.2/80.4/84.5 recall/precision/F-measure, which compare favorably with the performance of the Yarowsky algorithm (83.3/84.6/84.0) . (Collins and Singer, 1999 ) add a special final round to boost recall, yielding 91.2/80.0/85.2 for the Yarowsky algorithm and 91.3/80.1/85.3 for their version of the original co-training algorithm. All four algorithms essentially perform equally well; the advantage of the greedy agreement algorithm is that we have an explanation for why it performs well.",
"cite_spans": [
{
"start": 1310,
"end": 1345,
"text": "Yarowsky algorithm (83.3/84.6/84.0)",
"ref_id": null
},
{
"start": 1348,
"end": 1373,
"text": "(Collins and Singer, 1999",
"ref_id": "BIBREF1"
}
],
"ref_spans": [
{
"start": 602,
"end": 610,
"text": "Figure 5",
"ref_id": "FIGREF5"
}
],
"eq_spans": [],
"section": "The Greedy Agreement Algorithm",
"sec_num": "8"
},
{
"text": "Pr[F = Y |F = \u22a5] \u2264 \u03b4 \u00b5\u2212\u03b4 Pr[F = Y |F = \u22a5] \u2264",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Greedy Agreement Algorithm",
"sec_num": "8"
},
{
"text": "For Yarowsky's algorithm, a classifier again consists of a list of atomic rules. The prediction of the classifier is the prediction of the first rule in the list that applies. The algorithm constructs a classifier iteratively, beginning with a seed rule. In the variant we consider here, one atomic rule is added at each iteration. An atomic rule F is chosen only if its precision, Pr[G = +|F = +] (as measured using the labels assigned by the current classifier G), exceeds a fixed threshold \u03b8. 1 Yarowsky does not give an explicit justification for the algorithm. I show here that the algorithm can be justified on the basis of two independence assumptions. In what follows, F represents an atomic rule under consideration, and G represents the current classifier. Recall that Y is the set of instances whose true label is , and G is the set of instances {x : G(x) = }. We write G * for the set of instances labeled by the current classifier, that is, {x :",
"cite_spans": [
{
"start": 496,
"end": 497,
"text": "1",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "The Yarowsky Algorithm",
"sec_num": "9"
},
{
"text": "G(x) = \u22a5}.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Yarowsky Algorithm",
"sec_num": "9"
},
{
"text": "The first assumption is precision independence.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Yarowsky Algorithm",
"sec_num": "9"
},
{
"text": "Definition 5 Candidate rule F and classifier G satisfy precision independence just in case",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Yarowsky Algorithm",
"sec_num": "9"
},
{
"text": "P (Y |F , G * ) = P (Y |F )",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Yarowsky Algorithm",
"sec_num": "9"
},
{
"text": "A bootstrapping problem instance satisfies precision independence just in case all rules G and all atomic rules F that nontrivially overlap with G (both F \u2229 G * and F \u2212 G * are nonempty) satisfy precision independence.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Yarowsky Algorithm",
"sec_num": "9"
},
{
"text": "Precision independence is stated here so that it looks like a conditional independence assumption, to emphasize the similarity to the analysis of co-training. In fact, it is only \"half\" an independence assumption-for precision independence, it is not necessary that P (Y |F , G * ) = P (Y |F ).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Yarowsky Algorithm",
"sec_num": "9"
},
{
"text": "The second assumption is that classifiers make balanced errors. That is:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Yarowsky Algorithm",
"sec_num": "9"
},
{
"text": "P (Y , G\u00af |F ) = P (Y\u00af , G |F )",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Yarowsky Algorithm",
"sec_num": "9"
},
{
"text": "Let us first consider a concrete (but hypothetical) example. Suppose the initial classifier correctly labels 100 out of 1000 instances, and makes no mistakes. Then the initial precision is 1 and recall is 0.1. Suppose further that we add an atomic rule that correctly labels 19 new instances, and incorrectly labels one new instance. The rule's precision is 0.95. The precision of the new classifier (the old classifier plus the new atomic rule) is 119/120 = 0.99. Note that the new precision lies between the old precision and the precision of the rule. We will show that this is always the case, given precision independence and balanced errors.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Yarowsky Algorithm",
"sec_num": "9"
},
{
"text": "We need to consider several quantities: the precision of the current classifier, P (Y |G ); the precision of the rule under consideration, P (Y |F ); the precision of the rule on the current labeled set, P (Y |F G * ); and the precision of the rule as measured using estimated labels, P (G |F G * ).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Yarowsky Algorithm",
"sec_num": "9"
},
{
"text": "The assumption of balanced errors implies that measured precision equals true precision on labeled instances, as follows. (We assume here that all instances have true labels, hence that Y = Y\u00af .)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Yarowsky Algorithm",
"sec_num": "9"
},
{
"text": "P (F G \u0232 ) = P (F G\u00af Y ) P (F G Y ) + P (F G \u0232 ) = P (Y F G ) + P (F G\u00af Y ) P (F G ) = P (Y F G * ) P (G |F G * ) = P (Y |F G * )",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Yarowsky Algorithm",
"sec_num": "9"
},
{
"text": "This, combined with precision independence, implies that the precision of F as measured on the labeled set is equal to its true precision P (Y |F ).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Yarowsky Algorithm",
"sec_num": "9"
},
{
"text": "Now consider the precision of the old and new classifiers at predicting . Of the instances that the old classifier labels , let A be the number that are correctly labeled and B be the number that are incorrectly labeled. Defining N t = A + B, the precision of the old classifier is Q t = A/N t . Let \u2206A be the number of new instances that the rule under consideration correctly labels, and let \u2206B be the number that it incorrectly labels. Defining n = \u2206A + \u2206B, the precision of the rule is q = \u2206A/n. The precision of the new classifier is Q t+1 = (A + \u2206A)/N t+1 , which can be written as:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Yarowsky Algorithm",
"sec_num": "9"
},
{
"text": "Q t+1 = N t N t+1 Q t + n N t+1 q",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Yarowsky Algorithm",
"sec_num": "9"
},
{
"text": "That is, the precision of the new classifier is a weighted average of the precision of the old classifier and the precision of the new rule. An immediate consequence is that, if we only accept rules whose precision exceeds a given threshold \u03b8, then the precision of the new classifier exceeds \u03b8. Since measured precision equals true precision under our previous assumptions, it follows that the true precision of the final classifier exceeds \u03b8 if the measured precision of every accepted rule exceeds \u03b8.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Yarowsky Algorithm",
"sec_num": "9"
},
{
"text": "Moreover, observe that recall can be written as:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Yarowsky Algorithm",
"sec_num": "9"
},
{
"text": "A N = N t N Q t",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Yarowsky Algorithm",
"sec_num": "9"
},
{
"text": "where N is the number of instances whose true label is . If Q t > \u03b8, then recall is bounded below by N t \u03b8/N , which grows as N t grows.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Yarowsky Algorithm",
"sec_num": "9"
},
{
"text": "Hence we have proven the following theorem.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Yarowsky Algorithm",
"sec_num": "9"
},
{
"text": "Theorem 5 If the assumptions of precision independence and balanced errors are satisfied, then the Yarowsky algorithm with threshold \u03b8 obtains a final classifier whose precision is at least \u03b8. Moreover, recall is bounded below by N t \u03b8/N , a quantity which increases at each round.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Yarowsky Algorithm",
"sec_num": "9"
},
{
"text": "Intuitively, the Yarowsky algorithm increases recall while holding precision above a threshold that represents the desired precision of the final classifier. The empirical behavior of the algorithm, as shown in figure 6, is in accordance with this analysis.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Yarowsky Algorithm",
"sec_num": "9"
},
{
"text": "We have seen, then, that the Yarowsky algorithm, like the co-training algorithm, can be justified on the basis of an independence assumption, precision independence. It is important to note, however, that the Yarowsky algorithm is not a special case of co-training. Precision independence and view independence are distinct assumptions; neither implies the other. 2",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Yarowsky Algorithm",
"sec_num": "9"
},
{
"text": "To sum up, we have refined previous work on the analysis of co-training, and given a new cotraining algorithm that is theoretically justified and has good empirical performance.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "10"
},
{
"text": "We have also given a theoretical analysis of the Yarowsky algorithm for the first time, and shown that it can be justified by an independence assumption that is quite distinct from the independence assumption that co-training is based on.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "10"
},
{
"text": "(Yarowsky, 1995), citing(Yarowsky, 1994), actually uses a superficially different score that is, however, a monotone transform of precision, hence equivalent to precision, since it is used only for sorting.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "To see that view independence does not imply precision indepence, consider an example in which G = Y always. This is compatible with rule independence, but it implies that P (Y |F G) = 1 and P (Y |F\u1e20) = 0, violating precision independence.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"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": "COLT: Proceedings of the Workshop on Computational Learning Theory",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "A. Blum and T. Mitchell. 1998. Combining labeled and unlabeled data with co-training. In COLT: Proceedings of the Workshop on Computational Learning Theory. Morgan Kaufmann Publishers.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Unsupervised models for named entity classification",
"authors": [
{
"first": "Michael",
"middle": [],
"last": "Collins",
"suffix": ""
},
{
"first": "Yoram",
"middle": [],
"last": "Singer",
"suffix": ""
}
],
"year": 1999,
"venue": "EMNLP",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Michael Collins and Yoram Singer. 1999. Unsuper- vised models for named entity classification. In EMNLP.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "PAC generalization bounds for co-training",
"authors": [
{
"first": "Sanjoy",
"middle": [],
"last": "Dasgupta",
"suffix": ""
},
{
"first": "Michael",
"middle": [],
"last": "Littman",
"suffix": ""
},
{
"first": "David",
"middle": [],
"last": "Mcallester",
"suffix": ""
}
],
"year": 2001,
"venue": "Proceedings of NIPS",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Sanjoy Dasgupta, Michael Littman, and David McAllester. 2001. PAC generalization bounds for co-training. In Proceedings of NIPS.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Decision lists for lexical ambiguity resolution",
"authors": [
{
"first": "David",
"middle": [],
"last": "Yarowsky",
"suffix": ""
}
],
"year": 1994,
"venue": "Proceedings ACL 32",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "David Yarowsky. 1994. Decision lists for lexical am- biguity resolution. In Proceedings ACL 32.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Unsupervised word sense disambiguation rivaling supervised methods",
"authors": [
{
"first": "David",
"middle": [],
"last": "Yarowsky",
"suffix": ""
}
],
"year": 1995,
"venue": "Proceedings of the 33rd Annual Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "189--196",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "David Yarowsky. 1995. Unsupervised word sense disambiguation rivaling supervised methods. In Proceedings of the 33rd Annual Meeting of the Association for Computational Linguistics, pages 189-196.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"uris": null,
"type_str": "figure",
"text": "For example, the leftmost box (in either diagram) represents the instances for which Y = +, and the area of its upper left quadrant represents Pr[F = +, G = +, Y = +]. Typically, in such a diagram, either the horizontal or vertical line is broken, as in figure 2. In the special case in which rule independence is satisfied, both horizontal and vertical lines are unbroken, as in figure 1.",
"num": null
},
"FIGREF1": {
"uris": null,
"type_str": "figure",
"text": "Disagreement upper-bounds minority probabilities.",
"num": null
},
"FIGREF3": {
"uris": null,
"type_str": "figure",
"text": "Positive correlation, Y = +.",
"num": null
},
"FIGREF4": {
"uris": null,
"type_str": "figure",
"text": "where \u03b4 = Pr[F = G|F, G = \u22a5], and \u00b5 = min u Pr[F = u|F = \u22a5].",
"num": null
},
"FIGREF5": {
"uris": null,
"type_str": "figure",
"text": "Performance of the greedy agreement algorithm",
"num": null
},
"FIGREF6": {
"uris": null,
"type_str": "figure",
"text": "Performance of the Yarowsky algorithm",
"num": null
},
"TABREF1": {
"html": null,
"text": "",
"num": null,
"content": "<table/>",
"type_str": "table"
}
}
}
}