| { |
| "paper_id": "P93-1022", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T08:52:23.104788Z" |
| }, |
| "title": "CONTEXTUAL WORD SIMILARITY AND ESTIMATION FROM SPARSE DATA", |
| "authors": [ |
| { |
| "first": "Ido", |
| "middle": [], |
| "last": "Dagan", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "dagan@research@art.tom" |
| }, |
| { |
| "first": "Shaul", |
| "middle": [], |
| "last": "Marcus", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "shaulm@cs@ac.il" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "In recent years there is much interest in word cooccurrence relations, such as n-grams, verbobject combinations, or cooccurrence within a limited context. This paper discusses how to estimate the probability of cooccurrences that do not occur in the training data. We present a method that makes local analogies between each specific unobserved cooccurrence and other cooccurrences that contain similar words, as determined by an appropriate word similarity metric. Our evaluation suggests that this method performs better than existing smoothing methods, and may provide an alternative to class based models.", |
| "pdf_parse": { |
| "paper_id": "P93-1022", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "In recent years there is much interest in word cooccurrence relations, such as n-grams, verbobject combinations, or cooccurrence within a limited context. This paper discusses how to estimate the probability of cooccurrences that do not occur in the training data. We present a method that makes local analogies between each specific unobserved cooccurrence and other cooccurrences that contain similar words, as determined by an appropriate word similarity metric. Our evaluation suggests that this method performs better than existing smoothing methods, and may provide an alternative to class based models.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Statistical data on word cooccurrence relations play a major role in many corpus based approaches for natural language processing. Different types of cooccurrence relations are in use, such as cooccurrence within a consecutive sequence of words (n-grams), within syntactic relations (verb-object, adjective-noun, etc.) or the cooccurrence of two words within a limited distance in the context. Statistical data about these various cooccurrence relations is employed for a variety of applications, such as speech recognition (Jelinek, 1990) , language generation (Smadja and McKeown, 1990) , lexicography (Church and Hanks, 1990) , machine translation Sadler, 1989) , information retrieval (Maarek and Smadja, 1989) and various disambiguation tasks (Dagan et al., 1991; Hindle and Rooth, 1991; Grishman et al., 1986; Dagan and Itai, 1990) .", |
| "cite_spans": [ |
| { |
| "start": 283, |
| "end": 318, |
| "text": "(verb-object, adjective-noun, etc.)", |
| "ref_id": null |
| }, |
| { |
| "start": 524, |
| "end": 539, |
| "text": "(Jelinek, 1990)", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 562, |
| "end": 588, |
| "text": "(Smadja and McKeown, 1990)", |
| "ref_id": "BIBREF20" |
| }, |
| { |
| "start": 604, |
| "end": 628, |
| "text": "(Church and Hanks, 1990)", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 651, |
| "end": 664, |
| "text": "Sadler, 1989)", |
| "ref_id": "BIBREF19" |
| }, |
| { |
| "start": 689, |
| "end": 714, |
| "text": "(Maarek and Smadja, 1989)", |
| "ref_id": "BIBREF16" |
| }, |
| { |
| "start": 748, |
| "end": 768, |
| "text": "(Dagan et al., 1991;", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 769, |
| "end": 792, |
| "text": "Hindle and Rooth, 1991;", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 793, |
| "end": 815, |
| "text": "Grishman et al., 1986;", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 816, |
| "end": 837, |
| "text": "Dagan and Itai, 1990)", |
| "ref_id": "BIBREF4" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "A major problem for the above applications is how to estimate the probability of cooccurrences that were not observed in the training corpus. Due to data sparseness in unrestricted language, the aggregate probability of such cooccurrences is large and can easily get to 25% or more, even for a very large training corpus (Church and Mercer, 1992) .", |
| "cite_spans": [ |
| { |
| "start": 321, |
| "end": 346, |
| "text": "(Church and Mercer, 1992)", |
| "ref_id": "BIBREF3" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Since applications often have to compare alternative hypothesized cooccurrences, it is important to distinguish between those unobserved cooccurrences that are likely to occur in a new piece of text and those that are not. These distinctions ought to be made using the data that do occur in the corpus. Thus, beyond its own practical importance, the sparse data problem provides an informative touchstone for theories on generalization and analogy in linguistic data.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The literature suggests two major approaches for solving the sparse data problem: smoothing and class based methods. Smoothing methods estimate the probability of unobserved cooccurrences using frequency information (Good, 1953; Katz, 1987; Jelinek and Mercer, 1985; Church and Gale, 1991) . Church and Gale (Church and Gale, 1991) show, that for unobserved bigrams, the estimates of several smoothing methods closely agree with the probability that is expected using the frequencies of the two words and assuming that their occurrence is independent ((Church and Gale, 1991) , figure 5). Furthermore, using held out data they show that this is the probability that should be estimated by a smoothing method that takes into account the frequencies of the individual words. Relying on this result, we will use frequency based es~imalion (using word frequencies) as representative for smoothing estimates of unobserved cooccurrences, for comparison purposes. As will be shown later, the problem with smoothing estimates is that they ignore the expected degree of association between the specific words of the cooccurrence. For example, we would not like to estimate the same probability for two cooccurrences like 'eat bread' and 'eat cars', despite the fact that both 'bread' and 'cars' may have the same frequency.", |
| "cite_spans": [ |
| { |
| "start": 216, |
| "end": 228, |
| "text": "(Good, 1953;", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 229, |
| "end": 240, |
| "text": "Katz, 1987;", |
| "ref_id": "BIBREF15" |
| }, |
| { |
| "start": 241, |
| "end": 266, |
| "text": "Jelinek and Mercer, 1985;", |
| "ref_id": "BIBREF13" |
| }, |
| { |
| "start": 267, |
| "end": 289, |
| "text": "Church and Gale, 1991)", |
| "ref_id": null |
| }, |
| { |
| "start": 303, |
| "end": 331, |
| "text": "Gale (Church and Gale, 1991)", |
| "ref_id": null |
| }, |
| { |
| "start": 564, |
| "end": 575, |
| "text": "Gale, 1991)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Class based models Pereira et al., 1993; Hirschman, 1986; Resnik, 1992) distinguish between unobserved cooccurrences using classes of \"similar\" words. The probability of a specific cooccurrence is determined using generalized parameters about the probability of class cooccur-] 64 rence. This approach, which follows long traditions in semantic classification, is very appealing, as it attempts to capture \"typical\" properties of classes of words. However, it is not clear at all that unrestricted language is indeed structured the way it is assumed by class based models. In particular, it is not clear that word cooccurrence patterns can be structured and generalized to class cooccurrence parameters without losing too much information.", |
| "cite_spans": [ |
| { |
| "start": 19, |
| "end": 40, |
| "text": "Pereira et al., 1993;", |
| "ref_id": "BIBREF17" |
| }, |
| { |
| "start": 41, |
| "end": 57, |
| "text": "Hirschman, 1986;", |
| "ref_id": "BIBREF12" |
| }, |
| { |
| "start": 58, |
| "end": 71, |
| "text": "Resnik, 1992)", |
| "ref_id": "BIBREF18" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "This paper suggests an alternative approach which assumes that class based generalizations should be avoided, and therefore eliminates the intermediate level of word classes. Like some of the class based models, we use a similarity metric to measure the similarity between cooccurrence patterns of words. But then, rather than using this metric to construct a set of word classes, we use it to identify the most specific analogies that can he drawn for each specific estimation. Thus, to estimate the probability of an unobserved cooccurfence of words, we use data about other cooccurfences that were observed in the corpus, and contain words that are similar to the given ones. For example, to estimate the probability of the unobserved cooccurrence 'negative results', we use cooccurrences such as 'positive results' and 'negative numbers', that do occur in our corpus.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The analogies we make are based on the assumption that similar word cooccurrences have similar values of mutual information. Accordingly, our similarity metric was developed to capture similarities between vectors of mutual information values. In addition, we use an efficient search heuristic to identify the most similar words for a given word, thus making the method computationally affordable. Figure 1 illustrates a portion of the similarity network induced by the similarity metric (only some of the edges, with relatively high values, are shown). This network may be found useful for other purposes, independently of the estimation method.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 398, |
| "end": 406, |
| "text": "Figure 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The estimation method was implemented using the relation of cooccurrence of two words within a limited distance in a sentence. The proposed method, however, is general and is applicable for anY type of lexical cooccurrence. The method was evaluated in two experiments. In the first one we achieved a complete scenario of the use of the estimation method, by implementing a variant of the d[Sambiguation method in (Dagan et al., 1991) , for sense selection in machine translation. The estimation method was then successfully used to increase the coverage of the disambiguation method by 15%, with an increase of the overall precision compared to a naive, frequency based, method. In the second experiment we evaluated the estimation method on a data recovery task. The task simulates a typical scenario in disambiguation, and also relates to theoretical questions about redundancy and idiosyncrasy in cooccurrence data. In this evaluation, which involved 300 examples, the performance of the estimation method was by 27% better than frequency based estimation.", |
| "cite_spans": [ |
| { |
| "start": 413, |
| "end": 433, |
| "text": "(Dagan et al., 1991)", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "We use the term cooccurrence pair, written as (x, y), to denote a cooccurrence of two words in a sentence within a distance of no more than d words. When computing the distance d, we ignore function words such as prepositions and determiners. In the experiments reported here d = 3.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Definitions", |
| "sec_num": "2" |
| }, |
| { |
| "text": "A cooccurrence pair can be viewed as a generalization of a bigram, where a bigram is a cooccurrence pair with d = 1 (without ignoring function words). As with bigrams, a cooccurrence pair is directional, i.e. (x,y) \u00a2 (y,x). This captures some information about the asymmetry in the linear order of linguistic relations, such as the fact that verbs tend to precede their objects and follow their subjects.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Definitions", |
| "sec_num": "2" |
| }, |
| { |
| "text": "The mutual information of a cooccurrence pair, which measures the degree of association between the two words (Church and Hanks, 1990), is defined as (Fano, 1961) :", |
| "cite_spans": [ |
| { |
| "start": 150, |
| "end": 162, |
| "text": "(Fano, 1961)", |
| "ref_id": "BIBREF6" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Definitions", |
| "sec_num": "2" |
| }, |
| { |
| "text": "P(xly) I(x,y) --log 2 P(x,y) _ log 2 (1) P(x)P(y) P(x) = log 2 P(y[x) P(Y)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Definitions", |
| "sec_num": "2" |
| }, |
| { |
| "text": "where P(x) and P(y) are the probabilities of the events x and y (occurrences of words, in our case) and P(x, y) is the probability of the joint event (a cooccurrence pair). We estimate mutual information values using the Maximum Likelihood Estimator (MLE):", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Definitions", |
| "sec_num": "2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "P(x,y) _log~. N f(x,y) ] I(x, y) = log~ P~x)P--(y) ( -d f(x)f(y) \"", |
| "eq_num": "(2)" |
| } |
| ], |
| "section": "Definitions", |
| "sec_num": "2" |
| }, |
| { |
| "text": "where f denotes the frequency of an eyent and N is the length of the corpus. While better estimates for small probabilities are available (Good, 1953; Church and Gale, 1991) , MLE is the simplest to implement and was adequate for the purpose of this study. Due to the unreliability of measuring negative mutual information values in corpora that are not extremely large, we have considered in this work any negative value to be 0. We also set/~(x, y) to 0 if f(x, y) = 0. Thus, we assume in both cases that the association between the two words is as expected by chance. ", |
| "cite_spans": [ |
| { |
| "start": 138, |
| "end": 150, |
| "text": "(Good, 1953;", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 151, |
| "end": 173, |
| "text": "Church and Gale, 1991)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Definitions", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Assume that we have at our disposal a method for determining similarity between cooccurrence patterns of two words (as described in the next section). We say that two cooccurrence pairs, (wl, w2) and (w~, w~), are similar if w~ is similar to wl and w~ is similar to w2. A special (and stronger) case of similarity is when the two pairs differ only in one of their words (e.g. (wl,w~) and (wl,w2)). This special case is less susceptible to noise than unrestricted similarity, as we replace only one of the words in the pair. In our experiments, which involved rather noisy data, we have used only this restricted type of similarity. The mathematical formulations, though, are presented in terms of the general case.", |
| "cite_spans": [ |
| { |
| "start": 187, |
| "end": 195, |
| "text": "(wl, w2)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Estimation for an Unobserved Cooccurrence", |
| "sec_num": "3" |
| }, |
| { |
| "text": "The question that arises now is what analogies can be drawn between two similar cooccurrence pairs, (wl,w2) and tw' wt~ Their probak 1' 21\"", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Estimation for an Unobserved Cooccurrence", |
| "sec_num": "3" |
| }, |
| { |
| "text": "bilities cannot be expected to be similar, since the probabilities of the words in each pair can be different. However, since we assume that wl and w~ have similar cooccurrence patterns, and so do w~ and w~, it is reasonable to assume that the mutual information of the two pairs will be similar (recall that mutual information measures the degree of association between the words of the pair).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Estimation for an Unobserved Cooccurrence", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Consider for example the pair (chapter, describes), which does not occur in our corpus 1 . This pair was found to be similar to the pairs (intro-duction, describes), (book, describes) and (section, describes) , that do occur in the corpus. Since these pairs occur in the corpus, we estimate their mutual information values using equation 2, as shown in Table 1 . We then take the average of these mutual information values as the similarity based estimate for I(chapter, describes), denoted as f(chapter, describes) 2. This represents the assumption that the word 'describes' is associated with the word 'chapter' to a similar extent as it is associated with the words 'introduction', 'book' and 'section'. Table 2 demonstrates how the analogy is carried out also for a pair of unassociated words, such as (chapter, knows).", |
| "cite_spans": [ |
| { |
| "start": 166, |
| "end": 183, |
| "text": "(book, describes)", |
| "ref_id": null |
| }, |
| { |
| "start": 188, |
| "end": 208, |
| "text": "(section, describes)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 353, |
| "end": 360, |
| "text": "Table 1", |
| "ref_id": null |
| }, |
| { |
| "start": 707, |
| "end": 714, |
| "text": "Table 2", |
| "ref_id": "TABREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Estimation for an Unobserved Cooccurrence", |
| "sec_num": "3" |
| }, |
| { |
| "text": "In our current implementation, we compute i(wl, w2) using up to 6 most similar words to each of wl and w~, and averaging the mutual information values of similar pairs that occur in the corpus (6 is a parameter, tuned for our corpus. In some cases the similarity method identifies less than 6 similar words).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Estimation for an Unobserved Cooccurrence", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Having an estimate for the mutual information of a pair, we can estimate its expected frequency in a corpus of the given size using a variation of equation 2: which is identical to the frequency based estimate, reflecting the fact that there is no expected association between the two words (notice that the frequency based estimate is higher for the second pair, due to the higher frequency of 'knows').", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Estimation for an Unobserved Cooccurrence", |
| "sec_num": "3" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "w2) = d f(wl)f(w2)2I(t\u00b0l't\u00b02)", |
| "eq_num": "(" |
| } |
| ], |
| "section": "Estimation for an Unobserved Cooccurrence", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Assume that we need to determine the degree of similarity between two words, wl and w2. Recall that if we decide that the two words are similar, then we may infer that they have similar mutual information with some other word, w. This inference would be reasonable if we find that on average wl and w2 indeed have similar mutual information values with other words in the lexicon. The similarity metric therefore measures the degree of similarity between these mutual information values.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "TheSimilarity Metric", |
| "sec_num": "4" |
| }, |
| { |
| "text": "We first define the similarity between the mutual information values of Wl and w2 relative to a single other word, w. Since cooccurrence pairs are directional, we get two measures, defined by the position of w in the pair. The left context similarity of wl and w2 relative to w, termed simL (Wl, w2, w) , is defined as the ratio between the two mutual information values, having the larger value in the denominator:", |
| "cite_spans": [ |
| { |
| "start": 291, |
| "end": 295, |
| "text": "(Wl,", |
| "ref_id": null |
| }, |
| { |
| "start": 296, |
| "end": 299, |
| "text": "w2,", |
| "ref_id": null |
| }, |
| { |
| "start": 300, |
| "end": 302, |
| "text": "w)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "TheSimilarity Metric", |
| "sec_num": "4" |
| }, |
| { |
| "text": "simL(wl, w2, w) = min(I(w, wl), I(w, w2)) (4) max(I(w, wl), I(w, w2))", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "TheSimilarity Metric", |
| "sec_num": "4" |
| }, |
| { |
| "text": "3The frequency based estimate for the expected frequency of a cooccurrence pair, assuming independent occurrence of the two words and using their individual frequencies, is -~f(wz)f(w2). As mentioned earlier, we use this estimate as representative for smoothing estimates of unobserved cooccurrences.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "TheSimilarity Metric", |
| "sec_num": "4" |
| }, |
| { |
| "text": "This way we get a uniform scale between 0 and 1, in which higher values reflect higher similarity. If both mutual information values are 0, then sirnL(wl,w2, w) is defined to be 0. The right context similarity, simn (wl, w2, w) , is defined equivalently, for I(Wl, w) and I(w2, w) 4.", |
| "cite_spans": [ |
| { |
| "start": 216, |
| "end": 227, |
| "text": "(wl, w2, w)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "TheSimilarity Metric", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Using definition 4 for each word w in the lexicon, we get 2 \u2022 l similarity values for Wl and w2, where I is the size of the lexicon. The general similarity between Wl and w2, termed sim(wl, w2), is defined as a weighted average of these 2 \u2022 l values. It is necessary to use some weighting mechanism, since small values of mutual information tend to be less significant and more vulnerable to noisy data. We found that the maximal value involved in computing the similarity relative to a specific word provides a useful weight for this word in computing the average. Thus, the weight for a specific left context similarity value, WL(Wl, W2, W), is defined as: Wt(wl, w) = max(I(w, wl), :(w,", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "TheSimilarity Metric", |
| "sec_num": "4" |
| }, |
| { |
| "text": "(notice that this is the same as the denominator in definition 4). This definition provides intuitively appropriate weights, since we would like to give more weight to context words that have a large mutual information value with at least one of Wl and w2. The mutual information value with the other word may then be large, providing a strong \"vote\" for similarity, or may be small, providing a strong \"vote\" against similarity. The weight for a specific right context similarity value is defined equivalently. Using these weights, we get the weighted average in Figure 2 as the general definition of 4In the case of cooccurrence pairs, a word may be involved in two types of relations, being the left or right argument of the pair. The definitions can be easily adopted to cases in which there are more types of relations, such as provided by syntactic parsing.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 564, |
| "end": 572, |
| "text": "Figure 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "TheSimilarity Metric", |
| "sec_num": "4" |
| }, |
| { |
| "text": "~toetexicon sirnL (wl, w2, w) . WL(Wl, W2, W) -t-simR (wl, w2, w) . WR(wl, w~, w) _ WL(Wl, w2, w) + WR(wl, w2, w) Y'~,o e,,,,,i~or, min(I(w, wl), I(w, w2) ) + min(I(wl, w), I(w~, w)) ~wetexicon max(I(w, Wl), I(w, w2) ) + max(I(wx, w), I(w2, w) ) (6) Figure 2 : The definition of the similarity metric. The values produced by our metric have an intuitive interpretation, as denoting a \"typical\" ratio between the mutual information values of each of the two words with another third word. The metric is reflexive (sirn(w,w) --1), symmetric (sim(wz, w2) = sirn(w2, wz)), but is not transitive (the values of sire(w1, w2) and sire(w2, w3) do not imply anything on the value of sire(w1, w3)). The left column of Table 3 lists the six most similar words to the word 'aspects' according to this metric, based on our corpus. More examples of similarity were shown in Figure 1 .", |
| "cite_spans": [ |
| { |
| "start": 18, |
| "end": 29, |
| "text": "(wl, w2, w)", |
| "ref_id": null |
| }, |
| { |
| "start": 54, |
| "end": 65, |
| "text": "(wl, w2, w)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 250, |
| "end": 258, |
| "text": "Figure 2", |
| "ref_id": null |
| }, |
| { |
| "start": 512, |
| "end": 522, |
| "text": "(sirn(w,w)", |
| "ref_id": null |
| }, |
| { |
| "start": 708, |
| "end": 715, |
| "text": "Table 3", |
| "ref_id": "TABREF3" |
| }, |
| { |
| "start": 860, |
| "end": 868, |
| "text": "Figure 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "sim(wl, w2) =", |
| "sec_num": null |
| }, |
| { |
| "text": "The estimation method of section 3 requires that we identify the most similar words of a given word w. Doing this by computing the similarity between w and each word in the lexicon is computationally very expensive (O(12), where I is the size of the lexicon, and O(l J) to do this in advance for all the words in the lexicon). To account for this problem we developed a simple heuristic that searches for words that are potentially similar to w, using thresholds on mutual information values and frequencies of cooccurrence pairs. The search is based on the property that when computing sim(wl, w2),", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "An efficient search heuristic", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "words that have high mutual information values 5The nominator in our metric resembles the similarity metric in (Hindle, 1990) . We found, however, that the difference between the two metrics is important, because the denominator serves as a normalization factor. with both wl and w2 make the largest contributions to the value of the similarity measure. Also, high and reliable mutual information values are typically associated with relatively high frequencies of the involved cooccurrence pairs. We therefore search first for all the \"strong neighbors\" of w, which are defined as words whose cooccurrence with w has high mutual information and high frequency, and then search for all their \"strong neighbors\". The words found this way (\"the strong neighbors of the strong neighbors of w\") are considered as candidates for being similar words of w, and the similarity value with w is then computed only for these words. We thus get an approximation for the set of words that are most similar to w. For the example given in Table 3, the exhaustive method required 17 minutes of CPU time on a Sun 4 workstation, while the approximation required only 7 seconds.", |
| "cite_spans": [ |
| { |
| "start": 111, |
| "end": 125, |
| "text": "(Hindle, 1990)", |
| "ref_id": "BIBREF11" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "An efficient search heuristic", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "This was done using a data base of 1,377,653 cooccurrence pairs that were extracted from the corpus, along with their counts.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "An efficient search heuristic", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "The purpose of the first evaluation was to test whether the similarity based estimation method can enhance the performance of a disambiguation technique. Typically in a disambiguation task, different cooccurrences correspond to alternative interpretations of the ambiguous construct. It is therefore necessary that the probability estimates for the alternative cooccurrences will reflect the relative order between their true probabilities. However, a consistent bias in the estimate is usually not harmful, as it still preserves the correct relative order between the alternatives.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Word sense disambiguation in machine translation", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "To carry out the evaluation, we implemented a variant of the disambiguation method of (Dagan et al., 1991) , for sense disambiguation in machine translation. We term this method as THIS, for Target Word Selection. Consider for example the Hebrew phrase 'laxtom xoze shalom', which translates as 'to sign a peace treaty'. The word 'laxtom', however, is ambiguous, and can be translated to either 'sign' or 'seal'. To resolve the ambiguity, the that correspond to alternative selections of target words. Then, it prefers those target words that generate more frequent patterns. In our example, the word 'sign' is preferred upon the word 'seal', since the pattern 'to sign a treaty' is much more frequent than the pattern 'to seal a treaty'. Similarly, the word 'xoze' is translated to 'treaty' rather than 'contract', due to the high frequency of the pattern 'peace treaty '6. In our implementation, cooccurrence pairs were used instead of lexical cooccurfence within syntactic relations (as in the original work), to save the need of parsing the corpus.", |
| "cite_spans": [ |
| { |
| "start": 86, |
| "end": 106, |
| "text": "(Dagan et al., 1991)", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Word sense disambiguation in machine translation", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "We randomly selected from a software manual a set of 269 examples of ambiguous Hebrew words in translating Hebrew sentences to English. The expected success rate of random selection for these examples was 23%. The similarity based estimation method was used to estimate the expected frequency of unobserved cooccurrence pairs, in cases where none of the alternative pairs occurred in the corpus (each pair corresponds to an alternative target word). Using this method, which we term Augmented TWS, 41 additional cases were disambiguated, relative to the original method. We thus achieved an increase of about 15% in the applicability (coverage) of the TWS method, with a small decrease in the overall precision. The performance of the Augmented TWS method on these 41 examples was about 15% higher than that of a naive, Word Frequency method, which always selects the most frequent translation. It should be noted that the Word Frequency method is equivalent to using the frequency based estimate, in which higher word frequencies entail a higher estimate for the corresponding cooccurrence. The results of the experiment are summarized in Table 4 .", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 1140, |
| "end": 1147, |
| "text": "Table 4", |
| "ref_id": "TABREF5" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Word sense disambiguation in machine translation", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "In the second evaluation, the estimation method had to distinguish between members of two sets of 8It should be emphasized that the TWS method uses only a monolingual target corpus, and not a bilingual corpus as in other methods ((Brown et al., 1991; Gale et al., 1992) ). The alternative cooccurrence patterns in the target language, which correspond to the alternative translations of the ambiguous source words, are constructed using a bilingual lexicon.", |
| "cite_spans": [ |
| { |
| "start": 229, |
| "end": 250, |
| "text": "((Brown et al., 1991;", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 251, |
| "end": 269, |
| "text": "Gale et al., 1992)", |
| "ref_id": "BIBREF7" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A data recovery task", |
| "sec_num": "5.2" |
| }, |
| { |
| "text": "cooccurrence pairs, one of them containing pairs with relatively high probability and the other pairs with low probability. To a large extent, this task simulates a typical scenario in disambiguation, as demonstrated in the first evaluation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A data recovery task", |
| "sec_num": "5.2" |
| }, |
| { |
| "text": "Ideally, this evaluation should be carried out using a large set of held out data, which would provide good estimates for the true probabilities of the pairs in the test sets. The estimation method should then use a much smaller training corpus, in which none of the example pairs occur, and then should try to recover the probabilities that are known to us from the held out data. However, such a setting requires that the held out corpus would be several times larger than the training corpus, while the latter should be large enough for robust application of the estimation method. This was not feasible with the size of our corpus, and the rather noisy data we had.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A data recovery task", |
| "sec_num": "5.2" |
| }, |
| { |
| "text": "To avoid this problem, we obtained the set of pairs with high probability from the training corpus, selecting pairs that occur at least 5 times. We then deleted these pairs from the data base that is used by the estimation method, forcing the method to recover their probabilities using the other pairs of the corpus. The second set, of pairs with low probability, was obtained by constructing pairs that do not occur in the corpus. The two sets, each of them containing 150 pairs, were constructed randomly and were restricted to words with individual frequencies between 500 and 2500. We term these two sets as the occurring and non-occurring sets.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A data recovery task", |
| "sec_num": "5.2" |
| }, |
| { |
| "text": "The task of distinguishing between members of the two sets, without access to the deleted frequency information, is by no means trivial. Trying to use the individual word frequencies will result in performance close to that of using random selection. This is because the individual frequencies of all participating words are within the same range of values.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A data recovery task", |
| "sec_num": "5.2" |
| }, |
| { |
| "text": "To address the task, we used the following procedure: The frequency of each cooccurrence pair was estimated using the similarity-based estimation method. If the estimated frequency was above 2.5 (which was set arbitrarily as the average of 5 and 0), the pair was recovered as a member of the occurring set. Otherwise, it was recovered as a member of the non-occurring set.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A data recovery task", |
| "sec_num": "5.2" |
| }, |
| { |
| "text": "Out of the 150 pairs of the occurring set, our method correctly identified 119 (79%). For th e non-occurring set, it correctly identified 126 pairs (84%). Thus, the method achieved an 0retail accuracy of 81.6%. Optimal tuning of the threshold, to a value of 2, improves the overall accuracy to 85%, where about 90% of the members of the occurring set and 80% of those in the non-occurring set are identified correctly. This is contrasted with the optimal discrimination that could be achieved by frequency based estimation, which is 58%. Figures 3 and 4 illustrate the results of the experiment. Figure 3 shows the distributions of the expected frequency of the pairs in the two sets, using similarity based and frequency based estimation. It clearly indicates that the similarity based method gives high estimates mainly to members of the occurring set and low estimates mainly to members of the non-occurring set. Frequency based estimation, on the other hand, makes a much poorer distinction between the two sets. Figure 4 plots the two types of estimation for pairs in the occurring set as a function of their true frequency in the corpus. It can be seen that while the frequency based estimates are always low (by construction) the similarity based estimates are in most cases closer to the true value.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 538, |
| "end": 553, |
| "text": "Figures 3 and 4", |
| "ref_id": "FIGREF1" |
| }, |
| { |
| "start": 596, |
| "end": 604, |
| "text": "Figure 3", |
| "ref_id": "FIGREF1" |
| }, |
| { |
| "start": 1017, |
| "end": 1025, |
| "text": "Figure 4", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "A data recovery task", |
| "sec_num": "5.2" |
| }, |
| { |
| "text": "In both evaluations, similarity based estimation performs better than frequency based estimation. This indicates that when trying to estimate cooccurrence probabilities, it is useful to consider the cooccurrence patterns of the specific words and not just their frequencies, as smoothing methods do. Comparing with class based models, our approach suggests the advantage of making the most specific analogies for each word, instead of making analogies with all members of a class, via general class parameters. This raises the question whether generalizations over word classes, which follow long traditions in semantic classification, indeed provide the best means for inferencing about properties of words.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions", |
| "sec_num": "6" |
| }, |
| { |
| "text": "Kenneth W. Church and William A. Gale. 1991 True Frequency Figure 4 : Similarity based estimation ('+') and frequency based estimation ('0') for the expected frequency of members of the occurring set, as a function of the true frequency.", |
| "cite_spans": [ |
| { |
| "start": 33, |
| "end": 43, |
| "text": "Gale. 1991", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 59, |
| "end": 67, |
| "text": "Figure 4", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Conclusions", |
| "sec_num": "6" |
| }, |
| { |
| "text": "We used a corpus of about 9 million words of texts in the computer domain, taken from articles posted to the USENET news system.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "We are grateful to Alon Itai for his help in initiating this research. We would like to thank Ken Church and David Lewis for their helpful comments on earlier drafts of this paper.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgements", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Class-based n-gram models of natural language", |
| "authors": [ |
| { |
| "first": "Peter", |
| "middle": [], |
| "last": "Brown", |
| "suffix": "" |
| }, |
| { |
| "first": "Vincent", |
| "middle": [ |
| "Della" |
| ], |
| "last": "Pietra", |
| "suffix": "" |
| }, |
| { |
| "first": "Peter", |
| "middle": [], |
| "last": "Desouza", |
| "suffix": "" |
| }, |
| { |
| "first": "Jenifer", |
| "middle": [], |
| "last": "Lai", |
| "suffix": "" |
| }, |
| { |
| "first": "Robert", |
| "middle": [], |
| "last": "Mercer", |
| "suffix": "" |
| } |
| ], |
| "year": null, |
| "venue": "Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Peter Brown, Vincent Della Pietra, Peter deSouza, Jenifer Lai, and Robert Mercer. Class-based n-gram models of natural language. Computa- tional Linguistics. (To appear).", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Word sense disambiguation using statistical methods", |
| "authors": [ |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Brown", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [ |
| "Della" |
| ], |
| "last": "Pietra", |
| "suffix": "" |
| }, |
| { |
| "first": "V", |
| "middle": [ |
| "Della" |
| ], |
| "last": "Pietra", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Mercer", |
| "suffix": "" |
| } |
| ], |
| "year": 1991, |
| "venue": "Proc. of the Annual Meeting of the ACL. and deleted estimation methods for estimating probabilities of English bigrams", |
| "volume": "5", |
| "issue": "", |
| "pages": "19--54", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "P. Brown, S. Della Pietra, V. Della Pietra, and R. Mercer. 1991. Word sense disambiguation using statistical methods. In Proc. of the An- nual Meeting of the ACL. and deleted estimation methods for estimat- ing probabilities of English bigrams. Computer Speech and Language, 5:19-54.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Word association norms, mutual information, and lexicography", |
| "authors": [ |
| { |
| "first": "W", |
| "middle": [], |
| "last": "Kenneth", |
| "suffix": "" |
| }, |
| { |
| "first": "Patrick", |
| "middle": [], |
| "last": "Church", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Hanks", |
| "suffix": "" |
| } |
| ], |
| "year": 1990, |
| "venue": "Computational Linguistics", |
| "volume": "16", |
| "issue": "1", |
| "pages": "22--29", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kenneth W. Church and Patrick Hanks. 1990. Word association norms, mutual information, and lexicography. Computational Linguistics, 16(1):22-29.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Introduction to the special issue in computational linguistics using large corpora", |
| "authors": [ |
| { |
| "first": "W", |
| "middle": [], |
| "last": "Kenneth", |
| "suffix": "" |
| }, |
| { |
| "first": "Robert", |
| "middle": [ |
| "L" |
| ], |
| "last": "Church", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Mercer", |
| "suffix": "" |
| } |
| ], |
| "year": 1992, |
| "venue": "Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kenneth W. Church and Robert L. Mercer. 1992. Introduction to the special issue in computa- tional linguistics using large corpora. Compu- tational Linguistics. (In press).", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Automatic acquisition of constraints for the resolution of anaphora references and syntactic ambiguities", |
| "authors": [ |
| { |
| "first": "Ido", |
| "middle": [], |
| "last": "Dagan", |
| "suffix": "" |
| }, |
| { |
| "first": "Alon", |
| "middle": [], |
| "last": "Itai", |
| "suffix": "" |
| } |
| ], |
| "year": 1990, |
| "venue": "Proc. of COLING", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ido Dagan and Alon Itai. 1990. Automatic ac- quisition of constraints for the resolution of anaphora references and syntactic ambiguities. In Proc. of COLING.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Two languages are more informative than one", |
| "authors": [ |
| { |
| "first": "Alon", |
| "middle": [], |
| "last": "Ido Dagan", |
| "suffix": "" |
| }, |
| { |
| "first": "Ulrike", |
| "middle": [], |
| "last": "Itai", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Schwall", |
| "suffix": "" |
| } |
| ], |
| "year": 1991, |
| "venue": "Proc. of the Annual Meeting of the ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ido Dagan, Alon Itai, and Ulrike Schwall. 1991. Two languages are more informative than one. In Proc. of the Annual Meeting of the ACL.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Transmission of Information", |
| "authors": [ |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Fano", |
| "suffix": "" |
| } |
| ], |
| "year": 1961, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "R. Fano. 1961. Transmission of Information. Cambridge,Mass:MIT Press.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Using bilingual materials to develop word sense disambiguation methods", |
| "authors": [ |
| { |
| "first": "William", |
| "middle": [], |
| "last": "Gale", |
| "suffix": "" |
| }, |
| { |
| "first": "Kenneth", |
| "middle": [], |
| "last": "Church", |
| "suffix": "" |
| }, |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Yarowsky", |
| "suffix": "" |
| } |
| ], |
| "year": 1992, |
| "venue": "Proc. of the International Conference on Theoretical and Methodolgical Issues in Machine Translation", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "William Gale, Kenneth Church, and David Yarowsky. 1992. Using bilingual materials to develop word sense disambiguation meth- ods. In Proc. of the International Conference on Theoretical and Methodolgical Issues in Ma- chine Translation.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "The population frequencies of species and the estimation of population parameters", |
| "authors": [ |
| { |
| "first": "I", |
| "middle": [ |
| "J" |
| ], |
| "last": "Good", |
| "suffix": "" |
| } |
| ], |
| "year": 1953, |
| "venue": "Biometrika", |
| "volume": "40", |
| "issue": "", |
| "pages": "237--264", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "I. J. Good. 1953. The population frequencies of species and the estimation of population pa- rameters. Biometrika, 40:237-264.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Discovery procedures for sublanguage selectional patterns -initial experiments", |
| "authors": [ |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Grishman", |
| "suffix": "" |
| }, |
| { |
| "first": "L", |
| "middle": [], |
| "last": "Hirschman", |
| "suffix": "" |
| }, |
| { |
| "first": "Ngo Thanh", |
| "middle": [], |
| "last": "Nhan", |
| "suffix": "" |
| } |
| ], |
| "year": 1986, |
| "venue": "Computational Linguistics", |
| "volume": "12", |
| "issue": "", |
| "pages": "205--214", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "R. Grishman, L. Hirschman, and Ngo Thanh Nhan. 1986. Discovery procedures for sublanguage se- lectional patterns -initial experiments. Com- putational Linguistics, 12:205-214.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Structural ambiguity and lexical relations", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Hindle", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Rooth", |
| "suffix": "" |
| } |
| ], |
| "year": 1991, |
| "venue": "Proc. of the Annual Meeting of the ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "D. Hindle and M. Rooth. 1991. Structural am- biguity and lexical relations. In Proc. of the Annual Meeting of the ACL.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Noun classification from predicate-argument structures", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Hindle", |
| "suffix": "" |
| } |
| ], |
| "year": 1990, |
| "venue": "Proc. of the Annual Meeting of the ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "D. Hindle. 1990. Noun classification from predicate-argument structures. In Proc. of the Annual Meeting of the ACL.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Discovering sublanguage structures", |
| "authors": [ |
| { |
| "first": "L", |
| "middle": [], |
| "last": "Hirschman", |
| "suffix": "" |
| } |
| ], |
| "year": 1986, |
| "venue": "Analyzing Language in Restricted Domains: Sublanguage Description and Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "211--234", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "L. Hirschman. 1986. Discovering sublanguage structures. In R. Grishman and R. Kittredge, editors, Analyzing Language in Restricted Do- mains: Sublanguage Description and Process- ing, pages 211-234. Lawrence Erlbaum Asso- ciates.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Probability distribution estimation from sparse data", |
| "authors": [ |
| { |
| "first": "F", |
| "middle": [], |
| "last": "Jelinek", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Mercer", |
| "suffix": "" |
| } |
| ], |
| "year": 1985, |
| "venue": "IBM Technical Disclosure Bulletin", |
| "volume": "28", |
| "issue": "", |
| "pages": "2591--2594", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "F. Jelinek and R. Mercer. 1985. Probability dis- tribution estimation from sparse data. IBM Technical Disclosure Bulletin, 28:2591-2594.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Self-organized language modeling for speech recognition", |
| "authors": [ |
| { |
| "first": "Frederick", |
| "middle": [], |
| "last": "Jelinek", |
| "suffix": "" |
| } |
| ], |
| "year": 1990, |
| "venue": "Readings in Speech Recognition", |
| "volume": "", |
| "issue": "", |
| "pages": "450--506", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Frederick Jelinek. 1990. Self-organized language modeling for speech recognition. In Alex Waibel and Kai-Fu Lee, editors, Readings in Speech Recognition, pages 450-506. Morgan Kaufmann Publishers, Inc., San Maeio, Cali- fornia.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "Estimation of probabilities from sparse data for the language model component of a speech recognizer", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Slava", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Katz", |
| "suffix": "" |
| } |
| ], |
| "year": 1987, |
| "venue": "IEEE Transactions on Acoustics, speech, and Signal Processing", |
| "volume": "35", |
| "issue": "3", |
| "pages": "400--401", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Slava M. Katz. 1987. Estimation of probabilities from sparse data for the language model com- ponent of a speech recognizer. IEEE Transac- tions on Acoustics, speech, and Signal Process- ing, 35(3):400-401.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "Full text indexing based on lexical relations -An application: Software libraries", |
| "authors": [ |
| { |
| "first": "Yoelle", |
| "middle": [], |
| "last": "Maarek", |
| "suffix": "" |
| }, |
| { |
| "first": "Frank", |
| "middle": [], |
| "last": "Smadja", |
| "suffix": "" |
| } |
| ], |
| "year": 1989, |
| "venue": "Proc. of SIGIR", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yoelle Maarek and Frank Smadja. 1989. Full text indexing based on lexical relations -An appli- cation: Software libraries. In Proc. of SIGIR.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "Distributional clustering of English words", |
| "authors": [ |
| { |
| "first": "Fernando", |
| "middle": [], |
| "last": "Pereira", |
| "suffix": "" |
| }, |
| { |
| "first": "Naftali", |
| "middle": [], |
| "last": "Tishby", |
| "suffix": "" |
| }, |
| { |
| "first": "Lillian", |
| "middle": [], |
| "last": "Lee", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "Proc. of the Annual Meeting of the ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Fernando Pereira, Naftali Tishby, and Lillian Lee. 1993. Distributional clustering of English words. In Proc. of the Annual Meeting of the ACL.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "Wordnet and distributional analysis: A class-based approach to lexical discovery", |
| "authors": [ |
| { |
| "first": "Philip", |
| "middle": [], |
| "last": "Resnik", |
| "suffix": "" |
| } |
| ], |
| "year": 1992, |
| "venue": "AAAI Workshop on Statisticallybased Natural Language Processing Techniques", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Philip Resnik. 1992. Wordnet and distributional analysis: A class-based approach to lexical dis- covery. In AAAI Workshop on Statistically- based Natural Language Processing Techniques, July.", |
| "links": null |
| }, |
| "BIBREF19": { |
| "ref_id": "b19", |
| "title": "Working with analogical semantics: Disambiguation techniques in DLT", |
| "authors": [ |
| { |
| "first": "V", |
| "middle": [], |
| "last": "Sadler", |
| "suffix": "" |
| } |
| ], |
| "year": 1989, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "V. Sadler. 1989. Working with analogical seman- tics: Disambiguation techniques in DLT. Foris Publications.", |
| "links": null |
| }, |
| "BIBREF20": { |
| "ref_id": "b20", |
| "title": "Automatically extracting and representing collocations for language generation", |
| "authors": [ |
| { |
| "first": "Frank", |
| "middle": [], |
| "last": "Smadja", |
| "suffix": "" |
| }, |
| { |
| "first": "Katheleen", |
| "middle": [], |
| "last": "Mckeown", |
| "suffix": "" |
| } |
| ], |
| "year": 1990, |
| "venue": "Proc. of the Annual Meeting of the ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Frank Smadja and Katheleen McKeown. 1990. Au- tomatically extracting and representing collo- cations for language generation. In Proc. of the Annual Meeting of the ACL.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "num": null, |
| "text": "A portion of the similarity network.", |
| "uris": null, |
| "type_str": "figure" |
| }, |
| "FIGREF1": { |
| "num": null, |
| "text": "Frequency distributions of estimated frequency values for occurring and non-occurring sets.", |
| "uris": null, |
| "type_str": "figure" |
| }, |
| "TABREF0": { |
| "text": ", describes)= 3.15. This value is much 2We use I for similarity based estimates, and reserve i for the traditional maximum fikefihood estimate. The similarity based estimate will be used for cooccurrence pairs that do not occur in the corpus.", |
| "html": null, |
| "content": "<table><tr><td>3) In our example, f(chapter) = 395, N = 8,871,126 /(wl, and d = 3, getting a similarity based estimate of f(wl,w2) f(wl) f(w2) 5 464 277 13 1800 277 6 923 277 Table 1: The similarity based estimate as an average on similar pairs: [(chapter, describes) = 6.41 (introduction, describes) 6.85 (book, describes) 6.27 (section, describes) 6.12 Average: 6.41 (wl, w2) [(wl, w=) (introduction, knows) 0 (book, knows) 0 Average: 0 f(wl,w2) f(wl) f(w2) 0 464 928 0 1800 928 f(chapteri(w , (section, knows) 0 0 923 928</td></tr></table>", |
| "type_str": "table", |
| "num": null |
| }, |
| "TABREF1": { |
| "text": "The similarity based estimate for a pair of unassociated words: I(chapter, knows) = 0", |
| "html": null, |
| "content": "<table/>", |
| "type_str": "table", |
| "num": null |
| }, |
| "TABREF3": { |
| "text": "", |
| "html": null, |
| "content": "<table><tr><td>: The most</td><td>similar words of aspects: heuris-</td></tr><tr><td>tic and exhaustive</td><td>search produce nearly the same</td></tr><tr><td>results.</td><td/></tr><tr><td>similarity s.</td><td/></tr></table>", |
| "type_str": "table", |
| "num": null |
| }, |
| "TABREF5": { |
| "text": "Results of TWS, Augmented TWS and Word Frequency methods TWS method first generates the alternative lexical cooccurrence patterns in the targel language,", |
| "html": null, |
| "content": "<table/>", |
| "type_str": "table", |
| "num": null |
| } |
| } |
| } |
| } |