ACL-OCL / Base_JSON /prefixW /json /W95 /W95-0105.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "W95-0105",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T04:37:12.382913Z"
},
"title": "Disambiguating Noun Groupings with Respect to WordNet Senses",
"authors": [
{
"first": "Philip",
"middle": [],
"last": "Resnik",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Sun Microsystems Laboratories Two Elizabeth Drive Chelmsford",
"location": {
"postCode": "01824-4195",
"region": "MA",
"country": "USA"
}
},
"email": "philip@sun.com"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "Word groupings useful for language processing tasks are increasingly available, as thesauri appear on-line, and as distributional word clustering techniques improve. However, for many tasks, one is interested in relationships among word senses, not words. This paper presents a method for automatic sense disambiguafion of nouns appearing within sets of related nouns-the kind of data one finds in on-line thesauri, or as the output of distributional clustering algorithms. Disambiguation is performed with respect to WordNet senses, which are fairly fine-gained; however, the method also permits the assignment of higher-level WordNet categories rather than sense labels. The method is illustrated primarily by example, though results of a more rigorous evaluation are also presented.",
"pdf_parse": {
"paper_id": "W95-0105",
"_pdf_hash": "",
"abstract": [
{
"text": "Word groupings useful for language processing tasks are increasingly available, as thesauri appear on-line, and as distributional word clustering techniques improve. However, for many tasks, one is interested in relationships among word senses, not words. This paper presents a method for automatic sense disambiguafion of nouns appearing within sets of related nouns-the kind of data one finds in on-line thesauri, or as the output of distributional clustering algorithms. Disambiguation is performed with respect to WordNet senses, which are fairly fine-gained; however, the method also permits the assignment of higher-level WordNet categories rather than sense labels. The method is illustrated primarily by example, though results of a more rigorous evaluation are also presented.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "Word groupings useful for language processing tasks are increasingly available, as thesauri appear on-line, and as distributional techniques become increasingly widespread (e.g. (Bensch and Savitch, 1992; Brill, 1991; Brown et al., 1992; Grefenstette, 1994; McKcown and Hatzivassiloglou, 1993; Pereira et al., 1993; Schtltze, 1993) ). However, for many tasks, one is interested in relationships among word senses, not words. Consider, for example, the cluster containing attorney, counsel, trial, court, and judge, used by Brown et al. (1992) to illustrate a \"semantically sticky\" group of words. As is often the case where sense ambiguity is involved, we as readers impose the most coherent interpretation on the words within the group without being aware that we are doing so. Yet a computational system has no choice but to consider other, more awkward possibilities --for example, this cluster might be capturing a distributional relationship between advice (as one sense of counsel) and royalty (as one sense of court). This would be a mistake for many applications, such as query expansion in information retrieval, where a surfeit of false connections can outweigh the benefits obtained by using lexical knowledge.",
"cite_spans": [
{
"start": 178,
"end": 204,
"text": "(Bensch and Savitch, 1992;",
"ref_id": "BIBREF9"
},
{
"start": 205,
"end": 217,
"text": "Brill, 1991;",
"ref_id": null
},
{
"start": 218,
"end": 237,
"text": "Brown et al., 1992;",
"ref_id": "BIBREF11"
},
{
"start": 238,
"end": 257,
"text": "Grefenstette, 1994;",
"ref_id": "BIBREF14"
},
{
"start": 258,
"end": 293,
"text": "McKcown and Hatzivassiloglou, 1993;",
"ref_id": null
},
{
"start": 294,
"end": 315,
"text": "Pereira et al., 1993;",
"ref_id": "BIBREF23"
},
{
"start": 316,
"end": 331,
"text": "Schtltze, 1993)",
"ref_id": null
},
{
"start": 523,
"end": 542,
"text": "Brown et al. (1992)",
"ref_id": "BIBREF11"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "One obvious solution to this problem would be to extend distributional grouping methods to word senses. For example, one could construct vector representations of senses on the basis of their co-occurrence with words or with other senses. Unfortunately, there are few corpora annotated with word sense information, and computing reliable statistics on word senses rather than words will require more data, rather than less. 1 Furthermore, one widely available example of a large, manually sense-tagged corpus --the WordNet group's annotated subset of the Brown corpus 2 --vividly illustrates the difficulty in obtaining suitable data.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "1Actually, this depends on the fine-grainedness of sense distinctions; clearly one could annotate corpora with very high level semantic distinctions For example, Basili et al. (1994) take such a coarse-grained approach, utilizing on the order of 10 to 15 semantic tags for a given domain. I assume throughout this paper that finer-grained distinctions than that are necessary. 2Available by anonymous ftp to clarity.princeton.edu as pub/wnl. 4seracor. tar. Z; Word_Net is described by Miller et al. (1990) .",
"cite_spans": [
{
"start": 162,
"end": 182,
"text": "Basili et al. (1994)",
"ref_id": null
},
{
"start": 485,
"end": 505,
"text": "Miller et al. (1990)",
"ref_id": "BIBREF22"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "It is quite small, by current corpus standards (on the order of hundreds of thousands of words, rather than millions or tens of millions); the direct annotation methodology used to create it is labor intensive (Marcus et al. (1993) found that direct annotation takes twice as long as automatic tagging plus correction, for partof-speech annotation); and the output quality reflects the difficulty of the task (inter-annotator disagreement is on the order of 10%, as contrasted with the approximately 3% error rate reported for part-of-speech annotation by Marcus et al.) .",
"cite_spans": [
{
"start": 210,
"end": 231,
"text": "(Marcus et al. (1993)",
"ref_id": "BIBREF20"
},
{
"start": 556,
"end": 570,
"text": "Marcus et al.)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "There have been some attempts to capture the behavior of semantic categories in a distributional setting, despite the unavailability of sense-annotated corpora. For example, Hearst and Schtltze (1993) take steps toward a distributional treatment of WordNet-based classes, using Schtltze's (1993) approach to constructing vector representations from a large co-occurrence matrix. Yarowsky's (1992) algorithm for sense disambiguation can be thought of as a way of determining how Roget's thesaurus categories behave with respect to contextual features. And my own treatment of selectional constraints (Resnik, 1993) provides a way to describe the plausibility of co-occuffence in terms of WordNet's semantic categories, using co-occurrence relationships mediated by syntactic structure. In each case, one begins with known semantic categories (WordNet synsets, Roget's numbered classes) and non-sense-annotated text, and proceeds to a distributional characterization of semantic category behavior using co-occurrence relationships.",
"cite_spans": [
{
"start": 174,
"end": 200,
"text": "Hearst and Schtltze (1993)",
"ref_id": null
},
{
"start": 379,
"end": 396,
"text": "Yarowsky's (1992)",
"ref_id": "BIBREF30"
},
{
"start": 599,
"end": 613,
"text": "(Resnik, 1993)",
"ref_id": "BIBREF25"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "This paper begins from a rather different starting point. As in the above-cited work, there is no presupposition that sense-annotated text is available. Here, however, I make the assumption that word groupings have been obtained through some black box procedure, e.g. from analysis of unannotated text, and the goal is to annotate the words within the groupings post hoc using a knowledge-based catalogue of senses. If successful, such an approach has obvious benefits: one can use whatever sources of good word groupings are available --primarily unsupervised word clustering methods, but also on-line thesauri and the like --without folding in the complexity of dealing with word senses at the same time) The resulting sense groupings should be useful for a variety of purposes, although ultimately this work is motivated by the goal of sense disarnbiguation for unrestricted text using unsupervised methods.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Let us state the problem as follows. We are given a set of words W = {wl,. \u2022., wn}, with each word wi having an associated set Si = {si,1,..., si,m} of possible senses. We assume that there exists some set W' C_ U Si, representing the set of word senses that an ideal human judge would conclude belong to the group of senses corresponding to the word grouping W. The goal is then to define a membership function qo that takes si,j, wi, and W as its arguments and computes a value in [0, 1] , representing the confidence with which one can state that sense si,j belongs in sense grouping W'.4 Note that, in principle, nothing precludes the possibility that multiple senses of a word are included in W'.",
"cite_spans": [
{
"start": 483,
"end": 486,
"text": "[0,",
"ref_id": null
},
{
"start": 487,
"end": 489,
"text": "1]",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Problem statement",
"sec_num": "2.1"
},
{
"text": "Example. Consider the following word group: 5 burglars thief rob mugging stray robbing lookout chase crate thieves 3An alternative worth mentioning, however, is the distributional approach of Pereira et al. (1993) : within their representational scheme, distributionaUy defined word senses emerge automatically in the form of cluster centroids.",
"cite_spans": [
{
"start": 192,
"end": 213,
"text": "Pereira et al. (1993)",
"ref_id": "BIBREF23"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Problem statement",
"sec_num": "2.1"
},
{
"text": "4One could also say that ~ defines a fuzzy set. 5This example comes from Schfitze's (1993) iUustration of how his algorithm determines nearest neighbors in a sublexical representation space; these are the ten words representationally most similar to burglar, based on a corpus of newspaper text.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Problem statement",
"sec_num": "2.1"
},
{
"text": "Restricting our attention to noun senses in WordNet, only lookout and crate are polysemous. Treating this word group as W, one would expect ~ to assign a value of 1 to the unique senses of the monosemous words, and to assign a high value to lookout's sense as lookout, lookout man, sentinel, sentry, watch, scout: a person employed to watch for something to happen.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Problem statement",
"sec_num": "2.1"
},
{
"text": "Low (or at least lower) values of q; would be expected for the senses of lookout that correspond to an observation tower, or to the activity of watching. Crate's two WordNet senses correspond to the physical object and the quantity (i.e., crateful, as in \"a crateful of oranges\"); my own intuition is that the first of these would more properly be included in W' than the second, and should therefore receive a higher value of ~, though of course neither I nor any other individual really constitutes an \"ideal human judge.\"",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Problem statement",
"sec_num": "2.1"
},
{
"text": "The core of the disambiguation algorithm is a computation of semantic similarity using the WordNet taxonomy, a topic recently investigated by a number of people (Leacock and Chodorow, 1994; Resnik, 1995; Sussna, 1993) . In this paper, I restrict my attention to WordNet's IS-A taxonomy for nouns, and take an approach in which semantic similarity is evaluated on the basis of the information content shared by the items being compared. The intuition behind the approach is simple: the more similar two words are, the more informative will be the most specific concept that subsumes them both. (That is, their least upper bound in the taxonomy; here a concept corresponds to a WordNet synset.) The traditional method of evaluating similarity in a semantic network by measuring the path length between two nodes (Lee et al., 1993; Rada et al., 1989) also captures this, albeit indirectly, when the semantic network is just an IS-A hierarchy: if the minimal path of IS-A links between two nodes is long, that means it is necessary to go high in the taxonomy, to more abstract concepts, in order to find their least upper bound. However, there are problems with the simple path-length definition of semantic similarity, and experiments using WordNet show that other measures of semantic similarity, such as the one employed here, provide a better match to human similarity judgments than simple path length does (Resnik, 1995) .",
"cite_spans": [
{
"start": 161,
"end": 189,
"text": "(Leacock and Chodorow, 1994;",
"ref_id": "BIBREF17"
},
{
"start": 190,
"end": 203,
"text": "Resnik, 1995;",
"ref_id": "BIBREF26"
},
{
"start": 204,
"end": 217,
"text": "Sussna, 1993)",
"ref_id": "BIBREF28"
},
{
"start": 810,
"end": 828,
"text": "(Lee et al., 1993;",
"ref_id": "BIBREF18"
},
{
"start": 829,
"end": 847,
"text": "Rada et al., 1989)",
"ref_id": "BIBREF24"
},
{
"start": 1408,
"end": 1422,
"text": "(Resnik, 1995)",
"ref_id": "BIBREF26"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Computation of Semantic Similarity",
"sec_num": "2.2"
},
{
"text": "Given two words wl and w2, their semantic similarity is calculated as",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Computation of Semantic Similarity",
"sec_num": "2.2"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "sim(wl,WE) = max [-logPr(c)],",
"eq_num": "(1)"
}
],
"section": "Computation of Semantic Similarity",
"sec_num": "2.2"
},
{
"text": "c e subsumers (wl,w2) where subsumers(wl, WE) is the set of WordNet synsets that subsume (i.e., are ancestors of) both w~ and w2, in any sense of either word. The concept e that maximizes the expression in (1) will be referred to as the most informative subsumer of Wl and w2. Although there are many ways to associate probabilities with taxonomic classes, it is reasonable to require that concept probability be non-decreasing as one moves higher in the taxonomy; i.e., that el IS-A c2 implies Pr(c2) _> Pr(el). This guarantees that \"more abstract\" does indeed mean \"less informative,\" defining informativeness in the traditional way in terms of log likelihood.",
"cite_spans": [
{
"start": 14,
"end": 21,
"text": "(wl,w2)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Computation of Semantic Similarity",
"sec_num": "2.2"
},
{
"text": "Probability estimates are derived from a corpus by computing",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Computation of Semantic Similarity",
"sec_num": "2.2"
},
{
"text": "freq(c) = ~ count(n), (2) newords(c)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Computation of Semantic Similarity",
"sec_num": "2.2"
},
{
"text": "where words(c) is the set of nouns having a sense subsumed by concept c. Probabilities are then computed simply as relative frequency:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Computation of Semantic Similarity",
"sec_num": "2.2"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "~(e)- freq(c) N '",
"eq_num": "(3)"
}
],
"section": "Computation of Semantic Similarity",
"sec_num": "2.2"
},
{
"text": "where N is the total number of noun instances observed. Singular and plural forms are counted as the same noun, and nouns not covered by WordNet are ignored. Although the WordNet noun taxonomy has multiple root nodes, a single, \"virtual\" root node is assumed to exist, with the original root nodes as its children. Note that by equations (1) through (3), if two senses have the virtual root node as their only upper bound then their similarity value is 0.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Computation of Semantic Similarity",
"sec_num": "2.2"
},
{
"text": "Example. The following table shows the semantic similarity computed for several word pairs, in each case shown with the most informative subsumer. 6 Probabifities were estimated using the Penn Treebank version of the Brown corpus. The pairs come from an example given by Church and Hanks (1989) , illustrating the words that human subjects most frequently judged as being associated with the word doctor. (The word sick also appeared on the list, but is excluded here because it is not a noun.)",
"cite_spans": [
{
"start": 271,
"end": 294,
"text": "Church and Hanks (1989)",
"ref_id": "BIBREF12"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Computation of Semantic Similarity",
"sec_num": "2.2"
},
{
"text": "Word Doctors are minimally similar to medicine and hospitals, since these things are all instances of \"something having concrete existence, riving or nonliving\" (WordNet class (ent \u00b1ty)), but they are much more similar to lawyers, since both are kinds of professional people, and even more similar to nurses, since both are professional people working specifically within the health professions. Notice that similarity is a more specialized notion than association or relatedness: doctors and sickness may be highly associated, but one would not judge them to be particularly similar.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Computation of Semantic Similarity",
"sec_num": "2.2"
},
{
"text": "The disambiguation algorithm for noun groups is inspired by the observation that when two polysemous words are similar, their most informative subsumer provides information about which sense of each word is the relevant one. In the above table, for example, both doctor and nurse are polysemous: WordNet records doctor not only as a kind of health professional, but also as someone who holds a Ph.D., and nurse can mean not only a health professional but also a nanny. When the two words are considered together, however, the shared element of meaning for the two relevant senses emerges in the form of the most informative subsumer. It may be that other pairings of possible senses also share elements of meaning (for example, doctor~Ph.D, and nurse~nanny are both descendants of (person, individual}). However, in cases like those illustrated above, the more specific or informative the shared ancestor is, the more strongly it suggests which senses come to mind when the words are considered together. The working hypothesis in this paper is that this holds U'ue in general.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Disambiguation Algorithm",
"sec_num": "2.3"
},
{
"text": "Turning that observation into an algorithm requires two things: a way to assign credit to word senses based on similarity with co-occurring words, and a tractable way to generalize to the case where more than two polysemous words are involved. The algorithm given in Figure 1 does both quite slraighfforwardly.",
"cite_spans": [],
"ref_spans": [
{
"start": 267,
"end": 275,
"text": "Figure 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "Disambiguation Algorithm",
"sec_num": "2.3"
},
{
"text": "6For readability, WordNet synsets are described either by symbolic labels (such as (person)) or by long descriptions (constructed from the words in the synset and/or the immediate parent synset and/or the description field from the lexical database). However, in implementations described here, all WordNet synsets are identified by a unique numerical identifier. This algorithm considers the words in W pairwise, avoiding the tractability problems in considering all possible combinations of senses for the group (0 (m ~) if each word had m senses). For each pair considered, the most informative subsumer is identified, and this pair is only considered as supporting evidence for those senses that are descendants of that concept. Notice that by equation 1, support [i, k] is a sum of log probabilities, and therefore preferring senses with high support is equivalent to optimizing a product of probabilities. Thus considering words pairwise in the algorithm reflects a probabilistic independence assumption.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Disambiguation Algorithm",
"sec_num": "2.3"
},
{
"text": "Example. The most informative subsumer for doctor and nurse is <health professional), and therefore that pairing contributes support to the sense of doctor as an M.D., but not a Ph.D. Similarly, it contributes support to the sense of nurse as a health professional, but not a nanny.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Disambiguation Algorithm",
"sec_num": "2.3"
},
{
"text": "The amount of support contributed by a pairwise comparison is proportional to how informative the most informative subsumer is. Therefore the evidence for the senses of a word will be influenced more by more similar words and less by less similar words. By the time this process is completed over all pairs, each sense of each word in the group has had the potential of receiving supporting evidence from a pairing with every other word in the group. The value assigned to that sense is then the proportion of support it did receive, out of the support possible. (The latter is kept track of by array normalization in the pseudocode.)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Disambiguation Algorithm",
"sec_num": "2.3"
},
{
"text": "Discussion. The intuition behind this algorithm is essentially the same intuition exploited by Lesk (1986) , Sussna (1993) , and others: the most plausible assignment of senses to multiple co-occurring words is the one that maximizes relatedness of meaning among the senses chosen. Here I make an explicit comparison with Sussna's approach, since it is the most similar of previous work.",
"cite_spans": [
{
"start": 95,
"end": 106,
"text": "Lesk (1986)",
"ref_id": "BIBREF19"
},
{
"start": 109,
"end": 122,
"text": "Sussna (1993)",
"ref_id": "BIBREF28"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Disambiguation Algorithm",
"sec_num": "2.3"
},
{
"text": "Sussna gives as an example of the problem he is solving the following paragraph from the corpus of 1963 Time magazine articles used in information retrieval research (uppercase in the Time corpus, lowercase here for readability; punctuation is as it appears in the original corpus): the allies after nassau in december 1960, the u.s. first proposed to help nato develop its own nuclear strike force, but europe made no attempt to devise a plan. last week, as they studied the nassau accord between president kennedy and prime minister macmillan, europeans saw emerging the first outlines of the nuclear nato that the u.s. wants and will support, it all sprang from the anglo-u.s, crisis over cancellation of the bug-ridden skybolt missile, and the u.s. offer to supply britain and france with the proved polaris (time, dec. 28) From this, Sussna extracts the following noun grouping to disambiguate: allies strike force attempt plan week accord president prime minister outlines support crisis cancellation bug missile france polaris time These are the non-stopword nouns in the paragraph that appear in WordNet (he used version 1.2).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Disambiguation Algorithm",
"sec_num": "2.3"
},
{
"text": "The description of Sussna's algorithm for disambiguating noun groupings like this one is similar to the one proposed here, in a number of ways: relatedness is characterized in terms of a semantic network (specifically WordNet); the focus is on nouns only; and evaluations of semantic similarity (or, in Sussna's case, semantic distance) are the basis for sense selection. However, there are some important differences, as well. First, unlike Sussna's proposal, this algorithm aims to disambiguate groupings of nouns already established (e.g. by clustering, or by manual effort) to be related, as opposed to groupings of nouns that happen to appear near each other in running text (which may or may not reflect relatedness based on meaning). This provides some justification for restricting attention to similarity (reflected by the scaffolding of IS-A links in the taxonomy), as opposed to the more general notion of association. Second, this difference is reflected algonthmically by the fact that Sussna uses not only IS-A links but also other WordNet links such as PART-OF. Third, unlike Sussna's algorithm, the semantic similarity/distance computation here is not based on path length, but on information content, a choice that I have argued for elsewhere (Resnik, 1993; Resnik, 1995) . Fourth, the combinatorics are handled differently: Sussna explores analyzing all sense combinations (and living with the exponential complexity), as well as the alternative of sequentially \"freezing\" a single sense for each of Wl,..., W~_l and using those choices, assumed to be correct, as the basis for disambiguating wi. The algorithm presented here falls between those two alternatives.",
"cite_spans": [
{
"start": 1260,
"end": 1274,
"text": "(Resnik, 1993;",
"ref_id": "BIBREF25"
},
{
"start": 1275,
"end": 1288,
"text": "Resnik, 1995)",
"ref_id": "BIBREF26"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Disambiguation Algorithm",
"sec_num": "2.3"
},
{
"text": "A final, important difference between this algorithm and previous algorithms for sense disambiguation is that it offers the possibility of assigning higher-level WordNet categories rather than lowest-level sense labels. It is a simple modification to the algorithm to assign values of ~ not only to synsets directly containing words in W, but to any anccestors of those synsets --one need only let the list of synsets associated with each word wi (i.e,, Si in the problem statement of Section 2.1) also include any synset that is an ancestor of any synset containing word wi. Assuming that nura sen s e s (w [ 5_ ] ) and sen s e [ 5_, k ] are reinterpreted accordingly, the algorithm will compute qo not only for the synsets directly including words in W, but also for any higher-level abstractions of them.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Disambiguation Algorithm",
"sec_num": "2.3"
},
{
"text": "Example. Consider the word group doctor, nurse, lawyer. If one were to include all subsuming concepts for each word, rather than just the synsets of which they are directly members, the concepts with non-zero values of ~ would be as follows:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Disambiguation Algorithm",
"sec_num": "2.3"
},
{
"text": "\u2022 For doctor:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Disambiguation Algorithm",
"sec_num": "2.3"
},
{
"text": "1.00 doctor, doc, physician, MD, Dr.: subconcept of medical practitioner 1.00 medical practitioner: someone who practices medicine 1.00 health professional: subconcept of professional 0.43 professional: a person engaged in one of the learned professions",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Disambiguation Algorithm",
"sec_num": "2.3"
},
{
"text": "\u2022 For nurse:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Disambiguation Algorithm",
"sec_num": "2.3"
},
{
"text": "1.00 1.00 0.43",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Disambiguation Algorithm",
"sec_num": "2.3"
},
{
"text": "\u2022 For lawyer:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Disambiguation Algorithm",
"sec_num": "2.3"
},
{
"text": "1.00 1.00 nurse: one skilled in caring for the sick health professional: subconcept of professional professional: a person engaged in one of the learned professions lawyer, attorney: a professional person authorized to practice law professional: a person engaged in one of the learned professions Given assignments of ~ at all levels of abstraction, one obvious method of semantic annotation is to assign the highest-level concept for which ~ is at least as large as the sense-specific value of ~. For instance, in the previous example, one would assign the annotation (health professional) to both doctor and nurse (thus explicitly capturing a generalization about their presence in the word group, at the appropriate level of abstraction), and the annotation (professional) to lawyer.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Disambiguation Algorithm",
"sec_num": "2.3"
},
{
"text": "In this section I present a number of examples for evaluation by inspection. In each case, I give the source of the noun grouping, the grouping itself, and for each word a description of word senses together with their values of ~.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Examples",
"sec_num": "3"
},
{
"text": "Distributional cluster (Brown et al., 1992) : head, body, hands, eye, voice, arm, seat, hair, mouth",
"cite_spans": [
{
"start": 23,
"end": 43,
"text": "(Brown et al., 1992)",
"ref_id": "BIBREF11"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Distributionally derived groupings",
"sec_num": "3.1"
},
{
"text": "Word 'head' (17 alternatives) 0.0000 crown, peak, summit, head, top: subconceptofupperbound 0.0000 principaL school principal, head teacher, head: educator who has executive authority 0.0000 head, chief, top dog: subeoncept of leader 0.0000 head: a user of (usually soft) drugs 0.1983 head: \"the head of the page\"; \"the head of the fist\" 0.1983 beginning, head, origin, root, source: the point or place where something begins 0.0000 pass, head, straits: a difficult juncture; \"a pretty pass\" 0.0000 headway, head: subconcept of progress, progression, advance 0.0903 point, hod: a V-shaped mark at one end of an arrow pointer 0.0000 heading, head: a line of text serving to indicate what the passage below it is about 0.0000 mind, head, intellect, psyche: that which is responsible for your thoughts and feelings 0.5428 head: the upper or front part of the body that contains the faee and brains 0.0000 toilet, lavatory, can, head, facility, john, privy, bathroom 0.0000 head: the striking part of a tool; \"hammerhead\" 0.1685 head: a part that projects out from the rest; \"the head of the nail\", \"pinhead\" 0.0000 drumhead, head: stretched taut 0.0000 oral sex, head: oral-genital stimulation Word 'body' (8 alternatives) 0.0000 body: an individual 3-dimensional object that has mass 0.0000 gathering, assemblage, assembly, body, confluence: group of people together in one place 0.0000 body: people associated by some common tie or occupation 0.0000 body: the centralmessage of a communication 0.9178 torso, trunk, body: subconcept of body part, member 0.0000 body, organic structure: the entire physical structure of an animal or human being (10 alternatives) hand: subconeept of linear unit hired hand, hand, hired man: a hired laborer on a farm or ranch bridge player, hand: \"we need a 4th hand for bridge\" hand, deal: the cards held in a card game by a given player at any given time hand: a round of applause to signify approval; \"give the little lady a great big hand\" handwriting, cursive, hand, script: something written by hand hand: ability; \"he wanted to try his hand at singing\" hand, manus, hook, mauler, mitt, paw: the distal extremity of the superior limb hand: subconcept of pointer hand: physical assistance; \"give me a hand with the chores\" voice: the relation of the subject of a verb to the action that the verb denotes spokesperson, spokesman, interpreter, representative, mouthpiece, voice voice, vocalization: the sound made by the vibration of vocal folds articulation, voice: expressing in coherent verbal form; \"I gave voice to my feelings\" part, voice: the melody carried by a particular voice or instrument in polyphonic music voice: the ability to speak; \"he lost his voice\" voice: the distinctive sound of a person's speech; \"I recognized her voice\"",
"cite_spans": [
{
"start": 1642,
"end": 1659,
"text": "(10 alternatives)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Distributionally derived groupings",
"sec_num": "3.1"
},
{
"text": "Word 'arm' (6 alternatives) 0.0000 branch, subdivision, arm: an administrative division: \"a branch of Congress\" 0.6131 arm: eornrnonly used to refer to the whole superior limb 0.0346 weapon, arm, weapon system: used in fighting or hunting 0.2265 sleeve, arm: attached at armhole 0.1950 arm: any proj~tion that is thought to resemble an arm; \"the arm of the record player\" 0.0346 arm: the part of an armchair that supports the elbow and forearm of a seated person Word 'seat' (6 alternatives) 0.0000 seat: a city from which authority is exercised 0.0000 seat, place: a space reserved for sitting 0.7369 buttocks, arse, butt, backside, burn, buns, can .... 0.2631 seat: covers the buttocks 0.0402 seat: designed for sitting on 0.0402 seat: where one sits Word 'hair' (5 0.0323 0.2313 1.0000 1.0000 1.0000 alternatives) hair, pilus: threadlike keratinous filaments growing from the skin of mammals hair, tomentum: filamentous hairlike growth on a plant hair, follicular growth: subeoncept of externalbody part hair, mane, head of hair: hair on the head hair: hairy covering of an animal or body part Word 'mouth' (5 alternatives) 0.0000 mouth: the point where a stream issues into a larger body of water 0.0000 mouth: an opening that resembles a mouth (as of a cave or a gorge) 0.0613 sass, sassing, baektalk, lip, mouth: an impudent or insolent rejoinder 0.9387 mouth, oral cavity: subconcept of cavity, body cavity, bodily cavity 0.9387 mouth, trap, hole, maw, yap, muzzle, suout: list includes informal terms for \"mouth\"",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Distributionally derived groupings",
"sec_num": "3.1"
},
{
"text": "This group was among classes hand-selected by Brown et al. as \"particularly interesting.\" Distributional cluster (Brown et al., 1992) : tie, jacket, suit",
"cite_spans": [
{
"start": 113,
"end": 133,
"text": "(Brown et al., 1992)",
"ref_id": "BIBREF11"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Distributionally derived groupings",
"sec_num": "3.1"
},
{
"text": "Word 'tie' (7 alternatives) 0.0000 0.0000 0.0000 1.0000 0.0000 0.0000 0.0000 draw, standoff, tie, stalemate affiliation, association, tie, tie-up: a social or business relationship tie, crosstie, sleeper: subconcept of brace, bracing necktie, tie link, linkup, tie, tie-in: something that serves to join or link drawstring, string, tie: cord used as a fastener tie, tie beam: used to prevent two rafters, e.g., from spreading apart Word 'jacket' (4 alternatives) 0.0000 book jacket, dust cover: subeoncept of promotional material 0.0000 jacket crown, jacket: artificial crown fitted over a broken or decayed tooth 0.0000 jacket: subconceptofwrapping, wrap, wrapper 1.0000 jacket: a short coat Word 'suit' (4 alternatives) 0.0000 suit, suing: subconcept of entreaty, prayer, appeal 1.0000 suit, suit of clothes: subconcept of garment 0.0000 suit: any of four sets of13\" cards in a paek 0.0000 legal action, action, case, lawsuit, suit: a judicial proceeding",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Distributionally derived groupings",
"sec_num": "3.1"
},
{
"text": "This cluster was derived by Brown et al. using a modification of their algorithm, designed to uncover \"semantically sticky\" clusters.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Distributionally derived groupings",
"sec_num": "3.1"
},
{
"text": "Distributional cluster (Brown et al., 1992) : cost, expense, risk, profitability, deferral, earmarks, capstone, cardinality, mintage, reseller 0.3183 test, trial: the act ofundergoingtesting; \"he survived the great test of battle\" 0.3183 test, trial run: the act of testing something Word 'mean' (1 alternatives) 1.0000 mean: an average ofn numbers computed by...",
"cite_spans": [
{
"start": 23,
"end": 43,
"text": "(Brown et al., 1992)",
"ref_id": "BIBREF11"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Distributionally derived groupings",
"sec_num": "3.1"
},
{
"text": "Word 'proeedure' (4 alternatives) 1.0000 procedure, process: a particular course of action intended to achieve a results 1.0000 operation, procedure: a process or series of acts ,.. involved in a particular form of work 0.0000 routine, subroutine, subprogram, procedure, function 0.0000 procedure: a mode of conducting legal and parliamentary proceedings Word 'technique' (2 alternatives) 1.0000 technique: a tecfiniealmethod 0.0000 profieieney, facility, technique: skillfulness deriving from practice and familiarity I chose this grouping at random from a thesaurus created automatically by Grefenstette's syntacticodistributional methods, using the MED corpus of medical abstracts as its source. The group comes from from the thesaurus entry for the word method. Note that mean probably should be means.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Distributionally derived groupings",
"sec_num": "3.1"
},
{
"text": "There is a tradition in sense disambiguation of taking particularly ambiguous words and Qualitatively, the algorithm does a good job in most of the categories. The reader might find it an interesting exercise to try to decide which of the 25 senses he or she would choose, especially in the cases where the algorithm did less well (e.g. categories #200, #203, #466).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Thesaurus Classes",
"sec_num": "3.2"
},
{
"text": "The previous section provided illustrative examples, demonstrating the performance of the algorithm on some interesting cases. In this section, I present experimental results using a more rigorous evaluation methodology. Input for this evaluation came from the numbered categories of Roget's. Test instances consisted of a noun group (i.e., all the nouns in a numbered category) together with a single word in that group to be disambiguated. To use an example from the previous section, category #590 (\"Writing\") contains the following:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Formal Evaluation",
"sec_num": "4"
},
{
"text": "writing, chirography, penman ship, quill driving, typewriting, writing, manuscript, MS, these presents, stroke of the pen, dash of the pen, coupe de plume, line, headline, pen and ink, letter, uncial writing, cuneiform character, arrowhead, Ogham, Runes, hieroglyphic, contraction, Devanagari, Nagari, script, shorthand, stenography, secret writing, writing in cipher, cryptography, stenography, copy, transcript, rescript, rough copy, fair copy, handwriting, signature, sign manual, autograph, monograph, holograph, hand, fist, calligraphy, good hand, running hand, flowing hand, cursive hand, legible hand, bold hand, bad hand, cramped hand, crabbed hand, illegible hand, scribble, ill-formed letters, pothooks and hangers, stationery, pen, quill, goose quill, pencil, style, paper, foolscap, parchment, veUum, papyrus, tablet, slate, marble, pillar, table, blackboard, ink bottle, ink horn, ink pot, ink stand, ink well, typewriter, transcription, inscription, superscription, graphology, composition, authorship, writer, scribe, amanuensis, scrivener, secretary, clerk, penman, copyist, transcriber, quill driver, stenographer, typewriter, typist, writer for the press Any word or phrase in that group that appears in the noun taxonomy for WordNet would be a candidate as a test instance --for example, line, or secret writing.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Formal Evaluation",
"sec_num": "4"
},
{
"text": "The test set, chosen at random, contained 125 test cases. (Note that because of the random choice, there were some cases where more than one test instance came from the same numbered category.) Two human judges were independently given the test cases to disambiguate. For each case, they were given the full set of nouns in the numbered category (as shown above) together with descriptions of the WordNet senses for the word to be disambiguated (as, for example, the list of 25 senses for line given in the previous section, though thankfully few words have that many senses!). It was a forced-choice task; that is, the judge was required to choose exactly one sense. In addition, for each judgment, the judge was required to provide a confidence value for this decision, ranging from 0 (not at all confident) to 4 (highly confident).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Formal Evaluation",
"sec_num": "4"
},
{
"text": "Results are presented here individually by judge. For purposes of evaluation, test instances for which the judge had low confidence (i.e. confidence ratings of 0 or 1) were excluded.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Formal Evaluation",
"sec_num": "4"
},
{
"text": "For Judge 1, there were 99 test instances with sufficiently high confidence to be considered. As a baseline, ten runs were done selecting senses by random choice, with the average percent correct being 34.8%, standard deviation 3.58. As an upper bound, Judge 2 was correct on 65.7% of those test instances. The disambiguation algorithm shows considerable progress toward this upper bound, with 58.6% correct.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Formal Evaluation",
"sec_num": "4"
},
{
"text": "For Judge 2, there were 86 test instances with sufficiently high confidence to be considered. As a baseline, ten runs were done selecting senses by random choice, with the average percent correct being 33.3%, standard deviation 3.83. As an upper bound, Judge 1 was correct on 68.6% of those test instances. Again, the disambiguation algorithm performs well, with 60.5% correct.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Formal Evaluation",
"sec_num": "4"
},
{
"text": "The results of the evaluation are exlremely encouraging, especially considering that disambiguating word senses to the level of fine-grainedness found in WordNet is quite a bit more difficult than disambiguation to the level of homographs (Hearst, 1991; Cowie et al., 1992) . A note worth adding: it is not clear that the \"exact match\" criterion --that is, evaluating algorithms by the percentage of exact matches of sense selection against a human-judged baseline --is the right task. In particular, in many tasks it is at least as important to avoid inappropriate senses than to select exactly the right one. This would be the case in query expansion for information retrieval, for example, where indiscriminately adding inappropriate words to a query can degrade performance (Voorhees, 1994) . The examples presented in Section 3 are encouraging in this regard: in addition to performing well at the task of assigning a high score to the best sense, it does a good job of assigning low scores to senses that are clearly inappropriate.",
"cite_spans": [
{
"start": 239,
"end": 253,
"text": "(Hearst, 1991;",
"ref_id": "BIBREF15"
},
{
"start": 254,
"end": 273,
"text": "Cowie et al., 1992)",
"ref_id": "BIBREF13"
},
{
"start": 778,
"end": 794,
"text": "(Voorhees, 1994)",
"ref_id": "BIBREF29"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions and Future Work",
"sec_num": "5"
},
{
"text": "Regardless of the criterion for success, the algorithm does need further evaluation. Immediate plans include a larger scale version of the experiment presented here, involving thesaurus classes, as well as a similarly designed evaluation of how the algorithm fares when presented with noun groups produced by distributional clustering. In addition, I plan to explore alternative measures of semantic similarity, for example an improved variant on simple path length that has been proposed by Leacock and Chodorow (1994) .",
"cite_spans": [
{
"start": 492,
"end": 519,
"text": "Leacock and Chodorow (1994)",
"ref_id": "BIBREF17"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions and Future Work",
"sec_num": "5"
},
{
"text": "Ultimately, this algorithm is intended to be part of a suite of techniques used for disambiguating words in running text with respect to WordNet senses. I would argue that success at that task will require combining knowledge of the kind that WordNet provides, primarily about relatedness of meaning, with knowledge of the kind best provided by corpora, primarily about usage in context. The difficulty with the latter kind of knowledge is that, until now, the widespread success in characterizing lexical behavior in terms of distributional relationships has applied at the level of words --indeed, word forms --as opposed to senses. This paper represents a step toward getting as much leverage as possible out of work within that paradigm, and then using it to help determine relationships among word senses, which is really where the action is.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions and Future Work",
"sec_num": "5"
},
{
"text": "Basili, R., Pazienza, M. T., and Velardi, P. (1994) . The noisy channel and the braying donkey. In Klavans, J. and Resnik, P., editors, Proceedings of the ACL Workshop on Combining Symbolic and Statistical Approaches to",
"cite_spans": [
{
"start": 12,
"end": 51,
"text": "Pazienza, M. T., and Velardi, P. (1994)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Bibliography",
"sec_num": null
}
],
"back_matter": [
{
"text": "1.0000 coinage, mintage, specie, metal money: subconcept of cash Word 'reseller' Not in WordNet This cluster was one presented by Brown et al. as a randomly-selected class, rather than one hand-picked for its coherence. (I hand-selected it from that group forpresentation here, however.) As noted in Section 2.1, this group represents a set of words similar to burglar, according to Schtltze's method for deriving vector representation from corpus behavior. In this case, words rob and robbing were excluded because they were not nouns in WordNet. The word stray probably should be excluded also, since it most likely appears on this list as an adjective (as in \"stray bullet\").Machine-generated thesaurus entry (Grefenstette, 1994) : method, test, mean, procedure, techniqueWord 'method' (2 alternatives) 1.0000 method: a way of doing something, esp. a systematic one 0.0000 wise, method: a way of doing or being: \"in no wise\"; \"in this wise\"Word 'test' (7 alternatives) 0.6817 trial, test, tryout: trying something to find out about it; \"ten days free trial\" 0.6817 assay, check, test: subeoncept of appraisal assessanent 0.0000 examination, exam, test: a set of questions or exercises evaluating skill or knowledge 0.3183 test, mental test, mental testing, psychometric test 0.0000 test: a hard outer covering as of some amoebas and sea urchins",
"cite_spans": [
{
"start": 65,
"end": 95,
"text": "Word 'reseller' Not in WordNet",
"ref_id": null
},
{
"start": 712,
"end": 732,
"text": "(Grefenstette, 1994)",
"ref_id": "BIBREF14"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "annex",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "damage: the amount of money paid for something 0.4574 monetary value, price, cost: the amount of money it would bring if sold Word 'expense' (2 alternatives) 1.0000 expense, expenditure, outlay, outgo, spending, disbursal, disbursement 0.0000 expense: a detriment or sacrifice; \"at the expense of\" Word 'risk' (2 alternatives) 0.6267 hazard, jeopardy, peril risk: subconeept of danger 0.3733 risk, peril danger: subeonceptofventure Word 'profitability",
"authors": [],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "cost, price, terms, damage: the amount of money paid for something 0.4574 monetary value, price, cost: the amount of money it would bring if sold Word 'expense' (2 alternatives) 1.0000 expense, expenditure, outlay, outgo, spending, disbursal, disbursement 0.0000 expense: a detriment or sacrifice; \"at the expense of\" Word 'risk' (2 alternatives) 0.6267 hazard, jeopardy, peril risk: subconeept of danger 0.3733 risk, peril danger: subeonceptofventure Word 'profitability' (1 alternatives) 1.0000 profitableness, profitability: subconcept of advantage, benefit, usefulness",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "alternatives) 0.6267 abeyance, deferral, recess: subconcept of inaction, inactivity, inactiveness 0.3733 postponement, deferment, deferral, moratorium: an agreed suspension of activity 0",
"authors": [],
"year": null,
"venue": "",
"volume": "3733",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Word 'deferral' (3 alternatives) 0.6267 abeyance, deferral, recess: subconcept of inaction, inactivity, inactiveness 0.3733 postponement, deferment, deferral, moratorium: an agreed suspension of activity 0.3733 deferral: subconeeptofpause, wait",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "alternatives) 0.2898 earmark: identification mark on the ear of a domestic animal 0.7102 hallma.k, trademark, earmark: a distinguishing characteristic or attribute Word 'capstone' (1 alternatives) 1.0000 capstone, coping stone, stretcher: used at top of wall",
"authors": [],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Word 'earmarks' (2 alternatives) 0.2898 earmark: identification mark on the ear of a domestic animal 0.7102 hallma.k, trademark, earmark: a distinguishing characteristic or attribute Word 'capstone' (1 alternatives) 1.0000 capstone, coping stone, stretcher: used at top of wall",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "His faeehas many wrinkles\" 2. line: a length (straight or curved) without breadth or thickness 3. line, dividing line: \"there is a narrow line between sanity and insanity\" 4. agate line, line: space for one line of print used to measure advertising 5. credit line, line of credit, line: the maximum credit that a customer is allowed 6. line: in games or sports; a mark indicating positions or bounds of the playing area 7. line: a spatial location defined by a real or imaginary unidimensional extent 8. eourse, line: a connected series of events or actions or developments 9",
"authors": [],
"year": null,
"venue": "Word 'eardinality' Not in WordNet Word 'mintage' (1 alternatives) 1. wrinkle, furrow, crease, crinkle, seam",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Word 'eardinality' Not in WordNet Word 'mintage' (1 alternatives) 1. wrinkle, furrow, crease, crinkle, seam, line: \"His faeehas many wrinkles\" 2. line: a length (straight or curved) without breadth or thickness 3. line, dividing line: \"there is a narrow line between sanity and insanity\" 4. agate line, line: space for one line of print used to measure advertising 5. credit line, line of credit, line: the maximum credit that a customer is allowed 6. line: in games or sports; a mark indicating positions or bounds of the playing area 7. line: a spatial location defined by a real or imaginary unidimensional extent 8. eourse, line: a connected series of events or actions or developments 9. fine: a formation of people or things one after (or beside) another",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "drop me a line when you get there\" 15. argumentation, logical argument, fine of thought, fine of reasoning, fine 16. telephone fine, phone line, fine: a telephone connection fine, assembly fine, fine: a factory system 18. pipeline, line: a long pipeused to transport liquids or gases 19. line: a cornmereial organization serving as a common carrier 20. fine, railway fine, rail line: railroad track and roadbed 21. fine: something long and thin and flexible 22. cable, line, transmission fine: electrical conductor connecting telephones or television 23. line, product fine, line of products, line of merchandise, business fine, fine of business 24. fine: acting in conformity; \"in fine with\" or \"he got out of line\" or \"toe the fine\" 25. occupation, business, line of work, line: the principal activity in your life Since line appears in 13 of the numbered categories in Roget's thesaurus, a full description of the values of qo would be too large for the present paper. Indeed, showing all the nouns in the numbered categories would take up too much space: they average about 70 nouns apiece. Instead, I identify the numbered category, and give the three WordNet senses of line for which ~o was greatest",
"authors": [],
"year": null,
"venue": "succession of notes 12. line: a linear string of words expressing some idea 13",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "lineage, line, line of descent, descent, bloodline, blood line, blood, pedigree I 1. tune, melody, air, strain, melodic fine, line, melodic phrase: a succession of notes 12. line: a linear string of words expressing some idea 13. line: a mark that is long relative to its width; \"He drew a line on the chart\" 14. note, short letter, line: \"drop me a line when you get there\" 15. argumentation, logical argument, fine of thought, fine of reasoning, fine 16. telephone fine, phone line, fine: a telephone connection fine, assembly fine, fine: a factory system 18. pipeline, line: a long pipeused to transport liquids or gases 19. line: a cornmereial organization serving as a common carrier 20. fine, railway fine, rail line: railroad track and roadbed 21. fine: something long and thin and flexible 22. cable, line, transmission fine: electrical conductor connecting telephones or television 23. line, product fine, line of products, line of merchandise, business fine, fine of business 24. fine: acting in conformity; \"in fine with\" or \"he got out of line\" or \"toe the fine\" 25. occupation, business, line of work, line: the principal activity in your life Since line appears in 13 of the numbered categories in Roget's thesaurus, a full description of the values of qo would be too large for the present paper. Indeed, showing all the nouns in the numbered categories would take up too much space: they average about 70 nouns apiece. Instead, I identify the numbered category, and give the three WordNet senses of line for which ~o was greatest. [#4S.] [Connecting medium.] Connection. 0.4280 cable, line, transmission line 0.2966 telephone line, phone line, line: a telephone connection 0.2838 fine: something long and thin and flexible [#69.] [Uninterrupted sequence.] Continuity. 0.3027 lineage, line, fine of descent 0.2172 fine: a formation of people or things one after (or beside) another 0.1953 course, line: a connected series of events or actions or developments [#166.] Paternity. 0.5417 lineage, line, line of descent, descent, bloodfine, blood line, blood, pedigree 0.2292 pipeline, line: a long pipe used to transport liquids or gases 0.1559 llne, product line, line of products, line of merchandise [#167.] Posterity. 0.3633 lineage, line, line of descent, descent, bloodline, blood line, blood, pedigree 0.2904 line, product line, line of products, line of merchandise 0.2464 cable, line, transmission line: electrical conductor connecting telephones or television",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "pipeline, line: a long pipe used to transport liquids or gases 0.2141 line: a linear string of words expressing some idea 0.2141 note, short letter, line",
"authors": [],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Narrowness. Thinness. 0.2496 pipeline, line: a long pipe used to transport liquids or gases 0.2141 line: a linear string of words expressing some idea 0.2141 note, short letter, line: \"drop me a line when you get there\"",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "5724 line: something long and thin and flexible",
"authors": [],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "5724 line: something long and thin and flexible",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "transmission line: electrical conductor connecting telephones or television 0.1425 line: in games or sports; a mark indicating positions or bounds of the playing area",
"authors": [],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "I 805 cable, line, transmission line: electrical conductor connecting telephones or television 0.1425 line: in games or sports; a mark indicating positions or bounds of the playing area [#278.] Direction. 0.2083 line: a spatial location defined by a real or imaginary unidimensionalextent 0.1089 wrinkle, furrow, crease, crinkle, seam, line: \"His face has many wrinkles\" 0.1031 line: alength without breadth or thickness; the trace of a moving point",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Language (The Balancing Act)",
"authors": [
{
"first": "",
"middle": [],
"last": "Melody",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Concord",
"suffix": ""
}
],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "21--28",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Melody. Concord. Language (The Balancing Act), pages 21-28. Association for Computational Linguistics.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "An occu~ence-based model of word categorization",
"authors": [
{
"first": "P",
"middle": [
"A"
],
"last": "Bensch",
"suffix": ""
},
{
"first": "W",
"middle": [
"J"
],
"last": "Savitch",
"suffix": ""
}
],
"year": 1992,
"venue": "Presented at 3rd Meeting on Mathematics of Language (MOL3)",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bensch, P. A. and Savitch, W. J. (1992). An occu~ence-based model of word categorization. Presented at 3rd Meeting on Mathematics of Language (MOL3).",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Discovering the lexical features of a language",
"authors": [
{
"first": "E",
"middle": [],
"last": "Bfill",
"suffix": ""
}
],
"year": 1991,
"venue": "Proceedings of the 29th Annual Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bfill, E. (1991). Discovering the lexical features of a language. In Proceedings of the 29th Annual Meeting of the Association for Computational Linguistics, Berkeley, CA.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Class-based n-gram models of natural language",
"authors": [
{
"first": "P",
"middle": [
"E"
],
"last": "Brown",
"suffix": ""
},
{
"first": "Della",
"middle": [],
"last": "Pietra",
"suffix": ""
},
{
"first": "V",
"middle": [
"J"
],
"last": "Desouza",
"suffix": ""
},
{
"first": "P",
"middle": [
"V"
],
"last": "Lai",
"suffix": ""
},
{
"first": "J",
"middle": [
"C"
],
"last": "Mercer",
"suffix": ""
},
{
"first": "R",
"middle": [
"L"
],
"last": "",
"suffix": ""
}
],
"year": 1992,
"venue": "ComputationalLinguistics",
"volume": "18",
"issue": "4",
"pages": "467--480",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Brown, P. E, Della Pietra, V. J., deSouza, P. V., Lai, J. C., and Mercer, R. L. (1992). Class-based n-gram models of natural language. ComputationalLinguistics, 18(4):467-480.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Word association norms, mutual information, and lexicography",
"authors": [
{
"first": "K",
"middle": [],
"last": "Church",
"suffix": ""
},
{
"first": "P",
"middle": [],
"last": "Hanks",
"suffix": ""
}
],
"year": 1989,
"venue": "Proceedings of the 27th Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Church, K. and Hanks, P. (1989). Word association norms, mutual information, and lexicography. In Proceedings of the 27th Meeting of the Association for Computational Linguistics. Vancouver, B.C.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Lexical disambiguation using simulated annealing",
"authors": [
{
"first": "J",
"middle": [],
"last": "Cowie",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Guthrie",
"suffix": ""
},
{
"first": "Guthrie",
"middle": [],
"last": "",
"suffix": ""
},
{
"first": "L",
"middle": [],
"last": "",
"suffix": ""
}
],
"year": 1992,
"venue": "Proceedings of COLING-92",
"volume": "",
"issue": "",
"pages": "359--365",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Cowie, J., Guthrie, J., and Guthrie, L. (1992). Lexical disambiguation using simulated annealing. In Proceedings of COLING-92, pages 359-365, Nantes, France.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Explorations in Automatic Thesaurus Discovery",
"authors": [
{
"first": "G",
"middle": [],
"last": "Grefenstette",
"suffix": ""
}
],
"year": 1994,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Grefenstette, G. (1994). Explorations in Automatic Thesaurus Discovery. Kluwer.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "Noun homograph disambiguafion using local context in large corpora",
"authors": [
{
"first": "M",
"middle": [],
"last": "Hearst",
"suffix": ""
}
],
"year": 1991,
"venue": "Proceedings of the 7th Annual Conference of the University of Waterloo Centre for the New OED and Text Research",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hearst, M. (1991). Noun homograph disambiguafion using local context in large corpora. In Proceedings of the 7th Annual Conference of the University of Waterloo Centre for the New OED and Text Research, Oxford.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Customizing a lexicon to better suit a computational task",
"authors": [
{
"first": "M",
"middle": [],
"last": "Hearst",
"suffix": ""
},
{
"first": "H",
"middle": [],
"last": "Schiitze",
"suffix": ""
}
],
"year": 1993,
"venue": "Proceedings of the ACL SIGLEX Workshop",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hearst, M. and Schiitze, H. (1993). Customizing a lexicon to better suit a computational task. In Proceedings of the ACL SIGLEX Workshop, Columbus, Ohio.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "Filling in a sparse training space for word sense identification, ms",
"authors": [
{
"first": "C",
"middle": [],
"last": "Leacock",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Chodorow",
"suffix": ""
}
],
"year": 1994,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Leacock, C. and Chodorow, M. (1994). Filling in a sparse training space for word sense identification, ms.",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "Information retrieval based on conceptual distance in IS-A hierarchies",
"authors": [
{
"first": "J",
"middle": [
"H"
],
"last": "Lee",
"suffix": ""
},
{
"first": "M",
"middle": [
"H"
],
"last": "Kim",
"suffix": ""
},
{
"first": "Y",
"middle": [
"J"
],
"last": "Lee",
"suffix": ""
}
],
"year": 1993,
"venue": "Journal of Documentation",
"volume": "49",
"issue": "2",
"pages": "188--207",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Lee, J. H., Kim, M. H., and Lee, Y. J. (1993). Information retrieval based on conceptual distance in IS-A hierarchies. Journal of Documentation, 49(2): 188-207.",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "Automatic sense disambiguation using machine readable dictionaries: how to tell a pine cone from an ice cream cone",
"authors": [
{
"first": "M",
"middle": [],
"last": "Lesk",
"suffix": ""
}
],
"year": 1986,
"venue": "Proceedings of the 1986 SIGDOC Conference",
"volume": "",
"issue": "",
"pages": "24--26",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Lesk, M. (1986). Automatic sense disambiguation using machine readable dictionaries: how to tell a pine cone from an ice cream cone. In Proceedings of the 1986 SIGDOC Conference, pages 24-26.",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "Building a large annotated corpus of English: the Penn Treebank",
"authors": [
{
"first": "M",
"middle": [
"P"
],
"last": "Marcus",
"suffix": ""
},
{
"first": "B",
"middle": [],
"last": "Santorini",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Marcinkiewicz",
"suffix": ""
}
],
"year": 1993,
"venue": "ComputationalLinguistics",
"volume": "19",
"issue": "",
"pages": "313--330",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Marcus, M. P., Santorini, B., and Marcinkiewicz, M. (1993). Building a large annotated corpus of English: the Penn Treebank. ComputationalLinguistics, 19:313-330.",
"links": null
},
"BIBREF21": {
"ref_id": "b21",
"title": "Augmenting lexicons automatically: Clustering semantically related adjectives",
"authors": [
{
"first": "K",
"middle": [],
"last": "Mckeown",
"suffix": ""
},
{
"first": "V",
"middle": [],
"last": "Hatzivassiloglou",
"suffix": ""
}
],
"year": 1993,
"venue": "ARPA Workshop on Human Language Technology",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "McKeown, K. and Hatzivassiloglou, V. (1993). Augmenting lexicons automatically: Clustering semantically related adjectives. In Bates, M., editor, ARPA Workshop on Human Language Technology.",
"links": null
},
"BIBREF22": {
"ref_id": "b22",
"title": "WordNet: An on-line lexical database",
"authors": [
{
"first": "G",
"middle": [],
"last": "Miller",
"suffix": ""
}
],
"year": 1990,
"venue": "International Journal of Lexicography",
"volume": "3",
"issue": "4",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Miller, G. (1990). WordNet: An on-line lexical database. International Journal of Lexicography, 3(4). (Special Issue).",
"links": null
},
"BIBREF23": {
"ref_id": "b23",
"title": "Distributional clustering of English words",
"authors": [
{
"first": "E",
"middle": [],
"last": "Pereira",
"suffix": ""
},
{
"first": "N",
"middle": [],
"last": "Tishby",
"suffix": ""
},
{
"first": "L",
"middle": [],
"last": "Lee",
"suffix": ""
}
],
"year": 1993,
"venue": "Proceedings of ACL-93",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Pereira, E, Tishby, N., and Lee, L. (1993). Distributional clustering of English words. In Proceedings of ACL-93.",
"links": null
},
"BIBREF24": {
"ref_id": "b24",
"title": "Development and application of a metric on semantic nets",
"authors": [
{
"first": "R",
"middle": [],
"last": "Rada",
"suffix": ""
},
{
"first": "H",
"middle": [],
"last": "Mili",
"suffix": ""
},
{
"first": "E",
"middle": [],
"last": "Bicknell",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Blettuer",
"suffix": ""
}
],
"year": 1989,
"venue": "IEEE Transaction on Systems, Man, and Cybernetics",
"volume": "19",
"issue": "1",
"pages": "17--30",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Rada, R., Mili, H., Bicknell, E., and Blettuer, M. (1989). Development and application of a metric on semantic nets. IEEE Transaction on Systems, Man, and Cybernetics, 19(1): 17-30.",
"links": null
},
"BIBREF25": {
"ref_id": "b25",
"title": "Selection and Information: A Class-Based Approach to Lexical Relationships",
"authors": [
{
"first": "P",
"middle": [],
"last": "Resnik",
"suffix": ""
}
],
"year": 1993,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Resnik, P. (1993). Selection and Information: A Class-Based Approach to Lexical Relationships. PhD thesis, University of Pennsylvania.",
"links": null
},
"BIBREF26": {
"ref_id": "b26",
"title": "Using information content to evaluate semantic similarity in a taxonomy",
"authors": [
{
"first": "P",
"middle": [],
"last": "Resnik",
"suffix": ""
}
],
"year": 1995,
"venue": "IJCAI-95",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Resnik, P. (1995). Using information content to evaluate semantic similarity in a taxonomy. In IJCAI-95.",
"links": null
},
"BIBREF27": {
"ref_id": "b27",
"title": "Word space",
"authors": [
{
"first": "H",
"middle": [],
"last": "Schiitze",
"suffix": ""
},
{
"first": "S",
"middle": [
"J"
],
"last": "Hanson",
"suffix": ""
},
{
"first": "J",
"middle": [
"D"
],
"last": "Cowan",
"suffix": ""
},
{
"first": "C",
"middle": [
"L"
],
"last": "Giles",
"suffix": ""
}
],
"year": 1993,
"venue": "Advances in Neural Information Processing Systems 5",
"volume": "",
"issue": "",
"pages": "895--902",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Schiitze, H. (1993). Word space. In Hanson, S. J., Cowan, J. D., and Giles, C. L., editors, Advances in Neural Information Processing Systems 5, pages 895-902. Morgan Kaufnaann Publishers, San Mateo CA.",
"links": null
},
"BIBREF28": {
"ref_id": "b28",
"title": "Word sense disambiguation for free-text indexing using a massive semantic network",
"authors": [
{
"first": "M",
"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": "Sussna, M. (1993). Word sense disambiguation for free-text indexing using a massive semantic network. In Proceed- ings of the Second International Conference on Information and Knowledge Management (CIKM-93 ), Arlington, Vkginia.",
"links": null
},
"BIBREF29": {
"ref_id": "b29",
"title": "Query expansion using lexical-semantic relations",
"authors": [
{
"first": "E",
"middle": [
"M"
],
"last": "Voorhees",
"suffix": ""
}
],
"year": 1994,
"venue": "17th International Conference on Research and Development in Information Retrieval (SIGIR '94)",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Voorhees, E. M. (1994). Query expansion using lexical-semantic relations. In 17th International Conference on Research and Development in Information Retrieval (SIGIR '94), Dublin, Ireland.",
"links": null
},
"BIBREF30": {
"ref_id": "b30",
"title": "Word-sense disambiguation using statistical models of Roget's categories trained on large corpora",
"authors": [
{
"first": "D",
"middle": [],
"last": "Yarowsky",
"suffix": ""
}
],
"year": 1992,
"venue": "Proceedings of COLING-92",
"volume": "",
"issue": "",
"pages": "454--460",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Yarowsky, D. (1992). Word-sense disambiguation using statistical models of Roget's categories trained on large corpora. In Proceedings of COLING-92, pages 454-460. Nantes, France.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"type_str": "figure",
"text": "evaluating a system's performance on those words. Here I look at one such case, the word line; the goal is to see what sense the algorithm chooses when considering the word in the contexts of each of the Roget's Thesaurus classes in which it appears, where a \"class\" includes all the nouns in one of the numbered categories.7 The following list provides brief descriptions of the 25 senses of line in WordNet: letter, line: \"drop me a line when you get there\" agate line, line: space for one line of print used to measure advertising tune, melody, air, strain, melodic line, line, melodic phrase [#466.] Measurement. 0.5423 cable, line, transmission line: electrical conductor connecting telephones or television 0.1110 argumentation, logical argument, line of thought, line of reasoning, line 0.0969 agate line, line: space for one line of print used to measure advertising [#590.] Writing. 0.4743 note, short letter, line: \"drop me a line when you get there\" 0.1734 cable, line, transmission line: electrical conductor connecting telephones or television 0.1648 tune, melody, air, strain, melodic line, line, melodic phrase letter, line: \"drop me a line when you get there\" tune, melody, air, strain, melodic line, line, melodic phrase line: a linear string of words expressing some idea [#625.] Business. 0.4684 occupation, business, line of work, line: the principal activity in your life 0.1043 line: a commercial organization serving as a common carrier 0.0790 tune, melody, air, strain, melodic line, line, melodic phrase",
"num": null,
"uris": null
},
"TABREF1": {
"type_str": "table",
"html": null,
"text": "Algorithm. Given W = {w[1] ..... w[n]}, a set of nouns: for i and j = 1 to n, with i < j",
"num": null,
"content": "<table><tr><td>{</td></tr><tr><td>vii, j] = sirn(w[i], w[j])</td></tr><tr><td>e[i, j] = the most informative subsumer for w[i] and w[j]</td></tr><tr><td>for k = 1 to num_senses(w[i])</td></tr><tr><td>if c[i, j] is an ancestor of sense[i, k]</td></tr><tr><td>increment support[i, k] by v[i, j]</td></tr><tr><td>for k' = 1 to num_senses(w[j])</td></tr><tr><td>if e[i, j] is an ancestor of sense[j, k']</td></tr><tr><td>increment support[j, k'] by vii, j]</td></tr><tr><td>increment normalization[i] by v[i, j]</td></tr><tr><td>increment normalization[j] by v [i, j]</td></tr><tr><td>fori= 1 ton</td></tr><tr><td>for k = 1 to num_senses(w[i])</td></tr><tr><td>{</td></tr><tr><td>if (normalization[il &gt; 0.0)</td></tr><tr><td>phi[i, k] = support[i, k] / normalization[i]</td></tr><tr><td>else</td></tr><tr><td>phi[i, k] = 1 / num_senses(w[i])</td></tr><tr><td>}</td></tr><tr><td>Figure 1: Disambiguation algorithm for noun groupings</td></tr></table>"
},
"TABREF2": {
"type_str": "table",
"html": null,
"text": "0.0822 consistency, consistence, body: subeoncept of property 0.0000 fuselage, body: the central portion of an airplane",
"num": null,
"content": "<table><tr><td>Word 'hands'</td></tr><tr><td>0.0000</td></tr><tr><td>0.0653</td></tr><tr><td>0.0653</td></tr><tr><td>0.0000</td></tr><tr><td>0.0000</td></tr><tr><td>0.0000</td></tr><tr><td>0.2151</td></tr><tr><td>0.7196</td></tr><tr><td>0.0000</td></tr><tr><td>0.0000</td></tr></table>"
}
}
}
}