| { |
| "paper_id": "H92-1046", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T03:28:32.647077Z" |
| }, |
| "title": "Lexical Disambiguation using Simulated Annealing", |
| "authors": [ |
| { |
| "first": "Jim", |
| "middle": [], |
| "last": "Cowie", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "Computing Research Laboratory", |
| "institution": "New Mexico State University Las Cruces", |
| "location": { |
| "postBox": "Box 30001", |
| "postCode": "88003-0001", |
| "region": "NM" |
| } |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Joe", |
| "middle": [], |
| "last": "Guthrie", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "Computing Research Laboratory", |
| "institution": "New Mexico State University Las Cruces", |
| "location": { |
| "postBox": "Box 30001", |
| "postCode": "88003-0001", |
| "region": "NM" |
| } |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Louise", |
| "middle": [], |
| "last": "Guthrie", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "Computing Research Laboratory", |
| "institution": "New Mexico State University Las Cruces", |
| "location": { |
| "postBox": "Box 30001", |
| "postCode": "88003-0001", |
| "region": "NM" |
| } |
| }, |
| "email": "" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "The resolution of lexical ambiguity is important for most natural language processing tasks, and a range of computational techniques have been proposed for its solution. None of these has yet proven effective on a large scale. In this paper, we describe a method for lexical disambiguation of text using the definitions in a machine-readable dictionary together with the technique of simulated annealing. The method operates on complete sentences and attempts to select the optimal combinations of word senses for all the words in the sentence simultaneously. The words in the sentences may be any of the 28,000 headwords in Longman's Dictionary of Contemporary English (LDOCE) and are disambiguated relative to the senses given in LDOCE. Our initial results on a sample set of 50 sentences are comparable to those of other researchers, and the fully automatic method requires no hand coding of lexical entries, or hand tagging of text.", |
| "pdf_parse": { |
| "paper_id": "H92-1046", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "The resolution of lexical ambiguity is important for most natural language processing tasks, and a range of computational techniques have been proposed for its solution. None of these has yet proven effective on a large scale. In this paper, we describe a method for lexical disambiguation of text using the definitions in a machine-readable dictionary together with the technique of simulated annealing. The method operates on complete sentences and attempts to select the optimal combinations of word senses for all the words in the sentence simultaneously. The words in the sentences may be any of the 28,000 headwords in Longman's Dictionary of Contemporary English (LDOCE) and are disambiguated relative to the senses given in LDOCE. Our initial results on a sample set of 50 sentences are comparable to those of other researchers, and the fully automatic method requires no hand coding of lexical entries, or hand tagging of text.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "The problem of word-sense disambiguation is central to text processing. Recently, promising computational methods have been suggested [Lesk, 1987; Wilks et al., 1990; Zernik and Jacobs, 1990 ; Guthrie et al., 1991; Hearst, 1991] which attempt to use the local context of the word to be disambiguated together with information about each of its word senses to solve this problem. Lesk [1987] described a technique which measured the amount of overlap between a dictionary sense definition and the local context of the word to be disambiguated to successfully disambiguate the word \"cone\" in the phrases \"pine cone\" and \"ice cream cone\". Later researchers have extended this basic idea in various ways. Wilks et al., [1990] identified neighborhoods of the 2,187 control vocabulary words in Longman's Dictionary of Contemporary English (LDOCE) [Procter, 1978] based on the co-occurrence of words in LDOCE dictionary definitions. These neighborhoods were then used to expand the word sense definitions of the word to be disambiguated, and the'overlap between the expanded definitions and the locdl context was used to select the correct sense of a word.", |
| "cite_spans": [ |
| { |
| "start": 134, |
| "end": 146, |
| "text": "[Lesk, 1987;", |
| "ref_id": null |
| }, |
| { |
| "start": 147, |
| "end": 166, |
| "text": "Wilks et al., 1990;", |
| "ref_id": null |
| }, |
| { |
| "start": 167, |
| "end": 190, |
| "text": "Zernik and Jacobs, 1990", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 193, |
| "end": 214, |
| "text": "Guthrie et al., 1991;", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 215, |
| "end": 228, |
| "text": "Hearst, 1991]", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 379, |
| "end": 390, |
| "text": "Lesk [1987]", |
| "ref_id": null |
| }, |
| { |
| "start": 701, |
| "end": 721, |
| "text": "Wilks et al., [1990]", |
| "ref_id": null |
| }, |
| { |
| "start": 841, |
| "end": 856, |
| "text": "[Procter, 1978]", |
| "ref_id": "BIBREF7" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "\u2022/~ similar method reported by Guthrie et al., [1991] defined subject-specific neighborhoods of words, using the subject area markings in the machine readable version of LDOCE. Hearst [1991] suggests using syntactic information and part-of-speech tagging to aid in the disambiguation. She gathers co-occurrence information from manually sense-tagged text. Zernik and Jacobs [1990] also derive their neighborhoods from a training text which has been sense-tagged by hand. This method incorporates other clues as to the sense of the word in question found in the morphology or by first tagging the text as to part of speech.", |
| "cite_spans": [ |
| { |
| "start": 31, |
| "end": 53, |
| "text": "Guthrie et al., [1991]", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 177, |
| "end": 190, |
| "text": "Hearst [1991]", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 356, |
| "end": 380, |
| "text": "Zernik and Jacobs [1990]", |
| "ref_id": "BIBREF4" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "Although each of these techniques looks somewhat promising for disambiguation, the techniques have only been applied to several words, and the results have been based on experiments which repeatedly disambiguate a single word (or in [Zernik and Jacobs, 1990] , one of three words) in a large number of sentences. In the cases where a success rate for the technique is reported, the results vary from 35% to 80%, depending on whether the correct dictionary sense is desired, or some coarser grained distinction is considered acceptable.", |
| "cite_spans": [ |
| { |
| "start": 233, |
| "end": 258, |
| "text": "[Zernik and Jacobs, 1990]", |
| "ref_id": "BIBREF4" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "For even the most successful of these techniques, processing of text is limited because of the amount of computation necessary to disambiguate each word in a sentence. A sentence which has ten words, several of which have multiple senses, can easily generate a million possible combinations of senses. The following figure ?? illustrates the number of combinations of word senses in the example sentences used in our experiment described below. Furthermore, if only one sense is computed at a time, as is the case in all of the numerically based work on disambiguation, the question arises as to whether and how to incorporate the fact that a sense has been chosen for a word when attempting to disambiguate the next. Should this first choice be changed in light of how other word senses are selected? These problems have not yet been addressed.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "In contrast to the somewhat numerical techniques described above, more principled methods based on linguistic information such as semantic preferences [Wilks, 1975a; 1975b; Wilks and Fass, 1991] have also been used for lexical disambiguation. These methods require exten- Total Senses sive hand crafting by specialists of lexical items: assigning semantic categories to nouns, preferences to verbs and adjectives, etc. Maintaining consistency in these categories and preferences is a problem, and these methods are also susceptible to the combinatorial explosion described above.", |
| "cite_spans": [ |
| { |
| "start": 151, |
| "end": 165, |
| "text": "[Wilks, 1975a;", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 166, |
| "end": 172, |
| "text": "1975b;", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 173, |
| "end": 194, |
| "text": "Wilks and Fass, 1991]", |
| "ref_id": "BIBREF10" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "In this paper we suggest the application of a computational method called simulated annealing to this general class of methods (including some of the numerical methods referenced above) to allow all senses to be determined at once in a computationally effective way. We describe the application of simulated annealing to a basic method similar to that of Lesk [1987] which doesn't make use of any of the features such as part of speech tagging, subject area, or the use of morphology to determine part of speech. The simplicity of the technique makes it fully automatic, and it requires no hand-tagging of text or hand-crafting of neighborhoods. When this basic method operates under the guidance of the simulated annealing algorithm, sense selections are made concurrently for all ambiguous words in the sentence in a way designed to optimize their choice. The system's performance on a set of test sentences was encouraging and can be expected to improve when some of the refinements mentioned above are incorporated.", |
| "cite_spans": [ |
| { |
| "start": 355, |
| "end": 366, |
| "text": "Lesk [1987]", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "The method of simulated annealing [Metropolis et al., 1953; Kirkpatrick et al., 1983 ] is a technique for solving large scale problems of combinatorial minimization. It has been successfully applied to the famous traveling Salesman problem of finding the shoitest route for a salesman who must visit a number of cities in turn, and is now a standard method for optimizing the placement of circuit elements on large scale integrated circuits. Simulated annealing was applied to parsing by Sampson [1986] , but since the method has not yet been widely applied to Computational Linguistics or Natural Language Processing, we describe it briefly.", |
| "cite_spans": [ |
| { |
| "start": 34, |
| "end": 59, |
| "text": "[Metropolis et al., 1953;", |
| "ref_id": null |
| }, |
| { |
| "start": 60, |
| "end": 84, |
| "text": "Kirkpatrick et al., 1983", |
| "ref_id": null |
| }, |
| { |
| "start": 488, |
| "end": 502, |
| "text": "Sampson [1986]", |
| "ref_id": "BIBREF13" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Simulated Annealing", |
| "sec_num": "2." |
| }, |
| { |
| "text": "The name of the algorithm is an analogy to the process by which metals cool and anneal. A feature of this phenomenon is that slow cooling usually allows the metal to reach a uniform composition and a minimum energy state, while fast cooling leads to an amorphous state with higher energy. In simulated annealing, a parameter T which corresponds to temperature is decreased slowly enough to allow the system to find its minimum.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Simulated Annealing", |
| "sec_num": "2." |
| }, |
| { |
| "text": "The process requires a function E of configurations of the system which corresponds to the energy. It is E that we seek to minimize. From a starting point, a new configuration is randomly chosen, and a new value of E is computed. If the new E is less than the old one, the new configuration is chosen to replace the older. An essential feature of simulated annealing is that even if the new E is larger than the old (indicating that this configuration is farther away from the desired minimum than the last choice), the new configuration may be chosen. The decision of whether or not to replace the old configuration with the new inferior one is made probabilistieally. This feature of allowing the algorithm to \"go up hill\" helps it to avoid settling on a local minimum which is not the actual minimum. In succeeding trials, it becomes more difficult for configurations which increase E to be chosen, and finally, when the method has retained the same configuration for long enough, that configuration is chosen as the solution. In the traveling salesman example, the configurations are the different paths through the cities, and E is the total length of his trip. The final configuration is an approximation to the shortest path through the cities. The next section describes how the algorithm may be applied to word-sense disambiguation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Simulated Annealing", |
| "sec_num": "2." |
| }, |
| { |
| "text": "Given a sentence with N words, we may represent the senses of the ith word as sil,si2,...sik,, where ki is the number of senses of the ith word which appear in LDOCE. A configuration of the system is obtained by choosing a sense for each word in the sentence. Our goal is to choose that configuration which a human disambiguator would choose. To that end, we must define a function E whose minimum we may reasonable expect to correspond to the correct choice of the word senses.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Word-Sense Disambiguation", |
| "sec_num": "3." |
| }, |
| { |
| "text": "The value of E for a given configuration is calculated in terms of the definitions of the N senses which make it up. All words in these definitions are stemmed, and the results stored in a list. The redundancy R is computed by giving a stemmed word form which appears n times a score of n -1 and adding up the scores. Finally, E is defined to be 1", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Word-Sense Disambiguation", |
| "sec_num": "3." |
| }, |
| { |
| "text": "The rationale behind this choice of E is that word senses which belong together in a sentence will have more words in common in their definitions (larger values of R) than senses which do not belong together. Minimizing E will maximize//and determine our choice of word senses.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "I+R\"", |
| "sec_num": null |
| }, |
| { |
| "text": "The starting configuration C is chosen to be that in which sense number one of each word is chosen. Since the senses in LDOCE are generally listed with the most frequently used sense first, this is a likely starting point.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "I+R\"", |
| "sec_num": null |
| }, |
| { |
| "text": "The value of E is computed for this configuration. The next step is to choose at random a word number i and a sense Sij of that ith word. The configuration C ~ is is constructed by replacing the old sense of the ith word by the sense Sij. Let zXE be the change from E to the value computed for C ~. If zkE < 0, then C ~ replaces C, and we make a new random change in Cq If AE >= 0, we change to C ~ with probability P = e--mr. In this expression, T is a constant whose initial value is 1, and the decision of whether or not to adopt C ~ is made by calling a random number generator. If the number generated is less than P, C is replaced by Cq Otherwise, C is retained. This process of generating new configurations and checking to see whether or not to choose them is repeated on the order of 1000 times, T is replaced by 0.9 T, and the loop entered again. Once the loop is executed with no change in the configuration, the routine ends, and this final configuration tells which word senses are to be selected.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "I+R\"", |
| "sec_num": null |
| }, |
| { |
| "text": "these choices of word senses with the output of the program. Using the human choices as the standard, the algorithm correctly disambiguated 47% of the words to the sense level, and 72% to the homograph level.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "I+R\"", |
| "sec_num": null |
| }, |
| { |
| "text": "Direct comparisons of these success rates with those of other methods is difficult. None of the other methods was used to disambiguate the same text, and while we have attempted to tag every ambiguous word in a sentence, other methods were applied to one, or at most a few, highly ambiguous words. It appears that in some cases the fact that our success rates include not only highly ambiguous words, but some words with only a few senses is offset by the fact that other researchers have used a broader definition of word sense. For example, the four senses of \"interest\" used by Zernick and Jacobs [1990] may correspond more closely to our two homographs and not our ten senses of \"interest.\" Their success rate in tagging the three words \"interest\", \"stock\", and \"bond\" was 70%. Thus it appears that the method we propose is comparable in effectiveness to the other computational methods of word-sense disambiguation, and has the advantages of being automatically applicable to all the 28,000 words in LDOCE and of being computationally practical.", |
| "cite_spans": [ |
| { |
| "start": 600, |
| "end": 606, |
| "text": "[1990]", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "I+R\"", |
| "sec_num": null |
| }, |
| { |
| "text": "Below we give two examples of the results of the technique. The words following the arrow are the stemmed words selected from the definitions and used to calculate the redundancy. The headword and sense numbers are those used in the machine readable version of LDOCE.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "I+R\"", |
| "sec_num": null |
| }, |
| { |
| "text": "Finally, we show two graphs (figure ??) which illustrate the convergence of the simulated annealing technique to the minimum energy (E) level. The second graph is a close-up of the final cycles of the complete process shown in the first graph.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "I+R\"", |
| "sec_num": null |
| }, |
| { |
| "text": "The algorithm described above was used to disambiguate 50 example sentences from LDOCE. A stop list of very common words such as \"the\", \"as\", and \"of' was removed from each sentence. The sentences then contained from two to fifteen words, with an average of 5.5 ambiguous words per sentence. Definitions in LDOCE are broken down first into broad senses which we call \"homographs\", and then into individual senses which distinguish among the various meanings. For example, one homograph of \"bank\" means roughly \"something piled up.\" There are five senses in this homograph which distinguish whether the thing piled up is snow, clouds, earth by a river, etc.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "An Experiment", |
| "sec_num": "4." |
| }, |
| { |
| "text": "Results of the algorithm were evaluated by having a literate human disambiguate the sentences and comparing", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "An Experiment", |
| "sec_num": "4." |
| }, |
| { |
| "text": "This paper describes a method for word-sense disambiguation based on the simple technique of choosing senses of the words in a sentence so that their definitions in a machine readable dictionary have the most words in common. The amount of computation necessary to find this optimal choice exactly quickly becomes prohibitive as the number of ambiguous words and the number of senses increase. The computational technique of simulated annealing allows a good approximation to be computed quickly. Advantages of this technique over previous work are that all the words in a sentence are disambiguated simultaneously, in a reasonable time, and automatically (with no hand disambiguation of training text). Results using this technique are comparable to other computational techniques and enhancements in-", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "5." |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "The fish floundered on the river ban.k, struggling to breathe DISAMBIGUATION fish hw 1 sense I : DEF -> fish creature whose blood change temperature according around live water use its FIN tail swim river hw 0 sense I : DEF -> river wide nature stream water flow between bank lake another sea DEF -> accrue become big more addition year hw 0 sense 3 :DEF -> year period 365 day measure any point corporating co-occurrence, part-of-speech, and subject code information, which have been exploited in oneword-at-a-time techniques, may be expected to improve the performance.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "SENTENCE", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Automatic Sense Disambiguation Using Machine Readable Dictionaries: How to Tell a Pine Cone from an Ice Cream Cone", |
| "authors": [ |
| { |
| "first": "Michael", |
| "middle": [ |
| "E" |
| ], |
| "last": "Lesk", |
| "suffix": "" |
| } |
| ], |
| "year": 1986, |
| "venue": "Proceedings o.f the A CM SIGDOC Conference", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Lesk, Michael E. (1986). \"Automatic Sense Disambigua- tion Using Machine Readable Dictionaries: How to Tell a Pine Cone from an Ice Cream Cone\". Proceedings o.f the A CM SIGDOC Conference, Toronto, Ontario.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Using Pathfinder to Extract Semantic Informa-Figure 2: tion from Text", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [ |
| "E" |
| ], |
| "last": "Mcdonald", |
| "suffix": "" |
| }, |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Plate", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [ |
| "W" |
| ], |
| "last": "Schvaneveldt", |
| "suffix": "" |
| } |
| ], |
| "year": 1990, |
| "venue": "Pathfinder Associative Networks: Studies in Knowledge Organ,sat,on", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "McDonald, J. E., Plate, T, and Schvaneveldt, R. W. (1990). \"Using Pathfinder to Extract Semantic Informa- Figure 2: tion from Text\". In Schvaneveldt, R. W. (ed.) Pathfinder Associative Networks: Studies in Knowledge Organ,sa- t,on, Norwood, N J: Ablex.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Computers and Translation 2. Also to appear in Theoretical and Computational Issues in Lexical Semantics (TCILS)", |
| "authors": [], |
| "year": null, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "\"Providing Machine Tractable Dictionary Tools\". Com- puters and Translation 2. Also to appear in Theoret- ical and Computational Issues in Lexical Semantics (TCILS). Edited by James Pustejovsky. Cambridge, MA: MIT Press.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Tagging for learning: Collecting thematic relations from corpus", |
| "authors": [ |
| { |
| "first": "Uri", |
| "middle": [], |
| "last": "Zernik", |
| "suffix": "" |
| }, |
| { |
| "first": "Paul", |
| "middle": [], |
| "last": "Jacobs", |
| "suffix": "" |
| } |
| ], |
| "year": 1990, |
| "venue": "Proceedi.ngs of the 13th International Conference on Computational Linguistics (COLING-90)", |
| "volume": "", |
| "issue": "", |
| "pages": "34--37", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Zernik, Uri, and Paul Jacobs (1990). \"Tagging for learn- ing: Collecting thematic relations from corpus\". Pro- ceedi.ngs of the 13th International Conference on Com- putational Linguistics (COLING-90), Helsinki, Finland, 1, pp. 34-37.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Subject-Dependent Co-Occurrence and Word Sense Disambiguation", |
| "authors": [ |
| { |
| "first": "", |
| "middle": [], |
| "last": "Guthrie", |
| "suffix": "" |
| }, |
| { |
| "first": "L", |
| "middle": [], |
| "last": "Guthrie", |
| "suffix": "" |
| }, |
| { |
| "first": "Y", |
| "middle": [], |
| "last": "Wilks", |
| "suffix": "" |
| }, |
| { |
| "first": "Aidinejad", |
| "middle": [], |
| "last": "", |
| "suffix": "" |
| }, |
| { |
| "first": "H", |
| "middle": [], |
| "last": "", |
| "suffix": "" |
| } |
| ], |
| "year": 1991, |
| "venue": "Proceedings of the ~9th Annual Meeting of the Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "146--152", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Guthrie, 3, Guthrie, L., Wilks, Y., and Aidinejad, H. (1991). \"Subject-Dependent Co-Occurrence and Word Sense Disambiguation\", Proceedings of the ~9th An- nual Meeting of the Association for Computational Lin- guistics, Berkeley, CA. June 1991. pp. 146-152. Also Memoranda in Computer and Cognitive Science MCCS- 91-206, Computing Research Laboratory, New Mexico State University.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Toward Noun Homonym Disambiguation -Using Local Context in Large Text Corpora", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Hearst", |
| "suffix": "" |
| } |
| ], |
| "year": 1991, |
| "venue": "Proceedings of the Seventh Annual Conference of the UW Centre for the New OED and Text Research, Using Corpora", |
| "volume": "", |
| "issue": "", |
| "pages": "1--22", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hearst, M. (1991). \"Toward Noun Homonym Disam- biguation -Using Local Context in Large Text Cor- pora\", Proceedings of the Seventh Annual Conference of the UW Centre for the New OED and Text Research, Using Corpora pp. 1-22.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Longman Dictionary of Contemporary English", |
| "authors": [ |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Procter", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Ilson", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Ayto", |
| "suffix": "" |
| } |
| ], |
| "year": 1978, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Procter, P., R. Ilson, J. Ayto, et al. (1978) Longman Dic- tionary of Contemporary English. Haxlow, UK: Longman Group Limited.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "An Intelligent Analyzer and Understander of Engfish", |
| "authors": [ |
| { |
| "first": "Yorick", |
| "middle": [ |
| "A" |
| ], |
| "last": "Wilks", |
| "suffix": "" |
| } |
| ], |
| "year": 1975, |
| "venue": "Readings in Natural Language Processing", |
| "volume": "18", |
| "issue": "", |
| "pages": "193--203", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Wilks, Yorick A. (1975a). \"An Intelligent Analyzer and Understander of Engfish\". Communications of the A CM, 18, 5, pp. 264-274. Reprinted in Readings in Natu- ral Language Processing, Edited by Barbara J. Grosz, Kaxen Sparck-Jones and Bonnie Lynn Webber, Los Al- tos: Morgan Kaufmann, 1986, pp. 193-203.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "A Preferential Pattern-Seeking Semantics for Natural Language Inference", |
| "authors": [ |
| { |
| "first": "Yorick", |
| "middle": [ |
| "A" |
| ], |
| "last": "Wilks", |
| "suffix": "" |
| } |
| ], |
| "year": 1975, |
| "venue": "Artificial Intelligence", |
| "volume": "6", |
| "issue": "", |
| "pages": "53--74", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Wilks, Yorick A. (1975b). \"A Preferential Pattern- Seeking Semantics for Natural Language Inference\". Ar- tificial Intelligence, 6, pp. 53-74.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "To appear in Computing and Mathematics with Applications", |
| "authors": [ |
| { |
| "first": "Y", |
| "middle": [], |
| "last": "Wilks", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [ |
| "D" |
| ], |
| "last": "Fass", |
| "suffix": "" |
| } |
| ], |
| "year": 1991, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Wilks, Y. and Fass. D. (1991). \"Preference Semantics: a family history\", To appear in Computing and Math- ematics with Applications (in press). A shorter version in the second edition of the Encyclopedia of Artificial Intelligence .", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "A Stochastic Approach to Parsing", |
| "authors": [ |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Sampson", |
| "suffix": "" |
| } |
| ], |
| "year": 1986, |
| "venue": "llth International Conference on Computational Linguistics (GOLING-86)", |
| "volume": "", |
| "issue": "", |
| "pages": "151--155", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Sampson, G. (1986). \"A Stochastic Approach to Pars- ing\". llth International Conference on Computational Linguistics (GOLING-86). pp. 151-155.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "uris": null, |
| "text": "Figure 1:", |
| "num": null, |
| "type_str": "figure" |
| } |
| } |
| } |
| } |