| { |
| "paper_id": "H93-1049", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T03:30:14.881011Z" |
| }, |
| "title": "HYPOTHESIZING UNTAGGED TEXT WORD ASSOCIATION FROM", |
| "authors": [ |
| { |
| "first": "Tomoyoshi", |
| "middle": [], |
| "last": "Matsukawa", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "BBN Systems and Technologies", |
| "location": { |
| "addrLine": "70 Fawcett St", |
| "postCode": "02138", |
| "settlement": "Cambridge", |
| "region": "MA" |
| } |
| }, |
| "email": "" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "This paper reports a new method for suggesting word associations, based on a greedy algorithm that employs Chisquare statistics on joint frequencies of pairs of word groups compared against chance co-occurrence. The benefits of this new approach are: 1) we can consider even low frequency words and word pairs, and 2) word groups and word associations can be automatically generated. The method provided 87% accuracy in hypothesizing word associations for unobserved combinations of words in Japanese text.", |
| "pdf_parse": { |
| "paper_id": "H93-1049", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "This paper reports a new method for suggesting word associations, based on a greedy algorithm that employs Chisquare statistics on joint frequencies of pairs of word groups compared against chance co-occurrence. The benefits of this new approach are: 1) we can consider even low frequency words and word pairs, and 2) word groups and word associations can be automatically generated. The method provided 87% accuracy in hypothesizing word associations for unobserved combinations of words in Japanese text.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Using mutual information for measuring word association has become popular since [Church and Hanks, 1990] defined word association ratio as mutual information between two words. Word association ratios are a promising tool for lexicography, but there seem to be at least two limitations to the method: 1) much data with low frequency words or word pairs cannot be used and 2) generalization of word usage still depends totally on lexicographers.", |
| "cite_spans": [ |
| { |
| "start": 81, |
| "end": 105, |
| "text": "[Church and Hanks, 1990]", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "INTRODUCTION", |
| "sec_num": "1." |
| }, |
| { |
| "text": "In this paper, we propose an alternative (or extended) method for suggesting word associations using Chi-square statistics, which can be viewed as an approximation to mutual information. Rather than considering significance of joint frequencies of word pairs as [Church and Hanks, 1990 ] did, our algorithm uses joint frequencies of pairs of word groups instead. The algorithm employs a hillclimbing search for a pair of word groups that occur significantly frequently.", |
| "cite_spans": [ |
| { |
| "start": 262, |
| "end": 285, |
| "text": "[Church and Hanks, 1990", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "INTRODUCTION", |
| "sec_num": "1." |
| }, |
| { |
| "text": "The benefits of this new approach are: 1) that we can consider even low frequency words and word pairs, and", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "INTRODUCTION", |
| "sec_num": "1." |
| }, |
| { |
| "text": "2) that word groups or word associations can be automatically generated, .namely automatic hypothesis of word associations, which can later be reviewed by a lexicographer.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "INTRODUCTION", |
| "sec_num": "1." |
| }, |
| { |
| "text": "3) word associations can be used in parsing and understanding natural language, as well as in natural language generation [Smadja and McKeown, 1990] .", |
| "cite_spans": [ |
| { |
| "start": 122, |
| "end": 148, |
| "text": "[Smadja and McKeown, 1990]", |
| "ref_id": "BIBREF6" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "INTRODUCTION", |
| "sec_num": "1." |
| }, |
| { |
| "text": "Our method proved to be 87% accurate in hypothesizing word associations for unobserved combinations of words in Japanese text, where accuracy was tested by human verification of a random sample of hypothesized word pairs. We extracted 14,407 observations of word co-occurrences, involving 3,195 nouns and 4,365 verb/argument pairs. Out of this we hypothesized 7,050 word associations. The corpus size was 280,000 words. We would like to apply the same approach to English.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "INTRODUCTION", |
| "sec_num": "1." |
| }, |
| { |
| "text": "Some previous work (e.g., [Weischedel, et al., 1990] ) found verb-argument associations from bracketed text, such as that in TREEBANK; however, this paper, and related work has hypothesized word associations from untagged text. [Hindle 1990 ] confirmed that word association ratios can be used for measuring similarity between nouns. For example, \"ship\", \"plane\", \"bus\", etc., were automatically ranked as similar to \"boat\". [Resnik 1992 ] reported a word association ratio for identifying noun classes from a preexisting hierarchy as selectional constraints on the object of a verb. [Brown et.al. 1992] proves that, under the assumption of a bi-gram class model, the perplexity of a corpus is minimized when the average mutual information between word classes is maximized. Based on that fact, they cluster words via a greedy search algorithm which finds a local maximum in average mutual information.", |
| "cite_spans": [ |
| { |
| "start": 26, |
| "end": 52, |
| "text": "[Weischedel, et al., 1990]", |
| "ref_id": null |
| }, |
| { |
| "start": 228, |
| "end": 240, |
| "text": "[Hindle 1990", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 425, |
| "end": 437, |
| "text": "[Resnik 1992", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 584, |
| "end": 603, |
| "text": "[Brown et.al. 1992]", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "RELATED WORK", |
| "sec_num": "2." |
| }, |
| { |
| "text": "Our algorithm considers joint frequencies of pairs of word groups (as [Brown et. al. 1992 ] does) in contrast to joint frequencies of word pairs as in [Church and Hanks, 1990] and [Hindle 1990 ]. Here a word group means any subset of the whole set of words. For example, \"ship,\" \"plane,\" \"boat\" and \"car\" may be a word group. The algorithm will find pairs of such word groups. Another similarity to [Brown et. al. 1992] 's clustering algorithm is the use of greedy search for a pair of word groups that occur significantly frequently, using an evaluation function based on mutual information between classes.", |
| "cite_spans": [ |
| { |
| "start": 70, |
| "end": 89, |
| "text": "[Brown et. al. 1992", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 151, |
| "end": 175, |
| "text": "[Church and Hanks, 1990]", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 180, |
| "end": 192, |
| "text": "[Hindle 1990", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 399, |
| "end": 419, |
| "text": "[Brown et. al. 1992]", |
| "ref_id": "BIBREF1" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "RELATED WORK", |
| "sec_num": "2." |
| }, |
| { |
| "text": "On the other hand, unlike [Brown et. al. 1992] , we assume some automatic syntactic analysis of the corpus, namely part-of-speech analysis and at least finite-state approximations to syntactic dependencies. Moreover, the clustering is done depth first, not breadth first as [Brown et. al. 1992] , i.e., clusters are hypothesized one by one, not in parallel.", |
| "cite_spans": [ |
| { |
| "start": 26, |
| "end": 46, |
| "text": "[Brown et. al. 1992]", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 274, |
| "end": 294, |
| "text": "[Brown et. al. 1992]", |
| "ref_id": "BIBREF1" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "RELATED WORK", |
| "sec_num": "2." |
| }, |
| { |
| "text": "The method consists of three phases:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "OVERVIEW OF THE METHOD", |
| "sec_num": "3." |
| }, |
| { |
| "text": "1) Automatic part of speech tagging of text. First, texts are labeled by our probabilistic part of speech tagger (POST) which has been extended for Japanese morphological processing [Matsukawa et. al. 1993] . This is fully automatic; human review is not necessary under the assumption that the tagger has previously been trained on appropriate text [Meteer et. al. 1991] 1", |
| "cite_spans": [ |
| { |
| "start": 182, |
| "end": 206, |
| "text": "[Matsukawa et. al. 1993]", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 349, |
| "end": 370, |
| "text": "[Meteer et. al. 1991]", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "OVERVIEW OF THE METHOD", |
| "sec_num": "3." |
| }, |
| { |
| "text": "2) Finite state pattern matching.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "OVERVIEW OF THE METHOD", |
| "sec_num": "3." |
| }, |
| { |
| "text": "Second, a finite-state pattern matcher with patterns representing possible grammatical relations, such as verb/argument pairs, nominal compounds, etc. is run over the sample text to suggest word pairs which will be considered candidates for word associations. As a result, we get a word cooccurrence matrix. Again, no human review of the pattern matching is assumed.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "OVERVIEW OF THE METHOD", |
| "sec_num": "3." |
| }, |
| { |
| "text": "3) Filtering/Generalization of word associations via Chi-square.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "OVERVIEW OF THE METHOD", |
| "sec_num": "3." |
| }, |
| { |
| "text": "Third, given the word co-occurrence matrix, the program starts from an initial pair of word groups (or a submatrix in the matrix), incrementally adding into the submatrix a word which locally gives the highest Chisquare score to the submatrix. Finally, words are removed which give a higher Chisquare score by their removal. By adding and removing words until reaching an appropriate significance level, we get a submatrix as a hypothesis of word associations between the cluster of words represented as rows in the submatrix and the cluster of words represented as columns in the submatrix.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "OVERVIEW OF THE METHOD", |
| "sec_num": "3." |
| }, |
| { |
| "text": "1 In our experience thus far in three domains and in both Japanese and English, while retraining POST on domainspecific data would reduce the error rate, the effect on overall performance of the system in data extraction from text has been small enough to make retraining unnecessary. The effect of domain-specific lexical entries (e.g., DRAM is a noun in microelectronics) often mitigates the need to retrain.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "WORD SEGMENTATION AND PART OF SPEECH LABELING", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Since in Japanese word separators such as spaces are not present, words must be segmented before we assign part of speech to words. To do this, we use JUMAN from Kyoto University to segment Japanese text into words, AMED, an example-based segmentation corrector, and a Hidden Markov Model (POST) [Matsukawa, et. al. 1993] . For example, POST processes an input text such as the following:", |
| "cite_spans": [ |
| { |
| "start": 296, |
| "end": 321, |
| "text": "[Matsukawa, et. al. 1993]", |
| "ref_id": "BIBREF7" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "WORD SEGMENTATION AND PART OF SPEECH LABELING", |
| "sec_num": "4" |
| }, |
| { |
| "text": "and ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "WORD SEGMENTATION AND PART OF SPEECH LABELING", |
| "sec_num": "4" |
| }, |
| { |
| "text": "We use the following finite state patterns for extracting possible Japanese verb/argument word co-occurrences from automatically segmented and tagged Japanese text. Completely different patterns would be used for English. Since argument structure in Japanese is marked by postpositions, i.e., case markers (i.e., \"o,\" \"ga\") and partic?,es (e.g., \"ni,\" \"kara,\" . . .), word combinations matched with the patterns will represent associations between a noun filling a particular argument type (e.g., \"o\") and a verb. Note that topic markers (TM; i.e., \"wa\") and toritate markers (TTM; e.g.\"mo\", \"sae\", ...) are not included in the pattern since these do not uniquely identify the case of the argument.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "FINITE STATE PATTERN MATCHING", |
| "sec_num": "5." |
| }, |
| { |
| "text": "Just as in English, the arguments of a verb in Japanese may be quite distant from the verb; adverbial phrases and scrambling are two cases that may separate a verb from its argument(s). We approximate this in a finite state machine by allowing words to be skipped. In our experiment, up to four words could be skipped. As shown in Figure 1 , matching an argument structure varies from distance 0 to 4.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 331, |
| "end": 339, |
| "text": "Figure 1", |
| "ref_id": "FIGREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "PN", |
| "sec_num": null |
| }, |
| { |
| "text": "By limiting the algorithm to a maximum of four word gaps, and by not considering the ambiguous cases of topic markers and taritate markers, we have chosen to limit the cases considered in favor of high accuracy in automatically hypothesizing word associations. [Brent, 1991] similarly limited what his algorithm could learn in favor of high accuracy.", |
| "cite_spans": [ |
| { |
| "start": 261, |
| "end": 274, |
| "text": "[Brent, 1991]", |
| "ref_id": "BIBREF0" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "PN", |
| "sec_num": null |
| }, |
| { |
| "text": "VIA CHI-SQUARE Word combinations found via the finite state patterns include a noun, postposition, and a verb. A two dimensional matrix (a word co-occurrence matrix) is formed, where the columns are nouns, and the rows are pairs of a verb plus postposifion. The cells of the matrix are the frequency of the noun (column element) cooccurring in the given case with that verb (row element).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "FILTERING AND GENERALIZATION", |
| "sec_num": "6." |
| }, |
| { |
| "text": "Starting from a submatrix, the algorithm successively adds to the submatfix the word with the largest Chi-square score among all words outside the submatrix. Words are added until a local maximum is reached. Finally, the appropriateness of the submatrix as a hypothesis of word associations is checked with heuristic criteria based on the sizes of the row and the column of the submatrix. Currently, we use the following criteria for appropriateness of a submatrix:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "FILTERING AND GENERALIZATION", |
| "sec_num": "6." |
| }, |
| { |
| "text": "LET 1 : size of row of submatfix m : size of column of submatrix C1, C2, C3 : parameters IF 1 > C1, and m > C1, and 1 > C2 or m/l < C3, and m > C2 or l/m < C3 THEN the submatrix is appropriate.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "FILTERING AND GENERALIZATION", |
| "sec_num": "6." |
| }, |
| { |
| "text": "For any submatrix found, the co-occurrence observations for the clustered words are removed from the word cooccurrence matrix and treated as a single column of clustered nouns and a single row of clustered verb plus case pairs. Currently, we use the following values for the parameters: C1=2, C2=10, and C3=10. Table 1 . shows an example of clustering starting from the initial submatrix shown in Figure 2 . The words in Figure 2 were manually selected as words meaning \"organization.\" In Table 1 , the first (leftmost) column indicates the word which was added to the submatfix at each step. The second column gives an English gloss of the word. The third column reports fix,Y), the frequency of the co-occurrences between the word and the words that co-occur with it. For example, the first line of the table shows that the word \"~/~L\" (establish/-acc) co-occurred with the \"organization\" words 26 times. The rightmost column specifies I(X,Y), the scaled mutual information between the rows and columns of the submatrix. As the clustering proceeds, I(X,Y) gets larger. 7 6 5 4 5 6 6 7 6 3 3 4 3 3 5 7 3 4 3 3 3 3 3 3 5 3 3 3 4 4 9 5 5 4 3 4 5 5 5 4 3 ", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 311, |
| "end": 318, |
| "text": "Table 1", |
| "ref_id": null |
| }, |
| { |
| "start": 397, |
| "end": 405, |
| "text": "Figure 2", |
| "ref_id": "FIGREF2" |
| }, |
| { |
| "start": 421, |
| "end": 430, |
| "text": "Figure 2", |
| "ref_id": "FIGREF2" |
| }, |
| { |
| "start": 490, |
| "end": 497, |
| "text": "Table 1", |
| "ref_id": null |
| }, |
| { |
| "start": 1072, |
| "end": 1193, |
| "text": "7 6 5 4 5 6 6 7 6 3 3 4 3 3 5 7 3 4 3 3 3 3 3 3 5 3 3 3 4 4 9 5 5 4 3 4 5 5 5 4 3", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "FILTERING AND GENERALIZATION", |
| "sec_num": "6." |
| }, |
| { |
| "text": "Using 280,000 words of Japanese source text from the TIPSTER joint ventures domain, we tried several variations of the initial submatrices (word groups) from which the search in step three of the method starts: a) complete bipartite subgraphs, b) pre-classified noun groups and c) significantly frequent word pairs.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "EVALUATION", |
| "sec_num": "7." |
| }, |
| { |
| "text": "Based on the results of the experiments, we concluded that alternative (b) gives both the most accurate word associations and the highest coverage of word associations. This technique is practical because classification of nouns is generally much simpler than that of verbs. We don't propose any automatic algorithm to accomplish noun classification, but instead note that we were able to manually classify nouns in less than ten categories at about 500 words/hour. That productivity was achieved using our new tool for manual word classification, which is partially inspired by EDR's way of classifying their semantic lexical data [Matsukawa and Yokota, 1991 ] .", |
| "cite_spans": [ |
| { |
| "start": 632, |
| "end": 661, |
| "text": "[Matsukawa and Yokota, 1991 ]", |
| "ref_id": "BIBREF8" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "EVALUATION", |
| "sec_num": "7." |
| }, |
| { |
| "text": "Based on a corpus of 280,000 words in the TIPSTER joint ventures domain, the most frequently occurring Japanese nouns, proper nouns, and verbs were automatically identified. Then, a student classified the frequently occurring nouns into one of the twelve categories in (1) below, and each frequently occurring proper noun into one of the four categories in (2) below, using a menu-based tool, we were able to categorize 3,195 lexical entries in 12 person-hours. 3 These categories were then used as input to the word co-occurrence algorithm.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "EVALUATION", |
| "sec_num": "7." |
| }, |
| { |
| "text": "1. Using the 280,000 word joint venture corpus, we collected 14,407 word co-occurrences, involving 3,195 nouns and 4,365 verb/argument pairs, by the finite state pattern given in Section 5. 16 submatrices were clustered, grouping 810 observed word co-occurrences and 6,240 unobserved (or hypothesized) word co-occurrences. We evaluated the accuracy of the system by manual review of a random sample of 500 hypothesized word co-occurrences. Of these, 435, or 87% were judged reasonable. This ratio is fine compared with a random sample of 500 arbitrary word cooccurrences between the 3,195 nouns and the 4,365 verb/argument pairs, of which only 153 (44%) were judged reasonable. Table 2 below shows some examples judged reasonable; questionable examples are marked by \"?\"; unreasonable hypotheses are marked with an asterisk.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 678, |
| "end": 685, |
| "text": "Table 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "EVALUATION", |
| "sec_num": "7." |
| }, |
| { |
| "text": "With a small corpus (280,000 words) such as ours, considering small frequency co-occurrences is critical. Looking at Table 3 below, if we had to ignore cooccurrences with frequency less than five (as [Church and Hanks 1990 ] did), there would be very little data. With our method, as long as the frequency of co-occurrence of the word being considered with the set is greater than two, the statistic is stable.", |
| "cite_spans": [ |
| { |
| "start": 200, |
| "end": 222, |
| "text": "[Church and Hanks 1990", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 117, |
| "end": 124, |
| "text": "Table 3", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "EVALUATION", |
| "sec_num": "7." |
| }, |
| { |
| "text": "We divided the process of classifying common nouns into two phases; classification into the four categories la, lb, lc and ld, and further classification into the twelve categories. As a result, each word was checked twice. We found that using two phases generally improves both overall productivity and consistency.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": " Pairs 0 6240 1 631 2 113 3 36 4 18 5 4 6 2 7 3 9 1 10 1 16 1 ", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 1, |
| "end": 69, |
| "text": "Pairs 0 6240 1 631 2 113 3 36 4 18 5 4 6 2 7 3 9", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Number of Word", |
| "sec_num": null |
| }, |
| { |
| "text": "Our method achieved fully automatic hypothesis of word associations, starting from untagged text and generalizing to unobserved word associations. As a result of human review 87% of the hypotheses were judged to be reasonable. Because the technique considers low frequency cases, most of the data was used in making generalizations.It remains to be determined how well this method will work for English, but with appropriate finite state patterns, similar results may be achieved.(owner) (take office/as) A T T ~' 6/~X (AT&T) ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "CONCLUSION", |
| "sec_num": "8." |
| }, |
| { |
| "text": "The author wishes to thank Madeleine Bates, Ralph Weischedel and Sean Boisen for significant contributions to this paper.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "ACKNOWLEDGMENTS", |
| "sec_num": null |
| }, |
| { |
| "text": "Chi-square score is given by the following formula :where .,~ Y= columns and rows of a word co-occurrence matrix X, Y = subsets of X~ Y, respectively (i.e. word classes at the columns and the rows)This can be justified as follows.According to [Hoel 1971 ], the likelihood ratio LAMBDA for a test of the hypothesis: p(i) = po(i) (i = 1, 2 ..... k), where p(i) is the probability of case i and po(i) is a hypothesized probability of it, when observations are independent of each other, is given as:where n(i) is the number of observations of case i, and e(i) is its expectation, i.e., e(i) = n p(i), where n is the total number of observations.The distribution is chi-square when n is large. If we assume two word classes, ci and cj, occur independently, then the expected value of the probability of their cooccurrence will be, e(ci, cj)= n p(ci) p(cj)where p(ci) and p(cj) are estimations of the probability of occurrence of ci and cj. The maximum likelihood estimate of p(ci) and p(cj) is f(ci)/n and f(cj)/n, where f(cj) and f(cj) are the number of observations of words classified in ci and cj. The maximum likelihood estimate of p(ci, cj), the probability of the co-occurrences of words in ci and cj, is f(ci, cj)/n, where f(ci, cj) is the number of observations of the co-occurrences. Then the number of the co-occurrences n(ci, cj) (which is the same as f(ci, cj) ) can be represented as, n(ci, cj)= n p(ci, cj)Therefore, given k classes, cl, c2 ..... ck, substituting (2) and (3) into (1).If n is large, this will have a chi-square distribution; therefore, we can estimate how unlikely our assumption of independence among word classes is. Since formula (4) gives a scaled average mutual information among the word classes, searching for a partition of words that provides maximum average mutual information among word classes is equivalent to seeking classes where independence among word classes is minimally likely. The algorithm reported in this paper searches for pairs of word classes which provide a local maximum I(X, Y), a term in the summation of formula (0).", |
| "cite_spans": [ |
| { |
| "start": 243, |
| "end": 253, |
| "text": "[Hoel 1971", |
| "ref_id": "BIBREF4" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "APPENDIX: JUSTIFICATION OF CHI SQUARE", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Automatic Acquisition of Subcategorization Frames from Untagged Text", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [ |
| "R" |
| ], |
| "last": "Brent", |
| "suffix": "" |
| } |
| ], |
| "year": 1991, |
| "venue": "Proceedings of the 29th annual Meeting of the ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "209--214", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Brent, M.R., (1991) \"Automatic Acquisition of Subcategorization Frames from Untagged Text,\" Proceedings of the 29th annual Meeting of the ACL, pp. 209-214.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Class-based N-gram Models of Natural Language", |
| "authors": [ |
| { |
| "first": "P", |
| "middle": [ |
| "F" |
| ], |
| "last": "Brown", |
| "suffix": "" |
| } |
| ], |
| "year": 1992, |
| "venue": "Computational Linguistics", |
| "volume": "18", |
| "issue": "4", |
| "pages": "467--479", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Brown, P.F., et. al., (1992) \"Class-based N-gram Models of Natural Language,\" Computational Linguistics Vol. 18 (4), pp. 467-479.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Word Association Norms, Mutual Information, and Lexicography", |
| "authors": [ |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Church", |
| "suffix": "" |
| }, |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Hanks", |
| "suffix": "" |
| } |
| ], |
| "year": 1990, |
| "venue": "Computational Linguistics", |
| "volume": "16", |
| "issue": "1", |
| "pages": "22--29", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Church, K. and Hanks, P., (1990) \"Word Association Norms, Mutual Information, and Lexicography,\" Computational Linguistics Vol. 16 (1), pp.22-29.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Noun Classification from Predicate-Argument Structures", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Hindle", |
| "suffix": "" |
| } |
| ], |
| "year": 1990, |
| "venue": "Proceedings of the 28th Annual Meeting of the ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "268--275", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hindle, D., (1990) \"Noun Classification from Predicate-Argument Structures,\" Proceedings of the 28th Annual Meeting of the ACL, pp. 268-275.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Introduction to Mathematical Statistics", |
| "authors": [ |
| { |
| "first": "P", |
| "middle": [ |
| "G" |
| ], |
| "last": "Hoel", |
| "suffix": "" |
| } |
| ], |
| "year": 1971, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hoel P. G., (1971): Introduction to Mathematical Statistics, Chapter 9. 2.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "A Class-based Approach to Lexical Discovery", |
| "authors": [ |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Resnik", |
| "suffix": "" |
| } |
| ], |
| "year": 1992, |
| "venue": "Proceedings of the 30th Annual Meeting of the ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "327--329", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Resnik, P., (1992) \"A Class-based Approach to Lexical Discovery,\" Proceedings of the 30th Annual Meeting of the ACL, pp. 327-329.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Automatically Extracting and Representing Collocations for Language Generation", |
| "authors": [ |
| { |
| "first": "F", |
| "middle": [ |
| "A" |
| ], |
| "last": "Smadja", |
| "suffix": "" |
| }, |
| { |
| "first": "K", |
| "middle": [ |
| "R" |
| ], |
| "last": "Mckeown", |
| "suffix": "" |
| } |
| ], |
| "year": 1990, |
| "venue": "Proceedings of the 28th Annual Meeting of the ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "252--259", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Smadja F.A. and McKeown, K.R., (1990) \"Automatically Extracting and Representing Collocations for Language Generation,\" Proceedings of the 28th Annual Meeting of the ACL, pp. 252-259.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Example-based Correction of Word Segmentation and Part of Speech Labelling", |
| "authors": [ |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Matsukawa", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Miller", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Weischedel", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "Proceedings of DARPA Human Language Technologies Workshop", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Matsukawa T., Miller S. and Weischedel R. (1993) \"Example-based Correction of Word Segmentation and Part of Speech Labelling,\" Proceedings of DARPA Human Language Technologies Workshop.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Development of the Concept Dictionary -Implementation of Lexical Knowledge", |
| "authors": [ |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Matsukawa", |
| "suffix": "" |
| }, |
| { |
| "first": "E", |
| "middle": [], |
| "last": "Yokota", |
| "suffix": "" |
| } |
| ], |
| "year": 1991, |
| "venue": "Proc. of pre-conference workshop sponsored by the special Interest Group on the Lexicon (SIGLEX) of the Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Matsukawa, T. and Yokota, E. (1991) \"Development of the Concept Dictionary -Implementation of Lexical Knowledge,\" Proc. of pre-conference workshop sponsored by the special Interest Group on the Lexicon (SIGLEX) of the Association for Computational Linguistics, 1991.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Partial Parsing: A Report on Work in Progress", |
| "authors": [ |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Weischedel", |
| "suffix": "" |
| } |
| ], |
| "year": 1991, |
| "venue": "Proceedings of the Workshop on Speech and Natural Language", |
| "volume": "", |
| "issue": "", |
| "pages": "204--210", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Weischedel, R. et al. (1991) \"Partial Parsing: A Report on Work in Progress,\" Proceedings of the Workshop on Speech and Natural Language, pp. 204- 210.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "uris": null, |
| "num": null, |
| "type_str": "figure", |
| "text": "produces tagged text such as: 2 --~j/CONJ, /TT ~/CN ~/CN ~,~/rM ~_:~)~:~.,/PN O/NCM ~ ~/SN ::[~,~/CN \"~/CM L./ADV. /IT ~/CN IJCN ~/NCM ~'~#2/ADJ ~..jCN Q)/NCM .Jzff/./CN ~[Iii~/CN I/~'T/CN ~/NCM ~_ ~/FN \"~/PT, [FT ~ 2[s;/PN ~TPT ~/NCM ~/CM ~]~t-~ ~/VB ~,~$/VSUF \u00b0 /KT" |
| }, |
| "FIGREF1": { |
| "uris": null, |
| "num": null, |
| "type_str": "figure", |
| "text": "PT \"'\" SN SN where CN = common noun PN = proper name SN = Sa-inflection noun (nominal verb) CM = case marker (-nom/-acc argument) PT = particle (other arguments) VB = verb Here, the first part (CN, PN or SN) represents a noun. Since in Japanese the head noun of a noun phrase is always at the right end of the phrase, this part should always match a head noun. The second part (CM or PT) represents a postposition which identifies an argument of a verb. The final pattern element (VB or SN) represents a verb. Sainflection nouns (SN) are nominalized verbs which form a verb phrase with the morpheme \"suru.\" 2 CONJ = conjunction; Tr = Japanese comma; CN = common noun; TM = Topic marker; PN -proper noun; etc. ]j--t~/CN ~:'~_/CN k/PT ~J~/'SN xJ-&/VB ~ ~/FN \"~TPT .... 7 9 MX/PN 0)/NCM ~_~/CN ~/PT ~a~/CN ~i~}~t~/SN ~/CM L~NB ... ~I]Z~/ADJ ~:~t/CN ~/'PT \"~'/~--b/CN ]J\u00a2/CM ~i~l~/SN L~NB ... Examples of Pattern Matches with Skipping over Words." |
| }, |
| "FIGREF2": { |
| "uris": null, |
| "num": null, |
| "type_str": "figure", |
| "text": "~_~(company), ;~k:~l](head quarter), mS(organization), ~(coorporation), iitij:~.J:(both companies), ~(school), ~:~t](the company), zj~:~i(child company), ~l~(bank), ~/~(department store), ~t~t~]~(agency), ~n0(coop.), ~j:~IXbusiness company), ~.~(city bank), ~)~(stand), ~-~ ~[~l~(trust bank), 3~/~(branch), ~-~ ~(credit association), :~k)~(head store), ~--~--(university), :~-:~(each company), --~] ~--~ (department store), JAR(agriculture cooperative), --~ --(maker), :~:)~(book store), if\" L,\" I~')-~j(TV station), 7\u00b0~ :Y\" ~ ~ ~ M(agency), X --)'\u00a2~(superrnarket), \u00a2~[~tXjoint-stock corporation), ~(doctoFs office), )~(all stores) The initial word group (submatrix) for the clustering shown inTable 1." |
| } |
| } |
| } |
| } |