ACL-OCL / Base_JSON /prefixC /json /C14 /C14-1035.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "C14-1035",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T12:21:35.156403Z"
},
"title": "Inducing Word Sense with Automatically Learned Hidden Concepts",
"authors": [
{
"first": "Baobao",
"middle": [],
"last": "Chang",
"suffix": "",
"affiliation": {
"laboratory": "Key Laboratory of Computational Linguistics",
"institution": "Peking University",
"location": {
"postCode": "100871",
"settlement": "Beijing",
"country": "P.R.China"
}
},
"email": ""
},
{
"first": "Wenzhe",
"middle": [],
"last": "Pei",
"suffix": "",
"affiliation": {
"laboratory": "Key Laboratory of Computational Linguistics",
"institution": "Peking University",
"location": {
"postCode": "100871",
"settlement": "Beijing",
"country": "P.R.China"
}
},
"email": "peiwenzhe@pku.edu.cn"
},
{
"first": "Miaohong",
"middle": [],
"last": "Chen",
"suffix": "",
"affiliation": {
"laboratory": "Key Laboratory of Computational Linguistics",
"institution": "Peking University",
"location": {
"postCode": "100871",
"settlement": "Beijing",
"country": "P.R.China"
}
},
"email": "miaohong-chen@pku.edu.cn"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "Word Sense Induction (WSI) aims to automatically induce meanings of a polysemous word from unlabeled corpora. In this paper, we first propose a novel Bayesian parametric model to WSI. Unlike previous work, our research introduces a layer of hidden concepts and view senses as mixtures of concepts. We believe that concepts generalize the contexts, allowing the model to measure the sense similarity at a more general level. The Zipf's law of meaning is used as a way of pre-setting the sense number for the parametric model. We further extend the parametric model to non-parametric model which not only simplifies the problem of model selection but also brings improved performance. We test our model on the benchmark datasets released by Semeval-2010 and Semeval-2007. The test results show that our model outperforms state-of-theart systems.",
"pdf_parse": {
"paper_id": "C14-1035",
"_pdf_hash": "",
"abstract": [
{
"text": "Word Sense Induction (WSI) aims to automatically induce meanings of a polysemous word from unlabeled corpora. In this paper, we first propose a novel Bayesian parametric model to WSI. Unlike previous work, our research introduces a layer of hidden concepts and view senses as mixtures of concepts. We believe that concepts generalize the contexts, allowing the model to measure the sense similarity at a more general level. The Zipf's law of meaning is used as a way of pre-setting the sense number for the parametric model. We further extend the parametric model to non-parametric model which not only simplifies the problem of model selection but also brings improved performance. We test our model on the benchmark datasets released by Semeval-2010 and Semeval-2007. The test results show that our model outperforms state-of-theart systems.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "Word Sense Induction (WSI) aims to automatically induce meanings of a polysemous word from unlabeled corpora. It discriminates among meanings of a word by identifying clusters of similar contexts. Unlike the task of Word Sense Disambiguation (WSD), which classifies polysemous words according to a pre-existing and usually hand-crafted inventory of senses, WSI makes it attractive to researchers by eliminating dependence on a particular sense inventory and learning word meaning distinction directly based on the contexts as observed in corpora.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Almost all WSI work relies on the distributional hypothesis, which states that words occurring in similar contexts will have similar meanings. To effectively discriminate among contexts, proper representation of contexts would be a key issue. Basically, context can be represented as a vector of words co-occurring with the target word within a fixed context window. The similarity between two contexts of the target word can then be measured by the geometrical distance between the corresponding vectors. To ease the sparse problem and capture more semantic content, some kinds of generalizations or abstractions are needed. For example, a context of bank including money may not share similarity with that including cash measured at word level. However, given the conceptual relationship between money and cash, the two contexts actually share high similarity.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "One straightforward way of introducing conceptualization is to assign semantic code to context words, where semantic codes could be derived from WordNet or other resources like thesauruses. However, two problems remain to be tackled. The first one concerns ambiguities of context words. Context words may have multiple semantic codes and thus word sense disambiguation to context words or other extra cost is needed. The second one concerns the nature of WSI task. WSI actually is target-word-specific, which means the conceptualization should be done specifically to different target words. A general purpose conceptualization defined by a thesaurus may not well meet this requirement and may not be equally successful in discriminating contexts of different target words.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "To address these problems, we first propose a parametric Bayesian model which jointly finds conceptual representations of context words and the sense of the target word. We do this by introducing a layer of target-specific conceptual representation between the target sense layer and the context words layer Figure 1 . From the generative perspective, the sense of the target word is first sampled. Then the sense generates different conceptual configurations which in turn generate different contexts. With a deeper architecture, our model makes it possible to induce word senses at a more abstract level, i.e. the concept level, which is not only less sparse but also more semantically oriented. Both the senses of the target word and the latent concepts are inferred automatically and unsupervisedly with inference procedure given enough contexts involving a target word. The latent concepts inferred with the model share similarities with those defined in thesauruses, as both of them cluster semantically related words. However, since the latent concepts are inferred with regard to individual target words, they are target-word-specific and thus fit the WSI task better than general purpose concepts defined in thesauruses. Context words may still correspond to multiple latent concepts. However, the disambiguation is implicitly done in the process of the word sense induction.",
"cite_spans": [],
"ref_spans": [
{
"start": 308,
"end": 316,
"text": "Figure 1",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Setting the number of senses that the algorithm should arrive at is another problem frequently exercising the minds of WSI people. Instead of trying different sense numbers on a word-by-word basis, we propose to use Zipf's law of meaning (Zipf, 1945) to guide the selection of the sense numbers in this paper. With the law of meaning, sense numbers could be set on an all-word basis, rather than on a word-by-word basis. This is not only simple but also efficient, especially in the case where there are a large number of target words to be concerned.",
"cite_spans": [
{
"start": 238,
"end": 250,
"text": "(Zipf, 1945)",
"ref_id": "BIBREF21"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "We further extend the parametric model into a non-parametric model, as it allows adaptation of model complexity to data. By extending our model to non-parametric model, the need to preset the numbers of senses and latent concepts are totally removed and, moreover, the model performance is also improved. We evaluate our model on the commonly used benchmark datasets released by both Semeval-2010 and Semeval-2007 (Agirre and Soroa, 2007) . The test results show that our models perform much better than the state-of-the-art systems.",
"cite_spans": [
{
"start": 401,
"end": 425,
"text": "Semeval-2007 (Agirre and",
"ref_id": null
},
{
"start": 426,
"end": 438,
"text": "Soroa, 2007)",
"ref_id": "BIBREF0"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The main point of our work is that different senses are signaled by contexts with different concept configurations, where different concepts are formally defined as different distributions over context words. Formally, we denote by P (s) the global multinomial distribution over senses of an ambiguous word and by P (w|z) the multinomial distributions over context words w given concept z. Context words are generated by a mixture of different concepts whose mixture proportion is defined by P (z|s), such that:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The parametric model 2.1 Basic Model",
"sec_num": "2"
},
{
"text": "P (w i ) = j P (s = j) k P (z i = k|s = j)P (w i |z i = k)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The parametric model 2.1 Basic Model",
"sec_num": "2"
},
{
"text": "Following the model, each context word w i surrounding the target word is generated as follows: First, a sense s is sampled from P (s) for the target word. Then for each context word position i, a concept z i is sampled according to mixture proportion P (z|s) and w i is finally sampled from P (w|z). Figure 2 shows the model with the graphical notation, where M is the number of instances of contexts regarding to a concerned target word and N m is the number of word tokens in context m. s m is the sense label for target word in context m. w m,n is the n-th context word in context m. z m,n is the concept label associated with w m,n . I is the total number of senses to be induced. J is the total number Figure 3 : Graphical notation of the non-parametric WSI model of concepts. \u03b8 is the notational shorthand for the sense distribution P (s), \u03c1 i is the shorthand for the i-th sense-concept distribution P (z|s = i), and \u03d5 j is the j-th concept-word distribution P (w|z = j). Following conventional Bayesian practice, \u03b8, \u03c1 i and \u03d5 j are assumed to be drawn from Dirichlet priors with symmetric parameter \u03b1, \u03b3, \u03b2 respectively. The observed variable is represented with shaded node and hidden variable with unshaded node.",
"cite_spans": [],
"ref_spans": [
{
"start": 301,
"end": 309,
"text": "Figure 2",
"ref_id": "FIGREF1"
},
{
"start": 708,
"end": 716,
"text": "Figure 3",
"ref_id": null
}
],
"eq_spans": [],
"section": "The parametric model 2.1 Basic Model",
"sec_num": "2"
},
{
"text": "Most of the WSI work requires that the number of senses to be induced be specified ahead of time. One straightforward way to deal with this problem is to repeatedly try different numbers of senses on a development set and select the best performed number. However, this should be done in principle on a word-by-word basis, and thus could be time-consuming and prohibitive when there are lots of target words to be concerned. A more systematic way of setting sense numbers in Bayesian models is extending the parametric model into a non-parametric model, which will be described in detail in section 3.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Zipf's law of meaning",
"sec_num": "2.2"
},
{
"text": "To work with our parametric model, we propose in this paper that an empirical law, Zipf's law of meaning (Zipf, 1945) , could be used to guide the sense number selection. Zipf's law of meaning states that the number of sense of a word is proportional to its frequency as shown in the following equation:",
"cite_spans": [
{
"start": 105,
"end": 117,
"text": "(Zipf, 1945)",
"ref_id": "BIBREF21"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Zipf's law of meaning",
"sec_num": "2.2"
},
{
"text": "I = K * f b (1)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Zipf's law of meaning",
"sec_num": "2.2"
},
{
"text": "where I is the number of word senses and f is the frequency of the word. K is the coefficient of proportionality which is unknown and b is about 0.404 according to an experimental study done by Edmonds (2006) . Certainly, Zipf's law of meaning is not as strict as a rigorous mathematical law. However, it sketches the distribution of the sense numbers with word frequencies of all words and allows us to estimate the sense numbers on an all-word basis by selecting appropriate coefficient K. This is not only simple but also efficient, especially in the case that there are a large number of target words to be concerned.",
"cite_spans": [
{
"start": 194,
"end": 208,
"text": "Edmonds (2006)",
"ref_id": "BIBREF6"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Zipf's law of meaning",
"sec_num": "2.2"
},
{
"text": "A limitation of the parametric model is that the sense number I of the target word and the number J of latent concepts need to be fixed beforehand. Bayesian non-parametric (BNP) models offer elegant approach to the problem of model selection and adaption. Rather than comparing models that vary in complexity, the BNP approach is to fit a single model that can adapt its complexity to the data. Unlike the parametric approach, BNP approach assumes an infinite number of clusters, among which only a few are active given the training data. Our basic model can be naturally extended into a BNP model as shown in Figure 3 . Instead of assuming a finite number of senses, we place a nonparametric, Dirichlet process (DP) prior on the sense distribution as follows:",
"cite_spans": [],
"ref_spans": [
{
"start": 610,
"end": 618,
"text": "Figure 3",
"ref_id": null
}
],
"eq_spans": [],
"section": "Non-parametric Model",
"sec_num": "3"
},
{
"text": "G \u223c DP (\u03b1, H) s m \u223c G, m = 1, 2, . . . , M",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Non-parametric Model",
"sec_num": "3"
},
{
"text": "where \u03b1 is the concentration parameter and H is the base measure of the Dirichlet process.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Non-parametric Model",
"sec_num": "3"
},
{
"text": "For each sense s i of the target words, we place a Hierarchical Dirichlet process (HDP) prior on the mixture proportion to latent concepts shown as follows:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Non-parametric Model",
"sec_num": "3"
},
{
"text": "G 0 \u223c DP (\u00b5, H 0 ) G i \u223c DP (\u03b3, G 0 ), i = 1, 2, . . . z m,n \u223c G i , n = 1, 2, . . . , N m w m,n \u223c \u03d5 zm,n",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Non-parametric Model",
"sec_num": "3"
},
{
"text": "where \u00b5 and \u03b3 are concentration parameters to G 0 and G i , H 0 is the base measure of G 0 .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Non-parametric Model",
"sec_num": "3"
},
{
"text": "By using HDP priors, we make sure that the same set of concept-word distributions is shared across all senses and all contexts of a target word, since each random measure G i inherits its set of concepts from the same G 0 .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Non-parametric Model",
"sec_num": "3"
},
{
"text": "As in parametric model, \u03d5 j is the j-th concept-word distribution P (w|z = j), however, there are now an infinite number of such distributions. So is the number of senses. However, with a fixed number of contexts of the target word, only a finite number of senses and concepts are active and they could be inferred automatically by the inference procedure.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Non-parametric Model",
"sec_num": "3"
},
{
"text": "We use Gibbs sampling (Casella and George, 1992) for inference to both the parametric and nonparametric model. As a particular Markov Chain Monte Carlo (MCMC) method, Gibbs sampling is widely used for inference in various Bayesian models (Teh et al., 2006; Li and Li, 2013; Li and Cardie, 2014) .",
"cite_spans": [
{
"start": 22,
"end": 48,
"text": "(Casella and George, 1992)",
"ref_id": "BIBREF4"
},
{
"start": 238,
"end": 256,
"text": "(Teh et al., 2006;",
"ref_id": "BIBREF19"
},
{
"start": 257,
"end": 273,
"text": "Li and Li, 2013;",
"ref_id": "BIBREF13"
},
{
"start": 274,
"end": 294,
"text": "Li and Cardie, 2014)",
"ref_id": "BIBREF12"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Model Inference",
"sec_num": "4"
},
{
"text": "For the parametric model, we use collapsed Gibbs sampling, in which the sense distribution \u03b8, senseconcept distribution \u03c1 i and concept-word distribution \u03d5 j are integrated out. At each iteration, the sense label s m of the target word in context m is sampled from conditional distribution p(s m | s \u00acm , z, w), and the concept label z m,n for the context word w m,n is sampled from conditional distribution p(z m,n | s, z \u00ac(m,n) , w). Here s \u00acm refers to all current sense assignments other than s m and z \u00ac(m,n) refers to all current concept assignment other than z m,n .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Parametric Model",
"sec_num": "4.1"
},
{
"text": "The conditional distribution p(s m | s \u00acm , z, w) and p(z m,n | s, z \u00ac(m,n) , w) can be derived as shown in equation 2and (3) respectively:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Parametric Model",
"sec_num": "4.1"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "p(s m = i| s \u00acm , z, w; \u03b1, \u03b2, \u03b3) \u221d (c \u00acm i + \u03b1) \u2022 J j=1 f m,j x=1 (c \u00acm i,j + \u03b3 + x \u2212 1) fm, * x=1 ( J j=1 c \u00acm i,j + J * \u03b3 + x \u2212 1) (2) p(z m,n = j| s, z \u00ac(m,n) , w; \u03b1, \u03b2, \u03b3) \u221d (c \u00ac(m,n) sm,j + \u03b3) \u2022 (c \u00ac(m,n) j,wm,n + \u03b2) V t=1 c \u00ac(m,n) j,t + V * \u03b2",
"eq_num": "(3)"
}
],
"section": "The Parametric Model",
"sec_num": "4.1"
},
{
"text": "Here, c \u00acm i is the number of instances with sense i. c \u00acm i,j is the number of concept j in instances with sense i. Both of them are counted without the m-th instance of the target word. c",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Parametric Model",
"sec_num": "4.1"
},
{
"text": "\u00ac(m,n) sm,j",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Parametric Model",
"sec_num": "4.1"
},
{
"text": "is defined in a similar way with c \u00acm i,j but without counting the word position (m, n). c",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Parametric Model",
"sec_num": "4.1"
},
{
"text": "\u00ac(m,n)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Parametric Model",
"sec_num": "4.1"
},
{
"text": "j,wm,n is the number of times word w m,n is assigned to concept j without counting word position (m, n). f m,j is the number of concept j assigned to context words in instance m and f m, * is the total number of words in contexts of instance m. V stands for the size of the word dictionary, i.e. the number of different words in the data. x is an index which iterates from 1 to f m, * .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Parametric Model",
"sec_num": "4.1"
},
{
"text": "\u03b8, \u03c1 i and \u03d5 j can be estimated in a similar way, we now only show as example the estimation of \u03c1 i , parameters for sense-concept distributions. According to their definitions as multinomial distributions with Dirichlet prior, applying Bayes' rule yields:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Parametric Model",
"sec_num": "4.1"
},
{
"text": "p( \u03c1 i | z; \u03b3) = p( \u03c1 i ; \u03b3) * p( z| \u03c1 i ; \u03b3) Z \u03c1 i = Dir( \u03c1 i | c i + \u03b3)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Parametric Model",
"sec_num": "4.1"
},
{
"text": "where c i is the vector of concept counts for sense i. Using the expectation of the Dirichlet distribution, values of \u03c1 i,j can be worked out as follows:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Parametric Model",
"sec_num": "4.1"
},
{
"text": "\u03c1 i,j = c i,j + \u03b3 J k=1 c i,k + J * \u03b3 Different read-outs of \u03c1 i,j",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Parametric Model",
"sec_num": "4.1"
},
{
"text": "are then averaged to produce the final estimation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Parametric Model",
"sec_num": "4.1"
},
{
"text": "Chinese restaurant process (CRP) and Chinese restaurant franchise (CRF) process (Teh et al., 2006) have been widely used as sampling scheme for DP and HDP respectively. As our non-parametric model involves both DP and HDP, we use both CRP and CRF based sampling for model inference.",
"cite_spans": [
{
"start": 80,
"end": 98,
"text": "(Teh et al., 2006)",
"ref_id": "BIBREF19"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "The Non-parametric Model",
"sec_num": "4.2"
},
{
"text": "In the CRP metaphor to DP, there is one Chinese restaurant with an infinite number of tables, each of which can seat an infinite number of customers. The first customer enters the restaurant and sits at the first table. The second customer enters and decides either to sit with the first customer or by herself at a new table. In general, the n + 1st customer either joins an already occupied table k with probability proportional to the number n k of customers already sitting there, or sits at a new table with probability proportional to \u03b1. As in our model, when we sample the sense s m for each context, we assume that tables correspond to senses of target words and customers correspond to whole contexts in which the target word occurs.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Non-parametric Model",
"sec_num": "4.2"
},
{
"text": "In the CRF metaphor to HDP, there are multiple Chinese restaurants, and each one has infinitely many tables. On each table the restaurant serves one of infinitely many dishes that other restaurants may serve as well. At each table of each restaurant one dish is ordered from the menu by the first customer who sits there, and it is shared among all customers who sit at that table. The menu is shared by all the restaurants. To be specific to our model, when we sample the concept z m,n for each context word, we assume each sense s m of the target word corresponds to a restaurant and each word w m,n corresponds to a customer while concept z m,n corresponds to the dishes served to the customer by the restaurant. Neither the number of restaurant nor the number of dishes is finite in our model.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Non-parametric Model",
"sec_num": "4.2"
},
{
"text": "For model inference, we first sample s m using CRP-based sampling and then we sample z m,n for each s m using CRF-based sampling. The sampling of s m and z m,n are done alternately, but not independently. The sampling of s m is conditional on the current value of z m,n and vice versa, conforming to the scheme of Gibbs Sampling.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Non-parametric Model",
"sec_num": "4.2"
},
{
"text": "The equation for sampling s m is derived as in equation 4:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Non-parametric Model",
"sec_num": "4.2"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "p(s m = i| s \u00acm , z, w) \u221d c \u00acm i \u2022 p( z m | z \u00acm , s m = i) if i = old \u03b1 \u2022 p( z m | z \u00acm , s m = i new ) else where p( z m | z \u00acm , s m = i) = J j=1 f m,j x=1 (c \u00acm i,j + \u03b3 * c \u00acm t,j c \u00acm t, * +\u00b5 + x \u2212 1) fm, * x=1 ( J j=1 c \u00acm i,j + \u03b3 + x \u2212 1)",
"eq_num": "(4)"
}
],
"section": "The Non-parametric Model",
"sec_num": "4.2"
},
{
"text": "Here p( z m | z \u00acm , s m = i) is estimated block-wise for context m according to the CRF metaphor. c \u00acm i and c \u00acm i,j are defined in the same way as that in equation 2. c \u00acm t,j is the number of tables with dish j in all restaurants but m and c \u00acm t, * means the number of tables in all restaurants but m. x is an index which iterates from 1 to f m, * .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Non-parametric Model",
"sec_num": "4.2"
},
{
"text": "Sampling z m,n needs more steps than sampling s m as we need to record the table assignment for each dish (concept). For each dish z m,n of a customer w m,n , we first sample the table at which the customer sits according to the following equations: j,wm,n has the same meaning as in equation 3. If the sampled table t is previously occupied, then z m,n is set to the dish j assigned to t according to the CRF metaphor. If the sampled table t is new, the probability p(w m,n | t \u00ac(m,n) , t m,n = t, z \u00ac(m,n) , w m,n ) is calculated using equation 5, which is the sum of the probability of all previously ordered dishes and the newly ordered dish.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Non-parametric Model",
"sec_num": "4.2"
},
{
"text": "p(t m,n = t| t \u00ac(m,n) , z \u00ac(m,n) , w m,n , s m = i) \u221d c \u00ac(m,n) i,t \u2022 p \u00ac(m,n) j (w m,n ) if t = old \u03b3 \u2022 p(w m,n | t \u00ac(m,n) , t m,n = t, z \u00ac(m,n) , w m,n ) else where p \u00ac(m,n) j (w m,n ) = p(w m,n |z m,n = j, w \u00ac(m,n) ) = c \u00ac(m,n) j,wm,n + \u03b2 V t=1 c \u00ac(m,n) j,t + V",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Non-parametric Model",
"sec_num": "4.2"
},
{
"text": "p(w m,n | t \u00ac(m,n) , t m,n = t, z \u00ac(m,n) , w m,n ) = J j=1 c \u00ac(m,n) t,j c \u00ac(m,n) t, * + \u00b5 \u2022 p \u00ac(m,n) j (w m,n ) + \u00b5 c \u00ac(m,n) t, * + \u00b5 \u2022 p \u00ac(m,n) j new",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Non-parametric Model",
"sec_num": "4.2"
},
{
"text": "(5) Because a new table is added, we then sample a new dish for this table according to equation 6.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Non-parametric Model",
"sec_num": "4.2"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "p(z m,n = j| t, z \u00ac(m,n) ) \u221d c \u00ac(m,n) t,j \u2022 p \u00ac(m,n) j (w m,n ) if j = old \u00b5 \u2022 p \u00ac(m,n) j new (w m,n ) if j = new",
"eq_num": "(6)"
}
],
"section": "The Non-parametric Model",
"sec_num": "4.2"
},
{
"text": "After the dish j is sampled, it is assigned to the new table and the number of table serving dish j is added. Parameters \u03b8, \u03c1 i and \u03d5 j can be estimated in the same way as described in section 4.1.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Non-parametric Model",
"sec_num": "4.2"
},
{
"text": "Data Our primary WSI evaluation is based on the standard dataset in Semeval-2010 Word sense induction & Disambiguation task . The target word dataset consists of 100 words, 50 nouns and 50 verbs. There are a total number of 879,807 sentences in training set and 8,915 sentences in testing set. The average number of word senses in the data is 3.79. Model Selection The trail data of Semeval-2010 WSI task is used as development set for parameter tuning, which consists of training and test portions of 4 verbs. The 4 verbs are different words than the 100 target words in the training data. There are only about 138 instances on average for each target word in the training part of the trial data. To make a development set of more reasonable size, the trial data are supplemented with 6K instances of the 4 verbs extracted from the British National Corpus (BNC) 1 corpus. As we use the Zipf's law of meaning to guide the selection of number of senses, BNC was also used to count word frequencies. The final hyper-parameters are set as in Table 1 . In all the following experiments, Gibbs sampler is run for 2000 iterations with burn-in period of 500 iterations. Every 10th sample is read out for parameter estimating after the burn-in period to avoid autocorrelation. Due to the randomized property of Gibbs sampler, all results in the next sections are averaged over 5 runs. The average running time for each target word is about 7 minutes on a computer equipped with an Intel Core i5 processor working at 3.1GHz and 8GB RAM. Pre-Processing For each instance of the target word in training data and testing data, all words are lemmatized and stop words like 'of ', 'the', 'a' which are irrelevant to word sense distinction are filtered. Words occurring less than twice are removed. Evaluation method Semeval-2010 WSI task presents two evaluation schemes which are supervised evaluation and unsupervised evaluation. In supervised evaluation, the gold standard dataset is split into Table 2 : Test results with different configurations. Figure 4 : Examples of concepts induced with the BNP model specific to the target word address.n (with c i denoting concept) a mapping and an evaluation parts. The first part is used to map the automatically induced senses to gold standard senses. The mapping is then used to calculate the system's F-Score on the second part. According to the size of mapping data and evaluation data, the evaluation results are measured on two different splits which are 80-20 splits and 60-40 splits. 80-20 splits means that 80% of the test data are used for mapping and 20% are used for evaluation. In unsupervised evaluation, the system outputs are compared by using metrics V-Measure (Rosenberg and Hirschberg, 2007) and Paired F-Score (Artiles et al., 2009) . Table 2 lists all experiment results. The Basic Model stands for the parametric model with fixed number of senses for all target words. The number of senses is set to 5 which gives the best performance on development set. Basic Model + Zipf is the model with the number of sense estimated by Zipf's law of meaning. BNP stands for our non-parametric model. As we can see, compared with the Basic Model with fixed sense number, the model using Zipf's law of meaning achieves improved performance. This means Zipf's law of meaning has positive effect in setting the sense number of the WSI task. BNP achieves the best performance on both supervised evaluation and V-measure evaluation. In terms of Paired F-score, however, the Basic Model gets the best results while BNP performs worst. This is consistent with what claimed by , that Paired F-score tends to penalize the model with higher number of clusters. As stated before, our models not only perform word sense induction but also group the context words into concepts. Figure 4 shows 4 of the concepts induced by BNP with regard to the target word address.n. Senses of address.n are defined as the mixture of concepts and concepts are defined as distributions over context words. We only list the top five words with the highest probabilities under each concept. As shown in Table 2 , the non-parametric model induces much finer granularity of senses than the gold standard, it makes distinction among email address, web address, and even ip address. A possible solution is to further measure the closeness of senses based on the sense representations induced and merge similar senses to produce coarser granularity of senses. (Lau et al., 2012) 68 distNB (Choe and Charniak, 2013) 65.4 UoY (Korkontzelos and Manandhar, 2010) 62.4",
"cite_spans": [
{
"start": 2710,
"end": 2742,
"text": "(Rosenberg and Hirschberg, 2007)",
"ref_id": "BIBREF17"
},
{
"start": 2762,
"end": 2784,
"text": "(Artiles et al., 2009)",
"ref_id": "BIBREF1"
},
{
"start": 4466,
"end": 4484,
"text": "(Lau et al., 2012)",
"ref_id": "BIBREF11"
},
{
"start": 4495,
"end": 4520,
"text": "(Choe and Charniak, 2013)",
"ref_id": "BIBREF5"
},
{
"start": 4530,
"end": 4564,
"text": "(Korkontzelos and Manandhar, 2010)",
"ref_id": "BIBREF10"
}
],
"ref_spans": [
{
"start": 1039,
"end": 1046,
"text": "Table 1",
"ref_id": null
},
{
"start": 1983,
"end": 1990,
"text": "Table 2",
"ref_id": null
},
{
"start": 2037,
"end": 2045,
"text": "Figure 4",
"ref_id": null
},
{
"start": 2787,
"end": 2794,
"text": "Table 2",
"ref_id": null
},
{
"start": 3808,
"end": 3816,
"text": "Figure 4",
"ref_id": null
},
{
"start": 4114,
"end": 4121,
"text": "Table 2",
"ref_id": null
}
],
"eq_spans": [],
"section": "Experiment Setup",
"sec_num": "5.1"
},
{
"text": "Model F-score(%) BNP+position 88.0 BNP 86.1 HDP (Yao and Van Durme, 2011) 85.7 HDP+position (Lau et al., 2012) 86.9 Feature-LDA (Brody and Lapata, 2009) 85.5 1-layer-LDA (Brody and Lapata, 2009) 84.6 HRG (Klapaftis and 87.6 I2R (Niu et al., 2007) 86.8 Table 3 : Comparison with state-of-the-arts on Semeval-2010 data (left) and Semeval-2007 data (right) ",
"cite_spans": [
{
"start": 48,
"end": 73,
"text": "(Yao and Van Durme, 2011)",
"ref_id": "BIBREF20"
},
{
"start": 92,
"end": 110,
"text": "(Lau et al., 2012)",
"ref_id": "BIBREF11"
},
{
"start": 128,
"end": 152,
"text": "(Brody and Lapata, 2009)",
"ref_id": "BIBREF3"
},
{
"start": 170,
"end": 194,
"text": "(Brody and Lapata, 2009)",
"ref_id": "BIBREF3"
},
{
"start": 228,
"end": 246,
"text": "(Niu et al., 2007)",
"ref_id": "BIBREF15"
},
{
"start": 328,
"end": 353,
"text": "Semeval-2007 data (right)",
"ref_id": null
}
],
"ref_spans": [
{
"start": 252,
"end": 259,
"text": "Table 3",
"ref_id": null
}
],
"eq_spans": [],
"section": "Experiment Results",
"sec_num": "5.2"
},
{
"text": "Much previous work (Brody and Lapata, 2009; Yao and Van Durme, 2011) tested their models only on Semeval-2007 dataset (Agirre and Soroa, 2007) which consists of roughly 27K instances of 65 target verbs and 35 target nouns, coming from the Wall Street Journal corpus (WSJ) (Agirre and Soroa, 2007) . For a complete comparison, we also test our model on the Semeval-2007 dataset. Since training data was not provided as part of the original Semeval-2007 dataset, we follow the approach of previous work (Brody and Lapata, 2009; Yao and Van Durme, 2011; Lau et al., 2012) to construct training data for each target word by extracting instances from the BNC corpus. Following paractices as much previous work (Brody and Lapata, 2009; Yao and Van Durme, 2011; Lau et al., 2012 ) did, we compare with previous work with supervised F-score on 80-20 data split in Semeval-2010 and noun data in Semeval-2007. Table 3 (left) compares our models against the state-of-the-art systems tested on 80-20 data split in Semeval-2010 . HDP+position (Lau et al., 2012 improved the HDP model (Yao and Van Durme, 2011) by including a position feature. distNB (Choe and Charniak, 2013) extends the naive Bayes model by reweighting the conditional probability of a context word given the sense by its distance to the target word. UoY (Korkontzelos and Manandhar, 2010) is the best performing system in Semeval-2010 competition which used a graph-based model. We re-implemented and tested the HDP model on the Semeval-2010 dataset since Yao and Van Durme (2011) and Lau et al. 2012did not report their HDP results on this dataset.",
"cite_spans": [
{
"start": 19,
"end": 43,
"text": "(Brody and Lapata, 2009;",
"ref_id": "BIBREF3"
},
{
"start": 44,
"end": 68,
"text": "Yao and Van Durme, 2011)",
"ref_id": "BIBREF20"
},
{
"start": 118,
"end": 142,
"text": "(Agirre and Soroa, 2007)",
"ref_id": "BIBREF0"
},
{
"start": 272,
"end": 296,
"text": "(Agirre and Soroa, 2007)",
"ref_id": "BIBREF0"
},
{
"start": 501,
"end": 525,
"text": "(Brody and Lapata, 2009;",
"ref_id": "BIBREF3"
},
{
"start": 526,
"end": 550,
"text": "Yao and Van Durme, 2011;",
"ref_id": "BIBREF20"
},
{
"start": 551,
"end": 568,
"text": "Lau et al., 2012)",
"ref_id": "BIBREF11"
},
{
"start": 705,
"end": 729,
"text": "(Brody and Lapata, 2009;",
"ref_id": "BIBREF3"
},
{
"start": 730,
"end": 754,
"text": "Yao and Van Durme, 2011;",
"ref_id": "BIBREF20"
},
{
"start": 755,
"end": 771,
"text": "Lau et al., 2012",
"ref_id": "BIBREF11"
},
{
"start": 1002,
"end": 1014,
"text": "Semeval-2010",
"ref_id": null
},
{
"start": 1015,
"end": 1047,
"text": ". HDP+position (Lau et al., 2012",
"ref_id": null
},
{
"start": 1071,
"end": 1096,
"text": "(Yao and Van Durme, 2011)",
"ref_id": "BIBREF20"
},
{
"start": 1137,
"end": 1162,
"text": "(Choe and Charniak, 2013)",
"ref_id": "BIBREF5"
},
{
"start": 1310,
"end": 1344,
"text": "(Korkontzelos and Manandhar, 2010)",
"ref_id": "BIBREF10"
},
{
"start": 1512,
"end": 1536,
"text": "Yao and Van Durme (2011)",
"ref_id": "BIBREF20"
}
],
"ref_spans": [
{
"start": 900,
"end": 907,
"text": "Table 3",
"ref_id": null
}
],
"eq_spans": [],
"section": "Comparison with previous work",
"sec_num": "5.3"
},
{
"text": "Different with normal practice in WSI work, there is no feature engineering in our model. However, our BNP model outperformed all the systems on supervised evaluation. Even the Basic Model outperformed the best performing Semeval-2010 system. Especially, our BNP model performs much better than the HDP model. Both Lau et al. (2012) and Choe and Charniak (2013) show benefit of using positional information. Since our model does not exclude further feature engineering, we also introduce a position feature 2 into our non-parametric model (BNP+position) as in Lau et al. (2012) . This contributes to a further 0.4% rise in performance. Table 3 (right) compares our models with previous work on the nouns dataset in Semeval-2007. We divides systems being compared into two groups. The first group model the WSI task with Bayesian framework, while the second group uses models other than Bayesian model. Feature-LDA is the LDAbased model proposed by Brody and Lapata (2009) which incorporates a large number of features into the model. The 1-layer-LDA is their model with only bag-of-words features. HRG is a hierarchical random graph model. I2R is the best performing system in Semeval-2007. As shown in Table 3 (right), our BNP model with position feature (BNP+position) outperforms all systems. If we restrict our attention to the first group in which all models are Bayesian model, our BNP model without feature engineering outperforms the HDP model which is also non-parametric model without feature engineering.",
"cite_spans": [
{
"start": 315,
"end": 332,
"text": "Lau et al. (2012)",
"ref_id": "BIBREF11"
},
{
"start": 337,
"end": 361,
"text": "Choe and Charniak (2013)",
"ref_id": "BIBREF5"
},
{
"start": 560,
"end": 577,
"text": "Lau et al. (2012)",
"ref_id": "BIBREF11"
},
{
"start": 948,
"end": 971,
"text": "Brody and Lapata (2009)",
"ref_id": "BIBREF3"
}
],
"ref_spans": [
{
"start": 636,
"end": 643,
"text": "Table 3",
"ref_id": null
},
{
"start": 1203,
"end": 1210,
"text": "Table 3",
"ref_id": null
}
],
"eq_spans": [],
"section": "Comparison with previous work",
"sec_num": "5.3"
},
{
"text": "A large body of previous work is devoted to the task of Word Sense Induction. Almost all work relies on the distributional hypothesis, which states that words occurring in similar contexts will have similar meanings. Different work exploits distributional information in different forms, including context clustering models (Sch\u00fctze, 1998; Niu et al., 2007; Pedersen, 2010; Elshamy et al., 2010; Kern et al., 2010) , graph-based models (Korkontzelos and Manandhar, 2010; and Bayesian models. For Bayesian models, Brody and Lapata (2009) firstly introduced a Bayesian model to WSI task. They used the LDA-based model in which contexts of target word were viewed as documents as in the LDA model (Blei et al., 2003) and senses as topics. They trained a separate model for each target word and included a variety of features such as words, part-of-speech and dependency information. Yao and Van Durme (2011) extended LDA-based model into non-parametric HDP model but removed the feature engineering. Lau et al. (2012) showed improved supervised F-score by including position feature to the HDP model. Choe and Charniak (2013) proposed a reweighted naive Bayes model by incorporating the idea that words closer to the target word are more relevant in predicting the sense.",
"cite_spans": [
{
"start": 324,
"end": 339,
"text": "(Sch\u00fctze, 1998;",
"ref_id": "BIBREF18"
},
{
"start": 340,
"end": 357,
"text": "Niu et al., 2007;",
"ref_id": "BIBREF15"
},
{
"start": 358,
"end": 373,
"text": "Pedersen, 2010;",
"ref_id": "BIBREF16"
},
{
"start": 374,
"end": 395,
"text": "Elshamy et al., 2010;",
"ref_id": "BIBREF7"
},
{
"start": 396,
"end": 414,
"text": "Kern et al., 2010)",
"ref_id": "BIBREF8"
},
{
"start": 436,
"end": 470,
"text": "(Korkontzelos and Manandhar, 2010;",
"ref_id": "BIBREF10"
},
{
"start": 513,
"end": 536,
"text": "Brody and Lapata (2009)",
"ref_id": "BIBREF3"
},
{
"start": 694,
"end": 713,
"text": "(Blei et al., 2003)",
"ref_id": null
},
{
"start": 880,
"end": 904,
"text": "Yao and Van Durme (2011)",
"ref_id": "BIBREF20"
},
{
"start": 997,
"end": 1014,
"text": "Lau et al. (2012)",
"ref_id": "BIBREF11"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "6"
},
{
"text": "Our model differs from the context clustering models and graph-based models, as it is a Bayesian probabilistic model. Our work also differs from the LDA-based models. LDA topics were actually re-interpreted as senses of target word as Brody and Lapata (2009) applied the LDA to WSI tasks, so did Yao and Van Durme (2011) and Lau et al. (2012) . They induced word senses by firstly tagging (sampling) senses (of target words) to context words and selecting the mostly tagged sense as sense of target words. Our model could be viewed as an extension of LDA, but fit the WSI task more naturally and much better. We distinguish senses of target words from concepts of context words and assume that they are separate. Therefore, our model has two hidden layers corresponding to the sense of the target word and the concepts of the context words respectively. Basically, one decide the sense of the target word based on the concept configuration of context words, instead of tagging senses of target word to context words. The separation of senses of target word and concepts of context words is actually not only required by linguistic intuition but also leads to improvement by our experiment. Our model is also different from the naive Bayes model since our model induces senses of the target word at concept level while naive Bayes model works at word level and does not involve conceptualization to context words at all.",
"cite_spans": [
{
"start": 235,
"end": 258,
"text": "Brody and Lapata (2009)",
"ref_id": "BIBREF3"
},
{
"start": 296,
"end": 320,
"text": "Yao and Van Durme (2011)",
"ref_id": "BIBREF20"
},
{
"start": 325,
"end": 342,
"text": "Lau et al. (2012)",
"ref_id": "BIBREF11"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "6"
},
{
"text": "In this paper, we first proposed a parametric Bayesian generative model to the task of Word Sense Induction. It is distinct from previous work in that it introduces a layer of latent concepts that generalize the context words and thus enable the model to measure the sense similarity at a more general level. We also show in this paper that Zipf's law of meaning can be used to guide the setting of sense numbers on an all-word basis, which is not only simple but also independent of the clustering methods being used. We further extend our parametric model to non-parametric model which not only simplifies the problem of model selection but also bring improved performance. The test results on the benchmark datasets show that our model outperforms the state-of-the-art systems.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "7"
},
{
"text": "www.natcorp.ox.ac.uk/",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Formally, the position feature is the context words with its relative position to the target word.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [
{
"text": "This work is supported by National Natural Science Foundation of China under Grant No. 61273318 and National Key Basic Research Program of China 2014CB340504.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgments",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Semeval-2007 task 02: Evaluating word sense induction and discrimination systems",
"authors": [
{
"first": "Eneko",
"middle": [],
"last": "Agirre",
"suffix": ""
},
{
"first": "Aitor",
"middle": [],
"last": "Soroa",
"suffix": ""
}
],
"year": 2007,
"venue": "Proceedings of the 4th International Workshop on Semantic Evaluations",
"volume": "",
"issue": "",
"pages": "7--12",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Eneko Agirre and Aitor Soroa. 2007. Semeval-2007 task 02: Evaluating word sense induction and discrimination systems. In Proceedings of the 4th International Workshop on Semantic Evaluations, pages 7-12. Association for Computational Linguistics.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "The role of named entities in web people search",
"authors": [
{
"first": "Javier",
"middle": [],
"last": "Artiles",
"suffix": ""
},
{
"first": "Enrique",
"middle": [],
"last": "Amig\u00f3",
"suffix": ""
},
{
"first": "Julio",
"middle": [],
"last": "Gonzalo",
"suffix": ""
}
],
"year": 2009,
"venue": "Proceedings of the 2009 Conference on Empirical Methods in Natural Language Processing",
"volume": "2",
"issue": "",
"pages": "534--542",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Javier Artiles, Enrique Amig\u00f3, and Julio Gonzalo. 2009. The role of named entities in web people search. In Proceedings of the 2009 Conference on Empirical Methods in Natural Language Processing: Volume 2-Volume 2, pages 534-542. Association for Computational Linguistics.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Bayesian word sense induction",
"authors": [
{
"first": "Samuel",
"middle": [],
"last": "Brody",
"suffix": ""
},
{
"first": "Mirella",
"middle": [],
"last": "Lapata",
"suffix": ""
}
],
"year": 2009,
"venue": "Proceedings of the 12th Conference of the European Chapter of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "103--111",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Samuel Brody and Mirella Lapata. 2009. Bayesian word sense induction. In Proceedings of the 12th Conference of the European Chapter of the Association for Computational Linguistics, pages 103-111. Association for Computational Linguistics.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Explaining the gibbs sampler",
"authors": [
{
"first": "George",
"middle": [],
"last": "Casella",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Edward I George",
"suffix": ""
}
],
"year": 1992,
"venue": "The American Statistician",
"volume": "46",
"issue": "3",
"pages": "167--174",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "George Casella and Edward I George. 1992. Explaining the gibbs sampler. The American Statistician, 46(3):167- 174.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Naive Bayes word sense induction",
"authors": [
{
"first": "Kook",
"middle": [],
"last": "Do",
"suffix": ""
},
{
"first": "Eugene",
"middle": [],
"last": "Choe",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Charniak",
"suffix": ""
}
],
"year": 2013,
"venue": "Proceedings of the 2013 Conference on Empirical Methods in Natural Language Processing",
"volume": "",
"issue": "",
"pages": "1433--1437",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Do Kook Choe and Eugene Charniak. 2013. Naive Bayes word sense induction. In Proceedings of the 2013 Conference on Empirical Methods in Natural Language Processing, pages 1433-1437, Seattle, Washington, USA, October. Association for Computational Linguistics.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Disambiguation, lexical. Encyclopedia of Language and Linguistics",
"authors": [
{
"first": "Phillip",
"middle": [],
"last": "Edmonds",
"suffix": ""
}
],
"year": 2006,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Phillip Edmonds. 2006. Disambiguation, lexical. Encyclopedia of Language and Linguistics. Second Edition. Elsevier.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Ksu kdd: Word sense induction by clustering in topic space",
"authors": [
{
"first": "Wesam",
"middle": [],
"last": "Elshamy",
"suffix": ""
},
{
"first": "Doina",
"middle": [],
"last": "Caragea",
"suffix": ""
},
{
"first": "William H",
"middle": [],
"last": "Hsu",
"suffix": ""
}
],
"year": 2010,
"venue": "Proceedings of the 5th international workshop on semantic evaluation",
"volume": "",
"issue": "",
"pages": "367--370",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Wesam Elshamy, Doina Caragea, and William H Hsu. 2010. Ksu kdd: Word sense induction by clustering in topic space. In Proceedings of the 5th international workshop on semantic evaluation, pages 367-370. Association for Computational Linguistics.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Kcdc: Word sense induction by using grammatical dependencies and sentence phrase structure",
"authors": [
{
"first": "Roman",
"middle": [],
"last": "Kern",
"suffix": ""
},
{
"first": "Markus",
"middle": [],
"last": "Muhr",
"suffix": ""
},
{
"first": "Michael",
"middle": [],
"last": "Granitzer",
"suffix": ""
}
],
"year": 2010,
"venue": "Proceedings of the 5th international workshop on semantic evaluation",
"volume": "",
"issue": "",
"pages": "351--354",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Roman Kern, Markus Muhr, and Michael Granitzer. 2010. Kcdc: Word sense induction by using grammatical dependencies and sentence phrase structure. In Proceedings of the 5th international workshop on semantic evaluation, pages 351-354. Association for Computational Linguistics.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Word sense induction & disambiguation using hierarchical random graphs",
"authors": [
{
"first": "P",
"middle": [],
"last": "Ioannis",
"suffix": ""
},
{
"first": "Suresh",
"middle": [],
"last": "Klapaftis",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Manandhar",
"suffix": ""
}
],
"year": 2010,
"venue": "Proceedings of the 2010 conference on empirical methods in natural language processing",
"volume": "",
"issue": "",
"pages": "745--755",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ioannis P Klapaftis and Suresh Manandhar. 2010. Word sense induction & disambiguation using hierarchical random graphs. In Proceedings of the 2010 conference on empirical methods in natural language processing, pages 745-755. Association for Computational Linguistics.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Uoy: Graphs of unambiguous vertices for word sense induction and disambiguation",
"authors": [
{
"first": "Ioannis",
"middle": [],
"last": "Korkontzelos",
"suffix": ""
},
{
"first": "Suresh",
"middle": [],
"last": "Manandhar",
"suffix": ""
}
],
"year": 2010,
"venue": "Proceedings of the 5th international workshop on semantic evaluation",
"volume": "",
"issue": "",
"pages": "355--358",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ioannis Korkontzelos and Suresh Manandhar. 2010. Uoy: Graphs of unambiguous vertices for word sense in- duction and disambiguation. In Proceedings of the 5th international workshop on semantic evaluation, pages 355-358. Association for Computational Linguistics.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Word sense induction for novel sense detection",
"authors": [
{
"first": "Paul",
"middle": [],
"last": "Jey Han Lau",
"suffix": ""
},
{
"first": "Diana",
"middle": [],
"last": "Cook",
"suffix": ""
},
{
"first": "David",
"middle": [],
"last": "Mccarthy",
"suffix": ""
},
{
"first": "Timothy",
"middle": [],
"last": "Newman",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Baldwin",
"suffix": ""
}
],
"year": 2012,
"venue": "Proceedings of the 13th Conference of the European Chapter of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "591--601",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jey Han Lau, Paul Cook, Diana McCarthy, David Newman, and Timothy Baldwin. 2012. Word sense induction for novel sense detection. In Proceedings of the 13th Conference of the European Chapter of the Association for Computational Linguistics, pages 591-601. Association for Computational Linguistics.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Timeline generation: Tracking individuals on twitter",
"authors": [
{
"first": "Jiwei",
"middle": [],
"last": "Li",
"suffix": ""
},
{
"first": "Claire",
"middle": [],
"last": "Cardie",
"suffix": ""
}
],
"year": 2014,
"venue": "Proceedings of the 23rd international conference on World wide web",
"volume": "",
"issue": "",
"pages": "643--652",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jiwei Li and Claire Cardie. 2014. Timeline generation: Tracking individuals on twitter. In Proceedings of the 23rd international conference on World wide web, pages 643-652.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Evolutionary hierarchical dirichlet process for timeline summarization",
"authors": [
{
"first": "Jiwei",
"middle": [],
"last": "Li",
"suffix": ""
},
{
"first": "Sujian",
"middle": [],
"last": "Li",
"suffix": ""
}
],
"year": 2013,
"venue": "Proceedings of the 51st Annual Meeting of the Association for Computational Linguistics",
"volume": "2",
"issue": "",
"pages": "556--560",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jiwei Li and Sujian Li. 2013. Evolutionary hierarchical dirichlet process for timeline summarization. In Proceed- ings of the 51st Annual Meeting of the Association for Computational Linguistics (Volume 2: Short Papers), pages 556-560, Sofia, Bulgaria, August. Association for Computational Linguistics.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Semeval-2010 task 14: Word sense induction & disambiguation",
"authors": [
{
"first": "Suresh",
"middle": [],
"last": "Manandhar",
"suffix": ""
},
{
"first": "P",
"middle": [],
"last": "Ioannis",
"suffix": ""
},
{
"first": "Dmitriy",
"middle": [],
"last": "Klapaftis",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Dligach",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Sameer S Pradhan",
"suffix": ""
}
],
"year": 2010,
"venue": "Proceedings of the 5th International Workshop on Semantic Evaluation",
"volume": "",
"issue": "",
"pages": "63--68",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Suresh Manandhar, Ioannis P Klapaftis, Dmitriy Dligach, and Sameer S Pradhan. 2010. Semeval-2010 task 14: Word sense induction & disambiguation. In Proceedings of the 5th International Workshop on Semantic Evaluation, pages 63-68. Association for Computational Linguistics.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "I2r: Three systems for word sense discrimination, chinese word sense disambiguation, and english word sense disambiguation",
"authors": [
{
"first": "Zheng-Yu",
"middle": [],
"last": "Niu",
"suffix": ""
},
{
"first": "Dong-Hong",
"middle": [],
"last": "Ji",
"suffix": ""
},
{
"first": "Chew-Lim",
"middle": [],
"last": "Tan",
"suffix": ""
}
],
"year": 2007,
"venue": "Proceedings of the 4th International Workshop on Semantic Evaluations",
"volume": "",
"issue": "",
"pages": "177--182",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Zheng-Yu Niu, Dong-Hong Ji, and Chew-Lim Tan. 2007. I2r: Three systems for word sense discrimination, chinese word sense disambiguation, and english word sense disambiguation. In Proceedings of the 4th Interna- tional Workshop on Semantic Evaluations, pages 177-182. Association for Computational Linguistics.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Duluth-wsi: Senseclusters applied to the sense induction task of semeval-2",
"authors": [
{
"first": "Ted",
"middle": [],
"last": "Pedersen",
"suffix": ""
}
],
"year": 2010,
"venue": "Proceedings of the 5th international workshop on semantic evaluation",
"volume": "",
"issue": "",
"pages": "363--366",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ted Pedersen. 2010. Duluth-wsi: Senseclusters applied to the sense induction task of semeval-2. In Proceed- ings of the 5th international workshop on semantic evaluation, pages 363-366. Association for Computational Linguistics.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "V-measure: A conditional entropy-based external cluster evaluation measure",
"authors": [
{
"first": "Andrew",
"middle": [],
"last": "Rosenberg",
"suffix": ""
},
{
"first": "Julia",
"middle": [],
"last": "Hirschberg",
"suffix": ""
}
],
"year": 2007,
"venue": "EMNLP-CoNLL",
"volume": "7",
"issue": "",
"pages": "410--420",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Andrew Rosenberg and Julia Hirschberg. 2007. V-measure: A conditional entropy-based external cluster evalua- tion measure. In EMNLP-CoNLL, volume 7, pages 410-420.",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "Automatic word sense discrimination",
"authors": [
{
"first": "Hinrich",
"middle": [],
"last": "Sch\u00fctze",
"suffix": ""
}
],
"year": 1998,
"venue": "Computational linguistics",
"volume": "24",
"issue": "1",
"pages": "97--123",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hinrich Sch\u00fctze. 1998. Automatic word sense discrimination. Computational linguistics, 24(1):97-123.",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "Hierarchical dirichlet processes",
"authors": [
{
"first": "Yee Whye",
"middle": [],
"last": "Teh",
"suffix": ""
},
{
"first": "Michael",
"middle": [
"I"
],
"last": "Jordan",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Matthew",
"suffix": ""
},
{
"first": "David",
"middle": [
"M"
],
"last": "Beal",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Blei",
"suffix": ""
}
],
"year": 2006,
"venue": "Journal of the american statistical association",
"volume": "",
"issue": "476",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Yee Whye Teh, Michael I Jordan, Matthew J Beal, and David M Blei. 2006. Hierarchical dirichlet processes. Journal of the american statistical association, 101(476).",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "Nonparametric bayesian word sense induction",
"authors": [
{
"first": "Xuchen",
"middle": [],
"last": "Yao",
"suffix": ""
},
{
"first": "Benjamin",
"middle": [],
"last": "Van Durme",
"suffix": ""
}
],
"year": 2011,
"venue": "Graph-based Methods for Natural Language Processing",
"volume": "",
"issue": "",
"pages": "10--14",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Xuchen Yao and Benjamin Van Durme. 2011. Nonparametric bayesian word sense induction. In Graph-based Methods for Natural Language Processing, pages 10-14.",
"links": null
},
"BIBREF21": {
"ref_id": "b21",
"title": "The meaning-frequency relationship of words",
"authors": [
{
"first": "George",
"middle": [],
"last": "Kingsley",
"suffix": ""
},
{
"first": "Zipf",
"middle": [],
"last": "",
"suffix": ""
}
],
"year": 1945,
"venue": "The Journal of General Psychology",
"volume": "33",
"issue": "2",
"pages": "251--256",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "George Kingsley Zipf. 1945. The meaning-frequency relationship of words. The Journal of General Psychology, 33(2):251-256.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"num": null,
"text": "Architecture of our model",
"uris": null,
"type_str": "figure"
},
"FIGREF1": {
"num": null,
"text": "Graphical notation of the Basic Model through a Bayesian framework as illustrated in",
"uris": null,
"type_str": "figure"
}
}
}
}