ACL-OCL / Base_JSON /prefixP /json /P96 /P96-1006.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "P96-1006",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T09:03:00.491033Z"
},
"title": "Integrating Multiple Knowledge Sources to Disambiguate Word Sense: An Exemplar-Based Approach",
"authors": [
{
"first": "Hwee",
"middle": [
"Tou"
],
"last": "Ng",
"suffix": "",
"affiliation": {},
"email": ""
},
{
"first": "Hian",
"middle": [
"Beng"
],
"last": "Lee",
"suffix": "",
"affiliation": {},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "In this paper, we present a new approach for word sense disambiguation (WSD) using an exemplar-based learning algorithm. This approach integrates a diverse set of knowledge sources to disambiguate word sense, including part of speech of neighboring words, morphological form, the unordered set of surrounding words, local collocations, and verb-object syntactic relation. We tested our WSD program, named LEXAS, on both a common data set used in previous work, as well as on a large sense-tagged corpus that we separately constructed. LEXAS achieves a higher accuracy on the common data set, and performs better than the most frequent heuristic on the highly ambiguous words in the large corpus tagged with the refined senses of WoRDNET.",
"pdf_parse": {
"paper_id": "P96-1006",
"_pdf_hash": "",
"abstract": [
{
"text": "In this paper, we present a new approach for word sense disambiguation (WSD) using an exemplar-based learning algorithm. This approach integrates a diverse set of knowledge sources to disambiguate word sense, including part of speech of neighboring words, morphological form, the unordered set of surrounding words, local collocations, and verb-object syntactic relation. We tested our WSD program, named LEXAS, on both a common data set used in previous work, as well as on a large sense-tagged corpus that we separately constructed. LEXAS achieves a higher accuracy on the common data set, and performs better than the most frequent heuristic on the highly ambiguous words in the large corpus tagged with the refined senses of WoRDNET.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "One important problem of Natural Language Processing (NLP) is figuring out what a word means when it is used in a particular context. The different meanings of a word are listed as its various senses in a dictionary. The task of Word Sense Disambiguation (WSD) is to identify the correct sense of a word in context. Improvement in the accuracy of identifying the correct word sense will result in better machine translation systems, information retrieval systems, etc. For example, in machine translation, knowing the correct word sense helps to select the appropriate target words to use in order to translate into a target language.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "In this paper, we present a new approach for WSD using an exemplar-based learning algorithm. This approach integrates a diverse set of knowledge sources to disambiguate word sense, including part of speech (POS) of neighboring words, morphological form, the unordered set of surrounding words, local collocations, and verb-object syntactic relation. To evaluate our WSD program, named LEXAS (LEXical Ambiguity-resolving _System), we tested it on a common data set involving the noun \"interest\" used by Bruce and Wiebe (Bruce and Wiebe, 1994) . LEXAS achieves a mean accuracy of 87.4% on this data set, which is higher than the accuracy of 78% reported in (Bruce and Wiebe, 1994) .",
"cite_spans": [
{
"start": 502,
"end": 541,
"text": "Bruce and Wiebe (Bruce and Wiebe, 1994)",
"ref_id": "BIBREF2"
},
{
"start": 655,
"end": 678,
"text": "(Bruce and Wiebe, 1994)",
"ref_id": "BIBREF2"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Moreover, to test the scalability of LEXAS, we have acquired a corpus in which 192,800 word occurrences have been manually tagged with senses from WORD-NET, which is a public domain lexical database containing about 95,000 word forms and 70,000 lexical concepts (Miller, 1990) . These sense tagged word occurrences consist of 191 most frequently occurring and most ambiguous nouns and verbs. When tested on this large data set, LEXAS performs better than the default strategy of picking the most frequent sense. To our knowledge, this is the first time that a WSD program has been tested on such a large scale, and yielding results better than the most frequent heuristic on highly ambiguous words with the refined sense distinctions of WOttDNET.",
"cite_spans": [
{
"start": 262,
"end": 276,
"text": "(Miller, 1990)",
"ref_id": "BIBREF13"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The input to a WSD program consists of unrestricted, real-world English sentences. In the output, each word occurrence w is tagged with its correct sense (according to the context) in the form of a sense number i, where i corresponds to the i-th sense definition of w as given in some dictionary. The choice of which sense definitions to use (and according to which dictionary) is agreed upon in advance.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Task Description",
"sec_num": "2"
},
{
"text": "For our work, we use the sense definitions as given in WORDNET, which is comparable to a good desktop printed dictionary in its coverage and sense distinction. Since WO\u2022DNET only provides sense definitions for content words, (i.e., words in the parts of speech (POS) noun, verb, adjective, and adverb), LEXAS is only concerned with disambiguating the sense of content words. However, almost all existing work in WSD deals only with disambiguating content words too.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Task Description",
"sec_num": "2"
},
{
"text": "LEXAS assumes that each word in an input sen-tence has been pre-tagged with its correct POS, so that the possible senses to consider for a content word w are only those associated with the particular POS of w in the sentence. For instance, given the sentence \"A reduction of principal and interest is one way the problem may be solved.\", since the word \"interest\" appears as a noun in this sentence, LEXAS will only consider the noun senses of \"interest\" but not its verb senses. That is, LEXAS is only concerned with disambiguating senses of a word in a given POS. Making such an assumption is reasonable since POS taggers that can achieve accuracy of 96% are readily available to assign POS to unrestricted English sentences (Brill, 1992; Cutting et al., 1992) . In addition, sense definitions are only available for root words in a dictionary. These are words that are not morphologically inflected, such as \"interest\" (as opposed to the plural form \"interests\"), \"fall\" (as opposed to the other inflected forms like \"fell\", \"fallen\", \"falling\", \"falls\"), etc. The sense of a morphologically inflected content word is the sense of its uninflected form. LEXAS follows this convention by first converting each word in an input sentence into its morphological root using the morphological analyzer of WORD NET, before assigning the appropriate word sense to the root form.",
"cite_spans": [
{
"start": 727,
"end": 740,
"text": "(Brill, 1992;",
"ref_id": "BIBREF1"
},
{
"start": 741,
"end": 762,
"text": "Cutting et al., 1992)",
"ref_id": "BIBREF6"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Task Description",
"sec_num": "2"
},
{
"text": "3 Algorithm LEXAS performs WSD by first learning from a training corpus of sentences in which words have been pre-tagged with their correct senses. That is, it uses supervised learning, in particular exemplar-based learning, to achieve WSD. Our approach has been fully implemented in the program LExAs. Part of the implementation uses PEBLS (Cost and Salzberg, 1993; Rachlin and Salzberg, 1993) , a public domain exemplar-based learning system. LEXAS builds one exemplar-based classifier for each content word w. It operates in two phases: training phase and test phase. In the training phase, LEXAS is given a set S of sentences in the training corpus in which sense-tagged occurrences of w appear. For each training sentence with an occurrence of w, LEXAS extracts the parts of speech (POS) of words surrounding w, the morphological form of w, the words that frequently co-occur with w in the same sentence, and the local collocations containing w. For disambiguating a noun w, the verb which takes the current noun w as the object is also identified. This set of values form the features of an example, with one training sentence contributing one training example.",
"cite_spans": [
{
"start": 341,
"end": 366,
"text": "(Cost and Salzberg, 1993;",
"ref_id": "BIBREF5"
},
{
"start": 367,
"end": 394,
"text": "Rachlin and Salzberg, 1993)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Task Description",
"sec_num": "2"
},
{
"text": "Subsequently, in the test phase, LEXAS is given new, previously unseen sentences. For a new sentence containing the word w, LI~XAS extracts from the new sentence the values for the same set of features, including parts of speech of words surround-ing w, the morphological form of w, the frequently co-occurring words surrounding w, the local collocations containing w, and the verb that takes w as an object (for the case when w is a noun). These values form the features of a test example.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Task Description",
"sec_num": "2"
},
{
"text": "This test example is then compared to every training example. The sense of word w in the test example is the sense of w in the closest matching training example, where there is a precise, computational definition of \"closest match\" as explained later.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Task Description",
"sec_num": "2"
},
{
"text": "The first step of the algorithm is to extract a set F of features such that each sentence containing an occurrence of w will form a training example supplying the necessary values for the set F of features.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Feature Extraction",
"sec_num": "3.1"
},
{
"text": "Specifically, LEXAS uses the following set of features to form a training example: L3, L2, LI, 1~i, R2, R3, M, KI, . . . , Kin, el, ..., 69, V ",
"cite_spans": [
{
"start": 83,
"end": 86,
"text": "L3,",
"ref_id": null
},
{
"start": 87,
"end": 90,
"text": "L2,",
"ref_id": null
},
{
"start": 91,
"end": 94,
"text": "LI,",
"ref_id": null
},
{
"start": 95,
"end": 99,
"text": "1~i,",
"ref_id": null
},
{
"start": 100,
"end": 103,
"text": "R2,",
"ref_id": null
},
{
"start": 104,
"end": 107,
"text": "R3,",
"ref_id": null
},
{
"start": 108,
"end": 110,
"text": "M,",
"ref_id": null
},
{
"start": 111,
"end": 114,
"text": "KI,",
"ref_id": null
},
{
"start": 115,
"end": 122,
"text": ". . . ,",
"ref_id": null
},
{
"start": 123,
"end": 127,
"text": "Kin,",
"ref_id": null
},
{
"start": 128,
"end": 131,
"text": "el,",
"ref_id": null
},
{
"start": 132,
"end": 136,
"text": "...,",
"ref_id": null
},
{
"start": 137,
"end": 140,
"text": "69,",
"ref_id": null
},
{
"start": 141,
"end": 142,
"text": "V",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Feature Extraction",
"sec_num": "3.1"
},
{
"text": "The value of feature Li is the part of speech (POS) of the word i-th position to the left of w. The value of Ri is the POS of the word i-th position to the right of w. Feature M denotes the morphological form of w in the sentence s. For a noun, the value for this feature is either singular or plural; for a verb, the value is one of infinitive (as in the uninflected form of a verb like \"fall\"), present-third-person-singular (as in \"falls\"), past (as in \"fell\"), present-participle (as in \"falling\") or past-participle (as in \"fallen\"). The set of keywords K1,..., Km are determined based on conditional probability. All the word tokens other than the word occurrence w in a sentence s are candidates for consideration as keywords. These tokens are converted to lower case form before being considered as candidates for keywords.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Part of Speech and Morphological Form",
"sec_num": "3.1.1"
},
{
"text": "Let cp(ilk ) denotes the conditional probability of sense i of w given keyword k, where",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Part of Speech and Morphological Form",
"sec_num": "3.1.1"
},
{
"text": "Nk is the number of sentences in which keyword k cooccurs with w, and Ni,k is the number of sentences in which keyword k co-occurs with w where w has sense i.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Ni,k cp(ilk) = N~",
"sec_num": null
},
{
"text": "For a keyword k to be selected as a feature, it must satisfy the following criteria:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Ni,k cp(ilk) = N~",
"sec_num": null
},
{
"text": "1. cp(ilk ) >_ Mi for some sense i, where M1 is some predefined minimum probability.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Ni,k cp(ilk) = N~",
"sec_num": null
},
{
"text": "in some sense i, where /1//2 is some predefined minimum value.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The keyword k must occur at least M2 times",
"sec_num": "2."
},
{
"text": "3. Select at most M3 number of keywords for a given sense i if the number of keywords satisfying the first two criteria for a given sense i exceeds M3. In this case, keywords that co-occur more frequently (in terms of absolute frequency) with sense i of word w are selected over those co-occurring less frequently.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The keyword k must occur at least M2 times",
"sec_num": "2."
},
{
"text": "Condition 1 ensures that a selected keyword is indicative of some sense i of w since cp(ilk) is at least some minimum probability M1. Condition 2 reduces the possibility of selecting a keyword based on spurious occurrence. Condition 3 prefers keywords that co-occur more frequently if there is a large number of eligible keywords. For example, M1 = 0.8, Ms = 5, M3 = 5 when LEXAS was tested on the common data set reported in Section 4.1.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The keyword k must occur at least M2 times",
"sec_num": "2."
},
{
"text": "To illustrate, when disambiguating the noun \"interest\", some of the selected keywords are: expressed, acquiring, great, attracted, expressions, pursue, best, conflict, served, short, minority, rates, rate, bonds, lower, payments.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The keyword k must occur at least M2 times",
"sec_num": "2."
},
{
"text": "Local collocations are common expressions containing the word to be disambiguated. For our purpose, the term collocation does not imply idiomatic usage, just words that are frequently adjacent to the word to be disambiguated. Examples of local collocations of the noun \"interest\" include \"in the interest of\", \"principal and interest\", etc. When a word to be disambiguated occurs as part of a collocation, its sense can be frequently determined very reliably. For example, the collocation \"in the interest of\" always implies the \"advantage, advancement, favor\" sense of the noun \"interest\". Note that the method for extraction of keywords that we described earlier will fail to find the words \"in\", \"the\", \"of\" as keywords, since these words will appear in many different positions in a sentence for many senses of the noun \"interest\". It is only when these words appear in the exact order \"in the interest of\" around the noun \"interest\" that strongly implies the \"advantage, advancement, favor\" sense.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Local Collocations",
"sec_num": "3.1.3"
},
{
"text": "There are nine features related to collocations in an example. Table 1 lists the nine features and some collocation examples for the noun \"interest\". For example, the feature with left offset = -2 and right offset = 1 refers to the possible collocations beginning at the word two positions to the left of \"interest\" and ending at the word one position to the right of \"interest\". An example of such a collocation is \"in the interest of\".",
"cite_spans": [],
"ref_spans": [
{
"start": 63,
"end": 70,
"text": "Table 1",
"ref_id": "TABREF1"
}
],
"eq_spans": [],
"section": "Local Collocations",
"sec_num": "3.1.3"
},
{
"text": "The method for extraction of local collocations is similar to that for extraction of keywords. For each Left Offset Right Offset Collocation Example -1 -1 accrued interest 1 1 interest rate -2 -1 principal and interest -1 1 national interest in 1 2 interest and dividends -3 -1 sale of an interest -2 in the interest of -1 2 an interest in a 1 3 interest on the bonds Using similar conditional probability criteria for the selection of keywords, collocations that are predictive of a certain sense are selected to form the possible values for a collocation feature.",
"cite_spans": [],
"ref_spans": [
{
"start": 116,
"end": 291,
"text": "Right Offset Collocation Example -1 -1 accrued interest 1 1 interest rate -2 -1 principal and interest -1 1 national interest in 1 2 interest and dividends -3",
"ref_id": "TABREF1"
}
],
"eq_spans": [],
"section": "Local Collocations",
"sec_num": "3.1.3"
},
{
"text": "LEXAS also makes use of the verb-object syntactic relation as one feature V for the disambiguation of nouns. If a noun to be disambiguated is the head of a noun group, as indicated by its last position in a noun group bracketing, and if the word immediately preceding the opening noun group bracketing is a verb, LEXAS takes such a verb-noun pair to be in a verb-object syntactic relation. Again, using similar conditional probability criteria for the selection of keywords, verbs that are predictive of a certain sense of the noun to be disambiguated are selected to form the possible values for this verb-object feature V.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Verb-Object Syntactic Relation",
"sec_num": "3.1.4"
},
{
"text": "Since our training and test sentences come with noun group bracketing, determining verb-object relation using the above heuristic can be readily done. In future work, we plan to incorporate more syntactic relations including subject-verb, and adjectiveheadnoun relations.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Verb-Object Syntactic Relation",
"sec_num": "3.1.4"
},
{
"text": "We also plan to use verbobject and subject-verb relations to disambiguate verb senses.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Verb-Object Syntactic Relation",
"sec_num": "3.1.4"
},
{
"text": "The heart of exemplar-based learning is a measure of the similarity, or distance, between two examples. If the distance between two examples is small, then the two examples are similar. We use the following definition of distance between two symbolic values vl and v2 of a feature f: e(vl, v2) = I c1' cl c2, c. I i=1 Cl,i is the number of training examples with value vl for feature f that is classified as sense i in the training corpus, and C1 is the number of training examples with value vl for feature f in any sense.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Training and Testing",
"sec_num": "3.2"
},
{
"text": "C2,i and C2 denote similar quantities for value v2 of feature f. n is the total number of senses for a word W.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Training and Testing",
"sec_num": "3.2"
},
{
"text": "This metric for measuring distance is adopted from (Cost and Salzberg, 1993) , which in turn is adapted from the value difference metric of the earlier work of (Stanfill and Waltz, 1986) . The distance between two examples is the sum of the distances between the values of all the features of the two examples.",
"cite_spans": [
{
"start": 51,
"end": 76,
"text": "(Cost and Salzberg, 1993)",
"ref_id": "BIBREF5"
},
{
"start": 160,
"end": 186,
"text": "(Stanfill and Waltz, 1986)",
"ref_id": "BIBREF17"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Training and Testing",
"sec_num": "3.2"
},
{
"text": "During the training phase, the appropriate set of features is extracted based on the method described in Section 3.1. From the training examples formed, the distance between any two values for a feature f is computed based on the above formula.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Training and Testing",
"sec_num": "3.2"
},
{
"text": "During the test phase, a test example is compared against allthe training examples. LEXAS then determines the closest matching training example as the one with the minimum distance to the test example. The sense of w in the test example is the sense of w in this closest matching training example. If there is a tie among several training examples with the same minimum distance to the test example, LEXAS randomly selects one of these training examples as the closet matching training example in order to break the tie.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Training and Testing",
"sec_num": "3.2"
},
{
"text": "To evaluate the performance of LEXAS, we conducted two tests, one on a common data set used in (Bruce and Wiebe, 1994) , and another on a larger data set that we separately collected.",
"cite_spans": [
{
"start": 95,
"end": 118,
"text": "(Bruce and Wiebe, 1994)",
"ref_id": "BIBREF2"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation",
"sec_num": "4"
},
{
"text": "To our knowledge, very few of the existing work on WSD has been tested and compared on a common data set. This is in contrast to established practice in the machine learning community. This is partly because there are not many common data sets publicly available for testing WSD programs. One exception is the sense-tagged data set used in (Bruce and Wiebe, 1994) , which has been made available in the public domain by Bruce and Wiebe. This data set consists of 2369 sentences each containing an occurrence of the noun \"interest\" (or its plural form \"interests\") with its correct sense manually tagged. The noun \"interest\" occurs in six different senses in this data set. Table 2 shows the distribution of sense tags from the data set that we obtained. Note that the sense definitions used in this data set are those from Longman Dictionary of Contemporary English (LDOCE) (Procter, 1978) . This does not pose any problem for LEXAS, since LEXAS only requires that there be a division of senses into different classes, regardless of how the sense classes are defined or numbered.",
"cite_spans": [
{
"start": 340,
"end": 363,
"text": "(Bruce and Wiebe, 1994)",
"ref_id": "BIBREF2"
},
{
"start": 874,
"end": 889,
"text": "(Procter, 1978)",
"ref_id": "BIBREF15"
}
],
"ref_spans": [
{
"start": 673,
"end": 680,
"text": "Table 2",
"ref_id": "TABREF3"
}
],
"eq_spans": [],
"section": "Evaluation on a Common Data Set",
"sec_num": "4.1"
},
{
"text": "POS of words are given in the data set, as well as the bracketings of noun groups. These are used to determine the POS of neighboring words and the In the results reported in (Bruce and Wiebe, 1994) , they used a test set of 600 randomly selected sentences from the 2369 sentences. Unfortunately, in the data set made available in the public domain, there is no indication of which sentences are used as test sentences. As such, we conducted 100 random trials, and in each trial, 600 sentences were randomly selected to form the test set. LEXAS is trained on the remaining 1769 sentences, and then tested on a separate test set of sentences in each trial.",
"cite_spans": [
{
"start": 175,
"end": 198,
"text": "(Bruce and Wiebe, 1994)",
"ref_id": "BIBREF2"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation on a Common Data Set",
"sec_num": "4.1"
},
{
"text": "Note that in Bruce and Wiebe's test run, the proportion of sentences in each sense in the test set is approximately equal to their proportion in the whole data set. Since we use random selection of test sentences, the proportion of each sense in our test set is also approximately equal to their proportion in the whole data set in our random trials.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation on a Common Data Set",
"sec_num": "4.1"
},
{
"text": "The average accuracy of LEXAS over 100 random trials is 87.4%, and the standard deviation is 1.37%. In each of our 100 random trials, the accuracy of LEXAS is always higher than the accuracy of 78% reported in (Bruce and Wiebe, 1994) .",
"cite_spans": [
{
"start": 210,
"end": 233,
"text": "(Bruce and Wiebe, 1994)",
"ref_id": "BIBREF2"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation on a Common Data Set",
"sec_num": "4.1"
},
{
"text": "Bruce and Wiebe also performed a separate test by using a subset of the \"interest\" data set with only 4 senses (sense 1, 4, 5, and 6), so as to compare their results with previous work on WSD (Black, 1988; Zernik, 1990; Yarowsky, 1992) , which were tested on 4 senses of the noun \"interest\". However, the work of (Black, 1988; Zernik, 1990; Yarowsky, 1992) were not based on the present set of sentences, so the comparison is only suggestive. We reproduced in Table 3 the results of past work as well as the classification accuracy of LEXAS, which is 89.9% with a standard deviation of 1.09% over 100 random trials.",
"cite_spans": [
{
"start": 192,
"end": 205,
"text": "(Black, 1988;",
"ref_id": "BIBREF0"
},
{
"start": 206,
"end": 219,
"text": "Zernik, 1990;",
"ref_id": "BIBREF22"
},
{
"start": 220,
"end": 235,
"text": "Yarowsky, 1992)",
"ref_id": "BIBREF19"
},
{
"start": 313,
"end": 326,
"text": "(Black, 1988;",
"ref_id": "BIBREF0"
},
{
"start": 327,
"end": 340,
"text": "Zernik, 1990;",
"ref_id": "BIBREF22"
},
{
"start": 341,
"end": 356,
"text": "Yarowsky, 1992)",
"ref_id": "BIBREF19"
}
],
"ref_spans": [
{
"start": 460,
"end": 467,
"text": "Table 3",
"ref_id": "TABREF4"
}
],
"eq_spans": [],
"section": "Evaluation on a Common Data Set",
"sec_num": "4.1"
},
{
"text": "In summary, when tested on the noun \"interest\", LEXAS gives higher classification accuracy than previous work on WSD.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation on a Common Data Set",
"sec_num": "4.1"
},
{
"text": "In order to evaluate the relative contribution of the knowledge sources, including (1) POS and mor-WSD research Accuracy Black (1988) 72% Zernik (1990) 70% Yarowsky (1992) 72% Bruce & Wiebe (1994) 79% LEXhS (1996) 89% (3) local collocations; and (4) verb to the left (verb-object syntactic relation), we conducted 4 separate runs of 100 random trials each. In each run, we utilized only one knowledge source and compute the average classification accuracy and the standard deviation. The results are given in Table 4 .",
"cite_spans": [
{
"start": 121,
"end": 133,
"text": "Black (1988)",
"ref_id": "BIBREF0"
},
{
"start": 138,
"end": 151,
"text": "Zernik (1990)",
"ref_id": "BIBREF22"
},
{
"start": 156,
"end": 171,
"text": "Yarowsky (1992)",
"ref_id": "BIBREF19"
},
{
"start": 176,
"end": 196,
"text": "Bruce & Wiebe (1994)",
"ref_id": "BIBREF2"
},
{
"start": 201,
"end": 213,
"text": "LEXhS (1996)",
"ref_id": null
}
],
"ref_spans": [
{
"start": 509,
"end": 516,
"text": "Table 4",
"ref_id": "TABREF5"
}
],
"eq_spans": [],
"section": "Evaluation on a Common Data Set",
"sec_num": "4.1"
},
{
"text": "Local collocation knowledge yields the highest accuracy, followed by POS and morphological form. Surrounding words give lower accuracy, perhaps because in our work, only the current sentence forms the surrounding context, which averages about 20 words. Previous work on using the unordered set of surrounding words have used a much larger window, such as the 100-word window of (Yarowsky, 1992) , and the 2-sentence context of (Leacock et al., 1993) . Verb-object syntactic relation is the weakest knowledge source.",
"cite_spans": [
{
"start": 378,
"end": 394,
"text": "(Yarowsky, 1992)",
"ref_id": "BIBREF19"
},
{
"start": 427,
"end": 449,
"text": "(Leacock et al., 1993)",
"ref_id": "BIBREF10"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation on a Common Data Set",
"sec_num": "4.1"
},
{
"text": "Our experimental finding, that local collocations are the most predictive, agrees with past observation that humans need a narrow window of only a few words to perform WSD (Choueka and Lusignan, 1985) .",
"cite_spans": [
{
"start": 172,
"end": 200,
"text": "(Choueka and Lusignan, 1985)",
"ref_id": "BIBREF4"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation on a Common Data Set",
"sec_num": "4.1"
},
{
"text": "The processing speed of LEXAS is satisfactory. Running on an SGI Unix workstation, LEXAS can process about 15 examples per second when tested on the \"interest\" data set.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation on a Common Data Set",
"sec_num": "4.1"
},
{
"text": "Previous research on WSD tend to be tested only on a dozen number of words, where each word frequently has either two or a few senses. To test the scalability of LEXAS, we have gathered a corpus in which 192,800 word occurrences have been manually tagged with senses from WoRDNET 1.5. This data set is almost two orders of magnitude larger in size than the above \"interest\" data set. Manual tagging was done by university undergraduates majoring in Linguistics, and approximately one man-year of efforts were expended in tagging our data set. These 192,800 word occurrences consist of 121 nouns and 70 verbs which are the most frequently occurring and most ambiguous words of English. The 121 nouns are: action activity age air area art board body book business car case center century change child church city class college community company condition cost country course day death development difference door effect effort end example experience face fact family field figure foot force form girl government ground head history home hour house information interest job land law level life light line man material matter member mind moment money month name nation need number order part party picture place plan point policy position power pressure problem process program public purpose question reason result right room school section sense service side society stage state step student study surface system table term thing time town type use value voice water way word work world",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation on a Large Data Set",
"sec_num": "4.2"
},
{
"text": "The 70 verbs are: add appear ask become believe bring build call carry change come consider continue determine develop draw expect fall give go grow happen help hold indicate involve keep know lead leave lie like live look lose mean meet move need open pay raise read receive remember require return rise run see seem send set show sit speak stand start stop strike take talk tell think turn wait walk want work write For this set of nouns and verbs, the average number of senses per noun is 7.8, while the average number of senses per verb is 12.0. We draw our sentences containing the occurrences of the 191 words listed above from the combined corpus of the 1 million word Brown corpus and the 2.5 million word Wall Street Journal (WSJ) corpus. For every word in the two lists, up to 1,500 sentences each containing an occurrence of the word are extracted from the combined corpus. In all, there are about 113,000 noun occurrences and about 79,800 verb occurrences. This set of 121 nouns accounts for about 20% of all occurrences of nouns that one expects to encounter in any unrestricted English text. Similarly, about 20% of all verb occurrences in any unrestricted text come from the set of 70 verbs chosen.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation on a Large Data Set",
"sec_num": "4.2"
},
{
"text": "We estimate that there are 10-20% errors in our sense-tagged data set. To get an idea of how the sense assignments of our data set compare with those provided by WoRDNET linguists in SEMCOR, the sense-tagged subset of Brown corpus prepared by Miller et al. (Miller et al., 1994) 68.6% Table 5 : Evaluation on a Large Data Set a subset of the occurrences that overlap. Out of 5,317 occurrences that overlap, about 57% of the sense assignments in our data set agree with those in SEMCOR. This should not be too surprising, as it is widely believed that sense tagging using the full set of refined senses found in a large dictionary like WORDNET involve making subtle human judgments (Wilks et al., 1990; Bruce and Wiebe, 1994) , such that there are many genuine cases where two humans will not agree fully on the best sense assignments. We evaluated LEXAS on this larger set of noisy, sense-tagged data. We first set aside two subsets for testing. The first test set, named BC50, consists of 7,119 occurrences of the 191 content words that occur in 50 text files of the Brown corpus. The second test set, named WSJ6, consists of 14,139 occurrences of the 191 content words that occur in 6 text files of the WSJ corpus.",
"cite_spans": [
{
"start": 243,
"end": 278,
"text": "Miller et al. (Miller et al., 1994)",
"ref_id": "BIBREF14"
},
{
"start": 681,
"end": 701,
"text": "(Wilks et al., 1990;",
"ref_id": "BIBREF18"
},
{
"start": 702,
"end": 724,
"text": "Bruce and Wiebe, 1994)",
"ref_id": "BIBREF2"
}
],
"ref_spans": [
{
"start": 285,
"end": 292,
"text": "Table 5",
"ref_id": null
}
],
"eq_spans": [],
"section": "Evaluation on a Large Data Set",
"sec_num": "4.2"
},
{
"text": "We compared the classification accuracy of LEXAS against the default strategy of picking the most frequent sense. This default strategy has been advocated as the baseline performance level for comparison with WSD programs (Gale et al., 1992) . There are two instantiations of this strategy in our current evaluation. Since WORDNET orders its senses such that sense 1 is the most frequent sense, one possibility is to always pick sense 1 as the best sense assignment. This assignment method does not even need to look at the training sentences. We call this method \"Sense 1\" in Table 5 . Another assignment method is to determine the most frequently occurring sense in the training sentences, and to assign this sense to all test sentences. We call this method \"Most Frequent\" in Table 5 . The accuracy of LEXAS on these two test sets is given in Table 5 .",
"cite_spans": [
{
"start": 222,
"end": 241,
"text": "(Gale et al., 1992)",
"ref_id": "BIBREF7"
}
],
"ref_spans": [
{
"start": 577,
"end": 584,
"text": "Table 5",
"ref_id": null
},
{
"start": 779,
"end": 786,
"text": "Table 5",
"ref_id": null
},
{
"start": 846,
"end": 853,
"text": "Table 5",
"ref_id": null
}
],
"eq_spans": [],
"section": "Evaluation on a Large Data Set",
"sec_num": "4.2"
},
{
"text": "Our results indicate that exemplar-based classification of word senses scales up quite well when tested on a large set of words. The classification accuracy of LEXAS is always better than the default strategy of picking the most frequent sense. We believe that our result is significant, especially when the training data is noisy, and the words are highly ambiguous with a large number of refined sense distinctions per word.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation on a Large Data Set",
"sec_num": "4.2"
},
{
"text": "The accuracy on Brown corpus test files is lower than that achieved on the Wall Street Journal test files, primarily because the Brown corpus consists of texts from a wide variety of genres, including newspaper reports, newspaper editorial, biblical passages, science and mathematics articles, general fiction, romance story, humor, etc. It is harder to dis-ambiguate words coming from such a wide variety of texts.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation on a Large Data Set",
"sec_num": "4.2"
},
{
"text": "Related Work",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "5",
"sec_num": null
},
{
"text": "There is now a large body of past work on WSD. Early work on WSD, such as (Kelly and Stone, 1975; Hirst, 1987) used hand-coding of knowledge to perform WSD. The knowledge acquisition process is laborious. In contrast, LEXAS learns from tagged sentences, without human engineering of complex rules. The recent emphasis on corpus based NLP has resulted in much work on WSD of unconstrained realworld texts. One line of research focuses on the use of the knowledge contained in a machine-readable dictionary to perform WSD, such as (Wilks et al., 1990; Luk, 1995) . In contrast, LEXAS uses supervised learning from tagged sentences, which is also the approach taken by most recent work on WSD, including (Bruce and Wiebe, 1994; Miller et al., 1994; Leacock et al., 1993; Yarowsky, 1994; Yarowsky, 1993; Yarowsky, 1992) .",
"cite_spans": [
{
"start": 74,
"end": 97,
"text": "(Kelly and Stone, 1975;",
"ref_id": "BIBREF9"
},
{
"start": 98,
"end": 110,
"text": "Hirst, 1987)",
"ref_id": "BIBREF8"
},
{
"start": 529,
"end": 549,
"text": "(Wilks et al., 1990;",
"ref_id": "BIBREF18"
},
{
"start": 550,
"end": 560,
"text": "Luk, 1995)",
"ref_id": "BIBREF11"
},
{
"start": 701,
"end": 724,
"text": "(Bruce and Wiebe, 1994;",
"ref_id": "BIBREF2"
},
{
"start": 725,
"end": 745,
"text": "Miller et al., 1994;",
"ref_id": "BIBREF14"
},
{
"start": 746,
"end": 767,
"text": "Leacock et al., 1993;",
"ref_id": "BIBREF10"
},
{
"start": 768,
"end": 783,
"text": "Yarowsky, 1994;",
"ref_id": "BIBREF20"
},
{
"start": 784,
"end": 799,
"text": "Yarowsky, 1993;",
"ref_id": "BIBREF19"
},
{
"start": 800,
"end": 815,
"text": "Yarowsky, 1992)",
"ref_id": "BIBREF19"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "5",
"sec_num": null
},
{
"text": "The work of (Miller et al., 1994; Leacock et al., 1993; Yarowsky, 1992) used only the unordered set of surrounding words to perform WSD, and they used statistical classifiers, neural networks, or IR-based techniques. The work of (Bruce and Wiebe, 1994) used parts of speech (POS) and morphological form, in addition to surrounding words. However, the POS used are abbreviated POS, and only in a window of -b2 words. No local collocation knowledge is used. A probabilistic classifier is used in (Bruce and Wiebe, 1994) .",
"cite_spans": [
{
"start": 12,
"end": 33,
"text": "(Miller et al., 1994;",
"ref_id": "BIBREF14"
},
{
"start": 34,
"end": 55,
"text": "Leacock et al., 1993;",
"ref_id": "BIBREF10"
},
{
"start": 56,
"end": 71,
"text": "Yarowsky, 1992)",
"ref_id": "BIBREF19"
},
{
"start": 229,
"end": 252,
"text": "(Bruce and Wiebe, 1994)",
"ref_id": "BIBREF2"
},
{
"start": 494,
"end": 517,
"text": "(Bruce and Wiebe, 1994)",
"ref_id": "BIBREF2"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "5",
"sec_num": null
},
{
"text": "That local collocation knowledge provides important clues to WSD is pointed out in (Yarowsky, 1993) , although it was demonstrated only on performing binary (or very coarse) sense disambiguation. The work of (Yarowsky, 1994) is perhaps the most similar to our present work. However, his work used decision list to perform classification, in which only the single best disambiguating evidence that matched a target context is used. In contrast, we used exemplar-based learning, where the contributions of all features are summed up and taken into account in coming up with a classification. We also include verb-object syntactic relation as a feature, which is not used in (Yarowsky, 1994) . Although the work of (Yarowsky, i994) can be applied to WSD, the results reported in (Yarowsky, 1994) only dealt with accent restoration, which is a much simpler problem. It is unclear how Yarowsky's method will fare on WSD of a common test data set like the one we used, nor has his method been tested on a large data set with highly ambiguous words tagged with the refined senses of WORDNET.",
"cite_spans": [
{
"start": 83,
"end": 99,
"text": "(Yarowsky, 1993)",
"ref_id": "BIBREF19"
},
{
"start": 208,
"end": 224,
"text": "(Yarowsky, 1994)",
"ref_id": "BIBREF20"
},
{
"start": 672,
"end": 688,
"text": "(Yarowsky, 1994)",
"ref_id": "BIBREF20"
},
{
"start": 776,
"end": 792,
"text": "(Yarowsky, 1994)",
"ref_id": "BIBREF20"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "5",
"sec_num": null
},
{
"text": "The work of (Miller et al., 1994) is the only prior work we know of which attempted to evaluate WSD on a large data set and using the refined sense distinction of WORDNET. However, their results show no improvement (in fact a slight degradation in performance) when using surrounding words to perform WSD as compared to the most frequent heuristic. They attributed this to insufficient training data in SEMCOm In contrast, we adopt a different strategy of collecting the training data set. Instead of tagging every word in a running text, as is done in SEMCOR, we only concentrate on the set of 191 most frequently occurring and most ambiguous words, and collected large enough training data for these words only. This strategy yields better results, as indicated by a better performance of LEXAS compared with the most frequent heuristic on this set of words.",
"cite_spans": [
{
"start": 12,
"end": 33,
"text": "(Miller et al., 1994)",
"ref_id": "BIBREF14"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "5",
"sec_num": null
},
{
"text": "Most recently, Yarowsky used an unsupervised learning procedure to perform WSD (Yarowsky, 1995) , although this is only tested on disambiguating words into binary, coarse sense distinction. The effectiveness of unsupervised learning on disambiguating words into the refined sense distinction of WoRBNET needs to be further investigated. The work of (McRoy, 1992) pointed out that a diverse set of knowledge sources are important to achieve WSD, but no quantitative evaluation was given on the relative importance of each knowledge source. No previous work has reported any such evaluation either. The work of (Cardie, 1993) used a case-based approach that simultaneously learns part of speech, word sense, and concept activation knowledge, although the method is only tested on domain-specific texts with domain-specific word senses.",
"cite_spans": [
{
"start": 79,
"end": 95,
"text": "(Yarowsky, 1995)",
"ref_id": "BIBREF21"
},
{
"start": 349,
"end": 362,
"text": "(McRoy, 1992)",
"ref_id": "BIBREF12"
},
{
"start": 609,
"end": 623,
"text": "(Cardie, 1993)",
"ref_id": "BIBREF3"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "5",
"sec_num": null
},
{
"text": "In this paper, we have presented a new approach for WSD using an exemplar based learning algorithm. This approach integrates a diverse set of knowledge sources to disambiguate word sense. When tested on a common data set, our WSD program gives higher classification accuracy than previous work on WSD. When tested on a large, separately collected data set, our program performs better than the default strategy of picking the most frequent sense. To our knowledge, this is the first time that a WSD program has been tested on such a large scale, and yielding results better than the most frequent heuristic on highly ambiguous words with the refined senses of WoRDNET.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "6"
}
],
"back_matter": [
{
"text": "We would like to thank: Dr Paul Wu for sharing the Brown Corpus and Wall Street Journal Corpus; Dr Christopher Ting for downloading and installing WoRDNET and SEMCOR, and for reformatting the corpora; the 12 undergraduates from the Linguistics Program of the National University of Singapore for preparing the sense-tagged corpus; and Prof K. P. Mohanan for his support of the sense-tagging project.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgements",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "An experiment in computational discrimination of English word senses",
"authors": [
{
"first": "Ezra",
"middle": [],
"last": "Black",
"suffix": ""
}
],
"year": 1988,
"venue": "IBM Journal of Research and Development",
"volume": "32",
"issue": "2",
"pages": "185--194",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ezra Black. 1988. An experiment in computational discrimination of English word senses. IBM Jour- nal of Research and Development, 32(2):185-194.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "A simple rule-based part of speech tagger",
"authors": [
{
"first": "Eric",
"middle": [],
"last": "Brill",
"suffix": ""
}
],
"year": 1992,
"venue": "Proceedings of the Third Conference on Applied Natural Language Processing",
"volume": "",
"issue": "",
"pages": "152--155",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Eric Brill. 1992. A simple rule-based part of speech tagger. In Proceedings of the Third Conference on Applied Natural Language Processing, pages 152- 155.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Wordsense disambiguation using decomposable models",
"authors": [
{
"first": "Rebecca",
"middle": [],
"last": "Bruce",
"suffix": ""
},
{
"first": "Janyce",
"middle": [],
"last": "Wiebe",
"suffix": ""
}
],
"year": 1994,
"venue": "Proceedings of the 32nd Annual Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Rebecca Bruce and Janyce Wiebe. 1994. Word- sense disambiguation using decomposable mod- els. In Proceedings of the 32nd Annual Meeting of the Association for Computational Linguistics, Las Cruces, New Mexico.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "A case-based approach to knowledge acquisition for domain-specific sentence analysis",
"authors": [
{
"first": "Claire",
"middle": [],
"last": "Cardie",
"suffix": ""
}
],
"year": 1993,
"venue": "Proceedings of the Eleventh National Conference on Artificial Intelligence",
"volume": "",
"issue": "",
"pages": "798--803",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Claire Cardie. 1993. A case-based approach to knowledge acquisition for domain-specific sen- tence analysis. In Proceedings of the Eleventh Na- tional Conference on Artificial Intelligence, pages 798-803, Washington, DC.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Disambiguation by short contexts",
"authors": [
{
"first": "Y",
"middle": [],
"last": "Choueka",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Lusignan",
"suffix": ""
}
],
"year": 1985,
"venue": "Computers and the Humanities",
"volume": "19",
"issue": "",
"pages": "147--157",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Y. Choueka and S. Lusignan. 1985. Disambiguation by short contexts. Computers and the Humani- ties, 19:147-157.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "A weighted nearest neighbor algorithm for learning with symbolic features",
"authors": [
{
"first": "Scott",
"middle": [],
"last": "Cost",
"suffix": ""
},
{
"first": "Steven",
"middle": [],
"last": "Salzberg",
"suffix": ""
}
],
"year": 1993,
"venue": "Machine Learning",
"volume": "10",
"issue": "",
"pages": "57--78",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Scott Cost and Steven Salzberg. 1993. A weighted nearest neighbor algorithm for learning with sym- bolic features. Machine Learning, 10(1):57-78.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "A practical part-of-speech tagger",
"authors": [
{
"first": "Doug",
"middle": [],
"last": "Cutting",
"suffix": ""
},
{
"first": "Julian",
"middle": [],
"last": "Kupiec",
"suffix": ""
},
{
"first": "Jan",
"middle": [],
"last": "Pedersen",
"suffix": ""
},
{
"first": "Penelope",
"middle": [],
"last": "Sibun",
"suffix": ""
}
],
"year": 1992,
"venue": "Proceedings of the Third Conference on Applied Natural Language Processing",
"volume": "",
"issue": "",
"pages": "133--140",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Doug Cutting, Julian Kupiec, Jan Pedersen, and Penelope Sibun. 1992. A practical part-of-speech tagger. In Proceedings of the Third Conference on Applied Natural Language Processing, pages 133- 140.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Estimating upper and lower bounds on the performance of word-sense disambiguation programs",
"authors": [
{
"first": "William",
"middle": [],
"last": "Gale",
"suffix": ""
},
{
"first": "Kenneth",
"middle": [
"Ward"
],
"last": "Church",
"suffix": ""
},
{
"first": "David",
"middle": [],
"last": "Yarowsky",
"suffix": ""
}
],
"year": 1992,
"venue": "Proceedings of the 30th Annual Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "William Gale, Kenneth Ward Church, and David Yarowsky. 1992. Estimating upper and lower bounds on the performance of word-sense disam- biguation programs. In Proceedings of the 30th Annual Meeting of the Association for Computa- tional Linguistics, Newark, Delaware.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Semantic Interpretation and the Resolution of Ambiguity",
"authors": [
{
"first": "Graeme",
"middle": [],
"last": "Hirst",
"suffix": ""
}
],
"year": 1987,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Graeme Hirst. 1987. Semantic Interpretation and the Resolution of Ambiguity. Cambridge Univer- sity Press, Cambridge.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Computer Recognition of English Word Senses",
"authors": [
{
"first": "Edward",
"middle": [],
"last": "Kelly",
"suffix": ""
},
{
"first": "Phillip",
"middle": [],
"last": "Stone",
"suffix": ""
}
],
"year": 1975,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Edward Kelly and Phillip Stone. 1975. Com- puter Recognition of English Word Senses. North- Holland, Amsterdam.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Corpus-based statistical sense resolution",
"authors": [
{
"first": "Claudia",
"middle": [],
"last": "Leacock",
"suffix": ""
},
{
"first": "Geoffrey",
"middle": [],
"last": "Towell",
"suffix": ""
},
{
"first": "Ellen",
"middle": [],
"last": "Voorhees",
"suffix": ""
}
],
"year": 1993,
"venue": "Proceedings of the ARPA Human Language Technology Workshop",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Claudia Leacock, Geoffrey Towell, and Ellen Voorhees. 1993. Corpus-based statistical sense resolution. In Proceedings of the ARPA Human Language Technology Workshop.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Statistical sense disambiguation with relatively small corpora using dictionary definitions",
"authors": [
{
"first": "K",
"middle": [],
"last": "Alpha",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Luk",
"suffix": ""
}
],
"year": 1995,
"venue": "Proceedings of the 33rd Annual Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Alpha K. Luk. 1995. Statistical sense disambigua- tion with relatively small corpora using dictio- nary definitions. In Proceedings of the 33rd An- nual Meeting of the Association for Computa- tional Linguistics, Cambridge, Massachusetts.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Using multiple knowledge sources for word sense discrimination",
"authors": [
{
"first": "Susan",
"middle": [
"W"
],
"last": "Mcroy",
"suffix": ""
}
],
"year": 1992,
"venue": "Computational Linguistics",
"volume": "18",
"issue": "1",
"pages": "1--30",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Susan W. McRoy 1992. Using multiple knowledge sources for word sense discrimination. Computa- tional Linguistics, 18(1):1-30.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "WordNet: An on-line lexical database",
"authors": [
{
"first": "George",
"middle": [
"A"
],
"last": "Miller",
"suffix": ""
},
{
"first": "Ed",
"middle": [],
"last": "",
"suffix": ""
}
],
"year": 1990,
"venue": "International Journal of Lezicography",
"volume": "3",
"issue": "4",
"pages": "235--312",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "George A. Miller, Ed. 1990. WordNet: An on-line lexical database. International Journal of Lezi- cography, 3(4):235-312.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Using a semantic concordance for sense identification",
"authors": [
{
"first": "George",
"middle": [
"A"
],
"last": "Miller",
"suffix": ""
},
{
"first": "Martin",
"middle": [],
"last": "Chodorow",
"suffix": ""
},
{
"first": "Shari",
"middle": [],
"last": "Landes",
"suffix": ""
},
{
"first": "Claudia",
"middle": [],
"last": "Leacock",
"suffix": ""
},
{
"first": "Robert",
"middle": [
"G"
],
"last": "Thomas",
"suffix": ""
}
],
"year": 1994,
"venue": "Proceedings of the ARPA Human Language Technology Workshop",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "George A. Miller, Martin Chodorow, Shari Landes, Claudia Leacock, and Robert G. Thomas. 1994. Using a semantic concordance for sense identifi- cation. In Proceedings of the ARPA Human Lan- guage Technology Workshop.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "Longman Dictionary of Contemporary English",
"authors": [
{
"first": "Paul",
"middle": [],
"last": "Procter",
"suffix": ""
}
],
"year": 1978,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Paul Procter et al. 1978. Longman Dictionary of Contemporary English.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "Toward memorybased reasoning",
"authors": [
{
"first": "C",
"middle": [],
"last": "Stanfill",
"suffix": ""
},
{
"first": "David",
"middle": [],
"last": "Waltz",
"suffix": ""
}
],
"year": 1986,
"venue": "Communications of the ACM",
"volume": "29",
"issue": "12",
"pages": "1213--1228",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "C Stanfill and David Waltz. 1986. Toward memory- based reasoning. Communications of the ACM, 29(12):1213-1228.",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "Providing machine tractable dictionary tools",
"authors": [
{
"first": "Yorick",
"middle": [],
"last": "Wilks",
"suffix": ""
},
{
"first": "Dan",
"middle": [],
"last": "Fass",
"suffix": ""
},
{
"first": "Cheng-Ming",
"middle": [],
"last": "Guo",
"suffix": ""
},
{
"first": "James",
"middle": [
"E"
],
"last": "Mcdonald",
"suffix": ""
},
{
"first": "Tony",
"middle": [],
"last": "Plate",
"suffix": ""
},
{
"first": "Brian",
"middle": [
"M"
],
"last": "Slator",
"suffix": ""
}
],
"year": 1990,
"venue": "Machine Translation",
"volume": "5",
"issue": "2",
"pages": "99--154",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Yorick Wilks, Dan Fass, Cheng-Ming Guo, James E. McDonald, Tony Plate, and Brian M. Slator. 1990. Providing machine tractable dictionary tools. Machine Translation, 5(2):99-154.",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "Word-sense disambiguation using statistical models of Roger's categories trained on large corpora",
"authors": [
{
"first": "David",
"middle": [],
"last": "Yarowsky",
"suffix": ""
}
],
"year": 1992,
"venue": "Proceedings of the Fifteenth International Conference on Computational Linguistics",
"volume": "",
"issue": "",
"pages": "454--460",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "David Yarowsky. 1992. Word-sense disambigua- tion using statistical models of Roger's categories trained on large corpora. In Proceedings of the Fifteenth International Conference on Computa- tional Linguistics, pages 454-460, Nantes, France. David Yarowsky. 1993. One sense per colloca- tion. In Proceedings of the ARPA Human Lan- guage Technology Workshop.",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "Decision lists for lexical ambiguity resolution: Application to accent restoration in Spanish and French",
"authors": [
{
"first": "David",
"middle": [],
"last": "Yarowsky",
"suffix": ""
}
],
"year": 1994,
"venue": "Proceedings of the 32nd Annual Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "David Yarowsky. 1994. Decision lists for lexical am- biguity resolution: Application to accent restora- tion in Spanish and French. In Proceedings of the 32nd Annual Meeting of the Association for Com- putational Linguistics, Las Cruces, New Mexico.",
"links": null
},
"BIBREF21": {
"ref_id": "b21",
"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": "",
"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, Cam- bridge, Massachusetts.",
"links": null
},
"BIBREF22": {
"ref_id": "b22",
"title": "Tagging word senses in corpus: the needle in the haystack revisited",
"authors": [
{
"first": "Uri",
"middle": [],
"last": "Zernik",
"suffix": ""
}
],
"year": 1990,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Uri Zernik. 1990. Tagging word senses in corpus: the needle in the haystack revisited. Technical Report 90CRD198, GE R&D Center.",
"links": null
}
},
"ref_entries": {
"TABREF1": {
"html": null,
"type_str": "table",
"text": "Features for Collocations of the nine collocation features, LEXAS concatenates the words between the left and right offset positions.",
"content": "<table/>",
"num": null
},
"TABREF3": {
"html": null,
"type_str": "table",
"text": "Distribution of Sense Tags verb-object syntactic relation to form the features of examples.",
"content": "<table/>",
"num": null
},
"TABREF4": {
"html": null,
"type_str": "table",
"text": "Comparison with previous results",
"content": "<table><tr><td>Knowledge Source</td><td>Mean Accuracy</td><td>Std Dev</td></tr><tr><td>POS &amp; morpho</td><td>77.2%</td><td>1.44%</td></tr><tr><td>surrounding words</td><td>62.0%</td><td>1.82%</td></tr><tr><td>collocations</td><td>80.2%</td><td>1.55%</td></tr><tr><td>verb-object</td><td>43.5%</td><td>1.79%</td></tr></table>",
"num": null
},
"TABREF5": {
"html": null,
"type_str": "table",
"text": "",
"content": "<table><tr><td>:</td><td>Relative Contribution of Knowledge</td></tr><tr><td>Sources</td><td/></tr><tr><td colspan=\"2\">phological form; (2) unordered set of surrounding</td></tr><tr><td>words;</td><td/></tr></table>",
"num": null
}
}
}
}