ACL-OCL / Base_JSON /prefixW /json /W97 /W97-0209.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "W97-0209",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T04:35:57.241199Z"
},
"title": "Selectional Preference and Sense Disambiguation",
"authors": [
{
"first": "Philip",
"middle": [],
"last": "Resnik",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Maryland College Park",
"location": {
"postCode": "20742",
"region": "MD",
"country": "USA"
}
},
"email": "snik@um\u00b1acs@umd.edu"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "The absence of training data is a real problem for corpus-based approaches to sense disambiguation, one that is unlikely to be solved soon. Selectional preference is traditionally connected with sense ambiguity; this paper explores how a statistical model of selectional preference, requiring neither manual annotation of selection restrictions nor supervised training, can be used in sense disambiguation.",
"pdf_parse": {
"paper_id": "W97-0209",
"_pdf_hash": "",
"abstract": [
{
"text": "The absence of training data is a real problem for corpus-based approaches to sense disambiguation, one that is unlikely to be solved soon. Selectional preference is traditionally connected with sense ambiguity; this paper explores how a statistical model of selectional preference, requiring neither manual annotation of selection restrictions nor supervised training, can be used in sense disambiguation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "It has long been observed that selectional constraints and word sense disambiguation are closely linked. Indeed, the exemplar for sense disambiguation in most computational settings (e.g., see Allen's (1995) discussion) is Katz and Fodor's (1964) use of Boolean selection restrictions to constrain semantic interpretation. For example, Mthough burgundy can be interpreted as either a color or a beverage, only the latter sense is available in the context of Mary drank burgundy, because the verb drink specifies the selection restriction +LIQUID for its direct objects.",
"cite_spans": [
{
"start": 193,
"end": 207,
"text": "Allen's (1995)",
"ref_id": "BIBREF0"
},
{
"start": 223,
"end": 246,
"text": "Katz and Fodor's (1964)",
"ref_id": "BIBREF3"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Problems with this approach arise, however, as soon as the domain of interest becomes too large or too rich to specify semantic features and selection restrictions accurately by hand. This paper concerns the use of selectional constraints for automatic sense disambiguation in such broad-coverage settings. The approach combines statistical and knowledge-based methods, but unlike many recent corpus-based approaches to sense disambiguation (\u00a5arowsky, 1993; Bruce and Wiebe, 1994; Miller et al., 1994) , it takes as its starting point the assumption that senseannotated training text is not available. Motivating this assumption is not only the limited availability of such text at present, but skepticism that the situation will change any time soon. In marked contrast to annotated training material for partof-speech tagging, (a) there is no coarse-level set of sense distinctions widely agreed upon (whereas part-of-speech tag sets tend to differ in the details);",
"cite_spans": [
{
"start": 441,
"end": 457,
"text": "(\u00a5arowsky, 1993;",
"ref_id": null
},
{
"start": 458,
"end": 480,
"text": "Bruce and Wiebe, 1994;",
"ref_id": "BIBREF1"
},
{
"start": 481,
"end": 501,
"text": "Miller et al., 1994)",
"ref_id": "BIBREF9"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "(b) sense annotation has a comparatively high error rate (Miller, personal communication, reports an upper bound for human annotators of around 90% for ambiguous cases, using a non-blind evaluation method that may make even this estimate overly optimistic); and (c) no fully automatic method provides high enough quality output to support the \"annotate automatically, correct manually\" methodology used to provide high volume annotation by data providers like the Penn Treebank project (Marcus et al., 1993) .",
"cite_spans": [
{
"start": 57,
"end": 100,
"text": "(Miller, personal communication, reports an",
"ref_id": null
},
{
"start": 486,
"end": 507,
"text": "(Marcus et al., 1993)",
"ref_id": "BIBREF6"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The treatment of selectional preference used here is that proposed by Resnik (1993a; 1996) , combining statistical and knowledge-based methods. The basis of the approach is a probabilistic model capturing the co-occurrence behavior of predicates and conceptual classes in the taxonomy. The intuition is illustrated in Figure 1 . The prior distribution PrR(c)",
"cite_spans": [
{
"start": 70,
"end": 84,
"text": "Resnik (1993a;",
"ref_id": "BIBREF12"
},
{
"start": 85,
"end": 90,
"text": "1996)",
"ref_id": "BIBREF14"
}
],
"ref_spans": [
{
"start": 318,
"end": 326,
"text": "Figure 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "Selectional Preference as Statistical Association",
"sec_num": "2"
},
{
"text": "captures the probability of a class occurring as the argument in predicate-argument relation R, regardless of the identity of the predicate. For example, given the verb-subject relationship, the prior probability for (person) tends to be significantly higher than the prior probability for (insect). However, once the identity of the predicate is taken into account, the probabilities can change --if the verb is buzz, then the probability for (insect) Can be expected to be higher than its prior, and (person) will likely be lower. In probabilistic terms, it is the difference between this conditional or posterior distribution and the prior distribution that determines selectional preference. Information theory provides an appropriate way to quantify the difference between the prior and posterior distributions, in the form of relative entropy (Kullback and Leibler, 1951) ................................................ ! I 0",
"cite_spans": [
{
"start": 849,
"end": 877,
"text": "(Kullback and Leibler, 1951)",
"ref_id": "BIBREF4"
},
{
"start": 878,
"end": 928,
"text": "................................................ !",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Selectional Preference as Statistical Association",
"sec_num": "2"
},
{
"text": "Pr c) 0 [7 iPr(c'bu )n | - ~ ! L person insect ... , person insect ...",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Selectional Preference as Statistical Association",
"sec_num": "2"
},
{
"text": "Figure I: Prior and posterior distributions over argument classes.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Prior Posterior",
"sec_num": null
},
{
"text": "Intuitively, SR(p) measures how much information, in bits, predicate p provides about the conceptual class of its argument. The better Pr(c) approximates Pr(cip), the leas influence p is having on its argument, and therefore the less strong its selectional preference. Given this definition, a natural way to characterize the \"semantic fit\" of a particular class as the argument to a predicate is by its relative contribution to the overall selectional preference strength. In particular, classes that fit very well can be expected to have higher posterior probabilities, compared to their priors, as is the case for (insect) in Figure 1 .",
"cite_spans": [],
"ref_spans": [
{
"start": 629,
"end": 637,
"text": "Figure 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "Prior Posterior",
"sec_num": null
},
{
"text": "Formally, selectional association is defined as:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Prior Posterior",
"sec_num": null
},
{
"text": "Am(p, c) -- 1 Pr(c[p) Pr(c[p) log Pr(c) \"",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Prior Posterior",
"sec_num": null
},
{
"text": "This model of selectional preference has turned out to make reasonable predictions about human judgments of argument plausibility obtained by psycholinguistic methods (Resnik, 1993a) . Closely related proposals have been applied in syntactic disambiguation (Resnik, 1993b; Lauer, 1994) and to automatic acquisition of more KatzFodoresque selection restrictions in the form of weighted disjunctions (Ribas, 1994) . The selectional association has also been used recently to explore apparent cases of syntactic optionality (Paola Merlo, personal communication).",
"cite_spans": [
{
"start": 167,
"end": 182,
"text": "(Resnik, 1993a)",
"ref_id": "BIBREF12"
},
{
"start": 257,
"end": 272,
"text": "(Resnik, 1993b;",
"ref_id": "BIBREF13"
},
{
"start": 273,
"end": 285,
"text": "Lauer, 1994)",
"ref_id": null
},
{
"start": 398,
"end": 411,
"text": "(Ribas, 1994)",
"ref_id": "BIBREF15"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Prior Posterior",
"sec_num": null
},
{
"text": "If taxonomic classes were labeled explicitly in a training corpus, estimation of probabilities in the model would be fairly straightforward. But since text corpora contain words, not classes, it is necessary to treat each occurrence of a word in an argument position as if it might represent any of the conceptual classes to which it belongs, and assign frequency counts accordingly. At present, this is done by distributing the \"credit\" for an observation uniformly across all the conceptual classes containing an observed argument. Formally, given a predicate-argument relationship R (for example, the verb-object relationship), a predicate p, and a conceptual class c,",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Estimation Issues",
"sec_num": "3"
},
{
"text": "~'~ count\u2022(p, w) freqR(p,c) ~ ~ ~ ' tvEc",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Estimation Issues",
"sec_num": "3"
},
{
"text": "where countR(p, w) is the number of times word w was observed as the argument of p with respect to R, and classes(w) is the number of taxonomic classes to which w belongs. Given the frequencies, probabilities are currently estimated using maximum likelihood; the use of word classes is itself a form of smoothing (cf. Pereira et al. (1993) ). I This estimation method is similar to that used by Yarowsky (1992) for Roget's thesaurus categories, and works for similar reasons. As an example, consider two instances of the verb-object relationship in a training corpus, drink coffee and drink wine. Coffee has 2 senses in the WordNet 1.4 noun taxonomy, and belongs to 13 classes in all, and wine has 2 senses and belongs to a total of 16 classes. This means that the observed countverb_obj(drink , coffee) = 1 will be distributed by adding 1-~ to the joint frequency with drink for each of the 13 classes containing coffee. Similarly, the joint frequency with drink will be incremented by ~ for each of the 16 classes containing wine. Crucially, although each of the two words is ambiguous, only those taxonomic classes containing both words --e.g., (beverage) -receive credit for both observed instances. In general, because different words are ambiguous in different ways, credit tends to accumulate in the taxonomy only in those classes for which there is real evidence of co-occurrence; the rest tends to disperse unsystematically, resulting primarily in noise. Thus, despite the absence of class annotation in the training text, it is still possible to arrive at a usable estimate of class-based probabilities. Table 1 presents a selected sample of Resnik's (1993a) comparison with argument plausibility judgments made by human subjects. What is most interesting here is the way in which strongly selecting 1Word w is typically the head of a noun phrase, which could lead the model astray --for example, toy soldiers behave differently from soldiers (McCawley, 1968) . In principle, addressing this issue requires that noun phrases be mapped to taxonomic classes based on their compositional interpretation; however, such complications rarely axise in practice. to 19 classes in all. In order to approximate its plausibility as the object of wrfle, the selectional association with wrote was computed for all I9 classes, and the highest value returned ~ in this case, (writing) (\"anything expressed in letters; reading matter\").",
"cite_spans": [
{
"start": 318,
"end": 339,
"text": "Pereira et al. (1993)",
"ref_id": "BIBREF10"
},
{
"start": 395,
"end": 410,
"text": "Yarowsky (1992)",
"ref_id": "BIBREF17"
},
{
"start": 1652,
"end": 1668,
"text": "Resnik's (1993a)",
"ref_id": "BIBREF12"
},
{
"start": 1953,
"end": 1969,
"text": "(McCawley, 1968)",
"ref_id": "BIBREF7"
}
],
"ref_spans": [
{
"start": 1614,
"end": 1621,
"text": "Table 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "Estimation Issues",
"sec_num": "3"
},
{
"text": "Since only one sense of letter has this class as an ancestor, this method of determining argument plausibility has, in essence, performed sense disambiguation as a side effect. This observation suggests the following simple algorithm for disambignation by selectional preference. Let n be a noun that stands in relationship R to predicate p, and let {sl, ..., st} be its possible senses. For i from 1 to h, compute: C, = {clc is an ancestor ofsi} as = max AR(p,c) cEC~ and assign as as the score for sense st. The simplest way to use the resulting scores, following Miller et al. (1994) , is as follows: if n has only one sense, select it; otherwise select the sense st for which at is greatest, breaking ties by random choice.",
"cite_spans": [
{
"start": 566,
"end": 586,
"text": "Miller et al. (1994)",
"ref_id": "BIBREF9"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Sense Disambiguation",
"sec_num": null
},
{
"text": "Task and materials. Test and training materials were derived from the Brown corpus of American English, all of which has been parsed and manually verified by the Penn T~eebank project (Marcus et al., 1993) and parts of which have been manually sense-tagged by the WordNet group (Miller et al., 1993) . A parsed, sense-tagged corpus was obtained by mergingthe WordNet sense-tagged corpus (approximately 200,000 words of source text from the Brown corpus, distributed across genres) with the corresponding Penn Treebank parses, a The rest of the Brown corpus (approximately 800,000 words of source text) remained as a parsed, but not sensetagged, training set.",
"cite_spans": [
{
"start": 184,
"end": 205,
"text": "(Marcus et al., 1993)",
"ref_id": "BIBREF6"
},
{
"start": 278,
"end": 299,
"text": "(Miller et al., 1993)",
"ref_id": "BIBREF8"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation",
"sec_num": "5"
},
{
"text": "3(1) Written message, (2) varsity letter, (3) alphabetic character.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation",
"sec_num": "5"
},
{
"text": "3The merge was mostly automatic, requiring manual intervention for only 3 of 103 files.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation",
"sec_num": "5"
},
{
"text": "The test set for the verb-object relationship was constructed by first training a selectional preference model on the training corpus, using the T~eebank's tgrep utility to extract verb-object pairs from parse trees. The 100 verbs that select most strongly for their objects were identified, excluding verbs appearing only once in the training corpus; test instances of the form (verb, object, correct sense) were then extracted from the merged test corpus, including all triples where verb was one of the 100 test verbs. 4",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation",
"sec_num": "5"
},
{
"text": "Evaluation materials were obtained in the same manner for several other surface syntactic reiationships, including verb-subject (John ~ admires), adjective-noun (tall =~ building), modifier-head (river =~ bank), and head-modifier (river ~= bank).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation",
"sec_num": "5"
},
{
"text": "Baseline. Following Miller et al. (1994) , disambiguation by random choice was used as a baseline: if a noun has one sense, use it; otherwise select at random among its senses.",
"cite_spans": [
{
"start": 10,
"end": 40,
"text": "Following Miller et al. (1994)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation",
"sec_num": "5"
},
{
"text": "Results. Since both the algorithm and the baseline may involve random choices, evaluation involved multiple runs with different random seeds. Table 2 summarizes the results, taken over I0 runs, considering only ambiguous test cases. All differences between the means for algorithm and baseline were statistically significant.",
"cite_spans": [],
"ref_spans": [
{
"start": 142,
"end": 149,
"text": "Table 2",
"ref_id": null
}
],
"eq_spans": [],
"section": "Evaluation",
"sec_num": "5"
},
{
"text": "Discussion. The results of the experiment show that disambignation using automatically acquired selectional constraints leads to performance significantly better than random choice. Not surprisingly, though, the results are far from what one might expect to obtain with supervised training. In that respect, the most direct point of comparison is the performance of Miller et al.'s (1994) frequency heuristic always choose the most frequent sense of a word as evaluated using the full sense-tagged corpus, including nouns, verbs, adjectives, and adverbs. For ambiguous words, they report 58.2% correct, as compared to a random baseline of 26.8%.",
"cite_spans": [
{
"start": 366,
"end": 388,
"text": "Miller et al.'s (1994)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation",
"sec_num": "5"
},
{
"text": "Crucially, however, the frequency heuristic requires sense-tagged training data (Miller et al. evaluated via cross-validation) , and this paper starts from the assumption that such data are unavailable. A fairer comparison, therefore, considers al- ternative unsupervised algorithms-though unfortunately the literature contains more proposed algorithms than quantitative evaluations of those algorithms. One experiment where results were reported was conducted by Cowie et al. (1992) ; their method involved using a stochastic search procedure to maximize the overlap in dictionary definitions (LDOCE) for alternative senses of words co-occurring in a sentence. They report an accuracy of 72% for disambiguation to the homograph level, and 47% for disambiguation to the sense level. Since the task here involved WordNet sense distinctions, which are rather fine grained, the latter value is more appropriate for comparison. Their experiment was more general in that they did not restrict themselves to nouns; on the other hand, their test set involved disambiguating words taken from full sentences, so the percentage correct may have been improved by the presence of unambiguous words. Sussna (1993) has also looked at unsupervised disambiguation of nouns using WordNet. Like Cowie et al., his algorithm optimizes a measure of semantic coherence over an entire sentence, in this case pairwise semantic distance between nouns in the sentence as measured using the noun taxonomy. Comparison of results is somewhat difficult, however, for two reasons. First, Sussna used an earlier version of WordNet (version 1.2) having a significantly smaller noun taxonomy (35K nodes vs. 49K nodes). Second, and more significant, in creating the test data, Sussna's human sense-taggers (tagging articles from the Time IR test collection) were permitted to tag a noun with as many senses as they felt were \"good,\" rather than making a forced choice; Sussna develops a scoring metric based on that fact rather than requiring exact matches to a single best sense. This is quite a reasonable move (see discussion below), but unfortunately not an option in the present experiment. Nonetheless, some comparison is possible, since he reports a \"% correct,\" apparently treating a sense assignment as correct if any of the \"good\" senses is chosen --his experiments have a lower bound (chance) of about 40% correct, with his algorithm performing at 53-55%, considering only ambiguous cases.",
"cite_spans": [
{
"start": 80,
"end": 126,
"text": "(Miller et al. evaluated via cross-validation)",
"ref_id": null
},
{
"start": 464,
"end": 483,
"text": "Cowie et al. (1992)",
"ref_id": "BIBREF2"
},
{
"start": 1187,
"end": 1200,
"text": "Sussna (1993)",
"ref_id": "BIBREF16"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation",
"sec_num": "5"
},
{
"text": "The best results reported for an unsupervised sense disambiguation method are those of Yarowsky (1992) , who uses evidence from a wider context (a window of 100 surrounding words) to build up a co-occurrence model using classes from Roget's thesaurus. He reports accuracy figures in the 72-99% range (mean 92%) in disambiguating test instances involving twelve \"interesting\" polysemons words. As in the experiments by Cowie et al., the choice of coarser distinctions presumably accounts in part for the high accuracy. By way of comparison, some words in Yarowsky's test set would require choosing among ten senses in WordNet, as compared to a maximum of six using the Roget's thesaurus categories; the mean level of polysemy for the tested words is a six-way distinction in WordNet as compared to a three-way distinction in Roget's thesaurus.",
"cite_spans": [
{
"start": 87,
"end": 102,
"text": "Yarowsky (1992)",
"ref_id": "BIBREF17"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation",
"sec_num": "5"
},
{
"text": "As an aside, a rich taxonomy like WordNet permits a more continuous view of the sense vs. homograph distinction. For example, town has three senses in WordNet, corresponding to an administrative district, a geographical area, and a group of people. Given town as the object of leave, selectional preference will produce a tie between the first two senses, since both inherit their score from a common ancestor, (location). In effect, the automatic selection of a class higher in the taxonomy as having the highest score provides the same coarse category that might be provided by a homograph/sense distinction in another setting. The choice of coarser category varies dynamically with the context: as the argument in rural town, the same two senses still tie, but with (region) (a subclass of (location)) as the common ancestor that determines the score.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation",
"sec_num": "5"
},
{
"text": "In other work, Yarowsky (1993) has shown that local collocational information, including selectional constraints, can be used to great effect in sense disambiguation, though his algorithm requires super-vised training. The present work can be viewed as an attempt to take advantage of the same kind of information, but in an unsupervised setting.",
"cite_spans": [
{
"start": 15,
"end": 30,
"text": "Yarowsky (1993)",
"ref_id": "BIBREF18"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation",
"sec_num": "5"
},
{
"text": "Conclusions and Future Work",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "6",
"sec_num": null
},
{
"text": "Although the definition of selectional preference strength is motivated by the use of relative entropy in information theory, selectional association is not; the approach would benefit from experimentation with alternative statistical association measures, particularly a comparison with simple mutual information and with the likelihood ratio. Combining information about selectional preference could also be helpful, e.g., where a noun is both the object of a verb and modified by an adjective, though such cases are rarer than one might expect. More important is information beyond selectional preference, notably the wider context utilized by Yarowsky (1992) . Performance of the method explored here is limited at present, though not surprisingly so when taken in the context of previous attempts at unsupervised disambiguation using finegrained senses. One main message to take away from this experiment is the observation that, although selectional preferences are widely viewed as an important factor in disambiguation, their practical broad-coverage application appears limited --at least when disambiguating nouns --because many verbs and modifiers simply do not select strongly enough to make a significant difference. They may provide some evidence, but most likely only as a complement to other sources of information such as frequency-based priors, topical context, and the like.",
"cite_spans": [
{
"start": 647,
"end": 662,
"text": "Yarowsky (1992)",
"ref_id": "BIBREF17"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "6",
"sec_num": null
},
{
"text": "m m",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Excluded were some inapplicable cases, e.g. where object was a proper noun tagged as (person).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [
{
"text": "Much of this work was conducted at Sun Microsystems Laboratories in Chelmsford, Massachusetts.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgements",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Natural Language Understanding. The Benjamin/Cummings Publishing Company",
"authors": [
{
"first": "James",
"middle": [],
"last": "Allen",
"suffix": ""
}
],
"year": 1995,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "James Allen. 1995. Natural Language Understand- ing. The Benjamin/Cummings Publishing Com- pany.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"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 Conference 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 Conference of the Association for Computational Linguistics, Las Cruces, New Mexico, June.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Lexical disambiguation using simulated annealing",
"authors": [
{
"first": "Jim",
"middle": [],
"last": "Cowie",
"suffix": ""
},
{
"first": "Joe",
"middle": [],
"last": "Guthrie",
"suffix": ""
},
{
"first": "Louise",
"middle": [],
"last": "Guthrie",
"suffix": ""
}
],
"year": 1992,
"venue": "Proceedings of the 14th International Conterence on Computational Linguistics (COLING-g2)",
"volume": "",
"issue": "",
"pages": "359--365",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jim Cowie, Joe Guthrie, and Louise Guthrie. 1992. Lexical disambiguation using simulated anneal- ing. In Proceedings of the 14th International Con- terence on Computational Linguistics (COLING- g2), pages 359-365, Nantes, France, August.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "The structure of a semantic theory",
"authors": [
{
"first": "J",
"middle": [
"J"
],
"last": "Katz",
"suffix": ""
},
{
"first": "J",
"middle": [
"A"
],
"last": "Fodor",
"suffix": ""
}
],
"year": 1964,
"venue": "The Structure of Language, chapter 19",
"volume": "",
"issue": "",
"pages": "479--518",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "J. J. Katz and J. A. Fodor. 1964. The structure of a semantic theory. In J. A. Fodor and J. J. Katz, editors, The Structure of Language, chapter 19, pages 479-518. Prentice Hall.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "On information and sufficiency",
"authors": [
{
"first": "S",
"middle": [],
"last": "Kullback",
"suffix": ""
},
{
"first": "R",
"middle": [
"A"
],
"last": "Leibler",
"suffix": ""
}
],
"year": 1951,
"venue": "Annals of Mathematical Statistics",
"volume": "22",
"issue": "",
"pages": "79--86",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "S. Kullback and R. A. Leibler. 1951. On information and sufficiency. Annals of Mathematical Statis- tics, 22:79-86.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Conceptual association for compound noun analysis",
"authors": [
{
"first": "Mark",
"middle": [],
"last": "Laner",
"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": "Mark Laner. 1994. Conceptual association for com- pound noun analysis. In Proceedings of the 32nd Annual Meeting of the Association for Computa- tional Linguistics, Las Cruces, New Mexico, June. Student Session.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Building a large annotated corpus of English: the Penn Treebank",
"authors": [
{
"first": "Mitchell",
"middle": [
"P"
],
"last": "Marcus",
"suffix": ""
},
{
"first": "Beatrice",
"middle": [],
"last": "Santorini",
"suffix": ""
},
{
"first": "Mary",
"middle": [
"Ann"
],
"last": "Marcinkiewicz",
"suffix": ""
}
],
"year": 1993,
"venue": "Computational Linguistics",
"volume": "19",
"issue": "",
"pages": "313--330",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Mitchell P. Marcus, Beatrice Santorini, and Mary Ann Marcinkiewicz. 1993. Building a large an- notated corpus of English: the Penn Treebank. Computational Linguistics, 19:313-330.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "The role of semantics in a grammar",
"authors": [
{
"first": "James",
"middle": [],
"last": "Mccawley",
"suffix": ""
}
],
"year": 1968,
"venue": "Universals in Linguistic Theory",
"volume": "",
"issue": "",
"pages": "124--169",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "James McCawley. 1968. The role of semantics in a grammar. In Emmon Bach and Robert Harms, editors, Universals in Linguistic Theory, pages 124-169. Holt, Rinehart and Winston.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "A semantic concordance",
"authors": [
{
"first": "George",
"middle": [],
"last": "Miller",
"suffix": ""
},
{
"first": "Claudia",
"middle": [],
"last": "Leacock",
"suffix": ""
},
{
"first": "Randee",
"middle": [],
"last": "Tengi",
"suffix": ""
},
{
"first": "Ross",
"middle": [],
"last": "Bunker",
"suffix": ""
}
],
"year": 1993,
"venue": "ARPA Workshop on Human Language Technology",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "George Miller, Claudia Leacock, Randee Tengi, and Ross Bunker. 1993. A semantic concordance. In ARPA Workshop on Human Language Technol- ogy. Morgan Kanfmann, March.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Using a semantic concordance for sense identification",
"authors": [
{
"first": "George",
"middle": [],
"last": "Miller",
"suffix": ""
},
{
"first": "Martin",
"middle": [],
"last": "Chodorow",
"suffix": ""
},
{
"first": "Shari",
"middle": [],
"last": "Landes",
"suffix": ""
},
{
"first": "Claudia",
"middle": [],
"last": "Leacock",
"suffix": ""
},
{
"first": "Robert",
"middle": [],
"last": "Thomas",
"suffix": ""
}
],
"year": 1994,
"venue": "ARPA Workshop on human Language Technology",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "George Miller, Martin Chodorow, Shari Landes, Claudia Leacock, and Robert Thomas. 1994. Us- ing a semantic concordance for sense identifica- tion. In ARPA Workshop on human Language Technology, Plainsboro, N J, March.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Distributional clustering of English words",
"authors": [
{
"first": "Fernando",
"middle": [],
"last": "Pereira",
"suffix": ""
},
{
"first": "Naftali",
"middle": [],
"last": "Tishby",
"suffix": ""
},
{
"first": "Lillian",
"middle": [],
"last": "Lee",
"suffix": ""
}
],
"year": 1993,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Fernando Pereira, Naftali Tishby, and Lillian Lee. 1993. Distributional clustering of English words.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Proceedings of the 3Ist Annual Meeting of the Association for Computational Linguistics (A CL-93)",
"authors": [],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "In Proceedings of the 3Ist Annual Meeting of the Association for Computational Linguistics (A CL- 93), Morristown, New Jersey, June. Association for Computational Linguistics.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Selection and Information: A Class-Based, Approach to Lexical Relationships",
"authors": [
{
"first": "Philip",
"middle": [],
"last": "Resnik",
"suffix": ""
}
],
"year": 1993,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Philip Resnik. 1993a. Selection and Information: A Class-Based, Approach to Lexical Relationships.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Semantic classes and syntactic ambiguity",
"authors": [
{
"first": "Philip",
"middle": [],
"last": "Resnik",
"suffix": ""
}
],
"year": 1993,
"venue": "Proceedings of the 1993 ARPA Human Language Technology Workshop",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Philip Resnik. 1993b. Semantic classes and syntac- tic ambiguity. In Proceedings of the 1993 ARPA Human Language Technology Workshop. Morgan Kanfmann, March.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Selectional constraints: An information-theoretic model and its computational realization",
"authors": [
{
"first": "Philip",
"middle": [],
"last": "Resnik",
"suffix": ""
}
],
"year": 1996,
"venue": "Cognition",
"volume": "61",
"issue": "",
"pages": "127--159",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Philip Resnik. 1996. Selectional constraints: An information-theoretic model and its computa- tional realization. Cognition, 61:127-159.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "An experiment on learning appropriate selectional restrictions from a parsed corpus",
"authors": [
{
"first": "Francesc",
"middle": [],
"last": "Ribas",
"suffix": ""
}
],
"year": 1994,
"venue": "Proceedings of COLING",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Francesc Ribas. 1994. An experiment on learning appropriate selectional restrictions from a parsed corpus. In Proceedings of COLING 1994.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Word sense disambiguation for free-text indexing using a massive semantic network",
"authors": [
{
"first": "Michael",
"middle": [],
"last": "Sussna",
"suffix": ""
}
],
"year": 1993,
"venue": "Proceedings of the Second International Conference on Information and Knowledge Management (CIKM-93)",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Michael Sussna. 1993. Word sense disambiguation for free-text indexing using a massive semantic network. In Proceedings of the Second Interna- tional Conference on Information and Knowledge Management (CIKM-93), Arlington, Virginia.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"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 1Jth International Conference on Computational Linguistics (COLING-92)",
"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 cate- gories trained on large corpora. In Proceedings of the 1Jth International Conference on Computa- tional Linguistics (COLING-92), pages 454-460, Nantes, France, July.",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "One sense per collocation",
"authors": [
{
"first": "David",
"middle": [],
"last": "Yarowsky",
"suffix": ""
}
],
"year": 1993,
"venue": "ARPA Workshop on Human Language Technology",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "David Yarowsky. 1993. One sense per collocation. ARPA Workshop on Human Language Technol- ogy, March. Princeton.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"text": ". The model defines the selectional preference strength of a predicate as: \u2022 SR(p) = D(er(clp)[I Pr(c)) = E pr(clp)log Pr(clp) Pr(c) \" ......",
"uris": null,
"type_str": "figure",
"num": null
},
"TABREF1": {
"text": "Selectional ratings for plausible objects verbs \"choose\" the sense of their arguments. For example, letter has 3 senses in WordNet, 2 and belongs",
"num": null,
"content": "<table/>",
"html": null,
"type_str": "table"
}
}
}
}