| { |
| "paper_id": "J14-3005", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T02:41:41.386182Z" |
| }, |
| "title": "Probabilistic Distributional Semantics with Latent Variable Models", |
| "authors": [ |
| { |
| "first": "Diarmuid\u00f3", |
| "middle": [], |
| "last": "S\u00e9aghdha", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "seaghdha@cl.cam.ac.uk" |
| }, |
| { |
| "first": "Anna", |
| "middle": [], |
| "last": "Korhonen", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "We describe a probabilistic framework for acquiring selectional preferences of linguistic predicates and for using the acquired representations to model the effects of context on word meaning. Our framework uses Bayesian latent-variable models inspired by, and extending, the well-known Latent Dirichlet Allocation (LDA) model of topical structure in documents; when applied to predicate-argument data, topic models automatically induce semantic classes of arguments and assign each predicate a distribution over those classes. We consider LDA and a number of extensions to the model and evaluate them on a variety of semantic prediction tasks, demonstrating that our approach attains state-of-the-art performance. More generally, we argue that probabilistic methods provide an effective and flexible methodology for distributional semantics.", |
| "pdf_parse": { |
| "paper_id": "J14-3005", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "We describe a probabilistic framework for acquiring selectional preferences of linguistic predicates and for using the acquired representations to model the effects of context on word meaning. Our framework uses Bayesian latent-variable models inspired by, and extending, the well-known Latent Dirichlet Allocation (LDA) model of topical structure in documents; when applied to predicate-argument data, topic models automatically induce semantic classes of arguments and assign each predicate a distribution over those classes. We consider LDA and a number of extensions to the model and evaluate them on a variety of semantic prediction tasks, demonstrating that our approach attains state-of-the-art performance. More generally, we argue that probabilistic methods provide an effective and flexible methodology for distributional semantics.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Computational models of lexical semantics attempt to represent aspects of word meaning. For example, a model of the meaning of dog may capture the facts that dogs are animals, that they bark and chase cats, that they are often kept as pets, and so on. Word meaning is a fundamental component of the way language works: Sentences (and larger structures) consist of words, and their meaning is derived in part from the contributions of their constituent words' lexical meanings. At the same time, words instantiate a mapping between conceptual \"world knowledge\" and knowledge of language.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "The relationship between the meanings of an individual word and the larger linguistic structure in which it appears is not unidirectional; while the word contributes to the meaning of the structure, the structure also clarifies the meaning of the word. Taken on its own a word may be vague or ambiguous, in the senses of Zwicky and Sadock (1975) ; even when the word's meaning is relatively clear it may still admit specification of additional details that affect its interpretation (e.g., what color/breed was the dog?). This specification comes through context, which consists of both linguistic and extralinguistic factors but shows a strong effect of the immediate lexical and syntactic environment-the other words surrounding the word of interest and their syntactic relations to it.", |
| "cite_spans": [ |
| { |
| "start": 321, |
| "end": 345, |
| "text": "Zwicky and Sadock (1975)", |
| "ref_id": "BIBREF90" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "These diverse concerns motivate lexical semantic modeling as an important task for all computational systems that must tackle problems of meaning. In this article we develop a framework for modeling word meaning and how it is modulated by contextual effects. 1 Our models are distributional in the sense that their parameters are learned from observed co-occurrences between words and contexts in corpus data. More specifically, they are probabilistic models that associate latent variables with automatically induced classes of distributional behavior and associate each word with a probability distribution over those classes. This has a natural interpretation as a model of selectional preference, the semantic phenomenon by which predicates such as verbs or adjectives more plausibly combine with some classes of arguments than with others. It also has an interpretation as a disambiguation model: The different latent variable values correspond to different aspects of meaning and a word's distribution over those values can be modified by information coming from the context it appears in. We present a number of specific models within this framework and demonstrate that they can give state-of-the-art performance on tasks requiring models of preference and disambiguation. More generally, we illustrate that probabilistic modeling is an effective general-purpose framework for distributional semantics and a useful alternative to the popular vector-space framework.", |
| "cite_spans": [ |
| { |
| "start": 259, |
| "end": 260, |
| "text": "1", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "The main contributions of the article are as follows:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "r We describe the probabilistic approach to distributional semantics,", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "showing how it can be applied as generally as the vector-space approach.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "r We present three novel probabilistic selectional preference models and show that they outperform a variety of previously proposed models on a plausibility-based evaluation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "r Furthermore, the representations learned by these models correspond to semantic classes that are useful for modeling the effect of context on semantic similarity and disambiguation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "Section 2 presents background on distributional semantics and an overview of prior work on selectional preference learning and on modeling contextual effects. Section 3 introduces the probabilistic latent-variable approach and details the models we use. Section 4 presents our experimental results on four data sets. Section 5 concludes and sketches promising research directions for the future.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "The distributional approach to semantics is often traced back to the so-called \"distributional hypothesis\" put forward by mid-century linguists such as Zellig Harris and J.R. Frith:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Distributional Semantics", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "If we consider words or morphemes A and B to be more different in meaning than A and C, then we will often find that the distributions of A and B are more different than the distributions of A and C. (Harris 1954) You shall know a word by the company it keeps. (Frith 1957) In Natural Language Processing (NLP), the term distributional semantics encompasses a broad range of methods that identify the semantic properties of a word or other linguistic unit with its patterns of co-occurrence in a corpus of textual data. The potential for learning semantic knowledge from text was recognized very early in the development of NLP (Sp\u00e4rck Jones 1964; Cordier 1965; Harper 1965) , but it is with the technological developments of the past twenty years that this data-driven approach to semantics has become dominant. Distributional approaches may use a representation based on vector spaces, on graphs, or (like this article) on probabilistic models, but they all share the common property of estimating their parameters from empirically observed co-occurrences. The basic unit of distributional semantics is the co-occurrence: an observation of a word appearing in a particular context. The definition is a general one: We may be interested in all kinds of words, or only a particular subset of the vocabulary; we may define the context of interest to be a document, a fixed-size window around a nearby word, or a syntactic dependency arc incident to a nearby word. Given a data set of co-occurrence observations we can extract an indexed set of co-occurrence counts f w for each word of interest w; each entry f wc counts the number of times that w was observed in context c. Alternatively, we can extract an indexed set f c for each context.", |
| "cite_spans": [ |
| { |
| "start": 200, |
| "end": 213, |
| "text": "(Harris 1954)", |
| "ref_id": "BIBREF41" |
| }, |
| { |
| "start": 261, |
| "end": 273, |
| "text": "(Frith 1957)", |
| "ref_id": "BIBREF32" |
| }, |
| { |
| "start": 628, |
| "end": 647, |
| "text": "(Sp\u00e4rck Jones 1964;", |
| "ref_id": "BIBREF73" |
| }, |
| { |
| "start": 648, |
| "end": 661, |
| "text": "Cordier 1965;", |
| "ref_id": "BIBREF20" |
| }, |
| { |
| "start": 662, |
| "end": 674, |
| "text": "Harper 1965)", |
| "ref_id": "BIBREF40" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Distributional Semantics", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "The vector-space approach is the best-known methodology for distributional semantics; under this conception f w is treated as a vector in R |C| , where C is the vocabulary of contexts. As such, f w is amenable to computations known from linear algebra. We can compare co-occurrence vectors for different words with a similarity function such as the cosine measure or a dissimilarity function such as Euclidean distance; we can cluster neighboring vectors; we can project a matrix of co-occurrence counts onto a low-dimensional subspace; and so on. This is perhaps the most popular approach to distributional semantics and there are many good general overviews covering the possibilities and applications of the vector space model (Curran 2003; Weeds and Weir 2005; Pad\u00f3 and Lapata 2007; Turney and Pantel 2010) .", |
| "cite_spans": [ |
| { |
| "start": 730, |
| "end": 743, |
| "text": "(Curran 2003;", |
| "ref_id": "BIBREF21" |
| }, |
| { |
| "start": 744, |
| "end": 764, |
| "text": "Weeds and Weir 2005;", |
| "ref_id": "BIBREF82" |
| }, |
| { |
| "start": 765, |
| "end": 786, |
| "text": "Pad\u00f3 and Lapata 2007;", |
| "ref_id": "BIBREF61" |
| }, |
| { |
| "start": 787, |
| "end": 810, |
| "text": "Turney and Pantel 2010)", |
| "ref_id": "BIBREF79" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Distributional Semantics", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "Although it is natural to view the aggregate of co-occurrence counts for a word as constituting a vector, it is equally natural to view it as defining a probability distribution. When normalized to have unit sum, f w parameterizes a discrete distribution giving the conditional probability of observing a particular context given that we observe w. The contents of the vector-space modeler's toolkit generally have probabilistic analogs: similarity and dissimilarity can be computed using measures from information theory such as the Kullback-Leibler or Jensen-Shannon divergences (Lee 1999) ; the effects of clustering and dimensionality reduction can be achieved through the use of latent variable models (see Section 3.2.2). Additionally, Bayesian priors on parameter distributions provide a flexible toolbox for performing regularization and incorporating prior information in learning. A further advantage of the probabilistic framework is that it is often straightforward to extend existing models to account for additional structure in the data, or to tie together parameters for shared statistical strength, while maintaining guarantees of well-normalized behavior thanks to the laws of probability. In this article we focus on selectional preference learning and contextual disambiguation but we believe that the probabilistic approach exemplified here can fruitfully be applied in any scenario involving distributional semantic modeling.", |
| "cite_spans": [ |
| { |
| "start": 581, |
| "end": 591, |
| "text": "(Lee 1999)", |
| "ref_id": "BIBREF47" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Distributional Semantics", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "A fundamental concept in linguistic knowledge is the predicate, by which we mean a word or other symbol that combines with one or more arguments to produce a composite representation with a composite meaning (by the principle of compositionality). The archetypal predicate is a verb; for example, transitive drink takes two noun arguments as subject and object, with which it combines to form a basic sentence. However, the concept is a general one, encompassing other word classes as well as more abstract items such as semantic relations (Yao et al. 2011) , semantic frames (Erk, Pad\u00f3, and Pad\u00f3 2010) , and inference rules (Pantel et al. 2007) . The asymmetric distinction between predicate and argument is analogous to that between context and word in the more general distributional framework.", |
| "cite_spans": [ |
| { |
| "start": 540, |
| "end": 557, |
| "text": "(Yao et al. 2011)", |
| "ref_id": "BIBREF84" |
| }, |
| { |
| "start": 576, |
| "end": 602, |
| "text": "(Erk, Pad\u00f3, and Pad\u00f3 2010)", |
| "ref_id": "BIBREF26" |
| }, |
| { |
| "start": 625, |
| "end": 645, |
| "text": "(Pantel et al. 2007)", |
| "ref_id": "BIBREF62" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Selectional Preferences 2.2.1 Motivation.", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "It is intuitive that a particular predicate will be more compatible with some semantic argument classes than with others. For example, the subject of drink is typically an animate entity (human or animal) and the object of drink is typically a beverage. The subject of eat is also typically an animate entity but its object is typically a foodstuff. The noun modified by the adjective tasty is also typically a foodstuff, whereas the noun modified by informative is an information-bearing object. This intuition can be formalized in terms of a predicate's selectional preference: a function that assigns a numerical score to a combination of a predicate and one or more arguments according to the semantic plausibility of that combination. This score may be a probability, a rank, a real value, or a binary value; in the last case, the usual term is selectional restriction.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Selectional Preferences 2.2.1 Motivation.", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "Models of selectional preference aim to capture conceptual knowledge that all language users are assumed to have. Speakers of English can readily identify that examples such as the following are semantically infelicitous despite being syntactically well-formed:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Selectional Preferences 2.2.1 Motivation.", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "1. The beer drank the man.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Selectional Preferences 2.2.1 Motivation.", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "2. Quadruplicity drinks procrastination. (Russell 1940) 3. Colorless green ideas sleep furiously. (Chomsky 1957) 4. The paint is silent. (Katz and Fodor 1963) Psycholinguistic experiments have shown that the time course of human sentence processing is sensitive to predicate-argument plausibility (Altmann and Kamide 1999; Rayner et al. 2004; Bicknell et al. 2010) : Reading times are faster when participants are presented with plausible combinations than when they are presented with implausible combinations. It has also been proposed that selectional preference violations are cues that trigger metaphorical interpretation. Wilks (1978) gives the example My car drinks gasoline, which must be understood non-literally since car strongly violates the subject preference of drink and gasoline is also an unlikely candidate for something to drink.", |
| "cite_spans": [ |
| { |
| "start": 41, |
| "end": 55, |
| "text": "(Russell 1940)", |
| "ref_id": "BIBREF70" |
| }, |
| { |
| "start": 98, |
| "end": 112, |
| "text": "(Chomsky 1957)", |
| "ref_id": "BIBREF16" |
| }, |
| { |
| "start": 137, |
| "end": 158, |
| "text": "(Katz and Fodor 1963)", |
| "ref_id": "BIBREF44" |
| }, |
| { |
| "start": 297, |
| "end": 322, |
| "text": "(Altmann and Kamide 1999;", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 323, |
| "end": 342, |
| "text": "Rayner et al. 2004;", |
| "ref_id": "BIBREF65" |
| }, |
| { |
| "start": 343, |
| "end": 364, |
| "text": "Bicknell et al. 2010)", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 628, |
| "end": 640, |
| "text": "Wilks (1978)", |
| "ref_id": "BIBREF83" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Selectional Preferences 2.2.1 Motivation.", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "In NLP, one motivation for modeling predicate-argument plausibility is to investigate whether this aspect of human conceptual knowledge can be learned automatically from text corpora. If the predictions of a computational model correlate with judgments collected from human behavioral data, the assumption is that the model itself shares some properties with human linguistic knowledge and is in some sense a \"good\" semantic model. More practically, NLP researchers have shown that selectional preference knowledge is useful for downstream applications, including metaphor detection (Shutova 2010), identification of non-compositional multiword expressions (McCarthy, Venkatapathy, and Joshi 2007) , semantic role labeling (Gildea and Jurafsky 2002; Zapirain, Agirre, and M\u00e0rquez 2009; Zapirain et al. 2010) , word sense disambiguation (McCarthy and Carroll 2003) , and parsing (Zhou et al. 2011 ).", |
| "cite_spans": [ |
| { |
| "start": 657, |
| "end": 697, |
| "text": "(McCarthy, Venkatapathy, and Joshi 2007)", |
| "ref_id": "BIBREF52" |
| }, |
| { |
| "start": 723, |
| "end": 749, |
| "text": "(Gildea and Jurafsky 2002;", |
| "ref_id": "BIBREF34" |
| }, |
| { |
| "start": 750, |
| "end": 785, |
| "text": "Zapirain, Agirre, and M\u00e0rquez 2009;", |
| "ref_id": "BIBREF87" |
| }, |
| { |
| "start": 786, |
| "end": 807, |
| "text": "Zapirain et al. 2010)", |
| "ref_id": "BIBREF87" |
| }, |
| { |
| "start": 836, |
| "end": 863, |
| "text": "(McCarthy and Carroll 2003)", |
| "ref_id": "BIBREF50" |
| }, |
| { |
| "start": 878, |
| "end": 895, |
| "text": "(Zhou et al. 2011", |
| "ref_id": "BIBREF89" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Selectional Preferences 2.2.1 Motivation.", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "The \"Counting\" Approach. The simplest way to estimate the plausibility of a predicate-argument combination from a corpus is to count the number of times that combination appears, on the assumptions that frequency correlates with plausibility and that given enough data the resulting estimates will be relatively accurate. For example, Keller and Lapata (2003) estimate predicate-argument plausibilities by submitting appropriate queries to a Web search engine and counting the number of \"hits\" returned. To estimate the frequency with which the verb drink takes beer as a direct object, Keller and Lapata's method uses the query <drink|drinks|drank|drunk|drinking a|the|\u2205 beer|beers>; to estimate the frequency with which tasty modifies pizza the query is simply <tasty pizza|pizzas>. Where desired, these joint frequency counts can be normalized by unigram hit counts to estimate conditional probabilities such as P(pizza|tasty).", |
| "cite_spans": [ |
| { |
| "start": 335, |
| "end": 359, |
| "text": "Keller and Lapata (2003)", |
| "ref_id": "BIBREF45" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "2.2.2", |
| "sec_num": null |
| }, |
| { |
| "text": "The main advantages of this approach are its simplicity and its ability to exploit massive corpora of raw text. On the other hand, it is hindered by the facts that only shallow processing is possible and that even in a Web-scale corpus the probability estimates for rare combinations will not be accurate. At the time of writing, Google returns zero hits for the query <draughtsman|draughtsmen whistle|whistles|whistled|whistling> and 1,570 hits for <onion|onions whistle|whistles|whistled|whistling>, suggesting the implausible conclusion that an onion is far more likely to whistle than a draughtsman. 2 Zhou et al. (2011) modify the Web query approach to better capture statistical association by using pointwise mutual information (PMI) rather than raw co-occurrence frequency to quantify selectional preference:", |
| "cite_spans": [ |
| { |
| "start": 604, |
| "end": 605, |
| "text": "2", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "2.2.2", |
| "sec_num": null |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "PMI(p, a) = log P(p, a) P(p)P(a)", |
| "eq_num": "(1)" |
| } |
| ], |
| "section": "2.2.2", |
| "sec_num": null |
| }, |
| { |
| "text": "The role of the PMI transformation is to correct for the effect of unigram frequency: A common word may co-occur often with another word just because it is a common word rather than because there is a semantic association between them. However, it does not provide a way to overcome the problem of inaccurate counts for low-probability cooccurrences. Zhou et al.'s goal is to incorporate selectional preference features into a parsing model and they do not perform any evaluation of the semantic quality of the resulting predictions.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "2.2.2", |
| "sec_num": null |
| }, |
| { |
| "text": "During the 1990s, research on language modeling led to the development of various \"smoothing\" methods for overcoming the data sparsity problem that inevitably arises when estimating co-occurrence counts from finite corpora (Chen and Goodman 1999) . The general goal of smoothing algorithms is to alter the distributional profile of observed counts to better match the known statistical properties of linguistic data (e.g., that language exhibits power-law behavior). Some also incorporate semantic information on the assumption that meaning guides the distribution of words in a text.", |
| "cite_spans": [ |
| { |
| "start": 223, |
| "end": 246, |
| "text": "(Chen and Goodman 1999)", |
| "ref_id": "BIBREF15" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Similarity-Based Smoothing Methods.", |
| "sec_num": "2.2.3" |
| }, |
| { |
| "text": "One such class of methods is based on similarity-based smoothing, by which one can extrapolate from observed co-occurrences by implementing the distributional hypothesis: \"similar\" words will have similar distributional properties. A general form for similarity-based co-occurrence estimates is", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Similarity-Based Smoothing Methods.", |
| "sec_num": "2.2.3" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "P(w 2 |w 1 ) = w 3 \u2208S(w 1 ,w 2 ) sim(w 2 , w 3 ) w \u2208S(w 1 ,w 2 ) sim(w 2 , w ) P(w 3 |w 1 )", |
| "eq_num": "( 2 )" |
| } |
| ], |
| "section": "Similarity-Based Smoothing Methods.", |
| "sec_num": "2.2.3" |
| }, |
| { |
| "text": "sim can be an arbitrarily chosen similarity function; Dagan, Lee, and Pereira (1999) investigate a number of options. S(w 1 , w 2 ) is a set of comparison words that may depend on w 1 or w 2 , or neither: Essen and Steinbiss (1992) use the entire vocabulary, whereas Dagan, Lee, and Pereira use a fixed number of the most similar words to w 2 , provided their similarity value is above a threshold t. While originally proposed for language modeling-the task of estimating the probability of a sequence of words-these methods require only trivial alteration to estimate co-occurrence probabilities for predicates and arguments, as was noted early on by Grishman and Sterling (1993) and Dagan, Lee, and Pereira (1999) . Erk (2007) and Erk, Pad\u00f3, and Pad\u00f3 (2010) build on this prior work to develop an \"exemplarbased\" selectional preference model called EPP. In the EPP model, the set of comparison words is the set of words observed for the predicate p in the training corpus, denoted Seenargs(p):", |
| "cite_spans": [ |
| { |
| "start": 54, |
| "end": 84, |
| "text": "Dagan, Lee, and Pereira (1999)", |
| "ref_id": "BIBREF22" |
| }, |
| { |
| "start": 205, |
| "end": 231, |
| "text": "Essen and Steinbiss (1992)", |
| "ref_id": "BIBREF27" |
| }, |
| { |
| "start": 652, |
| "end": 680, |
| "text": "Grishman and Sterling (1993)", |
| "ref_id": "BIBREF39" |
| }, |
| { |
| "start": 685, |
| "end": 715, |
| "text": "Dagan, Lee, and Pereira (1999)", |
| "ref_id": "BIBREF22" |
| }, |
| { |
| "start": 718, |
| "end": 728, |
| "text": "Erk (2007)", |
| "ref_id": "BIBREF24" |
| }, |
| { |
| "start": 733, |
| "end": 759, |
| "text": "Erk, Pad\u00f3, and Pad\u00f3 (2010)", |
| "ref_id": "BIBREF26" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Similarity-Based Smoothing Methods.", |
| "sec_num": "2.2.3" |
| }, |
| { |
| "text": "Selpref EPP (a|p) = a \u2208Seenargs(p) weight(a |p)sim(a , a) a \u2208Seenargs(p) weight(a |p) (3)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Similarity-Based Smoothing Methods.", |
| "sec_num": "2.2.3" |
| }, |
| { |
| "text": "The co-occurrence strength weight(a|p) may simply be normalized co-occurrence frequency; alternatively a statistical association measure such as pointwise mutual information may be used. As before, sim(a, a ) may be any similarity measure defined on members of A. One advantage of this and other similarity-based models is that the corpus used to estimate similarity need not be the same as that used to estimate predicate-argument co-occurrence, which is useful when the corpus labeled with these co-occurrences is small (e.g., a corpus labeled with FrameNet frames). Bergsma, Lin, and Goebel (2008) cast selectional preference acquisition as a supervised learning problem to which a discriminatively trained classifier such as a Support Vector Machine (SVM) can be applied. To produce training data for a predicate, they pair \"positive\" arguments that were observed for that predicate in the training corpus and have an association with that predicate above a specified threshold (measured by mutual information) with randomly selected \"negative\" arguments of similar frequency that do not occur with the predicate or fall below the association threshold. Given this training data, a classifier can be trained in a standard way to predict a positive or negative score for unseen predicate-argument pairs.", |
| "cite_spans": [ |
| { |
| "start": 569, |
| "end": 600, |
| "text": "Bergsma, Lin, and Goebel (2008)", |
| "ref_id": "BIBREF3" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Similarity-Based Smoothing Methods.", |
| "sec_num": "2.2.3" |
| }, |
| { |
| "text": "An advantage of this approach is that arbitrary sets of features can be used to represent the training and testing items. Bergsma, Lin, and Goebel include conditional probabilities P(a|p) for all predicates the candidate argument co-occurs with, typographic features of the argument itself (e.g., whether it is capitalized, or contains digits), lists of named entities, and precompiled semantic classes.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discriminative Models.", |
| "sec_num": "2.2.4" |
| }, |
| { |
| "text": "Models. An alternative approach to preference learning models the argument distribution for a predicate as a distribution over semantic classes provided by a predefined lexical resource. The most popular such resource is the WordNet lexical hierarchy (Fellbaum 1998), which provides semantic classes and hypernymic structures for nouns, verbs, adjectives, and adverbs. 3 Incorporating knowledge about the WordNet taxonomy structure in a preference model enables the use of graph-based regularization techniques to complement distributional information, while also expanding the coverage of the model to types that are not encountered in the training corpus. On the other hand, taxonomy-based methods build in an assumption that the lexical hierarchy chosen is the universally \"correct\" one and they will not perform as well when faced with data that violates the hierarchy or contains unknown words. A further issue faced by these models is that the resources they rely on require significant effort to create and will not always be available to model data in a new language or a new domain. Resnik (1993) proposes a measure of associational strength between a predicate and WordNet classes based on the empirical distribution of words of each class (and their hyponyms) in a corpus. Abney and Light (1999) conceptualize the process of generating an argument for a predicate in terms of a Markovian random walk from the hierarchy's root to a leaf node and choosing the word associated with that leaf node. Ciaramita and Johnson (2000) likewise treat WordNet as defining the structure of a probabilistic graphical model, in this case a Bayesian network. Li and Abe (1998) and Clark and Weir (2002) both describe models in which a predicate \"cuts\" the hierarchy at an appropriate level of generalization, such that all classes below the cut are considered appropriate arguments (whether observed in data or not) and all classes above the cut are considered inappropriate.", |
| "cite_spans": [ |
| { |
| "start": 369, |
| "end": 370, |
| "text": "3", |
| "ref_id": null |
| }, |
| { |
| "start": 1092, |
| "end": 1105, |
| "text": "Resnik (1993)", |
| "ref_id": "BIBREF67" |
| }, |
| { |
| "start": 1284, |
| "end": 1306, |
| "text": "Abney and Light (1999)", |
| "ref_id": "BIBREF0" |
| }, |
| { |
| "start": 1506, |
| "end": 1534, |
| "text": "Ciaramita and Johnson (2000)", |
| "ref_id": "BIBREF17" |
| }, |
| { |
| "start": 1653, |
| "end": 1670, |
| "text": "Li and Abe (1998)", |
| "ref_id": "BIBREF48" |
| }, |
| { |
| "start": 1675, |
| "end": 1696, |
| "text": "Clark and Weir (2002)", |
| "ref_id": "BIBREF19" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "WordNet-Based", |
| "sec_num": "2.2.5" |
| }, |
| { |
| "text": "In this article we focus on purely distributional models that do not rely on manually constructed lexical resources; therefore we do not revisit the models described in this section subsequently, except as a basis for empirical comparison. O S\u00e9aghdha and Korhonen (2012) do investigate a number of Bayesian preference models that incorporate WordNet classes and structure, finding that such models outperform previously proposed WordNet-based models and perform comparably to the distributional Bayesian models presented here.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "WordNet-Based", |
| "sec_num": "2.2.5" |
| }, |
| { |
| "text": "A fundamental idea in semantics is that the meaning of a word is disambiguated and modulated by the context in which it appears. The word body clearly has a different sense in each of the following text fragments:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Measuring Similarity in Context 2.3.1 Motivation.", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "Depending on the present position of the planetary body in its orbital path, . . .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "1.", |
| "sec_num": null |
| }, |
| { |
| "text": "The executive body decided. . .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "2.", |
| "sec_num": null |
| }, |
| { |
| "text": "The human body is intriguing in all its forms.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "3.", |
| "sec_num": null |
| }, |
| { |
| "text": "In a standard word sense disambiguation experiment, the task is to map instances of ambiguous words onto senses from a manually compiled inventory such as WordNet. An alternative experimental method is to have a system rate the suitability of replacing an ambiguous word with an alternative word that is synonymous or semantically similar in some contexts but not others. For example, committee is a reasonable substitute for body in fragment 2 but less reasonable in fragment 1. An evaluation of semantic models based on this principle was run as the English Lexical Substitution Task in SemEval 2007 (McCarthy and Navigli 2009) . The annotated data from the Lexical Substitution Task have been used by numerous researchers to evaluate models of lexical choice; see Section 4.5 for further details. In this section we formalize the problem of predicting the similarity or substitutability of a pair of words w o , w s in a given context C = {(r 1 , w 1 ), (r 2 , w 2 ), . . . , (r n , w n )}. When the task is substitution, w o is the original word and w s is the candidate substitute. Our general approach is to compute a representation Rep(w o |C) for w o in context C and compare it with Rep(w s ), our representation for w n : A complementary perspective on the disambiguatory power of context models is provided by research on semantic composition, namely, how the syntactic effect of a grammar rule is accompanied by a combinatory semantic effect. In this view, the goal is to represent the combination of a context and an in-context word, not just to represent the word given the context. The co-occurrence models described in this article are not designed to scale up and provide a representation for complex syntactic structures, 4 but they are applicable to evaluation scenarios that involve representing binary co-occurrences.", |
| "cite_spans": [ |
| { |
| "start": 589, |
| "end": 615, |
| "text": "SemEval 2007 (McCarthy and", |
| "ref_id": null |
| }, |
| { |
| "start": 616, |
| "end": 629, |
| "text": "Navigli 2009)", |
| "ref_id": "BIBREF51" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "3.", |
| "sec_num": null |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "sim(w o , w s |C) = sim(Rep(w o |C), Rep(w s ))", |
| "eq_num": "(4)" |
| } |
| ], |
| "section": "3.", |
| "sec_num": null |
| }, |
| { |
| "text": "As described in Section 2.1, the vector-space approach to distributional semantics casts word meanings as vectors of real numbers and uses linear algebra operations to compare and combine these vectors. A word w is represented by a vector v w that models aspects of its distribution in the training corpus; the elements of this vector may be co-occurrence counts (in which case it is the same as the frequency vector f w ) or, more typically, some transformation of the raw counts. Lapata (2008, 2010) present a very general vector-space framework in which to consider the problem of combining the semantic representations of cooccurring words. Given pre-computed word vectors v w , v w , their combination p is provided by a function g that may also depend on syntax R and background knowledge K:", |
| "cite_spans": [ |
| { |
| "start": 482, |
| "end": 501, |
| "text": "Lapata (2008, 2010)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Vector-Space Models.", |
| "sec_num": "2.3.2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "p = g(v w , v w , R, K)", |
| "eq_num": "( 5 )" |
| } |
| ], |
| "section": "Vector-Space Models.", |
| "sec_num": "2.3.2" |
| }, |
| { |
| "text": "Mitchell and Lapata investigate a number of functions that instantiate Equation (5), finding that elementwise multiplication is a simple and consistently effective choice:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Vector-Space Models.", |
| "sec_num": "2.3.2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "p i = v wi \u2022 v w i", |
| "eq_num": "(6)" |
| } |
| ], |
| "section": "Vector-Space Models.", |
| "sec_num": "2.3.2" |
| }, |
| { |
| "text": "The motivation for this \"disambiguation by multiplication\" is that lexical vectors are sparse and the multiplication operation has the effect of sending entries not supported in both v w and v w towards zero while boosting entries that have high weights in both vectors. The elementwise multiplication approach assumes that all word vectors are in the same space. For a syntactic co-occurrence model, this is often not the case: The contexts for a verb and a noun may have no dependency labels in common and hence multiplying their vectors will not give useful results. Erk and Pad\u00f3 (2008) propose a structured vector space approach in which each word w is associated with a set of \"expectation\" vectors R w , indexed by dependency label, in addition to its standard cooccurrence vector v w . The expectation vector R w (r) for word w and dependency label r is an average over co-occurrence vectors for seen arguments of w and r in the training corpus:", |
| "cite_spans": [ |
| { |
| "start": 570, |
| "end": 589, |
| "text": "Erk and Pad\u00f3 (2008)", |
| "ref_id": "BIBREF25" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Vector-Space Models.", |
| "sec_num": "2.3.2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "R w (r) = w : f (w,r,w )>0 f (w, r, w ) \u2022 v w", |
| "eq_num": "(7)" |
| } |
| ], |
| "section": "Vector-Space Models.", |
| "sec_num": "2.3.2" |
| }, |
| { |
| "text": "Whereas a standard selectional preference model addresses the question \"which words are probable as arguments of predicate (w, r)?\", the expectation vector (7) addresses the question \"what does a typical co-occurrence vector for an argument of the predicate (w, r) look like?\". To disambiguate the semantics of word w in the context of a predicate (w , r ), Erk and Pad\u00f3 combine the expectation vector R w (r ) with the word vector v w :", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Vector-Space Models.", |
| "sec_num": "2.3.2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "v w|r ,w = R w (r ) \u2022 v w", |
| "eq_num": "(8)" |
| } |
| ], |
| "section": "Vector-Space Models.", |
| "sec_num": "2.3.2" |
| }, |
| { |
| "text": "Thater, F\u00fcrstenau, and Pinkal (2010, 2011) have built on the idea of using syntactic vector spaces for disambiguation. The model of Thater, F\u00fcrstenau, and Pinkal (2011) , which is simpler and better-performing, sets the representation of w in the context of (r , w ) to be", |
| "cite_spans": [ |
| { |
| "start": 132, |
| "end": 168, |
| "text": "Thater, F\u00fcrstenau, and Pinkal (2011)", |
| "ref_id": "BIBREF76" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Vector-Space Models.", |
| "sec_num": "2.3.2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "v w|r ,w = w ,r \u03b1 w ,r ,w ,r \u2022 weight(w , r , w) \u2022 e r ,w", |
| "eq_num": "(9)" |
| } |
| ], |
| "section": "Vector-Space Models.", |
| "sec_num": "2.3.2" |
| }, |
| { |
| "text": "where \u03b1 quantifies the compatibility of the observed predicate (w , r ) with the smoothing predicate (w , r ), weight quantifies the co-occurrence strength between (w , r ) and w, and e r ,w is a basis vector for (w , r ). This is a general formulation admitting various choices of \u03b1 and weight; the optimal configuration is found to be as follows:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Vector-Space Models.", |
| "sec_num": "2.3.2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "\u03b1 w ,r ,w ,r = sim(v w , v w ) if r = r 0 o t h e r w i s e (10) weight(w , r , w) = PMI((w , r ), w)", |
| "eq_num": "(11)" |
| } |
| ], |
| "section": "Vector-Space Models.", |
| "sec_num": "2.3.2" |
| }, |
| { |
| "text": "This is conceptually very similar to the EPP selectional preference model (3) of Erk, Pad\u00f3, and Pad\u00f3 (2010) ; each entry in the vector v w|r ,w is a similarity-smoothed estimate of the preference of (w , r ) for w. EPP uses seen arguments of (w , r ) for smoothing, whereas Thater, F\u00fcrstenau, and Pinkal (2011) take a complementary approach and smooth with seen predicates for w. In order to combine the disambiguatory effects of multiple predicates, a sum over contextualized vectors is taken:", |
| "cite_spans": [ |
| { |
| "start": 81, |
| "end": 107, |
| "text": "Erk, Pad\u00f3, and Pad\u00f3 (2010)", |
| "ref_id": "BIBREF26" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Vector-Space Models.", |
| "sec_num": "2.3.2" |
| }, |
| { |
| "text": "v w|(r 1 ,w 1 ),(r 2 ,w 2 ),...,(r n ,w n ) = n i v w|r i ,w i (12)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Vector-Space Models.", |
| "sec_num": "2.3.2" |
| }, |
| { |
| "text": "All the models described in this section provide a way of relating a word's standard co-occurrence vector to a vector representation of the word's meaning in context. This allows us to calculate the similarity between two in-context words or between a word and an in-context word using standard vector similarity measures such as the cosine. In applications where the task is to judge the appropriateness of substituting a word w s for an observed word w o in context C = {(r 1 , w 1 ), (r 2 , w 2 ), . . . , (r n , w n )}, a common approach is to compute the similarity between the contextualized vector v w o |(r 1 ,w 1 ),(r 2 ,w 2 ),...,(r n ,w n ) and the uncontextualized word vector v w s . It has been demonstrated empirically that this approach yields better performance than contextualizing both vectors before the similarity computation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Vector-Space Models.", |
| "sec_num": "2.3.2" |
| }, |
| { |
| "text": "We define a co-occurrence as a pair (c, w), where c is a context belonging to the vocabulary of contexts C and w is a word belonging to the word vocabulary W. 5 Unless otherwise stated, the contexts considered in this article are head-lexicalized dependency edges c = (r, w h ) where r \u2208 R is the grammatical relation and w h \u2208 W is the head lemma. We notate grammatical relations as p h :label:p d , where p h is the head word's part of speech, p d is the dependent word's part of speech, and label is the dependency label. 6 We use a coarse set of part-of-speech tags: n (noun), v (verb), j (adjective), r (adverb). The dependency labels are the grammatical relations used by the RASP system (Briscoe 2006; Briscoe, Carroll, and Watson 2006) , though in principle any dependency formalism could be used. The assumption that predicates correspond to head-lexicalized dependency edges means that they have arity one.", |
| "cite_spans": [ |
| { |
| "start": 525, |
| "end": 526, |
| "text": "6", |
| "ref_id": null |
| }, |
| { |
| "start": 694, |
| "end": 708, |
| "text": "(Briscoe 2006;", |
| "ref_id": "BIBREF11" |
| }, |
| { |
| "start": 709, |
| "end": 743, |
| "text": "Briscoe, Carroll, and Watson 2006)", |
| "ref_id": "BIBREF12" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Notation and Terminology", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "Given a parsed sentence, each word w in the sentence has a syntactic context set C comprising all the dependency edges incident to w. In the sentence fragment The executive body decided. . . , the word body has two incident edges:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Notation and Terminology", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "The:d executive:j body:n n:ncmod:j O O decided:v v:ncsubj:n . . . 5", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Notation and Terminology", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "When specifically discussing selectional preferences, we will also use the terms predicate and argument to describe a co-occurrence pair; when restricted to syntactic predicates, the former term is synonymous with our definition of context. 6 Strictly speaking, w and w h are drawn from subsets of W that are licensed by r when r is a syntactic relation, that is, they must have parts of speech p d and p h , respectively. Our models assume a fixed argument vocabulary, so we can partition the training data according to part of speech; the models are agnostic regarding the predicate vocabulary as these are subsumed by the context vocabulary. In the interest of parsimony we leave this detail implicit in our notation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Notation and Terminology", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "The context set for body is C = {(j:ncmod \u22121 :n,executive), (v:ncsubj:n,decide)}, where (v:ncsubj:n,decide) indicates that body is the subject of decide and (j:ncmod \u22121 :n,executive) denotes that it stands in an inverse non-clausal modifier relation to executive (we assume that nouns are the heads of their adjectival modifiers).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Notation and Terminology", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "To estimate our preference models we will rely on co-occurrence counts extracted from a corpus of observations O. Each observation is a co-occurrence of a predicate and an argument. The set of observations for context c is denoted O(c). The co-occurrence frequency of context c and word w is denoted by f cw , and the total co-occurrence frequency of c by f c = w\u2208W f cw .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Notation and Terminology", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "3.2.1 Bayesian Modeling. The Bayesian approach to probabilistic modeling (Gelman et al. 2003) is characterized by (1) the use of prior distributions over model parameters to encode the modeler's expectations about the values they will take; and (2) the explicit quantification of uncertainty by maintaining posterior distributions over parameters rather than point estimates. 7 As is common in NLP, the data we are interested in modeling are drawn from a discrete sample space (e.g., the vocabulary of words or a set of semantic classes). This leads to the use of a categorical or multinomial distribution for the data likelihood. This distribution is parameterized by a unit-sum vector \u03b8 \u03b8 \u03b8 with length |K| where K is the sample space. The probability that an observation o takes value k is then:", |
| "cite_spans": [ |
| { |
| "start": 73, |
| "end": 93, |
| "text": "(Gelman et al. 2003)", |
| "ref_id": "BIBREF33" |
| }, |
| { |
| "start": 376, |
| "end": 377, |
| "text": "7", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Modeling Assumptions", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "o \u223c Multinomial(\u03b8 \u03b8 \u03b8) (13) P(o = k|\u03b8 \u03b8 \u03b8) = \u03b8 k (14)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Modeling Assumptions", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "The value of \u03b8 \u03b8 \u03b8 must typically be learned from data. The maximum likelihood estimate (MLE) sets \u03b8 k proportional to the number of times k was observed in a set of observations O, where each observation o i \u2208 K:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Modeling Assumptions", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "\u03b8 MLE k = f k |O|", |
| "eq_num": "(15)" |
| } |
| ], |
| "section": "Modeling Assumptions", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "Although simple, such an approach has significant limitations. Because a linguistic vocabulary contains a large number of items that individually have low probability but together account for considerable total probability mass, even a large corpus is unlikely to give accurate estimates for low-probability types (Evert 2004) . Items that do not appear in the training data will be assigned zero probability of appearing in unseen data, which is rarely if ever a valid assumption. Sparsity increases further when the sample space contains composite items (e.g., context-words pairs). The standard approach to dealing with the shortcomings of MLE estimation in language modeling is to \"smooth\" the distribution by taking probability mass from frequent types and giving it to infrequent types. The Bayesian approach to smoothing is to place an appropriate prior on \u03b8 \u03b8 \u03b8 and apply Bayes' Theorem:", |
| "cite_spans": [ |
| { |
| "start": 314, |
| "end": 326, |
| "text": "(Evert 2004)", |
| "ref_id": "BIBREF28" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Modeling Assumptions", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "P(\u03b8 \u03b8 \u03b8|O) = P(O|\u03b8 \u03b8 \u03b8)P(\u03b8 \u03b8 \u03b8) P(O|\u03b8 \u03b8 \u03b8)P(\u03b8 \u03b8 \u03b8)d\u03b8 \u03b8 \u03b8", |
| "eq_num": "(16)" |
| } |
| ], |
| "section": "Modeling Assumptions", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "A standard choice for the prior distribution over the parameters of a discrete distribution is the Dirichlet distribution:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Modeling Assumptions", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "\u03b8 \u03b8 \u03b8 \u223c Dirichlet(\u03b1 \u03b1 \u03b1) (17) P(\u03b8 \u03b8 \u03b8|\u03b1 \u03b1 \u03b1) = \u0393( k \u03b1 k ) k \u0393(\u03b1 k ) k \u03b8 \u03b1 k \u22121 k", |
| "eq_num": "(18)" |
| } |
| ], |
| "section": "Modeling Assumptions", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "Here, \u03b1 \u03b1 \u03b1 is a |K|-length vector where each \u03b1 k > 0. One effect of the Dirichlet prior is that setting the sum k \u03b1 k to a small value will encode the expectation that the parameter vector \u03b8 \u03b8 \u03b8 is likely to distribute its mass more sparsely. The Dirichlet distribution is a conjugate prior for multinomial and categorical likelihoods, in the sense that the posterior distribution P(\u03b8 \u03b8 \u03b8|O) in Equation 16is also a Dirichlet distribution when P(O|\u03b8 \u03b8 \u03b8) is multinomial or categorical and P(\u03b8 \u03b8 \u03b8) is Dirichlet:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Modeling Assumptions", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "\u03b8 \u03b8 \u03b8 \u223c Dirichlet(f O \u2295 \u03b1 \u03b1 \u03b1)", |
| "eq_num": "(19)" |
| } |
| ], |
| "section": "Modeling Assumptions", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "where \u2295 indicates elementwise addition of the observed count vector f O to the Dirichlet parameter vector \u03b1 \u03b1 \u03b1. Furthermore, the conjugacy property allows us to do a number of important computations in an efficient way. In many applications we are interested in predicting the distribution over values K for a \"new\" observation given a set of prior observations O while retaining our uncertainty about the model parameters. We can average over possible values of \u03b8 \u03b8 \u03b8, weighted according to their probability P(\u03b8 \u03b8 \u03b8|O, \u03b1) by \"integrating out\" the parameter and still retain a simple closed-form expression for the posterior predictive distribution:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Modeling Assumptions", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "P(o |O|+1 = k|O, \u03b1) = P(o |O|+1 = k|\u03b8 \u03b8 \u03b8)P(\u03b8 \u03b8 \u03b8|O, \u03b1)d\u03b8 \u03b8 \u03b8 (20) = f k + \u03b1 k |O| + k \u03b1 k", |
| "eq_num": "(21)" |
| } |
| ], |
| "section": "Modeling Assumptions", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "Expression (21) is central to the implementation of collapsed Gibbs samplers for Bayesian models such as latent Dirichlet allocation (Section 3.3). For mathematical details of these derivations, see Heinrich (2009) . Other priors commonly used for discrete distributions in NLP include the Dirichlet process and the Pitman-Yor process (Goldwater, Griffiths, and Johnson 2011) . The Dirichlet process provides similar behavior to the Dirichlet distribution prior but is \"non-parametric\" in the sense of varying the size of its support according to the data; in the context of mixture modeling, a Dirichlet process prior allows the number of mixture components to be learned rather than fixed in advance. The Pitman-Yor process is a generalization of the Dirichlet process that is better suited to learning powerlaw distributions. This makes it particularly suitable for language modeling where the Dirichlet distribution or Dirichlet process would not produce a long enough tail due to their preference for sparsity (Teh 2006 ). On the other hand, Dirichlet-like behavior may be preferable in semantic modeling, where we expect, for example, predicate-class and class-argument distributions to be sparse.", |
| "cite_spans": [ |
| { |
| "start": 199, |
| "end": 214, |
| "text": "Heinrich (2009)", |
| "ref_id": "BIBREF42" |
| }, |
| { |
| "start": 335, |
| "end": 375, |
| "text": "(Goldwater, Griffiths, and Johnson 2011)", |
| "ref_id": "BIBREF35" |
| }, |
| { |
| "start": 1015, |
| "end": 1024, |
| "text": "(Teh 2006", |
| "ref_id": "BIBREF74" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Modeling Assumptions", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "In probabilistic modeling, latent variables are random variables whose values are not provided by the input data. As a result, their values must be inferred at the same time as the model parameters on the basis of the training data and model structure. The latent variable concept is a very general one that is used across a wide range of probabilistic frameworks, from hidden Markov models to neural networks. One important application is in mixture models, where the data likelihood is assumed to have the following form:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Latent Variable Assumption.", |
| "sec_num": "3.2.2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "P(x) = z P(x|z)P(z)", |
| "eq_num": "(22)" |
| } |
| ], |
| "section": "The Latent Variable Assumption.", |
| "sec_num": "3.2.2" |
| }, |
| { |
| "text": "Here the latent variables z index mixture components, each of which is associated with a distribution over observations x, and the resulting likelihood is an average of the component distributions weighted by the mixing weights P(z). The set of possible values for z is the set of components Z. When |Z| is small relative to the size of the training data, this model has a clustering effect in the sense that the distribution learned for P(x|z) is informed by all datapoints assigned to component z.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Latent Variable Assumption.", |
| "sec_num": "3.2.2" |
| }, |
| { |
| "text": "In a model of two-way co-occurrences each observation consists of two discrete variables c and w, drawn from vocabularies C and W, respectively.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Latent Variable Assumption.", |
| "sec_num": "3.2.2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "P(w|c) = z P(w|z)P(z|c)", |
| "eq_num": "(23)" |
| } |
| ], |
| "section": "The Latent Variable Assumption.", |
| "sec_num": "3.2.2" |
| }, |
| { |
| "text": "The idea of compressing the observed co-occurrence data through a small layer of latent variables shares the same basic motivations as other, not necessarily probabilistic, dimensionality reduction techniques such as Latent Semantic Analysis or Non-negative Matrix Factorization. An advantage of probabilistic models is their flexibility, both in terms of learning methods and model structures. For example, the models considered in this article can potentially be extended to multi-way co-occurrences and to hierarchically defined contexts that cannot easily be expressed in frameworks that require the input to be a |C| \u00d7 |W| co-occurrence matrix.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Latent Variable Assumption.", |
| "sec_num": "3.2.2" |
| }, |
| { |
| "text": "To the best of our knowledge, latent variable models were first applied to cooccurrence data in the context of noun clustering by Pereira, Tishby, and Lee (1993) . They suggest a factorization of a noun n's distribution over verbs v as", |
| "cite_spans": [ |
| { |
| "start": 130, |
| "end": 161, |
| "text": "Pereira, Tishby, and Lee (1993)", |
| "ref_id": "BIBREF63" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Latent Variable Assumption.", |
| "sec_num": "3.2.2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "P(v|n) = z P(v|z)P(z|n)", |
| "eq_num": "(24)" |
| } |
| ], |
| "section": "The Latent Variable Assumption.", |
| "sec_num": "3.2.2" |
| }, |
| { |
| "text": "which is equivalent to Equation (23) when we take n as the predicate and v as the argument, in effect defining an inverse selectional preference model. Pereira, Tishby, & Lee also observe that given certain assumptions Equation (24) can be written more symmetrically as", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Latent Variable Assumption.", |
| "sec_num": "3.2.2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "P(v, n) = z P(v|z)P(n|z)P(z)", |
| "eq_num": "(25)" |
| } |
| ], |
| "section": "The Latent Variable Assumption.", |
| "sec_num": "3.2.2" |
| }, |
| { |
| "text": "The distributions P(v|z), P(n|z), and P(z) are estimated by an optimization procedure based on Maximum Entropy. Rooth et al. (1999) propose a much simpler Expectation Maximization (EM) procedure for estimating the parameters of Equation (25).", |
| "cite_spans": [ |
| { |
| "start": 112, |
| "end": 131, |
| "text": "Rooth et al. (1999)", |
| "ref_id": "BIBREF69" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Latent Variable Assumption.", |
| "sec_num": "3.2.2" |
| }, |
| { |
| "text": "Combining the latent variable co-occurrence model (23) with the use of Dirichlet priors naturally leads to Latent Dirichlet Allocation (LDA) (Blei, Ng, and Jordan 2003) . Often described as a \"topic model,\" LDA is a model of document content that assumes each document is generated from a mixture of multinomial distributions or \"topics.\" Topics are shared across documents and correspond to thematically coherent patterns of word usage. For example, one topic may assign high probability to the words finance, fund, bank, and invest, whereas another topic may assign high probability to the words football, goal, referee, and header. LDA has proven to be a very successful model with many applications and extensions, and the topic modeling framework remains an area of active research in machine learning. Although originally conceived for modeling document content, LDA can be applied to any kind of discrete binary co-occurrence data. The original application of LDA is essentially a latent-variable model of document-word co-occurrence. Adapting LDA for selectional preference modeling was suggested independently by\u00d3 S\u00e9aghdha (2010) and Ritter, Mausam, and Etzioni (2010) . Conceptually the shift is straightforward and intuitive: Documents become contexts and words become argument words. The selectional preference probability P(w|c) is modeled as", |
| "cite_spans": [ |
| { |
| "start": 141, |
| "end": 168, |
| "text": "(Blei, Ng, and Jordan 2003)", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 1123, |
| "end": 1138, |
| "text": "S\u00e9aghdha (2010)", |
| "ref_id": "BIBREF57" |
| }, |
| { |
| "start": 1143, |
| "end": 1177, |
| "text": "Ritter, Mausam, and Etzioni (2010)", |
| "ref_id": "BIBREF68" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Bayesian Models for Binary Co-occurrences", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "P(w|c) = z P(z|c)P(w|z)", |
| "eq_num": "(26)" |
| } |
| ], |
| "section": "Bayesian Models for Binary Co-occurrences", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "Figure 1 sketches the \"generative story\" according to which LDA generates arguments for predicates and also presents a plate diagram indicating the dependencies between variables in the model. Table 1 illustrates the semantic representation induced by a 600-topic LDA model trained on predicate-noun co-occurrences extracted from the British National Corpus (for more details of this training data, see Section 4.1). The \"semantic classes\" are actually distributions over all nouns in the vocabulary rather than a hard partitioning; therefore we present the eight most probable words for each. We also present the contexts most frequently associated with each class. Whereas a", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 193, |
| "end": 200, |
| "text": "Table 1", |
| "ref_id": "TABREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Bayesian Models for Binary Co-occurrences", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "for topic z \u2208 {1 . . . |Z|} do (Draw a distribution over words) \u03a6 \u03a6 \u03a6 z \u223c Dirichlet(\u03b2 \u03b2 \u03b2) end for for context c \u2208 {1 . . . |C|} do (Draw a distribution over classes) \u03b8 \u03b8 \u03b8 c \u223c Dirichlet(\u03b1 \u03b1 \u03b1) for observation o i \u2208 O(c) do (Draw a class) z i \u223c Multinomial(\u03b8 \u03b8 \u03b8 c ) (Draw a word) w i \u223c Multinomial(\u03a6 \u03a6 \u03a6 z i ) end for end for \u03b1 \u03b8 z w \u03a6 \u03b2 O(c) C Z", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Bayesian Models for Binary Co-occurrences", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "Generative story and plate diagram for LDA; descriptive comments (in parentheses) precede each sampling step. topic model trained on document-word co-occurrences will find topics that reflect broad thematic commonalities, the model trained on syntactic co-occurrences finds semantic classes that capture a much tighter sense of similarity: Words assigned high probability in the same topic tend to refer to entities that have similar properties, that perform similar actions, and have similar actions performed on them. Thus Class 1 is represented by attack, raid, assault, campaign, and so on, forming a coherent semantic grouping. Classes 2, 3, and 4 correspond to groups of tests, geometric objects, and public/educational institutions, respectively. Class 5 has been selected to illustrate a potential pitfall of using syntactic co-occurrences for semantic class induction: fund, revenue, eyebrow, and awareness hardly belong together as a coherent conceptual class. The reason, it seems, is that they are all entities that can be (and in the corpus, are) raised. This class has also conflated different (but related) senses of reserve and as a result the modifier nature is often associated with it. An alternative approach is suggested by the model used by Pereira, Tishby, and Lee (1993) and Rooth et al. (1999) that is formalized in Equation 25. This model can", |
| "cite_spans": [ |
| { |
| "start": 1284, |
| "end": 1294, |
| "text": "Lee (1993)", |
| "ref_id": "BIBREF63" |
| }, |
| { |
| "start": 1299, |
| "end": 1318, |
| "text": "Rooth et al. (1999)", |
| "ref_id": "BIBREF69" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Figure 1", |
| "sec_num": null |
| }, |
| { |
| "text": "(Draw a distribution over topics) \u03b8 \u03b8 \u03b8 \u223c Dirichlet(\u03b1 \u03b1 \u03b1) for topic z \u2208 {1 . . . |Z|} do (Draw a distribution over words) \u03a6 \u03a6 \u03a6 z \u223c Dirichlet(\u03b2 \u03b2 \u03b2) (Draw a distribution over contexts) \u03a8 \u03a8 \u03a8 z \u223c Dirichlet(\u03b3 \u03b3 \u03b3) end for for observation o i \u2208 O do (Draw a topic) z i \u223c Multinomial(\u03b8 \u03b8 \u03b8) (Draw a word) w i \u223c Multinomial(\u03a6 \u03a6 \u03a6 z i ) (Draw a context) c i \u223c Multinomial(\u03a8 \u03a8 \u03a8 z i ) end for \u03b1 \u03b8 z w c \u03a6 \u03b2 \u03a8 \u03b3 O Z Z", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Figure 1", |
| "sec_num": null |
| }, |
| { |
| "text": "Generative story and plate diagram for ROOTH-LDA.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Figure 2", |
| "sec_num": null |
| }, |
| { |
| "text": "be \"Bayesianized\" by placing Dirichlet priors on the component distributions; adapting Equation (25) to our notation, the resulting joint distribution over contexts and words is", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Figure 2", |
| "sec_num": null |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "P(c, w) = z P(c|z)P(w|z)P(z)", |
| "eq_num": "(27)" |
| } |
| ], |
| "section": "Figure 2", |
| "sec_num": null |
| }, |
| { |
| "text": "The generative story and plate diagram for this model, which was called ROOTH-LDA in\u00d3 S\u00e9aghdha (2010) , are given in Figure 2 . Whereas LDA induces classes of arguments, ROOTH-LDA induces classes of predicate-argument interactions. Table 2 illustrates some classes learned by ROOTH-LDA from BNC verb-object co-occurrences. One class shows that a cost, number, risk, or expenditure can plausibly be increased, reduced, cut, or involved; another shows that a house, building, home, or station can be built, left, visited, or used. As with LDA, there are some over-generalizations; the fact that an eye or mouth can be opened, closed, or shut does not necessarily entail that it can be locked or unlocked. For many predicates, the best description of their argument distributions is one that accounts for general semantic regularities and idiosyncratic lexical patterns. This suggests the idea of combining a distribution over semantic classes and a predicate-specific distribution over arguments. One way of doing this is through the model depicted in Figure 3 , which we call LEX-LDA; this model defines the selectional preference probability P(w|c) as", |
| "cite_spans": [ |
| { |
| "start": 86, |
| "end": 101, |
| "text": "S\u00e9aghdha (2010)", |
| "ref_id": "BIBREF57" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 117, |
| "end": 125, |
| "text": "Figure 2", |
| "ref_id": null |
| }, |
| { |
| "start": 232, |
| "end": 239, |
| "text": "Table 2", |
| "ref_id": "TABREF2" |
| }, |
| { |
| "start": 1050, |
| "end": 1058, |
| "text": "Figure 3", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Figure 2", |
| "sec_num": null |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "P(w|c) = \u03c3 c P lex (w|c) + (1 \u2212 \u03c3 c )P class (w|c) (28) = \u03c3 c P lex (w|c) + (1 \u2212 \u03c3 c ) z P(w|z)P(z|c)", |
| "eq_num": "(29)" |
| } |
| ], |
| "section": "Figure 2", |
| "sec_num": null |
| }, |
| { |
| "text": "where \u03c3 c is a value between 0 and 1 that can be interpreted as a measure of argument lexicalization or as the probability that an observation for context c is drawn from the lexical distribution P lex or the class-based distribution P class . P class has the same form as the LDA preference model. The value of \u03c3 c will vary across predicates according to how well their argument preference can be fit by the class-based models; a predicate with high \u03c3 c will have idiosyncratic argument patterns that are best learned by observing that predicate's co-occurrences in isolation. In many cases this may reflect idiomatic or non-compositional usages, though it is also to be expected that \u03c3 c will correlate with frequency; given sufficient data for a context, smoothing becomes less important. As an example we trained the LEX-LDA model on BNC verb-object co-occurrences and estimated posterior mean values for \u03c3 c for all verbs occurring more than 100 times and taking at least 10 different object argument types. The verbs with highest and lowest values are listed in Table 3 . Although almost anything can be discussed or highlighted,", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 1069, |
| "end": 1076, |
| "text": "Table 3", |
| "ref_id": "TABREF3" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Figure 2", |
| "sec_num": null |
| }, |
| { |
| "text": "for topic z \u2208 {1 . . . |Z|} do (Draw a distribution over words) \u03a6 \u03a6 \u03a6 z \u223c Dirichlet(\u03b2 \u03b2 \u03b2) end for for context c \u2208 {1 . . . |C|} do (Draw a distribution over topics) \u03b8 \u03b8 \u03b8 c \u223c Dirichlet(\u03b1 \u03b1 \u03b1) (Draw a distribution over words) \u039e \u039e \u039e c \u223c Dirichlet(\u03ba \u03ba \u03ba) (Draw a lexicalization probability) \u03c3 c \u223c Beta(\u03bb 0 , \u03bb 1 ) for observation o i \u2208 O(c) do (Draw a lexicalization indicator) s i \u223c Bernoulli(\u03c3 c ) if s i = 0 then (Draw a topic) z i \u223c Multinomial(\u03b8 \u03b8 \u03b8 c ) (Draw a word) w i \u223c Multinomial(\u03a6 \u03a6 \u03a6 z i ) else (Draw a word) w i \u223c Multinomial(\u039e \u039e \u039e c ) end if end for end for \u03b1 \u03b8 z s w \u03b2 \u03a6 \u03c3 \u039e \u03ba \u03bb 1 \u03bb 0 O(c) C Z", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Figure 2", |
| "sec_num": null |
| }, |
| { |
| "text": "Generative story and plate diagram for LEX-LDA. Table 1 is distracted by the high-frequency collocations nature reserve and raise eyebrow, LEX-LDA models trained on the same data can explain these through lexicalization effects and separate out body parts, conservation areas, and investments in different classes.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 48, |
| "end": 55, |
| "text": "Table 1", |
| "ref_id": "TABREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Figure 3", |
| "sec_num": null |
| }, |
| { |
| "text": "3.4.1 Learning Methods. A variety of methods are available for parameter learning in Bayesian models. The two standard approaches are variational inference, in which an approximation to the true distribution over parameters is estimated exactly, and sampling, in which convergence to the true posterior is guaranteed in theory but rarely verifiable in practice. In some cases the choice of approach is guided by the model, but often it is a matter of personal preference; for LDA, there is evidence that equivalent levels of performance can be achieved through variational learning and sampling given appropriate parameterization (Asuncion et al. 2009) . In this article we use learning methods based on Gibbs sampling, following . The basic idea of Gibbs sampling is to iterate through the corpus one observation at a time, updating the latent variable value for each observation according to the conditional probability distribution determined by the current observed and latent variable values for all other observations. Because the likelihoods are multinomials with Dirichlet priors, we can integrate out their parameters using Equation (21). For LDA, the conditional probability that the latent variable for the ith observation is assigned value z is computed as", |
| "cite_spans": [ |
| { |
| "start": 630, |
| "end": 652, |
| "text": "(Asuncion et al. 2009)", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Parameter and Hyperparameter Learning", |
| "sec_num": "3.4" |
| }, |
| { |
| "text": "P(z i = z|z \u2212i , c i , w i ) \u221d ( f zc i + \u03b1 z ) f zw i + \u03b2 f z + |W|\u03b2 (30)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Parameter and Hyperparameter Learning", |
| "sec_num": "3.4" |
| }, |
| { |
| "text": "where z \u2212i is the set of current assignments for all observations other than the ith, f z is the number of observations in that set assigned latent variable z, f zc i is the number of observations with context c i assigned latent variable z, and f zw i is the number of observations with word w i assigned latent variable z.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Parameter and Hyperparameter Learning", |
| "sec_num": "3.4" |
| }, |
| { |
| "text": "For ROOTH-LDA we make a similar calculation:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Parameter and Hyperparameter Learning", |
| "sec_num": "3.4" |
| }, |
| { |
| "text": "P(z i = z|z \u2212i , c i , w i ) \u221d ( f z + \u03b1 z ) f zw i + \u03b2 f z + |W|\u03b2 f zc i + \u03b2 f z + |C|\u03b3 (31)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Parameter and Hyperparameter Learning", |
| "sec_num": "3.4" |
| }, |
| { |
| "text": "For LEX-LDA the lexicalization variables s i must also be sampled for each token. We \"block\" the sampling for z i and s i to improve convergence. The Gibbs sampling distribution is", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Parameter and Hyperparameter Learning", |
| "sec_num": "3.4" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "P(s i = 0, z i = z|z \u2212i , s \u2212i , c i , w i ) \u221d ( f c i ,s=0 + \u03bb 0 ) f zc i + \u03b1 z f c i ,s=0 + z \u03b1 z f zw i + \u03b2 f z + |W|\u03b2 (32) P(s i = 1, z i = \u2205|z \u2212i , s \u2212i , c i , w i ) \u221d ( f c i ,s=1 + \u03bb 1 ) f c i w i ,s=1 + \u03ba f c i ,s=1 + |W|\u03ba (33) P(s i = 0, z i = \u2205|z \u2212i , s \u2212i , c i , w i ) = 0 (34) P(s i = 1, z i = \u2205|z \u2212i , s \u2212i , c i , w i ) = 0", |
| "eq_num": "(35)" |
| } |
| ], |
| "section": "Parameter and Hyperparameter Learning", |
| "sec_num": "3.4" |
| }, |
| { |
| "text": "where \u2205 indicates that no topic is assigned. The fact that topics are not assigned for all tokens means that LEX-LDA is less useful in situations that require representational power they afford-for example, the contextual similarity paradigm described in Section 3.5. A naive implementation of the sampler will take time linear in the number of topics and the number of observations to complete one iteration. Yao, Mimno, and McCallum (2009) present a new sampling algorithm for LDA that yields a considerable speedup by reformulating Equation (30) to allow caching of intermediate values and an intelligent sorting of topics so that in many cases only a small number of topics need be iterated though before assigning a topic to an observation. In this article we use Yao, Mimno, & McCallum's algorithm for LDA, as well as a transformation of the ROOTH-LDA and LEX-LDA samplers that can be derived in an analogous fashion.", |
| "cite_spans": [ |
| { |
| "start": 410, |
| "end": 441, |
| "text": "Yao, Mimno, and McCallum (2009)", |
| "ref_id": "BIBREF85" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Parameter and Hyperparameter Learning", |
| "sec_num": "3.4" |
| }, |
| { |
| "text": "As noted previously, the Gibbs sampling procedure is guaranteed to converge to the true posterior after a finite number of iterations; however, this number is unknown and it is difficult to detect convergence. In practice, we run the sampler for a hopefully sufficient number of iterations and perform inference based on the final sampling state (assignments of all z and s variables) and/or a set of intermediate sampling states.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Inference.", |
| "sec_num": "3.4.2" |
| }, |
| { |
| "text": "In the case of the LDA model, the selectional preference probability P(w|c) is estimated using posterior mean estimates of \u03b8 c and \u03a6 z :", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Inference.", |
| "sec_num": "3.4.2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "P(w|c) = z P(z|c)P(w|z)", |
| "eq_num": "(36)" |
| } |
| ], |
| "section": "Inference.", |
| "sec_num": "3.4.2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "P(z|c) = f zc + \u03b1 z f c + z \u03b1 z", |
| "eq_num": "(37)" |
| } |
| ], |
| "section": "Inference.", |
| "sec_num": "3.4.2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "P(w|z) = f zw + \u03b2 f z + |W|\u03b2", |
| "eq_num": "(38)" |
| } |
| ], |
| "section": "Inference.", |
| "sec_num": "3.4.2" |
| }, |
| { |
| "text": "For ROOTH-LDA, the joint probability P(c, w) is given by P(c, w) = z P(c|z)P(w|z)P(z) (39)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Inference.", |
| "sec_num": "3.4.2" |
| }, |
| { |
| "text": "P(z) = f z + \u03b1 z |O| + z \u03b1 z (40) P(w|z) = f zw + \u03b2 f z + |W|\u03b2 (41) P(c|z) = f zc + \u03b3 f z + |C|\u03b3 (42)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Inference.", |
| "sec_num": "3.4.2" |
| }, |
| { |
| "text": "For LEX-LDA, P(w|c) is given by P(w|c) = P(\u03c3 = 1|c)P lex (w|c) + P(\u03c3 = 0|c)P class (w|c) (43)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Inference.", |
| "sec_num": "3.4.2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "P(\u03c3 = 1|c) = f c,s=1 + \u03bb 1 f c + \u03bb 0 + \u03bb 1 (44) P(\u03c3 = 0|c) = 1 \u2212 P(\u03c3 = 1|c)", |
| "eq_num": "(45)" |
| } |
| ], |
| "section": "Inference.", |
| "sec_num": "3.4.2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "P lex (w|c) = f wc,s=1 + \u03ba f c,s=1 + |W|\u03ba (46) P class (w|c) = z P(z|c)P(w|z)", |
| "eq_num": "(47)" |
| } |
| ], |
| "section": "Inference.", |
| "sec_num": "3.4.2" |
| }, |
| { |
| "text": "P(z|c) = f zc + \u03b1 z f c,s=0 + z \u03b1 z (48) P(w|z) = f zw + \u03b2 f z + |W|\u03b2 (49)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Inference.", |
| "sec_num": "3.4.2" |
| }, |
| { |
| "text": "Given a sequence or chain of sampling states S 1 , . . . , S n , we can predict a value for P(w|c) or P(c, w) using these equations and the set of latent variable assignments at a single state S i . As the sampler is initialized randomly and will take time to find a good area of the search space, it is standard to wait until a number of iterations have passed before using any samples for prediction. States S 1 , . . . , S b from this burn-in period are discarded.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Inference.", |
| "sec_num": "3.4.2" |
| }, |
| { |
| "text": "For predictive stability it can be beneficial to average over predictions computed from more than one sampling state; for example, we can produce an averaged estimate of P(w|c) from a set of states S:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Inference.", |
| "sec_num": "3.4.2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "P(w|c) = 1 |S| S i \u2208S P S i (w|c)", |
| "eq_num": "(50)" |
| } |
| ], |
| "section": "Inference.", |
| "sec_num": "3.4.2" |
| }, |
| { |
| "text": "It is also possible to average over states drawn from multiple chains. However, averaging of any kind can only be performed on quantities whose interpretation does not depend on the sampling state itself. For example, we cannot average over estimates of P(z 1 |c) drawn from different samples as the topic called z 1 in one iteration is not identical to the topic called z 1 in another; even within the same chain, the meaning of a topic will often change gradually from state to state.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Inference.", |
| "sec_num": "3.4.2" |
| }, |
| { |
| "text": "In the \"parametric\" latent variable models used here the number of topics or semantic classes, |Z|, must be fixed in advance. This brings significant efficiency advantages but also the problem of choosing an appropriate value for |Z|. The more classes a model has, the greater its capacity to capture fine distinctions between entities. However, this finer granularity inevitably comes at a cost of reduced generalization. One approach is to choose a value that works well on training or development data before evaluating held-out test items. Results in lexical semantics are often reported over the entirety of a data set, meaning that if we wish to compare those results we cannot hold out any portion. If the method is relatively insensitive to the parameter it may be sufficient to choose a default value. Rooth et al. (1999) suggest cross-validating on the training data likelihood (and not on the ultimate evaluation measure). An alternative solution is to average the predictions of models trained with different choices of |Z|; this avoids the need to pick a default and can give better results than any one value as it integrates contributions at different levels of granularity. As mentioned in Section 3.4.2 we must take care when averaging predictions to compute with quantities that do not rely on topic identity-for example, estimates of P(a|p) can safely be combined whereas estimates of P(z 1 |p) cannot.", |
| "cite_spans": [ |
| { |
| "start": 811, |
| "end": 830, |
| "text": "Rooth et al. (1999)", |
| "ref_id": "BIBREF69" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Choosing |Z|.", |
| "sec_num": "3.4.3" |
| }, |
| { |
| "text": "Although the likelihood parameters can be integrated out, the parameters for the Dirichlet and Beta priors (often referred to as \"hyperparameters\") cannot and must be specified either manually or automatically. The value of these parameters affects the sparsity of the learned posterior distributions. Furthermore, the use of an asymmetric prior (where not all its parameters have equal value) implements an assumption that some observation values are more likely than others before any observations have been made. Wallach, Mimno, and McCallum (2009) demonstrate that the parameterization of the Dirichlet priors in an LDA model has a material effect on performance, recommending in conclusion a symmetric prior on the \"emission\" likelihood P(w|z) and an asymmetric prior on the document topic likelihoods P(z|d). In this article we follow these recommendations and, like Wallach, Mimno, and McCallum, we optimize the relevant hyperparameters using a fixed point iteration to maximize the log evidence (Minka 2003; Wallach 2008) .", |
| "cite_spans": [ |
| { |
| "start": 516, |
| "end": 551, |
| "text": "Wallach, Mimno, and McCallum (2009)", |
| "ref_id": "BIBREF80" |
| }, |
| { |
| "start": 1003, |
| "end": 1015, |
| "text": "(Minka 2003;", |
| "ref_id": "BIBREF53" |
| }, |
| { |
| "start": 1016, |
| "end": 1029, |
| "text": "Wallach 2008)", |
| "ref_id": "BIBREF81" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Hyperparameter Estimation.", |
| "sec_num": "3.4.4" |
| }, |
| { |
| "text": "The representation induced by latent variable selectional preference models also allows us to capture the disambiguatory effect of context. Given an observation of a word in a context, we can infer the most probable semantic classes to appear in that context and we can also infer the probability that a class generated the observed word. We can also estimate the probability that the semantic classes suggested by the observation would have licensed an alternative word. Taken together, these can be used to estimate in-context semantic similarity. The fundamental intuitions are similar to those behind the vector-space models in Section 2.3.2, but once again we are viewing them from the perspective of probabilistic modeling. The basic idea is that we identify the similarity between an observed term w o and an alternative term w s in context C with the similarity between the probability distribution over latent variables associated with w o and C and the probability distribution over latent variables associated with w s :", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Measuring Similarity in Context with Latent-Variable Models", |
| "sec_num": "3.5" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "sim(w o , w s |C) = sim(P(z|w o , C), P(z|w s ))", |
| "eq_num": "(51)" |
| } |
| ], |
| "section": "Measuring Similarity in Context with Latent-Variable Models", |
| "sec_num": "3.5" |
| }, |
| { |
| "text": "This assumes that we can associate a distribution over the same set of latent variables with each context item c \u2208 C. As noted in Section 2.3.2, previous research has found that conditioning the representation of both the observed term and the candidate substitute on the context gives worse performance than conditioning the observed term alone; we also found a similar effect. Dinu and Lapata (2010) present a specific version of this framework, using a window-based definition of context and the assumption that the similarity given a set of contexts is the product of the similarity value for each context:", |
| "cite_spans": [ |
| { |
| "start": 379, |
| "end": 401, |
| "text": "Dinu and Lapata (2010)", |
| "ref_id": "BIBREF23" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Measuring Similarity in Context with Latent-Variable Models", |
| "sec_num": "3.5" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "sim DL10 (w o , w s |C) = c\u2208C sim(P(z|w o , c), P(z|w s ))", |
| "eq_num": "(52)" |
| } |
| ], |
| "section": "Measuring Similarity in Context with Latent-Variable Models", |
| "sec_num": "3.5" |
| }, |
| { |
| "text": "In this article we generalize to syntactic as well as window-based contexts and also derive a well-motivated approach to incorporating multiple contexts inside the probability model; in Section 4.5 we show that both innovations contribute to improved performance on a lexical substitution data set. The distributions we use for prediction are as follows. Given an LDA latent variable preference model that generates words given a context, it is straightforward to calculate the distribution over latent variables conditioned on an observed context-word pair:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Measuring Similarity in Context with Latent-Variable Models", |
| "sec_num": "3.5" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "P C\u2192T (z|w o , c) = P(w o |z)P(z|c) z P(w o |z )P(z |c)", |
| "eq_num": "(53)" |
| } |
| ], |
| "section": "Measuring Similarity in Context with Latent-Variable Models", |
| "sec_num": "3.5" |
| }, |
| { |
| "text": "Given a set of multiple contexts C, each of which has an opinion about the distribution over latent variables, this becomes", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Measuring Similarity in Context with Latent-Variable Models", |
| "sec_num": "3.5" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "P(z|w o , C) = P(w o |z)P(z|C) z P(w o |z )P(z |C)", |
| "eq_num": "(54)" |
| } |
| ], |
| "section": "Measuring Similarity in Context with Latent-Variable Models", |
| "sec_num": "3.5" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "P(z|C) = c\u2208C P(z|c) z c\u2208C P(z |c)", |
| "eq_num": "(55)" |
| } |
| ], |
| "section": "Measuring Similarity in Context with Latent-Variable Models", |
| "sec_num": "3.5" |
| }, |
| { |
| "text": "The uncontextualized distribution P(z|w s ) is not given directly by the LDA model. It can be estimated from relative frequencies in the Gibbs sampling state; we use an unsmoothed estimate. 8 We denote this model C \u2192 T to note that the target word is generated given the context. Where the context-word relationship is asymmetric (as in the case of syntactic dependency contexts), we can alternatively learn a model that generates contexts given a target word; we denote this model T \u2192 C:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Measuring Similarity in Context with Latent-Variable Models", |
| "sec_num": "3.5" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "P T\u2192C (z|w o , c) = P(z|w o )P(c|z) z P(z |w o )P(c|z )", |
| "eq_num": "(56)" |
| } |
| ], |
| "section": "Measuring Similarity in Context with Latent-Variable Models", |
| "sec_num": "3.5" |
| }, |
| { |
| "text": "Again, we can generalize to non-singleton context sets:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Measuring Similarity in Context with Latent-Variable Models", |
| "sec_num": "3.5" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "P(z|w o , C) = P(z|w o )P(C|z) z P(z |w o )P(C|z )", |
| "eq_num": "(57)" |
| } |
| ], |
| "section": "Measuring Similarity in Context with Latent-Variable Models", |
| "sec_num": "3.5" |
| }, |
| { |
| "text": "where", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Measuring Similarity in Context with Latent-Variable Models", |
| "sec_num": "3.5" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "P(C|z) = c\u2208C P(c|z)", |
| "eq_num": "(58)" |
| } |
| ], |
| "section": "Measuring Similarity in Context with Latent-Variable Models", |
| "sec_num": "3.5" |
| }, |
| { |
| "text": "Equation 57has the form of a \"product of experts\" model (Hinton 2002) , though unlike many applications of such models we train the experts independently and thus avoid additional complexity in the learning process. The uncontextualized distribution P(z|w s ) is an explicit component of the T \u2192 C model. An analogous definition of similarity can be derived for the ROOTH-LDA model. Here there is no asymmetry as the context and target are generated jointly. The distribution over topics for a context c and target word w o is given by", |
| "cite_spans": [ |
| { |
| "start": 56, |
| "end": 69, |
| "text": "(Hinton 2002)", |
| "ref_id": "BIBREF43" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Measuring Similarity in Context with Latent-Variable Models", |
| "sec_num": "3.5" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "P ROOTH-LDA (z|w o , c) = P(w o , c|z)P(z) z P(w o , c|z )P(z )", |
| "eq_num": "(59)" |
| } |
| ], |
| "section": "Measuring Similarity in Context with Latent-Variable Models", |
| "sec_num": "3.5" |
| }, |
| { |
| "text": "while calculating the uncontextualized distribution P(z|w s ) requires summing over the set of possible contexts C':", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Measuring Similarity in Context with Latent-Variable Models", |
| "sec_num": "3.5" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "P ROOTH-LDA (z|w s ) = P(z) c \u2208C P(w s , c|z) z P(z ) c \u2208C P(w s , c|z )", |
| "eq_num": "(60)" |
| } |
| ], |
| "section": "Measuring Similarity in Context with Latent-Variable Models", |
| "sec_num": "3.5" |
| }, |
| { |
| "text": "Because the interaction classes learned by ROOTH-LDA are specific to a relation type, this model is less applicable than LDA to problems that involve a rich context set C. Finally, we must choose a measure of similarity between probability distributions. The information theory literature has provided many such measures; in this article we use the Bhattacharyya coefficient (Bhattacharyya 1943) :", |
| "cite_spans": [ |
| { |
| "start": 375, |
| "end": 395, |
| "text": "(Bhattacharyya 1943)", |
| "ref_id": "BIBREF4" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Measuring Similarity in Context with Latent-Variable Models", |
| "sec_num": "3.5" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "sim bhatt (P x (z), P y (z)) = z P x (z)P y (z)", |
| "eq_num": "(61)" |
| } |
| ], |
| "section": "Measuring Similarity in Context with Latent-Variable Models", |
| "sec_num": "3.5" |
| }, |
| { |
| "text": "One could alternatively use similarities derived from probabilistic divergences such as the Jensen-Shannon Divergence or the L 1 distance (Lee 1999; \u00d3 S\u00e9aghdha and Copestake 2008) .", |
| "cite_spans": [ |
| { |
| "start": 138, |
| "end": 148, |
| "text": "(Lee 1999;", |
| "ref_id": "BIBREF47" |
| }, |
| { |
| "start": 149, |
| "end": 179, |
| "text": "\u00d3 S\u00e9aghdha and Copestake 2008)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Measuring Similarity in Context with Latent-Variable Models", |
| "sec_num": "3.5" |
| }, |
| { |
| "text": "As related earlier, non-Bayesian mixture or latent-variable approaches to co-occurrence modeling were proposed by Pereira, Tishby, and Lee (1993) and Rooth et al. (1999) . Blitzer, Globerson, and Pereira (2005) describe a co-occurrence model based on a different kind of distributed latent-variable architecture similar to that used in the literature on neural language models. Brody and Lapata (2009) use the clustering effects of LDA to perform word sense induction. Vlachos, Korhonen, and Ghahramani (2009) use non-parametric Bayesian methods to cluster verbs according to their co-occurrences with subcategorization frames. Reisinger and Mooney (2010, 2011) have also investigated Bayesian methods for lexical semantics in a spirit similar to that adopted here. Reisinger and Mooney (2010) describe a \"tiered clustering\" model that, like LEX-LDA, mixes a cluster-based preference model with a predicate-specific distribution over words; however, their model does not encourage sharing of classes between different predicates. Reisinger and Mooney (2011) propose a very interesting variant of the latentvariable approach in which different kinds of contextual behavior can be explained by different \"views,\" each of which has its own distribution over latent variables; this model can give more interpretable classes than LDA for higher settings of |Z|. Some extensions of the LDA topic model incorporate local as well as document context to explain lexical choice. combine LDA and a hidden Markov model (HMM) in a single model structure, allowing each word to be drawn from either the document's topic distribution or a latent HMM state conditioned on the preceding word's state; Moon, Erk, and Baldridge (2010) show that combining HMM and LDA components can improve unsupervised part-of-speech induction. Wallach (2006) also seeks to capture the influence of the preceding word, while at the same time generating every word from inside the LDA model; this is achieved by conditioning the distribution over words on the preceding word type as well as on the chosen topic. Boyd-Graber and Blei (2008) propose a \"syntactic topic model\" that makes topic selection conditional on both the document's topic distribution and on the topic of the word's parent in a dependency tree. Although these models do represent a form of local context, they either use a very restrictive one-word window or a notion of syntax that ignores lexical or dependency-label effects; for example, knowing that the head of a noun is a verb is far less informative than knowing that the noun is the direct object of eat.", |
| "cite_spans": [ |
| { |
| "start": 114, |
| "end": 145, |
| "text": "Pereira, Tishby, and Lee (1993)", |
| "ref_id": "BIBREF63" |
| }, |
| { |
| "start": 150, |
| "end": 169, |
| "text": "Rooth et al. (1999)", |
| "ref_id": "BIBREF69" |
| }, |
| { |
| "start": 172, |
| "end": 210, |
| "text": "Blitzer, Globerson, and Pereira (2005)", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 378, |
| "end": 401, |
| "text": "Brody and Lapata (2009)", |
| "ref_id": "BIBREF13" |
| }, |
| { |
| "start": 469, |
| "end": 509, |
| "text": "Vlachos, Korhonen, and Ghahramani (2009)", |
| "ref_id": "BIBREF80" |
| }, |
| { |
| "start": 628, |
| "end": 641, |
| "text": "Reisinger and", |
| "ref_id": "BIBREF66" |
| }, |
| { |
| "start": 642, |
| "end": 661, |
| "text": "Mooney (2010, 2011)", |
| "ref_id": "BIBREF66" |
| }, |
| { |
| "start": 1030, |
| "end": 1057, |
| "text": "Reisinger and Mooney (2011)", |
| "ref_id": "BIBREF66" |
| }, |
| { |
| "start": 1684, |
| "end": 1715, |
| "text": "Moon, Erk, and Baldridge (2010)", |
| "ref_id": "BIBREF56" |
| }, |
| { |
| "start": 1810, |
| "end": 1824, |
| "text": "Wallach (2006)", |
| "ref_id": "BIBREF80" |
| }, |
| { |
| "start": 2092, |
| "end": 2103, |
| "text": "Blei (2008)", |
| "ref_id": "BIBREF10" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "3.6" |
| }, |
| { |
| "text": "More generally, there is a connection between the models developed here and latent-variable models used for parsing (e.g., Petrov et al. 2006) . In such models each latent state corresponds to a \"splitting\" of a part-of-speech label so as to produce a finer-grained grammar and tease out intricacies of word-rule \"co-occurrence.\" Finkel, Grenager, and Manning (2007) and Liang et al. (2007) propose a non-parametric Bayesian treatment of state splitting. This is very similar to the motivation behind an LDA-style selectional preference model. One difference is that the parsing model must explain the parse tree structure as well as the choice of lexical items; another is that in the selectional preference models described here each head-dependent relation is treated as an independent observation (though this could be changed). These differences allow our selectional preference models to be trained efficiently on large corpora and, by focusing on lexical choice rather than syntax, to home in on purely semantic information. Titov and Klementiev (2011) extend the idea of latent-variable distributional modeling to do \"unsupervised semantic parsing\" and reason about classes of semantically similar lexicalized syntactic fragments.", |
| "cite_spans": [ |
| { |
| "start": 123, |
| "end": 142, |
| "text": "Petrov et al. 2006)", |
| "ref_id": "BIBREF64" |
| }, |
| { |
| "start": 330, |
| "end": 366, |
| "text": "Finkel, Grenager, and Manning (2007)", |
| "ref_id": "BIBREF31" |
| }, |
| { |
| "start": 371, |
| "end": 390, |
| "text": "Liang et al. (2007)", |
| "ref_id": "BIBREF49" |
| }, |
| { |
| "start": 1032, |
| "end": 1059, |
| "text": "Titov and Klementiev (2011)", |
| "ref_id": "BIBREF77" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "3.6" |
| }, |
| { |
| "text": "In our experiments we use two training corpora: BNC the written component of the British National Corpus, 9 comprising around 90 million words. The corpus was tagged for part of speech, lemmatized, and parsed with the RASP toolkit (Briscoe, Carroll, and Watson 2006) . WIKI a Wikipedia dump of over 45 million sentences (almost 1 billion words) tagged, lemmatized, and parsed with the C+C toolkit 10 and the fast CCG parser described by Clark et al. (2009) .", |
| "cite_spans": [ |
| { |
| "start": 231, |
| "end": 266, |
| "text": "(Briscoe, Carroll, and Watson 2006)", |
| "ref_id": "BIBREF12" |
| }, |
| { |
| "start": 437, |
| "end": 456, |
| "text": "Clark et al. (2009)", |
| "ref_id": "BIBREF18" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Training Corpora", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "Although two different parsers were used, they both have the ability to output grammatical relations in the RASP format and hence they are interoperable for our purposes as downstream users. This allows us to construct a combined corpus by simply concatenating the BNC and WIKI corpora. In order to train our selectional preference models, we extracted word-context observations from the parsed corpora. Prior to extraction, the dependency graph for each sentence was transformed using the preprocessing steps illustrated in Figure 4 . We then filtered for semantically discriminative information by ignoring all words with part of speech other than common noun, verb, adjective, and adverb. We also ignored instances of the verbs be and have and discarded all words containing non-alphabetic characters and all words with fewer than three characters. 11 As mentioned in Section 2.1, the distributional semantics framework admits flexibility in how the practitioner defines the context of a word w. We investigate two possibilities in this article:", |
| "cite_spans": [ |
| { |
| "start": 852, |
| "end": 854, |
| "text": "11", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 525, |
| "end": 533, |
| "text": "Figure 4", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Training Corpora", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "Syn The context of w is determined by the syntactic relations r and words w incident to it in the sentence's parse tree, as illustrated in Section 3.1.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Training Corpora", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "The context of w is determined by the words appearing within a window of five words on either side of it. There are no relation labels, so there is essentially just one relation r to consider.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Win5", |
| "sec_num": null |
| }, |
| { |
| "text": "Training topic models on a data set with very large \"documents\" leads to tractability issues. The window-based approach is particularly susceptible to an explosion in the number of extracted contexts, as each token in the data can contribute 2 \u00d7 W wordcontext observations, where W is the window size. We reduced the data by applying a simple downsampling technique to the training corpora. For the WIKI/Syn corpus, all word-context counts were divided by 5 and rounded to the nearest integer. For the WIKI/Win5 corpus we divided all counts by 70; this number was suggested by Dinu and Lapata (2010) , who used the same ratio for downsampling the similarly sized English Gigaword Corpus. Being an order of magnitude smaller, the BNC required less pruning; we divided all counts in the BNC/Win5 by 5 and left the BNC/Syn corpus unaltered. Type/token statistics for the resulting sets of observations are given in Table 4 .", |
| "cite_spans": [ |
| { |
| "start": 577, |
| "end": 599, |
| "text": "Dinu and Lapata (2010)", |
| "ref_id": "BIBREF23" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 912, |
| "end": 919, |
| "text": "Table 4", |
| "ref_id": "TABREF4" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Win5", |
| "sec_num": null |
| }, |
| { |
| "text": "Various approaches have been suggested in the literature for evaluating selectional preference models. One popular method is \"pseudo-disambiguation,\" in which a system must distinguish between actually occurring and randomly generated predicateargument combinations (Pereira, Tishby, and Lee 1993; Chambers and Jurafsky 2010) . In a similar vein, probabilistic topic models are often evaluated by measuring the probability they assign to held-out data; held-out likelihood has also been used for evaluation in a task involving selectional preferences (Schulte im Walde et al. 2008). These two approaches take a \"language modeling\" approach in which model quality is identified with the ability to predict the distribution of co-occurrences in unseen text. Although this metric should certainly correlate with the semantic quality of the model, it may also be affected by frequency and other idiosyncratic aspects of language use unless tightly controlled. In the context of document topic modeling, Chang et al. (2009) find that a model can have better predictive performance on held-out data while inducing topics that human subjects judge to be less semantically coherent.", |
| "cite_spans": [ |
| { |
| "start": 266, |
| "end": 297, |
| "text": "(Pereira, Tishby, and Lee 1993;", |
| "ref_id": "BIBREF63" |
| }, |
| { |
| "start": 298, |
| "end": 325, |
| "text": "Chambers and Jurafsky 2010)", |
| "ref_id": null |
| }, |
| { |
| "start": 999, |
| "end": 1018, |
| "text": "Chang et al. (2009)", |
| "ref_id": "BIBREF14" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluating Selectional Preference Models", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "In this article we choose to evaluate models by comparing system predictions with semantic judgments elicited from human subjects. These judgments take various forms. In Section 4.3 we use judgments of how plausible it is that a given predicate takes a given word as its argument. In Section 4.4 we use judgments of similarity between pairs of predicate-argument combinations. In Section 4.5 we use judgments of substitutability for a target word as disambiguated by its sentential context. Taken together, these different experimental designs provide a multifaceted analysis of model quality.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluating Selectional Preference Models", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "4.3 Predicate-Argument Plausibility 4.3.1 Data. For the plausibility-based evaluation we use a data set of human judgments collected by Keller and Lapata (2003) . This comprises data for three grammatical relations: verb-object, adjective-noun, and noun-noun modification. For each relation, 30 predicates were selected; each predicate was paired with three noun arguments from different predicate-argument frequency bands in the BNC as well as three noun arguments that were not observed for that predicate in the BNC. In this way two subsets (Seen and Unseen) of 90 items each were assembled for each predicate. Human plausibility judgments were elicited from a large number of subjects; these numerical judgments were then normalized, log-transformed, and averaged in a Magnitude Estimation procedure. Following Keller and Lapata (2003) , we evaluate our models by measuring the correlation between system predictions and the human judgments. Keller and Lapata use Pearson's correlation coefficient r; we additionally use Spearman's rank correlation coefficient \u03c1 for a non-parametric evaluation. Each system prediction is log-transformed before calculating the correlation to improve the linear fit to the gold standard.", |
| "cite_spans": [ |
| { |
| "start": 136, |
| "end": 160, |
| "text": "Keller and Lapata (2003)", |
| "ref_id": "BIBREF45" |
| }, |
| { |
| "start": 815, |
| "end": 839, |
| "text": "Keller and Lapata (2003)", |
| "ref_id": "BIBREF45" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluating Selectional Preference Models", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "We evaluate the LDA, ROOTH-LDA, and LEX-LDA latent-variable preference models, trained on predicate-argument pairs (c, w) extracted from the BNC. We use a default setting |Z| = 100 for the number of classes; in our experiments we have observed that our Bayesian models are relatively robust to the choice of |Z|. We average predictions of the joint probability P(c, w) over three independent samples, each of which is obtained by sampling P(c, w) every 50 iterations after a burn-in period of 200 iterations. ROOTH-LDA gives joint probabilities by definition (25), but LDA and LEX-LDA are defined in terms of conditional probabilities (24). There are two options for training these models: P \u2192 A: Model the distribution P(w|c) over arguments for each predicate. A \u2192 P: Model the distribution P(c|w) over predicates for each argument.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Methods.", |
| "sec_num": "4.3.2" |
| }, |
| { |
| "text": "As the descriptions suggest, the definition of \"predicate\" and \"argument\" is arbitrary; it is equally valid to talk of the selectional preference of a noun for verbs taking it as a direct object as it is to talk of the preference of a verb for nouns taking it as a direct object. We expect both configurations to perform comparably on average, though there may be linguistic or conceptual reasons why one configuration is better than the other for specific classes of co-occurrence.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Methods.", |
| "sec_num": "4.3.2" |
| }, |
| { |
| "text": "To convert conditional probabilities to joint probabilities we multiply by a relativefrequency (MLE) estimate of the probability of the conditioning term:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Methods.", |
| "sec_num": "4.3.2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "P P\u2192A = P(w|c)P(c)", |
| "eq_num": "(62)" |
| } |
| ], |
| "section": "Methods.", |
| "sec_num": "4.3.2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "P A\u2192P = P(c|w)P(w)", |
| "eq_num": "(63)" |
| } |
| ], |
| "section": "Methods.", |
| "sec_num": "4.3.2" |
| }, |
| { |
| "text": "As well as evaluating P \u2192 A and A \u2192 P implementations of LDA and LEX-LDA, we can evaluate a combined model P \u2194 A that simply averages the two sets of predictions; this removes the arbitrariness involved in choosing one direction or the other. For comparison, we report the performance figures given by Keller and Lapata for their search-engine method using AltaVista and Google 12 as well as a number of alternative methods that we have reimplemented and trained on identical data: BNC (MLE) A maximum-likelihood estimate proportional to the co-occurrence frequency f (c, w) in the parsed BNC. BNC (KN) BNC relative frequencies smoothed with modified Kneser-Ney (Chen and Goodman 1999 ). Resnik The WordNet-based association strength of Resnik (1993) . We used WordNet version 2.1 as the method requires multiple roots in the hierarchy for good performance. Clark/Weir The WordNet-based method of Clark and Weir (2002) , using WordNet 3.0.", |
| "cite_spans": [ |
| { |
| "start": 662, |
| "end": 684, |
| "text": "(Chen and Goodman 1999", |
| "ref_id": "BIBREF15" |
| }, |
| { |
| "start": 737, |
| "end": 750, |
| "text": "Resnik (1993)", |
| "ref_id": "BIBREF67" |
| }, |
| { |
| "start": 897, |
| "end": 918, |
| "text": "Clark and Weir (2002)", |
| "ref_id": "BIBREF19" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Methods.", |
| "sec_num": "4.3.2" |
| }, |
| { |
| "text": "This method requires that a significance threshold \u03b1 and significance test be chosen; we investigated a variety of settings and report performance for \u03b1 = 0.9 and Pearson's \u03c7 2 test, as this combination consistently gave the best results. Rooth-EM Rooth et al. (1999) 's latent-variable model without priors, trained with EM.", |
| "cite_spans": [ |
| { |
| "start": 248, |
| "end": 267, |
| "text": "Rooth et al. (1999)", |
| "ref_id": "BIBREF69" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Methods.", |
| "sec_num": "4.3.2" |
| }, |
| { |
| "text": "As for the Bayesian models, we average the predictions over three iterations. This method is very sensitive to the number of classes; as proposed by Rooth et al., we choose the number of classes from the range (20, 25, . . . , 50) through 5-fold cross-validation on a held-out log-likelihood measure. EPP The vector-space method of Erk, Pad\u00f3, and Pad\u00f3 (2010) , as described in Section 2.2.3. We used the cosine similarity measure for smoothing as it performed well in Erk, Pad\u00f3, & Pad\u00f3's experiments. Disc A discriminative model inspired by Bergsma, Lin, and Goebel (2008) (see Section 2.2.4). In order to get true probabilistic predictions, we used a logistic regression classifier with L 1 regularization rather than a Support Vector Machine. 13 We train one classifier per predicate in the Keller and Lapata data set. Following Bergsma, Lin, and Goebel, we generate pseudonegative instances for each predicate by sampling noun arguments that either do not co-occur with it or have a negative PMI association. Again following Bergsma, Lin, and Goebel, we use a ratio of two pseudonegative instances for each positive instance and require pseudonegative arguments to be in the same frequency quintile as the matched observed argument. The features used for each data instance, corresponding to an argument, are: the conditional probability of the argument co-occurring with each predicate in the training data; and string-based features capturing the length and initial and final character n-grams of the argument word. 14 We also investigate whether our LDA model can be used to provide additional features for the discriminative model, by giving the index of the most probable class max z P(z|c, w); results for this system are labeled Disc+LDA.", |
| "cite_spans": [ |
| { |
| "start": 332, |
| "end": 358, |
| "text": "Erk, Pad\u00f3, and Pad\u00f3 (2010)", |
| "ref_id": "BIBREF26" |
| }, |
| { |
| "start": 541, |
| "end": 572, |
| "text": "Bergsma, Lin, and Goebel (2008)", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 745, |
| "end": 747, |
| "text": "13", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Methods.", |
| "sec_num": "4.3.2" |
| }, |
| { |
| "text": "In order to test statistical significance of performance differences we use a test for correlated correlation coefficients proposed by Meng, Rosenthal, and Rubin (1992) . This is more appropriate than a standard test for independent correlation coefficients as it takes into account the strength of correlation between two sets of system outputs as well as each output's correlation with the gold standard. Essentially, if the two sets of system outputs are correlated there is less chance that their difference will be deemed significant. As we have no a priori reason to believe that one model will perform better than another, all tests are two-tailed. Keller and Lapata (2003) plausibility data set are presented in Table 5 . 15 For common combinations (the Seen data) it is clear that relative corpus frequency is a reliable indicator of plausibility, especially when Web-scale resources are available. The BNC MLE estimate outperforms the best selectional preference model on three out of six Seen evaluations, and the AltaVista and Google estimates from Keller and Lapata (2003) outperforms the best selectional preference model on every applicable Seen evaluation. For the rarer Unseen combinations, however, MLE estimates are not sufficient and the latent-variable selectional preference models frequently outperform even the Web-based predictions. The results for BNC(KN) improve on the MLE estimates for the Unseen data but do not match the models that have a semantic component.", |
| "cite_spans": [ |
| { |
| "start": 135, |
| "end": 168, |
| "text": "Meng, Rosenthal, and Rubin (1992)", |
| "ref_id": null |
| }, |
| { |
| "start": 656, |
| "end": 680, |
| "text": "Keller and Lapata (2003)", |
| "ref_id": "BIBREF45" |
| }, |
| { |
| "start": 730, |
| "end": 732, |
| "text": "15", |
| "ref_id": null |
| }, |
| { |
| "start": 1061, |
| "end": 1085, |
| "text": "Keller and Lapata (2003)", |
| "ref_id": "BIBREF45" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 720, |
| "end": 727, |
| "text": "Table 5", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Methods.", |
| "sec_num": "4.3.2" |
| }, |
| { |
| "text": "It is clear from Table 5 that the new Bayesian latent-variable models outperform the previously proposed selectional preference models under almost every evaluation. Among the latent-variable models there is no one clear winner, and small differences in performance are as likely to arise through random sampling variation as through qualitative differences between models. That said, ROOTH-LDA and LEX-LDA do score higher than LDA in a majority of cases. As expected, the bidirectional P \u2194 A models tend to perform at around the midpoint of the P \u2192 A and A \u2192 P models, though they can also exceed both; this suggests that they are a good choice when there is no intuitive reason to choose one direction over the other. Table 6 aggregates comparisons for all combinations of the six data sets and two evaluation measures. As before, all the Bayesian latent-variable models achieve a roughly similar level of performance, consistently outperforming the models selected from the literature and frequently reaching statistical significance (p < 0.05). These results confirm that LDA-style models can be considered the current state of the art for selectional preference modeling.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 17, |
| "end": 24, |
| "text": "Table 5", |
| "ref_id": null |
| }, |
| { |
| "start": 720, |
| "end": 727, |
| "text": "Table 6", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results. Results on the", |
| "sec_num": "4.3.3" |
| }, |
| { |
| "text": "Results (Pearson r and Spearman \u03c1 correlations) on Keller and Lapata's (2003) . 620 .614 .196 .222 .544 .604 .114 .125 .543 .622 .135 .102 BNC (KN) . Table 6 Aggregate comparisons for the Keller and Lapata (2003) plausibility data set between latent-variable models (rows) and previously proposed selectional preference models (columns). Cell entries give the number of evaluations (out of 12) in which the latent-variable model outperformed the alternative method and the number in which the improvement was statistically significant. One way of performing error analysis for a given result is to decompose the correlation coefficient into a sum of per-item \"pseudo-coefficients.\" For Pearson's r, the contribution for the ith item is", |
| "cite_spans": [ |
| { |
| "start": 51, |
| "end": 77, |
| "text": "Keller and Lapata's (2003)", |
| "ref_id": "BIBREF45" |
| }, |
| { |
| "start": 80, |
| "end": 147, |
| "text": "620 .614 .196 .222 .544 .604 .114 .125 .543 .622 .135 .102 BNC (KN)", |
| "ref_id": null |
| }, |
| { |
| "start": 188, |
| "end": 212, |
| "text": "Keller and Lapata (2003)", |
| "ref_id": "BIBREF45" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 150, |
| "end": 157, |
| "text": "Table 6", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Table 5", |
| "sec_num": null |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "r i = (x i \u2212 \u03bc x )(y i \u2212 \u03bc y ) j (x j \u2212 \u03bc x ) 2 j (y j \u2212 \u03bc y ) 2", |
| "eq_num": "(64)" |
| } |
| ], |
| "section": "Table 5", |
| "sec_num": null |
| }, |
| { |
| "text": "Spearman's \u03c1 is equivalent to the r correlation between ranks and so a similar quantity can be computed. Table 7 illustrates the items with highest and lowest contributions for one evaluation (Spearman's \u03c1 on the Keller and Lapata Unseen data set). We have attempted to identify general factors that predict the difficulty of an item by measuring rank correlation between the per-item pseudo-coefficients and various corpus statistics. However, it has proven difficult to isolate reliable patterns. One finding is that arguments with high corpus frequency tend to incur larger errors for the P \u2192 A latentvariable models and ROOTH-LDA, whereas predicates with high corpus frequency tend to incur smaller errors; with the A \u2192 P the effect is lessened but not reversed, suggesting that part of the effect may be inherent in the data set rather than in the prediction model.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 105, |
| "end": 112, |
| "text": "Table 7", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Table 5", |
| "sec_num": null |
| }, |
| { |
| "text": "4.4.1 Data. Lapata (2008, 2010) collected human judgments of similarity between pairs of predicates and arguments corresponding to minimal sentences. Mitchell and Lapata's explicit aim was to facilitate evaluation of general semantic compositionality models but their data sets are also suitable for evaluating predicateargument representations. Mitchell and Lapata (2008) used the BNC to extract 4 attested subject nouns for each of 15 verbs, yielding 60 reference combinations. Each verb-noun tuple was matched with two verbs that are synonyms of the reference verb in some contexts but not in Table 7 Most-and least-accurately predicted items for the LDA P\u2192A models using per-item Spearman's \u03c1 pseudo-coefficients on the unseen data set, with gold and predicted rank values. Table 8 Sample items from the Mitchell and Lapata (2008) data set.", |
| "cite_spans": [ |
| { |
| "start": 12, |
| "end": 31, |
| "text": "Lapata (2008, 2010)", |
| "ref_id": null |
| }, |
| { |
| "start": 346, |
| "end": 372, |
| "text": "Mitchell and Lapata (2008)", |
| "ref_id": "BIBREF54" |
| }, |
| { |
| "start": 808, |
| "end": 834, |
| "text": "Mitchell and Lapata (2008)", |
| "ref_id": "BIBREF54" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 596, |
| "end": 603, |
| "text": "Table 7", |
| "ref_id": null |
| }, |
| { |
| "start": 778, |
| "end": 785, |
| "text": "Table 8", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Predicate-Argument Similarity", |
| "sec_num": "4.4" |
| }, |
| { |
| "text": "shoulder slump 6, 7, 5, 5, 6, 5, 5, 7, 5, 5, 7, 5, 6, 6, 5, 6, 6, 6, 7, 5, 7, 6, 6, 5, 5, 5, 5, 6, 6, 7, 7, 7, 7, 7 shoulder slouch shoulder slump 2, 5, 4, 4, 3, 3, 2, 3, 2, 1, 3, 3, 6, 5, 3, 2, 1, 1, 1, 7, 4, 4, 6, 3, 5 , 6 shoulder decline Table 9 Sample items from the Mitchell and Lapata (2010) data set.", |
| "cite_spans": [ |
| { |
| "start": 15, |
| "end": 220, |
| "text": "6, 7, 5, 5, 6, 5, 5, 7, 5, 5, 7, 5, 6, 6, 5, 6, 6, 6, 7, 5, 7, 6, 6, 5, 5, 5, 5, 6, 6, 7, 7, 7, 7, 7 shoulder slouch shoulder slump 2, 5, 4, 4, 3, 3, 2, 3, 2, 1, 3, 3, 6, 5, 3, 2, 1, 1, 1, 7, 4, 4, 6, 3, 5", |
| "ref_id": null |
| }, |
| { |
| "start": 272, |
| "end": 298, |
| "text": "Mitchell and Lapata (2010)", |
| "ref_id": "BIBREF55" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 242, |
| "end": 249, |
| "text": "Table 9", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Predicate-Argument Similarity", |
| "sec_num": "4.4" |
| }, |
| { |
| "text": "stress importance 6, 7, 7, 5, 5, 7, 7, 7, 6, 5, 6, 7, 3, 7, 7, 6, 7, 7 emphasize need ask man 3, 1, 4, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1 stretch arm football club 7, 6, 7, 6, 6, 5, 5, 3, 6, 6, 4, 5, 4, 6, 2, 7, 5, 5 league match education course 7, 7, 5, 5, 7, 5, 5, 7, 7, 4, 6, 2, 5, 6, 6, 7, 7, 4 training program others. In this way, Mitchell and Lapata created a data set of 120 pairs of predicateargument combinations. Similarity judgments were obtained from human subjects for each pair on a Likert scale of 1-7. Examples of the resulting data items are given in Table 8 . Mitchell and Lapata use six subjects' ratings as a development data set for setting model parameters and the remaining 54 subjects' ratings for testing. In this article we use the same split.", |
| "cite_spans": [ |
| { |
| "start": 18, |
| "end": 20, |
| "text": "6,", |
| "ref_id": null |
| }, |
| { |
| "start": 21, |
| "end": 23, |
| "text": "7,", |
| "ref_id": null |
| }, |
| { |
| "start": 24, |
| "end": 26, |
| "text": "7,", |
| "ref_id": null |
| }, |
| { |
| "start": 27, |
| "end": 29, |
| "text": "5,", |
| "ref_id": null |
| }, |
| { |
| "start": 30, |
| "end": 32, |
| "text": "5,", |
| "ref_id": null |
| }, |
| { |
| "start": 33, |
| "end": 35, |
| "text": "7,", |
| "ref_id": null |
| }, |
| { |
| "start": 36, |
| "end": 38, |
| "text": "7,", |
| "ref_id": null |
| }, |
| { |
| "start": 39, |
| "end": 41, |
| "text": "7,", |
| "ref_id": null |
| }, |
| { |
| "start": 42, |
| "end": 44, |
| "text": "6,", |
| "ref_id": null |
| }, |
| { |
| "start": 45, |
| "end": 47, |
| "text": "5,", |
| "ref_id": null |
| }, |
| { |
| "start": 48, |
| "end": 50, |
| "text": "6,", |
| "ref_id": null |
| }, |
| { |
| "start": 51, |
| "end": 53, |
| "text": "7,", |
| "ref_id": null |
| }, |
| { |
| "start": 54, |
| "end": 56, |
| "text": "3,", |
| "ref_id": null |
| }, |
| { |
| "start": 57, |
| "end": 59, |
| "text": "7,", |
| "ref_id": null |
| }, |
| { |
| "start": 60, |
| "end": 62, |
| "text": "7,", |
| "ref_id": null |
| }, |
| { |
| "start": 63, |
| "end": 65, |
| "text": "6,", |
| "ref_id": null |
| }, |
| { |
| "start": 66, |
| "end": 68, |
| "text": "7,", |
| "ref_id": null |
| }, |
| { |
| "start": 69, |
| "end": 70, |
| "text": "7", |
| "ref_id": null |
| }, |
| { |
| "start": 173, |
| "end": 325, |
| "text": "7, 6, 7, 6, 6, 5, 5, 3, 6, 6, 4, 5, 4, 6, 2, 7, 5, 5 league match education course 7, 7, 5, 5, 7, 5, 5, 7, 7, 4, 6, 2, 5, 6, 6, 7, 7, 4 training program", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 579, |
| "end": 586, |
| "text": "Table 8", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Predicate-Argument Similarity", |
| "sec_num": "4.4" |
| }, |
| { |
| "text": "Mitchell and Lapata (2010) adopt a similar approach to data collection with the difference that instead of keeping arguments constant across combinations in a pair, both predicates and arguments vary across comparand combinations. They also consider a range of grammatical relations: verb-object, adjective-noun, and noun-noun modification. Human subjects rated similarity between predicate-argument combinations on a 1-7 scale as before; examples are given in Table 9 . Inspection of the data suggests that the subjects' annotation may conflate semantic similarity and relatedness; for example, football club and league match are often given a high similarity score. Mitchell and Lapata again split the data into development and testing sections, the former comprising 54 subjects' ratings and the latter comprising 108 subjects' ratings. Turney (2012) reports, on the basis of personal communication, that Mitchell and Lapata (2010) used an involved evaluation procedure that is not described in their original paper; for each grammatical relation, the annotators are partitioned in three groups and the Spearman's \u03c1 correlation computed for each group is combined by averaging. 16 The analogous approach for the Mitchell and Lapata (2008) data set calculates a single \u03c1 value by pairing of each annotator-item score with the system prediction for the appropriate item. Let s be the sequence of system predictions for |I| items and y a be the scores assigned by annotator a \u2208 A to those |I| items. Then the \"concatenated\" correlation \u03c1 cat is calculated as follows: 17", |
| "cite_spans": [ |
| { |
| "start": 840, |
| "end": 853, |
| "text": "Turney (2012)", |
| "ref_id": "BIBREF78" |
| }, |
| { |
| "start": 908, |
| "end": 934, |
| "text": "Mitchell and Lapata (2010)", |
| "ref_id": "BIBREF55" |
| }, |
| { |
| "start": 1181, |
| "end": 1183, |
| "text": "16", |
| "ref_id": null |
| }, |
| { |
| "start": 1215, |
| "end": 1241, |
| "text": "Mitchell and Lapata (2008)", |
| "ref_id": "BIBREF54" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 461, |
| "end": 468, |
| "text": "Table 9", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Predicate-Argument Similarity", |
| "sec_num": "4.4" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "y cat = (y a 1 i 1 , y a 1 i 2 , . . . , y a 1 i |I| , y a 2 i 1 . . . , y a |A| i |I| )", |
| "eq_num": "(65)" |
| } |
| ], |
| "section": "Predicate-Argument Similarity", |
| "sec_num": "4.4" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "s cat = (s 1 , s 2 , . . . , s |I| , s 1 , . . . , s |I| )", |
| "eq_num": "(66)" |
| } |
| ], |
| "section": "Predicate-Argument Similarity", |
| "sec_num": "4.4" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "\u03c1 cat = \u03c1(s cat , y cat )", |
| "eq_num": "(67)" |
| } |
| ], |
| "section": "Predicate-Argument Similarity", |
| "sec_num": "4.4" |
| }, |
| { |
| "text": "The length of the y cat and s cat sequences is equal to the total number of annotator-item scores. For the Mitchell and Lapata (2010) data set, a \u03c1 cat value is calculated for each of the three annotator groups and these are then averaged. As Turney observes, this approach seems to have the effect of underestimating model quality relative to the interannotator agreement figure, which is calculated as average intersubject correlation. Therefore, in addition to Mitchell and Lapata's \u03c1 cat evaluation, we also perform an evaluation that computes the average correlation \u03c1 ave between the system output and each individual annotator:", |
| "cite_spans": [ |
| { |
| "start": 107, |
| "end": 133, |
| "text": "Mitchell and Lapata (2010)", |
| "ref_id": "BIBREF55" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Predicate-Argument Similarity", |
| "sec_num": "4.4" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "\u03c1 ave = 1 |A| a\u2208A \u03c1(s, y a )", |
| "eq_num": "(68)" |
| } |
| ], |
| "section": "Predicate-Argument Similarity", |
| "sec_num": "4.4" |
| }, |
| { |
| "text": "4.4.2 Models. For the Mitchell and Lapata (2008) data set we train the following models on the BNC corpus:", |
| "cite_spans": [ |
| { |
| "start": 22, |
| "end": 48, |
| "text": "Mitchell and Lapata (2008)", |
| "ref_id": "BIBREF54" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Predicate-Argument Similarity", |
| "sec_num": "4.4" |
| }, |
| { |
| "text": "LDA An LDA selectional preference model of verb-subject co-occurrence with similarity computed as described in Section 3.5. Similarity predictions sim(n, o|c) are averaged over five runs. We consider three models of context-target interaction, which in this case corresponds to verb-subject interaction: LDA C\u2192T Target generation is conditioned on the context, as in equation 53. LDA T\u2192C Context generation is conditioned on the target, as in equation (56).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Predicate-Argument Similarity", |
| "sec_num": "4.4" |
| }, |
| { |
| "text": "LDA C\u2194T An average of the predictions made by LDA C\u2192T and LDA T\u2192C . As before, we consider a default setting of |Z| = 100. As well as presenting results for an average over all predictors we investigate whether the choice of predictors can be optimized by using the development data to select the best subset of predictors. Mult Pointwise multiplication (6) using Win5 co-occurrences.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Predicate-Argument Similarity", |
| "sec_num": "4.4" |
| }, |
| { |
| "text": "We also compare against the best figures reported in previous studies; these also used the BNC for training and so should be directly comparable:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Predicate-Argument Similarity", |
| "sec_num": "4.4" |
| }, |
| { |
| "text": "M+L08 The best-performing system of Mitchell and Lapata (2008) , combining an additive and a multiplicative model and using window-based co-occurrences. SVS The best-performing system of Erk and Pad\u00f3 (2008) ; the Structured Vector Space model (8), parameterized to use window-based co-occurrences and raising the expectation vector values (7) to the 20th power (this parameter was optimized on the development data).", |
| "cite_spans": [ |
| { |
| "start": 36, |
| "end": 62, |
| "text": "Mitchell and Lapata (2008)", |
| "ref_id": "BIBREF54" |
| }, |
| { |
| "start": 187, |
| "end": 206, |
| "text": "Erk and Pad\u00f3 (2008)", |
| "ref_id": "BIBREF25" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Predicate-Argument Similarity", |
| "sec_num": "4.4" |
| }, |
| { |
| "text": "Results (\u03c1 ave averaged across annotators) for the Mitchell and Lapata (2008) Mitchell and Lapata (2010) data set we train the following models, again on the BNC corpus: ROOTH-LDA/Syn A ROOTH-LDA model trained on the appropriate set of syntactic co-occurrences (verb-object, noun-noun modification, or adjective-noun), with the topic distribution calculated as in Equation (59). LDA/Win5 An LDA model trained on the Win5 window-based co-occurrences. Because all observations are modeled using the same latent classes, the distributions P(z|o, c) (Equation (53)) for each word in the pair can be combined by taking a normalized product. Combined This model averages the similarity prediction of the ROOTH-LDA/Syn and LDA/Win5 models. Mult Pointwise multiplication (6) using Win5 co-occurrences.", |
| "cite_spans": [ |
| { |
| "start": 51, |
| "end": 77, |
| "text": "Mitchell and Lapata (2008)", |
| "ref_id": "BIBREF54" |
| }, |
| { |
| "start": 78, |
| "end": 104, |
| "text": "Mitchell and Lapata (2010)", |
| "ref_id": "BIBREF55" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Table 10", |
| "sec_num": null |
| }, |
| { |
| "text": "We report results for an average over all predictors as well as for the subset that performs best on the development data. We also list results that were reported by Mitchell and Lapata: M+L10/Mult A multiplicative model (6) using a vector space based on window cooccurrences in the BNC. M+L10/Best The best result for each grammatical relation from any of the semantic spaces and combination methods tested by Mitchell and Lapata. Some of these methods require parameters to be set through optimization on the development set. 18", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Table 10", |
| "sec_num": null |
| }, |
| { |
| "text": ". Results for the Mitchell and Lapata (2008) data set are presented in Tables 10 and 11. 19 The LDA preference models clearly outperform the previous state of the art of \u03c1 cat = 0.27 (Erk and Pad\u00f3 2008) , with the best simple average of predictors scoring \u03c1 cat = 0.38, \u03c1 ave = 0.41, and the best optimized combination scoring \u03c1 cat = 0.39, \u03c1 ave = 0.41. This is comparable to the average level of agreement between human judges estimated by Mitchell and Lapata's to be \u03c1 ave = 0.40. Optimizing on the development data consistently gave better performance than averaging over all predictors, though in most cases the differences are small.", |
| "cite_spans": [ |
| { |
| "start": 18, |
| "end": 44, |
| "text": "Mitchell and Lapata (2008)", |
| "ref_id": "BIBREF54" |
| }, |
| { |
| "start": 89, |
| "end": 91, |
| "text": "19", |
| "ref_id": null |
| }, |
| { |
| "start": 183, |
| "end": 202, |
| "text": "(Erk and Pad\u00f3 2008)", |
| "ref_id": "BIBREF25" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 71, |
| "end": 88, |
| "text": "Tables 10 and 11.", |
| "ref_id": "TABREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "4.4.3" |
| }, |
| { |
| "text": "Results (\u03c1 cat ) for the Mitchell and Lapata (2008) Table 12 Results (\u03c1 ave averaged across annotators) for the Mitchell and Lapata (2010) similarity data set.", |
| "cite_spans": [ |
| { |
| "start": 25, |
| "end": 51, |
| "text": "Mitchell and Lapata (2008)", |
| "ref_id": "BIBREF54" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 52, |
| "end": 60, |
| "text": "Table 12", |
| "ref_id": "TABREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Table 11", |
| "sec_num": null |
| }, |
| { |
| "text": "Optimized on Dev Results for the Mitchell and Lapata (2010) data set are presented in Tables 12 and Table 13 . 20 Again the latent-variable models perform well, comfortably outperforming the Mult baseline, and with just one exception the Combined models surpass Mitchell and Lapata's reported results. Combining the syntactic co-occurrence model ROOTH-LDA/Syn and the window-based model LDA/Win5 consistently gives the best performance, suggesting that the human ratings in this data set are sensitive to both strict similarity and a looser sense of relatedness. As Turney (2012) observes, the average-\u03c1 catper-group approach of Mitchell and Lapata leads to lower performance figures than averaging across annotators; with the latter approach (Table 12 ) the \u03c1 ave correlation values approach the level of human interannotator agreement for two of the three relations: noun-noun and adjective-noun modification.", |
| "cite_spans": [ |
| { |
| "start": 33, |
| "end": 59, |
| "text": "Mitchell and Lapata (2010)", |
| "ref_id": "BIBREF55" |
| }, |
| { |
| "start": 112, |
| "end": 114, |
| "text": "20", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 86, |
| "end": 109, |
| "text": "Tables 12 and Table 13", |
| "ref_id": "TABREF1" |
| }, |
| { |
| "start": 744, |
| "end": 753, |
| "text": "(Table 12", |
| "ref_id": "TABREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Model No Optimization", |
| "sec_num": null |
| }, |
| { |
| "text": "V-Obj N-N Adj-N V-Obj N-N Adj-N LDA/", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model No Optimization", |
| "sec_num": null |
| }, |
| { |
| "text": "4.5.1 Data. The data set for the English Lexical Substitution Task (McCarthy and Navigli 2009) consists of 2,010 sentences sourced from Web pages. Each sentence features one of 205 distinct target words that may be nouns, verbs, adjectives, or adverbs. The sentences have been annotated by human judges to suggest semantically acceptable substitutes for their target words. Table 14 gives example sentences and annotations for the target verb charge. For the original shared task the data was divided into development and test Table 13 Results (\u03c1 cat averaged across groups) for the Mitchell and Lapata (2010) similarity data set.", |
| "cite_spans": [ |
| { |
| "start": 67, |
| "end": 94, |
| "text": "(McCarthy and Navigli 2009)", |
| "ref_id": "BIBREF51" |
| }, |
| { |
| "start": 583, |
| "end": 609, |
| "text": "Mitchell and Lapata (2010)", |
| "ref_id": "BIBREF55" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 374, |
| "end": 382, |
| "text": "Table 14", |
| "ref_id": "TABREF1" |
| }, |
| { |
| "start": 527, |
| "end": 535, |
| "text": "Table 13", |
| "ref_id": "TABREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Lexical Substitution", |
| "sec_num": "4.5" |
| }, |
| { |
| "text": "No Optimization Optimized on Dev Table 14 Example sentences for the verb charge from the English Lexical Substitution Task.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 33, |
| "end": 41, |
| "text": "Table 14", |
| "ref_id": "TABREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": null |
| }, |
| { |
| "text": "V-Obj N-N Adj-N V-Obj N-N Adj-N LDA/", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": null |
| }, |
| { |
| "text": "Commission is the amount charged to execute a trade.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": null |
| }, |
| { |
| "text": "levy (2), impose (1), take (1), demand (1)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": null |
| }, |
| { |
| "text": "Annual fees are charged on a pro-rata basis to correspond with the standardized renewal date in December.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": null |
| }, |
| { |
| "text": "levy (2), require (1), impose (1), demand (1)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": null |
| }, |
| { |
| "text": "Meanwhile, George begins obsessive plans for his funeral. . . George, suspicious, charges to her room to confront them. run (2), rush (2), storm (1), dash (1)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": null |
| }, |
| { |
| "text": "Realizing immediately that strangers have come, the animals charge them and the horses began to fight. attack (5), rush at (1) sections; in this article we follow subsequent work using parameter-free models and use the whole data set for testing.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": null |
| }, |
| { |
| "text": "The gold standard substitute annotations contain a number of multiword terms such as rush at and generate electricity. As it is impossible for a standard lexical distributional model to reason about such terms, we remove these substitutes from the gold standard. 21 We remove entirely the 17 sentences that have only multiword substitutes in the gold standard, as well as 7 sentences for which no gold annotations are provided. This leaves 1,986 sentences.", |
| "cite_spans": [ |
| { |
| "start": 263, |
| "end": 265, |
| "text": "21", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": null |
| }, |
| { |
| "text": "The original Lexical Substitution Task asked systems to propose substitutes from an unrestricted English vocabulary, though in practice all participants used lexical resources to constrain the set of substitutes considered. Most subsequent researchers using the Lexical Substitution data to evaluate models of contextual meaning have adopted a slightly different experimental design, in which systems are asked to rank only the list of attested substitutes for the target word in each sentence. For example, the list of substitute candidates for an instance of charge is the union of the substitute lists in the gold standard for every sentence containing charge as a target word: levy, impose, take, demand, require, impose, run, rush, storm, dash, attack,. . . . Evaluation of system predictions for a given sentence then involves comparing the ranking produced by the system with the implicit ranking produced by annotators, assuming that any candidates not attested for the sentence appear with frequency 0 at the bottom of the ranking. Dinu and Lapata (2010) use Kendall's \u03c4 b , a standard rank correlation measure that is appropriate for data containing tied ranks. Pinkal (2010, 2011) use Generalized Average Precision (GAP), a precision-like measure originally proposed by Kishida (2005) for information retrieval:", |
| "cite_spans": [ |
| { |
| "start": 687, |
| "end": 760, |
| "text": "impose, take, demand, require, impose, run, rush, storm, dash, attack,. .", |
| "ref_id": null |
| }, |
| { |
| "start": 1041, |
| "end": 1063, |
| "text": "Dinu and Lapata (2010)", |
| "ref_id": "BIBREF23" |
| }, |
| { |
| "start": 1172, |
| "end": 1191, |
| "text": "Pinkal (2010, 2011)", |
| "ref_id": null |
| }, |
| { |
| "start": 1281, |
| "end": 1295, |
| "text": "Kishida (2005)", |
| "ref_id": "BIBREF46" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": null |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "GAP = n i=1 I(x i ) i k=1 x k i R j=1 I(y j ) j l=1 y l j", |
| "eq_num": "(69)" |
| } |
| ], |
| "section": "Model", |
| "sec_num": null |
| }, |
| { |
| "text": "where x 1 , . . . , x n are the ranked candidate scores provided by the system, y 1 , . . . , y R are the ranked scores in the gold standard and I(x) is an indicator function with value 1 if x > 0 and 0 otherwise. In this article we report both \u03c4 b and GAP scores, calculated individually for each sentence and averaged. The open-vocabulary design of the original Lexical Substitution Task facilitated the use of other evaluation measures such as \"precision out of ten\": the proportion of the first 10 words in a system's ranked substitute list that are contained in the gold standard annotation for that sentence. This measure is not appropriate in the constrained-vocabulary scenario considered here; when there are fewer than 10 candidate substitutes for a target word, the precision will always be 1. 4.5.2 Models. We apply both window-based and syntactic models of similarity in context to the lexical substitution data set; we expect the latter to give more accurate predictions but to have incomplete coverage when a test sentence is not fully and correctly parsed or when the test lexical items were not seen in the appropriate contexts in training. 22 We therefore also average the predictions of the two model types in the hope of attaining superior performance with full coverage.", |
| "cite_spans": [ |
| { |
| "start": 1158, |
| "end": 1160, |
| "text": "22", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": null |
| }, |
| { |
| "text": "The models we train on the BNC and combined BNC + WIKI corpora are as follows:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": null |
| }, |
| { |
| "text": "Win5 An LDA model using 5-word-window contexts (so |C| \u2264 10) and similarity P(z|o, C) computed according to Equation (54). C \u2192 T An LDA model using syntactic co-occurrences with similarity computed according to Equation (54). T \u2192 C An LDA model using syntactic co-occurrences with similarity computed according to Equation (57). T \u2194 C A model averaging the predictions of the C \u2192 T and T \u2192 C models. Win5 + C \u2192 T, Win5 + T \u2192 C, Win5 + T \u2194 C A model averaging the predictions of Win5 and the appropriate syntactic model. TFP11 The vector-space model of Thater, F\u00fcrstenau, and Pinkal (2011) . We report figures with and without backoff to lexical similarity between target and substitute words in the absence of a syntax-based prediction.", |
| "cite_spans": [ |
| { |
| "start": 552, |
| "end": 588, |
| "text": "Thater, F\u00fcrstenau, and Pinkal (2011)", |
| "ref_id": "BIBREF76" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": null |
| }, |
| { |
| "text": "gives a statistically significant (p < 0.05) improvement over TFP11 for both GAP and \u03c4 b , while Win5 + T \u2192 C gives a significant improvement for GAP and \u03c4 b on the BNC training corpus. The no-context and no-similarity baselines are clearly worse than the full models; this difference is statistically significant (p < 0.01) for both training corpora and all models. Table 16 breaks performance down across the four parts of speech used in the data set. Verbs appear to present the most difficult substitution questions and also demonstrate the greatest beneficial effect of adding syntactic disambiguation to the basic Win5 model. The full Win5 + T \u2194 C outperforms our reimplementation of Thater, F\u00fcrstenau, and Pinkal (2011) on all parts of speech for the GAP statistic and on verbs and adjectives for \u03c4 b , scoring a tie on nouns and adverbs. Table 16 also lists results reported by Dinu and Lapata (2010) and Pinkal (2010, 2011) for their models trained on the English Gigaword Corpus. This corpus is of comparable size to the BNC+WIKI corpus, but we note that the results reported by Thater, F\u00fcrstenau, and Pinkal (2011) are better than those attained by our reimplementation, suggesting that uncontrolled factors such as choice of corpus, parser, or dependency representation may be responsible. Thater, F\u00fcrstenau, and Pinkal's (2011) results remain the best reported for this data set; our Win5 + T \u2194 C results are better than Dinu and Lapata (2010) and Thater, F\u00fcrstenau, and Pinkal (2010) in this uncontrolled setting.", |
| "cite_spans": [ |
| { |
| "start": 690, |
| "end": 726, |
| "text": "Thater, F\u00fcrstenau, and Pinkal (2011)", |
| "ref_id": "BIBREF76" |
| }, |
| { |
| "start": 886, |
| "end": 908, |
| "text": "Dinu and Lapata (2010)", |
| "ref_id": "BIBREF23" |
| }, |
| { |
| "start": 913, |
| "end": 932, |
| "text": "Pinkal (2010, 2011)", |
| "ref_id": null |
| }, |
| { |
| "start": 1089, |
| "end": 1125, |
| "text": "Thater, F\u00fcrstenau, and Pinkal (2011)", |
| "ref_id": "BIBREF76" |
| }, |
| { |
| "start": 1302, |
| "end": 1340, |
| "text": "Thater, F\u00fcrstenau, and Pinkal's (2011)", |
| "ref_id": "BIBREF76" |
| }, |
| { |
| "start": 1434, |
| "end": 1456, |
| "text": "Dinu and Lapata (2010)", |
| "ref_id": "BIBREF23" |
| }, |
| { |
| "start": 1461, |
| "end": 1497, |
| "text": "Thater, F\u00fcrstenau, and Pinkal (2010)", |
| "ref_id": "BIBREF75" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 367, |
| "end": 375, |
| "text": "Table 16", |
| "ref_id": "TABREF1" |
| }, |
| { |
| "start": 846, |
| "end": 854, |
| "text": "Table 16", |
| "ref_id": "TABREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": null |
| }, |
| { |
| "text": "In this article we have shown that the probabilistic latent-variable framework provides a flexible and effective toolbox for distributional modeling of lexical meaning and gives state-of-the-art results on a number of semantic prediction tasks. One useful feature of this framework is that it induces a representation of semantic classes at the same time as it learns about selectional preference distributions. This can be viewed as a kind of coarse-grained sense induction or as a kind of concept induction. We have demonstrated that reasoning about these classes leads to an accurate method for calculating semantic similarity in context. By applying our models we attain state-of-the-art performance on a range of evaluations involving plausibility prediction, in-context similarity, and Table 16 Performance by part of speech, with additional results from Pinkal (2010, 2011) and Dinu and Lapata (2010 lexical substitution. The three models we have investigated-LDA, ROOTH-LDA and LEX-LDA-all perform at a similar level for predicting plausibility, but in other cases the representation induced by one model may be more suitable than the others. In future work, we anticipate that the same intuitions may lead to similarity accurate methods for other tasks where disambiguation is required; an obvious candidate would be traditional word sense disambiguation, perhaps in combination with the probabilistic WordNet-based preference models of\u00d3 S\u00e9aghdha and Korhonen (2012) . More generally, we expect that latent-variable models will prove useful in applications where other selectional preference models have been applied, for example, metaphor interpretation and semantic role labeling.", |
| "cite_spans": [ |
| { |
| "start": 861, |
| "end": 880, |
| "text": "Pinkal (2010, 2011)", |
| "ref_id": null |
| }, |
| { |
| "start": 885, |
| "end": 906, |
| "text": "Dinu and Lapata (2010", |
| "ref_id": "BIBREF23" |
| }, |
| { |
| "start": 1447, |
| "end": 1475, |
| "text": "S\u00e9aghdha and Korhonen (2012)", |
| "ref_id": "BIBREF60" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 792, |
| "end": 800, |
| "text": "Table 16", |
| "ref_id": "TABREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "5." |
| }, |
| { |
| "text": "A second route for future work is to enrich the semantic representations that are learned by the model. As previously mentioned, probabilistic generative models are modular in the sense that they can be integrated in larger models. Bayesian methods for learning tree structures could be applied to learn taxonomies of semantic classes (Blei, Griffiths, and Jordan 2010; Blundell, Teh, and Heller 2010) . Borrowing ideas from Bayesian hierarchical language modeling (Teh 2006) , one could build a model of selectional preference and disambiguation in the context of arbitrarily long dependency paths, relaxing our current assumption that only the immediate neighbors of a target word affect its meaning. Our class-based preference model also suggests an approach to identifying regular polysemy alternation by finding class co-occurrences that repeat across words, offering a fully data-driven alternative to polysemy models based on WordNet (Boleda, Pad\u00f3, and Utt 2012) . In principle, any structure that can be reasoned about probabilistically, from syntax trees to coreference chains or semantic relations, can be coupled with a selectional preference model to incorporate disambiguation or lexical smoothing in a task-oriented architecture.", |
| "cite_spans": [ |
| { |
| "start": 335, |
| "end": 369, |
| "text": "(Blei, Griffiths, and Jordan 2010;", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 370, |
| "end": 401, |
| "text": "Blundell, Teh, and Heller 2010)", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 465, |
| "end": 475, |
| "text": "(Teh 2006)", |
| "ref_id": "BIBREF74" |
| }, |
| { |
| "start": 941, |
| "end": 969, |
| "text": "(Boleda, Pad\u00f3, and Utt 2012)", |
| "ref_id": "BIBREF9" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "5." |
| }, |
| { |
| "text": "We build on previous work published in\u00d3S\u00e9aghdha (2010) and\u00d3S\u00e9aghdha and Korhonen (2011), adding new models and evaluation experiments as well as a comprehensive exposition. In Section 4 we indicate which experimental results have previously been reported.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "The analogous example given by\u00d3S\u00e9aghdha (2010) relates to the plausibility of a manservant or a carrot laughing; Google no longer returns zero hits for <a|the manservant|manservants|menservants laugh|laughs|laughed> but a frequency-based estimate still puts the probability of a carrot laughing at 200 times that of a manservant laughing (1,680 hits against 81 hits).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "WordNet also contains many other kinds of semantic relations besides hypernymy but these are not typically used for selectional preference modeling.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "cf.Grefenstette and Sadrzadeh (2011),Socher et al. (2011)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "However, the second point is often relaxed in application contexts where the posterior mean is used for inference (e.g., Section 3.4.2).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "In the notation of Section 3.4, this estimate is given byf zws f ws .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "http://www.natcorp.ox.ac.uk/.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "http://svn.ask.it.usyd.edu.au/trac/candc. 11 An exception was made for the word PC as it appears in theKeller and Lapata (2003) data set used for evaluation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "Keller and Lapata only report Pearson's r correlations; as we do not have their per-item predictions we cannot calculate Spearman's \u03c1 correlations or statistical significance scores. 13 We used the logistic regression implementation provided by LIBLINEAR(Fan et al. 2008), available at http://www.csie.ntu.edu.tw/~cjlin/liblinear.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "Bergsma, Lin, and Goebel (2008) also use features extracted from gazetteers. However, they observe that additional features only give a small improvement over co-occurrence features alone. We do not use such features here but hypothesize that the improvement would be even smaller in our experiments as the data do not contain proper nouns. 15 Results for LDA P\u2192A and ROOTH-LDA were previously published in\u00d3S\u00e9aghdha (2010).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "We do not compare against the system of Turney (2012) as Turney uses a different experimental design based on partitioning by phrases rather than annotators.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "In practice the sequence of items is not the same for every annotator and the sequence of predictions s must be changed accordingly.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "Ultimately, however, none of the combination methods needing optimization outperform the parameter-free methods inMitchell and Lapata's results. 19 The results inTable 10were previously published in\u00d3S\u00e9aghdha and Korhonen (2011).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "These results were not previously published.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "Pinkal (2010, 2011) andDinu and Lapata (2010) similarly remove multiword paraphrases (GeorgianaDinu, p.c.).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "An LDA model cannot make an informative prediction of P(z|o, C) if word o was never seen entering into at least one (unlexicalized) syntactic relation in C. Other syntactic models such as that ofThater, F\u00fcrstenau, and Pinkal (2011) face analogous restrictions.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "We use the software package provided by Sebastian Pad\u00f3 at http://www.nlpado.de/~sebastian/sigf.html. 24 Results for the LDA models were reported in\u00d3S\u00e9aghdha and Korhonen (2011).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "The work in this article was funded by the EPSRC (grant EP/G051070/1) and by the Royal Society. We are grateful to Frank Keller and Mirella Lapata for sharing their data set of plausibility judgments; to Georgiana Dinu, Karl Moritz Hermann, Jeff Mitchell, Sebastian Pad\u00f3, and Andreas Vlachos for offering information and advice; and to the anonymous Computational Linguistics reviewers, whose suggestions have substantially improved the quality of this article.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgments", |
| "sec_num": null |
| }, |
| { |
| "text": "We also consider two baseline LDA models:No Context A model that ranks substitutes n by computing the Bhattacharyya similarity between their topic distributions P(z|n) and the target word topic distribution P (z|o) . No Similarity A model that ranks substitutes n by their context-conditioned probability P(n|C) only; this is essentially a language-modeling approach using syntactic \"bigrams.\"We report baseline results for the T \u2194 C syntactic model, but performance is similar with other co-occurrence types. Predictions for the LDA models are averaged over five runs for each setting of |Z| in the range {600, 800, 1000, 1200}. In order to test statistical significance of differences between models we use stratified shuffling (Yeh 2000 24 As expected, the window-based LDA models attain good coverage but worse performance than the syntactic models. The combined model Win5 + T \u2194 C trained on BNC+WIKI gives the best scores (GAP = 49.5, \u03c4 b = 0.23). Every combined model gives a statistically significant improvement (p < 0.01) over the corresponding window-based Win5 model. Our TFP11 reimplementation of Thater, F\u00fcrstenau, and Pinkal (2011) has slightly less than complete coverage, and performs worse than almost all combined LDA models. To compute statistical significance we only use the sentences for which TFP11 made predictions; for both the BNC and BNC+WIKI corpora, the Win5 + T \u2194 C model", |
| "cite_spans": [ |
| { |
| "start": 209, |
| "end": 214, |
| "text": "(z|o)", |
| "ref_id": null |
| }, |
| { |
| "start": 730, |
| "end": 739, |
| "text": "(Yeh 2000", |
| "ref_id": "BIBREF86" |
| }, |
| { |
| "start": 740, |
| "end": 742, |
| "text": "24", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "annex", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Hiding a semantic hierarchy in a Markov model", |
| "authors": [ |
| { |
| "first": "Steven", |
| "middle": [], |
| "last": "Abney", |
| "suffix": "" |
| }, |
| { |
| "first": "Marc", |
| "middle": [], |
| "last": "Light", |
| "suffix": "" |
| } |
| ], |
| "year": 1999, |
| "venue": "Proceedings of the ACL-99 Workshop on Unsupervised Learning in NLP", |
| "volume": "", |
| "issue": "", |
| "pages": "1--8", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Abney, Steven and Marc Light. 1999. Hiding a semantic hierarchy in a Markov model. In Proceedings of the ACL-99 Workshop on Unsupervised Learning in NLP, pages 1-8, College Park, MD.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Incremental interpretation of verbs: Restricting the domain of subsequent reference", |
| "authors": [ |
| { |
| "first": "Gerry", |
| "middle": [ |
| "T M" |
| ], |
| "last": "Altmann", |
| "suffix": "" |
| }, |
| { |
| "first": "Yuki", |
| "middle": [], |
| "last": "Kamide", |
| "suffix": "" |
| } |
| ], |
| "year": 1999, |
| "venue": "Cognition", |
| "volume": "73", |
| "issue": "3", |
| "pages": "247--264", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Altmann, Gerry T. M. and Yuki Kamide. 1999. Incremental interpretation of verbs: Restricting the domain of subsequent reference. Cognition, 73(3):247-264.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "On smoothing and inference for topic models", |
| "authors": [ |
| { |
| "first": "Arthur", |
| "middle": [], |
| "last": "Asuncion", |
| "suffix": "" |
| }, |
| { |
| "first": "Max", |
| "middle": [], |
| "last": "Welling", |
| "suffix": "" |
| }, |
| { |
| "first": "Padhraic", |
| "middle": [], |
| "last": "Smyth", |
| "suffix": "" |
| }, |
| { |
| "first": "Yee Whye", |
| "middle": [], |
| "last": "Teh", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Proceedings of the 25th Conference on Uncertainty in Artificial Intelligence (UAI-09)", |
| "volume": "", |
| "issue": "", |
| "pages": "27--34", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Asuncion, Arthur, Max Welling, Padhraic Smyth, and Yee Whye Teh. 2009. On smoothing and inference for topic models. In Proceedings of the 25th Conference on Uncertainty in Artificial Intelligence (UAI-09), pages 27-34, Montreal.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Discriminative learning of selectional preferences from unlabeled text", |
| "authors": [ |
| { |
| "first": "Shane", |
| "middle": [], |
| "last": "Bergsma", |
| "suffix": "" |
| }, |
| { |
| "first": "Dekang", |
| "middle": [], |
| "last": "Lin", |
| "suffix": "" |
| }, |
| { |
| "first": "Randy", |
| "middle": [], |
| "last": "Goebel", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proceedings of the 2008 Conference on Empirical Methods in Natural Language Processing (EMNLP-08)", |
| "volume": "", |
| "issue": "", |
| "pages": "59--68", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Bergsma, Shane, Dekang Lin, and Randy Goebel. 2008. Discriminative learning of selectional preferences from unlabeled text. In Proceedings of the 2008 Conference on Empirical Methods in Natural Language Processing (EMNLP-08), pages 59-68, Honolulu, HI.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "On a measure of divergence between two statistical populations defined by their probability distributions", |
| "authors": [ |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Bhattacharyya", |
| "suffix": "" |
| } |
| ], |
| "year": 1943, |
| "venue": "Bulletin of the Calcutta Mathematical Society", |
| "volume": "35", |
| "issue": "", |
| "pages": "99--110", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Bhattacharyya, A. 1943. On a measure of divergence between two statistical populations defined by their probability distributions. Bulletin of the Calcutta Mathematical Society, 35:99-110.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Effects of event knowledge in processing verbal arguments", |
| "authors": [ |
| { |
| "first": "", |
| "middle": [], |
| "last": "Bicknell", |
| "suffix": "" |
| }, |
| { |
| "first": "Jeffrey", |
| "middle": [ |
| "L" |
| ], |
| "last": "Klinton", |
| "suffix": "" |
| }, |
| { |
| "first": "Mary", |
| "middle": [], |
| "last": "Elman", |
| "suffix": "" |
| }, |
| { |
| "first": "Ken", |
| "middle": [], |
| "last": "Hare", |
| "suffix": "" |
| }, |
| { |
| "first": "Marta", |
| "middle": [], |
| "last": "Mcrae", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Kutas", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Journal of Memory and Language", |
| "volume": "63", |
| "issue": "4", |
| "pages": "489--505", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Bicknell, Klinton, Jeffrey L. Elman, Mary Hare, Ken McRae, and Marta Kutas. 2010. Effects of event knowledge in processing verbal arguments. Journal of Memory and Language, 63(4):489-505.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "The nested Chinese restaurant process and Bayesian nonparametric inference of topic hierarchies", |
| "authors": [ |
| { |
| "first": "David", |
| "middle": [ |
| "M" |
| ], |
| "last": "Blei", |
| "suffix": "" |
| }, |
| { |
| "first": "L", |
| "middle": [], |
| "last": "Thomas", |
| "suffix": "" |
| }, |
| { |
| "first": "Michael", |
| "middle": [ |
| "I" |
| ], |
| "last": "Griffiths", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Jordan", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Journal of the ACM", |
| "volume": "57", |
| "issue": "2", |
| "pages": "1--30", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Blei, David M., Thomas L. Griffiths, and Michael I. Jordan. 2010. The nested Chinese restaurant process and Bayesian nonparametric inference of topic hierarchies. Journal of the ACM, 57(2):1-30.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Distributed latent variable models of lexical co-occurrences", |
| "authors": [ |
| { |
| "first": "David", |
| "middle": [ |
| "M" |
| ], |
| "last": "Blei", |
| "suffix": "" |
| }, |
| { |
| "first": "Y", |
| "middle": [], |
| "last": "Andrew", |
| "suffix": "" |
| }, |
| { |
| "first": "Michael", |
| "middle": [ |
| "I" |
| ], |
| "last": "Ng", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Jordan", |
| "suffix": "" |
| }, |
| { |
| "first": "John", |
| "middle": [], |
| "last": "Blitzer", |
| "suffix": "" |
| }, |
| { |
| "first": "Amir", |
| "middle": [], |
| "last": "Globerson", |
| "suffix": "" |
| }, |
| { |
| "first": "Fernando", |
| "middle": [], |
| "last": "Pereira", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "Proceedings of the 10th International Workshop on Artificial Intelligence and Statistics (AISTATS-05)", |
| "volume": "3", |
| "issue": "", |
| "pages": "25--32", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Blei, David M., Andrew Y. Ng, and Michael I. Jordan. 2003. Latent Dirichlet allocation. Journal of Machine Learning Research, 3:993-1,022. Blitzer, John, Amir Globerson, and Fernando Pereira. 2005. Distributed latent variable models of lexical co-occurrences. In Proceedings of the 10th International Workshop on Artificial Intelligence and Statistics (AISTATS-05), pages 25-32, Barbados.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Bayesian rose trees", |
| "authors": [ |
| { |
| "first": "Charles", |
| "middle": [], |
| "last": "Blundell", |
| "suffix": "" |
| }, |
| { |
| "first": "Yee", |
| "middle": [ |
| "Whye" |
| ], |
| "last": "Teh", |
| "suffix": "" |
| }, |
| { |
| "first": "Katherine", |
| "middle": [ |
| "A" |
| ], |
| "last": "Heller", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of the 26th Conference on Uncertainty in Artificial Intelligence (UAI-10)", |
| "volume": "", |
| "issue": "", |
| "pages": "65--72", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Blundell, Charles, Yee Whye Teh, and Katherine A. Heller. 2010. Bayesian rose trees. In Proceedings of the 26th Conference on Uncertainty in Artificial Intelligence (UAI-10), pages 65-72, Catalina Island, CA.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Regular polysemy: A distributional model", |
| "authors": [ |
| { |
| "first": "Gemma", |
| "middle": [], |
| "last": "Boleda", |
| "suffix": "" |
| }, |
| { |
| "first": "Sebastian", |
| "middle": [], |
| "last": "Pad\u00f3", |
| "suffix": "" |
| }, |
| { |
| "first": "Jason", |
| "middle": [], |
| "last": "Utt", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Proceedings of *SEM-12", |
| "volume": "", |
| "issue": "", |
| "pages": "151--160", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Boleda, Gemma, Sebastian Pad\u00f3, and Jason Utt. 2012. Regular polysemy: A distributional model. In Proceedings of *SEM-12, pages 151-160, Montreal.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Syntactic topic models", |
| "authors": [ |
| { |
| "first": "Jordan", |
| "middle": [], |
| "last": "Boyd-Graber", |
| "suffix": "" |
| }, |
| { |
| "first": "David", |
| "middle": [ |
| "M" |
| ], |
| "last": "Blei", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proceedings of the 22nd Annual Conference on Neural Information Processing Systems (NIPS-08)", |
| "volume": "", |
| "issue": "", |
| "pages": "185--192", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Boyd-Graber, Jordan and David M. Blei. 2008. Syntactic topic models. In Proceedings of the 22nd Annual Conference on Neural Information Processing Systems (NIPS-08), pages 185-192, Vancouver.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "An introduction to tag sequence grammars and the RASP system parser", |
| "authors": [ |
| { |
| "first": "Ted", |
| "middle": [], |
| "last": "Briscoe", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Briscoe, Ted. 2006. An introduction to tag sequence grammars and the RASP system parser. Technical Report 662, Computer Laboratory, University of Cambridge.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "The second release of the RASP system", |
| "authors": [ |
| { |
| "first": "Ted", |
| "middle": [], |
| "last": "Briscoe", |
| "suffix": "" |
| }, |
| { |
| "first": "John", |
| "middle": [], |
| "last": "Carroll", |
| "suffix": "" |
| }, |
| { |
| "first": "Rebecca", |
| "middle": [], |
| "last": "Watson", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of the ACL-06 Interactive Presentation Sessions", |
| "volume": "", |
| "issue": "", |
| "pages": "77--80", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Briscoe, Ted, John Carroll, and Rebecca Watson. 2006. The second release of the RASP system. In Proceedings of the ACL-06 Interactive Presentation Sessions, pages 77-80, Sydney.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Improving the use of pseudo-words for evaluating selectional preferences", |
| "authors": [ |
| { |
| "first": "Samuel", |
| "middle": [], |
| "last": "Brody", |
| "suffix": "" |
| }, |
| { |
| "first": "Mirella", |
| "middle": [], |
| "last": "Lapata", |
| "suffix": "" |
| }, |
| { |
| "first": ";", |
| "middle": [], |
| "last": "Nathanael", |
| "suffix": "" |
| }, |
| { |
| "first": "Dan", |
| "middle": [], |
| "last": "Jurafsky", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Proceedings of the 48th Annual Meeting of the Association for Computational Linguistics (ACL-10)", |
| "volume": "", |
| "issue": "", |
| "pages": "445--453", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Brody, Samuel and Mirella Lapata. 2009. Bayesian word sense induction. In Proceedings of EACL-09, pages 103-111, Athens. Chambers, Nathanael and Dan Jurafsky. 2010. Improving the use of pseudo-words for evaluating selectional preferences. In Proceedings of the 48th Annual Meeting of the Association for Computational Linguistics (ACL-10), pages 445-453, Uppsala.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Reading tea leaves: How humans interpret topic models", |
| "authors": [ |
| { |
| "first": "Jonathan", |
| "middle": [], |
| "last": "Chang", |
| "suffix": "" |
| }, |
| { |
| "first": "Jordan", |
| "middle": [], |
| "last": "Boyd-Graber", |
| "suffix": "" |
| }, |
| { |
| "first": "Sean", |
| "middle": [], |
| "last": "Gerrish", |
| "suffix": "" |
| }, |
| { |
| "first": "Chong", |
| "middle": [], |
| "last": "Wang", |
| "suffix": "" |
| }, |
| { |
| "first": "David", |
| "middle": [ |
| "M" |
| ], |
| "last": "Blei", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Proceedings of the 23rd Annual Conference on Neural Information Processing Systems (NIPS-09)", |
| "volume": "", |
| "issue": "", |
| "pages": "288--296", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Chang, Jonathan, Jordan Boyd-Graber, Sean Gerrish, Chong Wang, and David M. Blei. 2009. Reading tea leaves: How humans interpret topic models. In Proceedings of the 23rd Annual Conference on Neural Information Processing Systems (NIPS-09), pages 288-296, Vancouver.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "An empirical study of smoothing techniques for language modeling", |
| "authors": [ |
| { |
| "first": "Stanley", |
| "middle": [ |
| "F" |
| ], |
| "last": "Chen", |
| "suffix": "" |
| }, |
| { |
| "first": "Joshua", |
| "middle": [], |
| "last": "Goodman", |
| "suffix": "" |
| } |
| ], |
| "year": 1999, |
| "venue": "Computer Speech and Language", |
| "volume": "13", |
| "issue": "4", |
| "pages": "359--393", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Chen, Stanley F. and Joshua Goodman. 1999. An empirical study of smoothing techniques for language modeling. Computer Speech and Language, 13(4):359-393.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "Syntactic Structures", |
| "authors": [ |
| { |
| "first": "Noam", |
| "middle": [], |
| "last": "Chomsky", |
| "suffix": "" |
| } |
| ], |
| "year": 1957, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Chomsky, Noam. 1957. Syntactic Structures. Mouton de Gruyter, Berlin.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "Explaining away ambiguity: Learning verb selectional preference with Bayesian networks", |
| "authors": [ |
| { |
| "first": "Massimiliano", |
| "middle": [], |
| "last": "Ciaramita", |
| "suffix": "" |
| }, |
| { |
| "first": "Mark", |
| "middle": [], |
| "last": "Johnson", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "Proceedings of the 18th International Conference on Computational Linguistics (COLING-00)", |
| "volume": "", |
| "issue": "", |
| "pages": "187--193", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ciaramita, Massimiliano and Mark Johnson. 2000. Explaining away ambiguity: Learning verb selectional preference with Bayesian networks. In Proceedings of the 18th International Conference on Computational Linguistics (COLING-00), pages 187-193, Saarbr\u00fccken.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "Large-scale syntactic processing: Parsing the Web", |
| "authors": [ |
| { |
| "first": "Stephen", |
| "middle": [], |
| "last": "Clark", |
| "suffix": "" |
| }, |
| { |
| "first": "Ann", |
| "middle": [], |
| "last": "Copestake", |
| "suffix": "" |
| }, |
| { |
| "first": "James", |
| "middle": [ |
| "R" |
| ], |
| "last": "Curran", |
| "suffix": "" |
| }, |
| { |
| "first": "Yue", |
| "middle": [], |
| "last": "Zhang", |
| "suffix": "" |
| }, |
| { |
| "first": "Aurelie", |
| "middle": [], |
| "last": "Herbelot", |
| "suffix": "" |
| }, |
| { |
| "first": "James", |
| "middle": [], |
| "last": "Haggerty", |
| "suffix": "" |
| }, |
| { |
| "first": "Curt", |
| "middle": [], |
| "last": "Byung-Gyu Ahn", |
| "suffix": "" |
| }, |
| { |
| "first": "Jessika", |
| "middle": [], |
| "last": "Van Wyk", |
| "suffix": "" |
| }, |
| { |
| "first": "Jonathan", |
| "middle": [], |
| "last": "Roesner", |
| "suffix": "" |
| }, |
| { |
| "first": "Tim", |
| "middle": [], |
| "last": "Kummerfeld", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Dawborn", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Clark, Stephen, Ann Copestake, James R. Curran, Yue Zhang, Aurelie Herbelot, James Haggerty, Byung-Gyu Ahn, Curt Van Wyk, Jessika Roesner, Jonathan Kummerfeld, and Tim Dawborn. 2009. Large-scale syntactic processing: Parsing the Web. Technical report, Final Report of the 2009 JHU CLSP Workshop.", |
| "links": null |
| }, |
| "BIBREF19": { |
| "ref_id": "b19", |
| "title": "Class-based probability estimation using a semantic hierarchy", |
| "authors": [ |
| { |
| "first": "Stephen", |
| "middle": [], |
| "last": "Clark", |
| "suffix": "" |
| }, |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Weir", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Computational Linguistics", |
| "volume": "28", |
| "issue": "2", |
| "pages": "187--206", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Clark, Stephen and David Weir. 2002. Class-based probability estimation using a semantic hierarchy. Computational Linguistics, 28(2):187-206.", |
| "links": null |
| }, |
| "BIBREF20": { |
| "ref_id": "b20", |
| "title": "Factor-analysis of correspondences", |
| "authors": [ |
| { |
| "first": "Brigitte", |
| "middle": [], |
| "last": "Cordier", |
| "suffix": "" |
| } |
| ], |
| "year": 1965, |
| "venue": "Proceedings of the 1965 International Conference on Computational Linguistics (COLING-65)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Cordier, Brigitte. 1965. Factor-analysis of correspondences. In Proceedings of the 1965 International Conference on Computational Linguistics (COLING-65), New York, NY.", |
| "links": null |
| }, |
| "BIBREF21": { |
| "ref_id": "b21", |
| "title": "From Distributional to Semantic Similarity", |
| "authors": [ |
| { |
| "first": "James", |
| "middle": [], |
| "last": "Curran", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Curran, James. 2003. From Distributional to Semantic Similarity. Ph.D. thesis, School of Informatics, University of Edinburgh.", |
| "links": null |
| }, |
| "BIBREF22": { |
| "ref_id": "b22", |
| "title": "Similarity-based models of word co-occurrence probabilities", |
| "authors": [ |
| { |
| "first": "Ido", |
| "middle": [], |
| "last": "Dagan", |
| "suffix": "" |
| }, |
| { |
| "first": "Lillian", |
| "middle": [], |
| "last": "Lee", |
| "suffix": "" |
| }, |
| { |
| "first": "Fernando", |
| "middle": [ |
| "C N" |
| ], |
| "last": "Pereira", |
| "suffix": "" |
| } |
| ], |
| "year": 1999, |
| "venue": "Machine Learning", |
| "volume": "34", |
| "issue": "", |
| "pages": "34--69", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Dagan, Ido, Lillian Lee, and Fernando C. N. Pereira. 1999. Similarity-based models of word co-occurrence probabilities. Machine Learning, 34(1):34-69.", |
| "links": null |
| }, |
| "BIBREF23": { |
| "ref_id": "b23", |
| "title": "Measuring distributional similarity in context", |
| "authors": [ |
| { |
| "first": "Georgiana", |
| "middle": [], |
| "last": "Dinu", |
| "suffix": "" |
| }, |
| { |
| "first": "Mirella", |
| "middle": [], |
| "last": "Lapata", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of the 2010 Conference on Empirical Methods in Natural Language Processing (EMNLP-10)", |
| "volume": "1", |
| "issue": "", |
| "pages": "162--163", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Dinu, Georgiana and Mirella Lapata. 2010. Measuring distributional similarity in context. In Proceedings of the 2010 Conference on Empirical Methods in Natural Language Processing (EMNLP-10), pages 1,162-1,172, Cambridge, MA.", |
| "links": null |
| }, |
| "BIBREF24": { |
| "ref_id": "b24", |
| "title": "A simple, similaritybased model for selectional preferences", |
| "authors": [ |
| { |
| "first": "Katrin", |
| "middle": [], |
| "last": "Erk", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proceedings of the 45th Annual Meeting of the Association for Computational Linguistics (ACL-07)", |
| "volume": "", |
| "issue": "", |
| "pages": "216--223", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Erk, Katrin. 2007. A simple, similarity- based model for selectional preferences. In Proceedings of the 45th Annual Meeting of the Association for Computational Linguistics (ACL-07), pages 216-223, Prague.", |
| "links": null |
| }, |
| "BIBREF25": { |
| "ref_id": "b25", |
| "title": "A structured vector space model for word meaning in context", |
| "authors": [ |
| { |
| "first": "Katrin", |
| "middle": [], |
| "last": "Erk", |
| "suffix": "" |
| }, |
| { |
| "first": "Sebastian", |
| "middle": [], |
| "last": "Pad\u00f3", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proceedings of the 2008 Conference on Empirical Methods in Natural Language Processing (EMNLP-08)", |
| "volume": "", |
| "issue": "", |
| "pages": "897--906", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Erk, Katrin and Sebastian Pad\u00f3. 2008. A structured vector space model for word meaning in context. In Proceedings of the 2008 Conference on Empirical Methods in Natural Language Processing (EMNLP-08), pages 897-906, Honolulu, HI.", |
| "links": null |
| }, |
| "BIBREF26": { |
| "ref_id": "b26", |
| "title": "A flexible, corpus-driven model of regular and inverse selectional preferences", |
| "authors": [ |
| { |
| "first": "Katrin", |
| "middle": [], |
| "last": "Erk", |
| "suffix": "" |
| }, |
| { |
| "first": "Sebastian", |
| "middle": [], |
| "last": "Pad\u00f3", |
| "suffix": "" |
| }, |
| { |
| "first": "Ulrike", |
| "middle": [], |
| "last": "Pad\u00f3", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Computational Linguistics", |
| "volume": "36", |
| "issue": "4", |
| "pages": "723--763", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Erk, Katrin, Sebastian Pad\u00f3, and Ulrike Pad\u00f3. 2010. A flexible, corpus-driven model of regular and inverse selectional preferences. Computational Linguistics, 36(4):723-763.", |
| "links": null |
| }, |
| "BIBREF27": { |
| "ref_id": "b27", |
| "title": "Co-occurrence smoothing for stochastic language modeling", |
| "authors": [ |
| { |
| "first": "Ute", |
| "middle": [], |
| "last": "Essen", |
| "suffix": "" |
| }, |
| { |
| "first": "Volker", |
| "middle": [], |
| "last": "Steinbiss", |
| "suffix": "" |
| } |
| ], |
| "year": 1992, |
| "venue": "Proceedings of the 1992 IEEE International Conference on Acoustics, Speech, and Signal Processing (ICASSP-92)", |
| "volume": "", |
| "issue": "", |
| "pages": "161--164", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Essen, Ute and Volker Steinbiss. 1992. Co-occurrence smoothing for stochastic language modeling. In Proceedings of the 1992 IEEE International Conference on Acoustics, Speech, and Signal Processing (ICASSP-92), pages 161-164, San Francisco, CA.", |
| "links": null |
| }, |
| "BIBREF28": { |
| "ref_id": "b28", |
| "title": "The Statistics of Word Co-occurrences: Word Pairs and Collocations", |
| "authors": [ |
| { |
| "first": "Stefan", |
| "middle": [], |
| "last": "Evert", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Evert, Stefan. 2004. The Statistics of Word Co-occurrences: Word Pairs and Collocations. Ph.D. thesis, Institut f\u00fcr maschinelle Sprachverarbeitung, Universit\u00e4t Stuttgart.", |
| "links": null |
| }, |
| "BIBREF29": { |
| "ref_id": "b29", |
| "title": "LIBLINEAR: A library for large linear classification", |
| "authors": [ |
| { |
| "first": "Ron", |
| "middle": [ |
| "-" |
| ], |
| "last": "Fan", |
| "suffix": "" |
| }, |
| { |
| "first": "Kai-Wei", |
| "middle": [], |
| "last": "En", |
| "suffix": "" |
| }, |
| { |
| "first": "Cho-Jui", |
| "middle": [], |
| "last": "Chang", |
| "suffix": "" |
| }, |
| { |
| "first": "Xiang-Rui", |
| "middle": [], |
| "last": "Hsieh", |
| "suffix": "" |
| }, |
| { |
| "first": "Chih-Jen", |
| "middle": [], |
| "last": "Wang", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Lin", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Journal of Machine Learning Research", |
| "volume": "9", |
| "issue": "1", |
| "pages": "871--872", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Fan, Ron-En, Kai-Wei Chang, Cho-Jui Hsieh, Xiang-Rui Wang, and Chih-Jen Lin. 2008. LIBLINEAR: A library for large linear classification. Journal of Machine Learning Research, 9:1,871-1,874.", |
| "links": null |
| }, |
| "BIBREF30": { |
| "ref_id": "b30", |
| "title": "WordNet: An Electronic Lexical Database", |
| "authors": [], |
| "year": 1998, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Fellbaum, Christiane, editor. 1998. WordNet: An Electronic Lexical Database. MIT Press, Cambridge, MA.", |
| "links": null |
| }, |
| "BIBREF31": { |
| "ref_id": "b31", |
| "title": "The infinite tree", |
| "authors": [ |
| { |
| "first": "Jenny", |
| "middle": [], |
| "last": "Finkel", |
| "suffix": "" |
| }, |
| { |
| "first": "Trond", |
| "middle": [], |
| "last": "Rose", |
| "suffix": "" |
| }, |
| { |
| "first": "Christopher", |
| "middle": [ |
| "D" |
| ], |
| "last": "Grenager", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Manning", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proceedings of the 45th Annual Meeting of the Association for Computational Linguistics (ACL-07)", |
| "volume": "", |
| "issue": "", |
| "pages": "272--279", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Finkel, Jenny Rose, Trond Grenager, and Christopher D. Manning. 2007. The infinite tree. In Proceedings of the 45th Annual Meeting of the Association for Computational Linguistics (ACL-07), pages 272-279, Prague.", |
| "links": null |
| }, |
| "BIBREF32": { |
| "ref_id": "b32", |
| "title": "A Synopsis of Linguistic Theory 1930-1955", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [ |
| "R" |
| ], |
| "last": "Frith", |
| "suffix": "" |
| } |
| ], |
| "year": 1957, |
| "venue": "Studies in Linguistic Analysis", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Frith, J. R. 1957. A Synopsis of Linguistic Theory 1930-1955. In Studies in Linguistic Analysis. Oxford Philological Society, Oxford.", |
| "links": null |
| }, |
| "BIBREF33": { |
| "ref_id": "b33", |
| "title": "Bayesian Data Analysis", |
| "authors": [ |
| { |
| "first": "Andrew", |
| "middle": [], |
| "last": "Gelman", |
| "suffix": "" |
| }, |
| { |
| "first": "John", |
| "middle": [ |
| "B" |
| ], |
| "last": "Carlin", |
| "suffix": "" |
| }, |
| { |
| "first": "Hal", |
| "middle": [ |
| "S" |
| ], |
| "last": "Stern", |
| "suffix": "" |
| }, |
| { |
| "first": "Donald", |
| "middle": [ |
| "B" |
| ], |
| "last": "Rubin", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Gelman, Andrew, John B. Carlin, Hal S. Stern, and Donald B. Rubin. 2003. Bayesian Data Analysis. Chapman and Hall/ CRC, Boca Raton, FL, 2nd edition.", |
| "links": null |
| }, |
| "BIBREF34": { |
| "ref_id": "b34", |
| "title": "Automatic labeling of semantic roles", |
| "authors": [ |
| { |
| "first": "Daniel", |
| "middle": [], |
| "last": "Gildea", |
| "suffix": "" |
| }, |
| { |
| "first": "Daniel", |
| "middle": [], |
| "last": "Jurafsky", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Computational Linguistics", |
| "volume": "28", |
| "issue": "3", |
| "pages": "245--288", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Gildea, Daniel and Daniel Jurafsky. 2002. Automatic labeling of semantic roles. Computational Linguistics, 28(3):245-288.", |
| "links": null |
| }, |
| "BIBREF35": { |
| "ref_id": "b35", |
| "title": "Producing power-law distributions and damping word frequencies with two-stage language models", |
| "authors": [ |
| { |
| "first": "Sharon", |
| "middle": [], |
| "last": "Goldwater", |
| "suffix": "" |
| }, |
| { |
| "first": "Thomas", |
| "middle": [ |
| "L" |
| ], |
| "last": "Griffiths", |
| "suffix": "" |
| }, |
| { |
| "first": "Mark", |
| "middle": [], |
| "last": "Johnson", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Journal of Machine Learning Research", |
| "volume": "12", |
| "issue": "2", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Goldwater, Sharon, Thomas L. Griffiths, and Mark Johnson. 2011. Producing power-law distributions and damping word frequencies with two-stage language models. Journal of Machine Learning Research, 12:2,335-2,382.", |
| "links": null |
| }, |
| "BIBREF36": { |
| "ref_id": "b36", |
| "title": "Experimental support for a categorical compositional distributional model of meaning", |
| "authors": [ |
| { |
| "first": "Edward", |
| "middle": [], |
| "last": "Grefenstette", |
| "suffix": "" |
| }, |
| { |
| "first": "Mehrnoosh", |
| "middle": [], |
| "last": "Sadrzadeh", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proceedings of EMNLP-11", |
| "volume": "1", |
| "issue": "", |
| "pages": "394--395", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Grefenstette, Edward and Mehrnoosh Sadrzadeh. 2011. Experimental support for a categorical compositional distributional model of meaning. In Proceedings of EMNLP-11, pages 1,394-1,404, Edinburgh, UK.", |
| "links": null |
| }, |
| "BIBREF37": { |
| "ref_id": "b37", |
| "title": "Finding scientific topics", |
| "authors": [ |
| { |
| "first": "Thomas", |
| "middle": [ |
| "L" |
| ], |
| "last": "Griffiths", |
| "suffix": "" |
| }, |
| { |
| "first": "Mark", |
| "middle": [], |
| "last": "Steyvers", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Proceedings of the National Academy of Sciences", |
| "volume": "101", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Griffiths, Thomas L. and Mark Steyvers. 2004. Finding scientific topics. Proceedings of the National Academy of Sciences, 101(Suppl. 1):5,228-5,235.", |
| "links": null |
| }, |
| "BIBREF38": { |
| "ref_id": "b38", |
| "title": "Integrating topics and syntax", |
| "authors": [ |
| { |
| "first": "Thomas", |
| "middle": [ |
| "L" |
| ], |
| "last": "Griffiths", |
| "suffix": "" |
| }, |
| { |
| "first": "Mark", |
| "middle": [], |
| "last": "Steyvers", |
| "suffix": "" |
| }, |
| { |
| "first": "David", |
| "middle": [ |
| "M" |
| ], |
| "last": "Blei", |
| "suffix": "" |
| }, |
| { |
| "first": "Joshua", |
| "middle": [ |
| "B" |
| ], |
| "last": "Tenenbaum", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Proceedings of the 18th Annual Conference on Neural Information Processing Systems (NIPS-04)", |
| "volume": "", |
| "issue": "", |
| "pages": "537--544", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Griffiths, Thomas L., Mark Steyvers, David M. Blei, and Joshua B. Tenenbaum. 2004. Integrating topics and syntax. In Proceedings of the 18th Annual Conference on Neural Information Processing Systems (NIPS-04), pages 537-544, Vancouver.", |
| "links": null |
| }, |
| "BIBREF39": { |
| "ref_id": "b39", |
| "title": "Smoothing of automatically generated selectional constraints", |
| "authors": [ |
| { |
| "first": "Ralph", |
| "middle": [], |
| "last": "Grishman", |
| "suffix": "" |
| }, |
| { |
| "first": "John", |
| "middle": [], |
| "last": "Sterling", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "Proceedings of the ARPA Human Language Technology Workshop (HLT-93)", |
| "volume": "", |
| "issue": "", |
| "pages": "254--259", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Grishman, Ralph and John Sterling. 1993. Smoothing of automatically generated selectional constraints. In Proceedings of the ARPA Human Language Technology Workshop (HLT-93), pages 254-259, Plainsboro, NJ.", |
| "links": null |
| }, |
| "BIBREF40": { |
| "ref_id": "b40", |
| "title": "Measurement of similarity between nouns", |
| "authors": [ |
| { |
| "first": "Kenneth", |
| "middle": [ |
| "E" |
| ], |
| "last": "Harper", |
| "suffix": "" |
| } |
| ], |
| "year": 1965, |
| "venue": "Proceedings of the 1965 International Conference on Computational Linguistics (COLING-65)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Harper, Kenneth E. 1965. Measurement of similarity between nouns. In Proceedings of the 1965 International Conference on Computational Linguistics (COLING-65), New York, NY.", |
| "links": null |
| }, |
| "BIBREF41": { |
| "ref_id": "b41", |
| "title": "Distributional structure. Word", |
| "authors": [ |
| { |
| "first": "Zellig", |
| "middle": [], |
| "last": "Harris", |
| "suffix": "" |
| } |
| ], |
| "year": 1954, |
| "venue": "", |
| "volume": "10", |
| "issue": "", |
| "pages": "146--162", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Harris, Zellig. 1954. Distributional structure. Word, 10(23):146-162.", |
| "links": null |
| }, |
| "BIBREF42": { |
| "ref_id": "b42", |
| "title": "Parameter estimation for text analysis", |
| "authors": [ |
| { |
| "first": "Gregor", |
| "middle": [], |
| "last": "Heinrich", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Heinrich, Gregor. 2009. Parameter estimation for text analysis. Technical report, Fraunhofer IGD.", |
| "links": null |
| }, |
| "BIBREF43": { |
| "ref_id": "b43", |
| "title": "Training products of experts by minimizing contrastive divergence", |
| "authors": [ |
| { |
| "first": "Geoffrey", |
| "middle": [ |
| "E" |
| ], |
| "last": "Hinton", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Neural Computation", |
| "volume": "14", |
| "issue": "8", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hinton, Geoffrey E. 2002. Training products of experts by minimizing contrastive divergence. Neural Computation, 14(8):1,771-1,800.", |
| "links": null |
| }, |
| "BIBREF44": { |
| "ref_id": "b44", |
| "title": "The stucture of a semantic theory", |
| "authors": [ |
| { |
| "first": "Jerrold", |
| "middle": [ |
| "J" |
| ], |
| "last": "Katz", |
| "suffix": "" |
| }, |
| { |
| "first": "Jerry", |
| "middle": [ |
| "A" |
| ], |
| "last": "Fodor", |
| "suffix": "" |
| } |
| ], |
| "year": 1963, |
| "venue": "Language", |
| "volume": "39", |
| "issue": "2", |
| "pages": "170--210", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Katz, Jerrold J. and Jerry A. Fodor. 1963. The stucture of a semantic theory. Language, 39(2):170-210.", |
| "links": null |
| }, |
| "BIBREF45": { |
| "ref_id": "b45", |
| "title": "Using the Web to obtain frequencies for unseen bigrams", |
| "authors": [ |
| { |
| "first": "Frank", |
| "middle": [], |
| "last": "Keller", |
| "suffix": "" |
| }, |
| { |
| "first": "Mirella", |
| "middle": [], |
| "last": "Lapata", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "Computational Linguistics", |
| "volume": "29", |
| "issue": "3", |
| "pages": "459--484", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Keller, Frank and Mirella Lapata. 2003. Using the Web to obtain frequencies for unseen bigrams. Computational Linguistics, 29(3):459-484.", |
| "links": null |
| }, |
| "BIBREF46": { |
| "ref_id": "b46", |
| "title": "Property of average precision and its generalization: An examination of evaluation indicator for information retrieval experiments", |
| "authors": [ |
| { |
| "first": "Kazuaki", |
| "middle": [], |
| "last": "Kishida", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kishida, Kazuaki. 2005. Property of average precision and its generalization: An examination of evaluation indicator for information retrieval experiments. Technical Report NII-2005-014E, National Institute of Informatics, Tokyo, Japan.", |
| "links": null |
| }, |
| "BIBREF47": { |
| "ref_id": "b47", |
| "title": "Measures of distributional similarity", |
| "authors": [ |
| { |
| "first": "Lillian", |
| "middle": [], |
| "last": "Lee", |
| "suffix": "" |
| } |
| ], |
| "year": 1999, |
| "venue": "Proceedings of the 37th Annual Meeting of the Association for Computational Linguistics (ACL-99)", |
| "volume": "", |
| "issue": "", |
| "pages": "25--32", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Lee, Lillian. 1999. Measures of distributional similarity. In Proceedings of the 37th Annual Meeting of the Association for Computational Linguistics (ACL-99), pages 25-32, College Park, MD.", |
| "links": null |
| }, |
| "BIBREF48": { |
| "ref_id": "b48", |
| "title": "Generalizing case frames using a thesaurus and the MDL principle", |
| "authors": [ |
| { |
| "first": "Hang", |
| "middle": [], |
| "last": "Li", |
| "suffix": "" |
| }, |
| { |
| "first": "Naoki", |
| "middle": [], |
| "last": "Abe", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "Computational Linguistics", |
| "volume": "24", |
| "issue": "2", |
| "pages": "217--244", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Li, Hang and Naoki Abe. 1998. Generalizing case frames using a thesaurus and the MDL principle. Computational Linguistics, 24(2):217-244.", |
| "links": null |
| }, |
| "BIBREF49": { |
| "ref_id": "b49", |
| "title": "The infinite PCFG using hierarchical Dirichlet processes", |
| "authors": [ |
| { |
| "first": "Percy", |
| "middle": [], |
| "last": "Liang", |
| "suffix": "" |
| }, |
| { |
| "first": "Slav", |
| "middle": [], |
| "last": "Petrov", |
| "suffix": "" |
| }, |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Jordan", |
| "suffix": "" |
| }, |
| { |
| "first": "Dan", |
| "middle": [], |
| "last": "Klein", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proceedings of the 2007 Conference on Empirical Methods in Natural Language Processing (EMNLP-07)", |
| "volume": "", |
| "issue": "", |
| "pages": "688--697", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Liang, Percy, Slav Petrov, Michael Jordan, and Dan Klein. 2007. The infinite PCFG using hierarchical Dirichlet processes. In Proceedings of the 2007 Conference on Empirical Methods in Natural Language Processing (EMNLP-07), pages 688-697, Prague.", |
| "links": null |
| }, |
| "BIBREF50": { |
| "ref_id": "b50", |
| "title": "Disambiguating nouns, verbs and adjectives using automatically acquired selectional preferences", |
| "authors": [ |
| { |
| "first": "Diana", |
| "middle": [], |
| "last": "Mccarthy", |
| "suffix": "" |
| }, |
| { |
| "first": "John", |
| "middle": [], |
| "last": "Carroll", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "Computational Linguistics", |
| "volume": "29", |
| "issue": "4", |
| "pages": "639--654", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "McCarthy, Diana and John Carroll. 2003. Disambiguating nouns, verbs and adjectives using automatically acquired selectional preferences. Computational Linguistics, 29(4):639-654.", |
| "links": null |
| }, |
| "BIBREF51": { |
| "ref_id": "b51", |
| "title": "The English lexical substitution task. Language Resources and Evaluation", |
| "authors": [ |
| { |
| "first": "Diana", |
| "middle": [], |
| "last": "Mccarthy", |
| "suffix": "" |
| }, |
| { |
| "first": "Roberto", |
| "middle": [], |
| "last": "Navigli", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "", |
| "volume": "43", |
| "issue": "", |
| "pages": "139--159", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "McCarthy, Diana and Roberto Navigli. 2009. The English lexical substitution task. Language Resources and Evaluation, 43(2):139-159.", |
| "links": null |
| }, |
| "BIBREF52": { |
| "ref_id": "b52", |
| "title": "Detecting compositionality of verb-object combinations using selectional preferences", |
| "authors": [ |
| { |
| "first": "Diana", |
| "middle": [], |
| "last": "Mccarthy", |
| "suffix": "" |
| }, |
| { |
| "first": "Sriram", |
| "middle": [], |
| "last": "Venkatapathy", |
| "suffix": "" |
| }, |
| { |
| "first": "Aravind", |
| "middle": [ |
| "K" |
| ], |
| "last": "Joshi", |
| "suffix": "" |
| } |
| ], |
| "year": 1992, |
| "venue": "Proceedings of the 2007 Joint Conference on Empirical Methods in Natural Language Processing and Computational Natural Language Learning (EMNLP-CoNLL-07)", |
| "volume": "111", |
| "issue": "", |
| "pages": "172--175", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "McCarthy, Diana, Sriram Venkatapathy, and Aravind K. Joshi. 2007. Detecting compositionality of verb-object combinations using selectional preferences. In Proceedings of the 2007 Joint Conference on Empirical Methods in Natural Language Processing and Computational Natural Language Learning (EMNLP-CoNLL-07), pages 369-379, Prague. Meng, Xiao-Li, Robert Rosenthal, and Donald B. Rubin. 1992. Comparing correlated correlation coefficients. Psychological Bulletin, 111(1):172-175.", |
| "links": null |
| }, |
| "BIBREF53": { |
| "ref_id": "b53", |
| "title": "Estimating a Dirichlet distribution", |
| "authors": [ |
| { |
| "first": "Thomas", |
| "middle": [ |
| "P" |
| ], |
| "last": "Minka", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Minka, Thomas P. 2003. Estimating a Dirichlet distribution. Available at http://research.microsoft.com/en-us/ um/people/minka/papers/dirichlet/.", |
| "links": null |
| }, |
| "BIBREF54": { |
| "ref_id": "b54", |
| "title": "Vector-based models of semantic composition", |
| "authors": [ |
| { |
| "first": "Jeff", |
| "middle": [], |
| "last": "Mitchell", |
| "suffix": "" |
| }, |
| { |
| "first": "Mirella", |
| "middle": [], |
| "last": "Lapata", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proceedings of the 46th Annual Meeting of the Association for Computational Linguistics (ACL-08)", |
| "volume": "", |
| "issue": "", |
| "pages": "236--244", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Mitchell, Jeff and Mirella Lapata. 2008. Vector-based models of semantic composition. In Proceedings of the 46th Annual Meeting of the Association for Computational Linguistics (ACL-08), pages 236-244, Columbus, OH.", |
| "links": null |
| }, |
| "BIBREF55": { |
| "ref_id": "b55", |
| "title": "Composition in distributional models of semantics", |
| "authors": [ |
| { |
| "first": "Jeff", |
| "middle": [], |
| "last": "Mitchell", |
| "suffix": "" |
| }, |
| { |
| "first": "Mirella", |
| "middle": [], |
| "last": "Lapata", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Cognitive Science", |
| "volume": "34", |
| "issue": "8", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Mitchell, Jeff and Mirella Lapata. 2010. Composition in distributional models of semantics. Cognitive Science, 34(8):1,388-1,429.", |
| "links": null |
| }, |
| "BIBREF56": { |
| "ref_id": "b56", |
| "title": "Crouching Dirichlet, hidden Markov model: Unsupervised POS tagging with context local tag generation", |
| "authors": [ |
| { |
| "first": "Taesun", |
| "middle": [], |
| "last": "Moon", |
| "suffix": "" |
| }, |
| { |
| "first": "Katrin", |
| "middle": [], |
| "last": "Erk", |
| "suffix": "" |
| }, |
| { |
| "first": "Jason", |
| "middle": [], |
| "last": "Baldridge", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of the 2010 Conference on Empirical Methods in Natural Language Processing (EMNLP-10)", |
| "volume": "", |
| "issue": "", |
| "pages": "196--206", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Moon, Taesun, Katrin Erk, and Jason Baldridge. 2010. Crouching Dirichlet, hidden Markov model: Unsupervised POS tagging with context local tag generation. In Proceedings of the 2010 Conference on Empirical Methods in Natural Language Processing (EMNLP-10), pages 196-206, Cambridge, MA.", |
| "links": null |
| }, |
| "BIBREF57": { |
| "ref_id": "b57", |
| "title": "Latent variable models of selectional preference", |
| "authors": [ |
| { |
| "first": "", |
| "middle": [], |
| "last": "O S\u00e9aghdha", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Diarmuid", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of the 48th Annual Meeting of the Association for Computational Linguistics (ACL-10)", |
| "volume": "", |
| "issue": "", |
| "pages": "435--444", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "O S\u00e9aghdha, Diarmuid. 2010. Latent variable models of selectional preference. In Proceedings of the 48th Annual Meeting of the Association for Computational Linguistics (ACL-10), pages 435-444, Uppsala.", |
| "links": null |
| }, |
| "BIBREF58": { |
| "ref_id": "b58", |
| "title": "Semantic classification with distributional kernels", |
| "authors": [ |
| { |
| "first": "O", |
| "middle": [], |
| "last": "S\u00e9aghdha", |
| "suffix": "" |
| }, |
| { |
| "first": "Diarmuid", |
| "middle": [], |
| "last": "", |
| "suffix": "" |
| }, |
| { |
| "first": "Ann", |
| "middle": [], |
| "last": "Copestake", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proceedings of the 22nd International Conference on Computational Linguistics (COLING-08)", |
| "volume": "", |
| "issue": "", |
| "pages": "649--655", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "O S\u00e9aghdha, Diarmuid and Ann Copestake. 2008. Semantic classification with distributional kernels. In Proceedings of the 22nd International Conference on Computational Linguistics (COLING-08), pages 649-655, Manchester.", |
| "links": null |
| }, |
| "BIBREF59": { |
| "ref_id": "b59", |
| "title": "Probabilistic models of similarity in syntactic context", |
| "authors": [ |
| { |
| "first": "O", |
| "middle": [], |
| "last": "S\u00e9aghdha", |
| "suffix": "" |
| }, |
| { |
| "first": "Diarmuid", |
| "middle": [], |
| "last": "", |
| "suffix": "" |
| }, |
| { |
| "first": "Anna", |
| "middle": [], |
| "last": "Korhonen", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proceedings of the 2011 Conference on Empirical Methods in Natural Language Processing (EMNLP-11)", |
| "volume": "1", |
| "issue": "", |
| "pages": "47--48", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "O S\u00e9aghdha, Diarmuid and Anna Korhonen. 2011. Probabilistic models of similarity in syntactic context. In Proceedings of the 2011 Conference on Empirical Methods in Natural Language Processing (EMNLP-11), pages 1,047-1,057, Edinburgh.", |
| "links": null |
| }, |
| "BIBREF60": { |
| "ref_id": "b60", |
| "title": "Modelling selectional preferences in a lexical hierarchy", |
| "authors": [ |
| { |
| "first": "O", |
| "middle": [], |
| "last": "S\u00e9aghdha", |
| "suffix": "" |
| }, |
| { |
| "first": "Diarmuid", |
| "middle": [], |
| "last": "", |
| "suffix": "" |
| }, |
| { |
| "first": "Anna", |
| "middle": [], |
| "last": "Korhonen", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Proceedings of the 1st Joint Conference on Lexical and Computational Semantics (*SEM-12)", |
| "volume": "", |
| "issue": "", |
| "pages": "170--179", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "O S\u00e9aghdha, Diarmuid and Anna Korhonen. 2012. Modelling selectional preferences in a lexical hierarchy. In Proceedings of the 1st Joint Conference on Lexical and Computational Semantics (*SEM-12), pages 170-179, Montreal.", |
| "links": null |
| }, |
| "BIBREF61": { |
| "ref_id": "b61", |
| "title": "Dependency-based construction of semantic space models", |
| "authors": [ |
| { |
| "first": "Sebastian", |
| "middle": [], |
| "last": "Pad\u00f3", |
| "suffix": "" |
| }, |
| { |
| "first": "Mirella", |
| "middle": [], |
| "last": "Lapata", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Computational Linguistics", |
| "volume": "33", |
| "issue": "2", |
| "pages": "161--199", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Pad\u00f3, Sebastian and Mirella Lapata. 2007. Dependency-based construction of semantic space models. Computational Linguistics, 33(2):161-199.", |
| "links": null |
| }, |
| "BIBREF62": { |
| "ref_id": "b62", |
| "title": "ISP: Learning inferential selectional preferences", |
| "authors": [ |
| { |
| "first": "Patrick", |
| "middle": [], |
| "last": "Pantel", |
| "suffix": "" |
| }, |
| { |
| "first": "Rahul", |
| "middle": [], |
| "last": "Bhagat", |
| "suffix": "" |
| }, |
| { |
| "first": "Bonaventura", |
| "middle": [], |
| "last": "Coppola", |
| "suffix": "" |
| }, |
| { |
| "first": "Timothy", |
| "middle": [], |
| "last": "Chklovski", |
| "suffix": "" |
| }, |
| { |
| "first": "Eduard", |
| "middle": [], |
| "last": "Hovy", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proceedings of NAACL-07", |
| "volume": "", |
| "issue": "", |
| "pages": "564--571", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Pantel, Patrick, Rahul Bhagat, Bonaventura Coppola, Timothy Chklovski, and Eduard Hovy. 2007. ISP: Learning inferential selectional preferences. In Proceedings of NAACL-07, pages 564-571, Rochester, NY.", |
| "links": null |
| }, |
| "BIBREF63": { |
| "ref_id": "b63", |
| "title": "Distributional clustering of English words", |
| "authors": [ |
| { |
| "first": "Fernando", |
| "middle": [], |
| "last": "Pereira", |
| "suffix": "" |
| }, |
| { |
| "first": "Naftali", |
| "middle": [], |
| "last": "Tishby", |
| "suffix": "" |
| }, |
| { |
| "first": "Lillian", |
| "middle": [], |
| "last": "Lee", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "Proceedings of the 31st Annual Meeting of the Association for Computational Linguistics (ACL-93)", |
| "volume": "", |
| "issue": "", |
| "pages": "183--190", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Pereira, Fernando, Naftali Tishby, and Lillian Lee. 1993. Distributional clustering of English words. In Proceedings of the 31st Annual Meeting of the Association for Computational Linguistics (ACL-93), pages 183-190, Columbus, OH.", |
| "links": null |
| }, |
| "BIBREF64": { |
| "ref_id": "b64", |
| "title": "Learning accurate, compact, and interpretable tree annotation", |
| "authors": [ |
| { |
| "first": "Slav", |
| "middle": [], |
| "last": "Petrov", |
| "suffix": "" |
| }, |
| { |
| "first": "Leon", |
| "middle": [], |
| "last": "Barrett", |
| "suffix": "" |
| }, |
| { |
| "first": "Romain", |
| "middle": [], |
| "last": "Thibaux", |
| "suffix": "" |
| }, |
| { |
| "first": "Dan", |
| "middle": [], |
| "last": "Klein", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of the 21st International Conference on Computational Linguistics and 44th Annual Meeting of the Association for Computational Linguistics (COLING-ACL-06)", |
| "volume": "", |
| "issue": "", |
| "pages": "433--440", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Petrov, Slav, Leon Barrett, Romain Thibaux, and Dan Klein. 2006. Learning accurate, compact, and interpretable tree annotation. In Proceedings of the 21st International Conference on Computational Linguistics and 44th Annual Meeting of the Association for Computational Linguistics (COLING-ACL-06), pages 433-440, Sydney.", |
| "links": null |
| }, |
| "BIBREF65": { |
| "ref_id": "b65", |
| "title": "The effect of plausibility on eye movements in reading", |
| "authors": [ |
| { |
| "first": "Keith", |
| "middle": [], |
| "last": "Rayner", |
| "suffix": "" |
| }, |
| { |
| "first": "Tessa", |
| "middle": [], |
| "last": "Warren", |
| "suffix": "" |
| }, |
| { |
| "first": "Barbara", |
| "middle": [ |
| "J" |
| ], |
| "last": "Juhasz", |
| "suffix": "" |
| }, |
| { |
| "first": "Simon", |
| "middle": [ |
| "P" |
| ], |
| "last": "Liversedge", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Journal of Experimental Psychology: Learning Memory and Cognition", |
| "volume": "30", |
| "issue": "6", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Rayner, Keith, Tessa Warren, Barbara J. Juhasz, and Simon P. Liversedge. 2004. The effect of plausibility on eye movements in reading. Journal of Experimental Psychology: Learning Memory and Cognition, 30(6):1,290-1,301.", |
| "links": null |
| }, |
| "BIBREF66": { |
| "ref_id": "b66", |
| "title": "A mixture model with sharing for lexical semantics", |
| "authors": [ |
| { |
| "first": "Joseph", |
| "middle": [], |
| "last": "Reisinger", |
| "suffix": "" |
| }, |
| { |
| "first": "Raymond", |
| "middle": [], |
| "last": "Mooney ; Cambridge", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [ |
| "A" |
| ], |
| "last": "Reisinger", |
| "suffix": "" |
| }, |
| { |
| "first": "Joseph", |
| "middle": [], |
| "last": "", |
| "suffix": "" |
| }, |
| { |
| "first": "Raymond", |
| "middle": [], |
| "last": "Mooney", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of the 2010 Conference on Empirical Methods in Natural Language Processing (EMNLP-10)", |
| "volume": "1", |
| "issue": "", |
| "pages": "405--406", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Reisinger, Joseph and Raymond Mooney. 2010. A mixture model with sharing for lexical semantics. In Proceedings of the 2010 Conference on Empirical Methods in Natural Language Processing (EMNLP-10), pages 1,173-1,182, Cambridge, MA. Reisinger, Joseph and Raymond Mooney. 2011. Cross-cutting models of lexical semantics. In Proceedings of the 2011 Conference on Empirical Methods in Natural Language Processing (EMNLP-11), pages 1,405-1,415, Edinburgh.", |
| "links": null |
| }, |
| "BIBREF67": { |
| "ref_id": "b67", |
| "title": "Selection and Information: A Class-Based Approach to Lexical Relationships", |
| "authors": [ |
| { |
| "first": "Philip", |
| "middle": [], |
| "last": "Resnik", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Resnik, Philip. 1993. Selection and Information: A Class-Based Approach to Lexical Relationships. Ph.D. thesis, University of Pennsylvania.", |
| "links": null |
| }, |
| "BIBREF68": { |
| "ref_id": "b68", |
| "title": "A latent Dirichlet allocation method for selectional preferences", |
| "authors": [ |
| { |
| "first": "Alan", |
| "middle": [], |
| "last": "Ritter", |
| "suffix": "" |
| }, |
| { |
| "first": "Mausam", |
| "middle": [], |
| "last": "", |
| "suffix": "" |
| }, |
| { |
| "first": "Oren", |
| "middle": [ |
| "Etzioni" |
| ], |
| "last": "", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of the 48th Annual Meeting of the Association for Computational Linguistics (ACL-10)", |
| "volume": "", |
| "issue": "", |
| "pages": "424--434", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ritter, Alan, Mausam, and Oren Etzioni. 2010. A latent Dirichlet allocation method for selectional preferences. In Proceedings of the 48th Annual Meeting of the Association for Computational Linguistics (ACL-10), pages 424-434, Uppsala.", |
| "links": null |
| }, |
| "BIBREF69": { |
| "ref_id": "b69", |
| "title": "Inducing a semantically annotated lexicon via EM-based clustering", |
| "authors": [ |
| { |
| "first": "Mats", |
| "middle": [], |
| "last": "Rooth", |
| "suffix": "" |
| }, |
| { |
| "first": "Stefan", |
| "middle": [], |
| "last": "Riezler", |
| "suffix": "" |
| }, |
| { |
| "first": "Detlef", |
| "middle": [], |
| "last": "Prescher", |
| "suffix": "" |
| }, |
| { |
| "first": "Glenn", |
| "middle": [], |
| "last": "Carroll", |
| "suffix": "" |
| }, |
| { |
| "first": "Franz", |
| "middle": [], |
| "last": "Beil", |
| "suffix": "" |
| } |
| ], |
| "year": 1999, |
| "venue": "Proceedings of the 37th Annual Meeting of the Association for Computational Linguistics (ACL-99)", |
| "volume": "", |
| "issue": "", |
| "pages": "104--111", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Rooth, Mats, Stefan Riezler, Detlef Prescher, Glenn Carroll, and Franz Beil. 1999. Inducing a semantically annotated lexicon via EM-based clustering. In Proceedings of the 37th Annual Meeting of the Association for Computational Linguistics (ACL-99), pages 104-111, College Park, MD.", |
| "links": null |
| }, |
| "BIBREF70": { |
| "ref_id": "b70", |
| "title": "An Inquiry into Meaning and Truth", |
| "authors": [ |
| { |
| "first": "Bertrand", |
| "middle": [], |
| "last": "Russell", |
| "suffix": "" |
| } |
| ], |
| "year": 1940, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Russell, Bertrand. 1940. An Inquiry into Meaning and Truth. George Allen and Unwin, London.", |
| "links": null |
| }, |
| "BIBREF71": { |
| "ref_id": "b71", |
| "title": "Combining EM training and the MDL principle for an automatic verb classification incorporating selectional preferences", |
| "authors": [ |
| { |
| "first": "Sabine", |
| "middle": [], |
| "last": "Schulte Im Walde", |
| "suffix": "" |
| }, |
| { |
| "first": "Christian", |
| "middle": [], |
| "last": "Hying", |
| "suffix": "" |
| }, |
| { |
| "first": "Christian", |
| "middle": [], |
| "last": "Scheible", |
| "suffix": "" |
| }, |
| { |
| "first": "Helmut", |
| "middle": [], |
| "last": "Schmid", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proceedings of Human Language Technologies: The 2010 Annual Conference of the North American Chapter of the Association for Computational Linguistics (NAACL-HLT-10)", |
| "volume": "1", |
| "issue": "", |
| "pages": "29--30", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Schulte im Walde, Sabine, Christian Hying, Christian Scheible, and Helmut Schmid. 2008. Combining EM training and the MDL principle for an automatic verb classification incorporating selectional preferences. In Proceedings of ACL-08: HLT, pages 496-504, Columbus, OH. Shutova, Ekaterina. 2010. Automatic metaphor interpretation as a paraphrasing task. In Proceedings of Human Language Technologies: The 2010 Annual Conference of the North American Chapter of the Association for Computational Linguistics (NAACL-HLT-10), pages 1,029-1,037, Los Angeles, CA.", |
| "links": null |
| }, |
| "BIBREF72": { |
| "ref_id": "b72", |
| "title": "Dynamic pooling and unfolding recursive autoencoders for paraphrase detection", |
| "authors": [ |
| { |
| "first": "Richard", |
| "middle": [], |
| "last": "Socher", |
| "suffix": "" |
| }, |
| { |
| "first": "Eric", |
| "middle": [ |
| "H" |
| ], |
| "last": "Huang", |
| "suffix": "" |
| }, |
| { |
| "first": "Jeffrey", |
| "middle": [], |
| "last": "Pennington", |
| "suffix": "" |
| }, |
| { |
| "first": "Andrew", |
| "middle": [ |
| "Y" |
| ], |
| "last": "Ng", |
| "suffix": "" |
| }, |
| { |
| "first": "Christopher", |
| "middle": [ |
| "D" |
| ], |
| "last": "Manning", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proceedings of the 25th Annual Conference on Neural Information Processing Systems (NIPS-11)", |
| "volume": "", |
| "issue": "", |
| "pages": "801--809", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Socher, Richard, Eric H. Huang, Jeffrey Pennington, Andrew Y. Ng, and Christopher D. Manning. 2011. Dynamic pooling and unfolding recursive autoencoders for paraphrase detection. In Proceedings of the 25th Annual Conference on Neural Information Processing Systems (NIPS-11), pages 801-809, Granada.", |
| "links": null |
| }, |
| "BIBREF73": { |
| "ref_id": "b73", |
| "title": "Synonymy and Semantic Classification", |
| "authors": [ |
| { |
| "first": "Sp\u00e4rck", |
| "middle": [], |
| "last": "Jones", |
| "suffix": "" |
| }, |
| { |
| "first": "Karen", |
| "middle": [], |
| "last": "", |
| "suffix": "" |
| } |
| ], |
| "year": 1964, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Sp\u00e4rck Jones, Karen. 1964. Synonymy and Semantic Classification. Ph.D. thesis, University of Cambridge.", |
| "links": null |
| }, |
| "BIBREF74": { |
| "ref_id": "b74", |
| "title": "A hierarchical Bayesian language model based on Pitman-Yor processes", |
| "authors": [ |
| { |
| "first": "Yee", |
| "middle": [], |
| "last": "Teh", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Whye", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of the 21st International Conference on Computational Linguistics and 44th Annual Meeting of the Association for Computational Linguistics (COLING-ACL-06)", |
| "volume": "", |
| "issue": "", |
| "pages": "985--992", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Teh, Yee Whye. 2006. A hierarchical Bayesian language model based on Pitman-Yor processes. In Proceedings of the 21st International Conference on Computational Linguistics and 44th Annual Meeting of the Association for Computational Linguistics (COLING-ACL-06), pages 985-992, Sydney.", |
| "links": null |
| }, |
| "BIBREF75": { |
| "ref_id": "b75", |
| "title": "Contextualizing semantic representations using syntactically enriched vector models", |
| "authors": [ |
| { |
| "first": "Stefan", |
| "middle": [], |
| "last": "Thater", |
| "suffix": "" |
| }, |
| { |
| "first": "Hagen", |
| "middle": [], |
| "last": "F\u00fcrstenau", |
| "suffix": "" |
| }, |
| { |
| "first": "Manfred", |
| "middle": [], |
| "last": "Pinkal", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of the 48th Annual Meeting of the Association for Computational Linguistics (ACL-10)", |
| "volume": "", |
| "issue": "", |
| "pages": "948--957", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Thater, Stefan, Hagen F\u00fcrstenau, and Manfred Pinkal. 2010. Contextualizing semantic representations using syntactically enriched vector models. In Proceedings of the 48th Annual Meeting of the Association for Computational Linguistics (ACL-10), pages 948-957, Uppsala.", |
| "links": null |
| }, |
| "BIBREF76": { |
| "ref_id": "b76", |
| "title": "Word meaning in context: A simple and effective vector model", |
| "authors": [ |
| { |
| "first": "Stefan", |
| "middle": [], |
| "last": "Thater", |
| "suffix": "" |
| }, |
| { |
| "first": "Hagen", |
| "middle": [], |
| "last": "F\u00fcrstenau", |
| "suffix": "" |
| }, |
| { |
| "first": "Manfred", |
| "middle": [], |
| "last": "Pinkal", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proceedings of the 5th International Joint Conference on Natural Language Processing (IJCNLP-11)", |
| "volume": "1", |
| "issue": "", |
| "pages": "134--135", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Thater, Stefan, Hagen F\u00fcrstenau, and Manfred Pinkal. 2011. Word meaning in context: A simple and effective vector model. In Proceedings of the 5th International Joint Conference on Natural Language Processing (IJCNLP-11), pages 1,134-1,143, Hyderabad.", |
| "links": null |
| }, |
| "BIBREF77": { |
| "ref_id": "b77", |
| "title": "A Bayesian model for unsupervised semantic parsing", |
| "authors": [ |
| { |
| "first": "Ivan", |
| "middle": [], |
| "last": "Titov", |
| "suffix": "" |
| }, |
| { |
| "first": "Alexandre", |
| "middle": [], |
| "last": "Klementiev", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics", |
| "volume": "1", |
| "issue": "", |
| "pages": "445--446", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Titov, Ivan and Alexandre Klementiev. 2011. A Bayesian model for unsupervised semantic parsing. In Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics, pages 1,445-1,455, Portland, OR.", |
| "links": null |
| }, |
| "BIBREF78": { |
| "ref_id": "b78", |
| "title": "Domain and function: A dual-space model of semantic relations and compositions", |
| "authors": [ |
| { |
| "first": "Peter", |
| "middle": [ |
| "D" |
| ], |
| "last": "Turney", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Journal of Artificial Intelligence Research", |
| "volume": "44", |
| "issue": "", |
| "pages": "533--585", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Turney, Peter D. 2012. Domain and function: A dual-space model of semantic relations and compositions. Journal of Artificial Intelligence Research, 44:533-585.", |
| "links": null |
| }, |
| "BIBREF79": { |
| "ref_id": "b79", |
| "title": "From frequency to meaning: Vector space models of semantics", |
| "authors": [ |
| { |
| "first": "Peter", |
| "middle": [ |
| "D" |
| ], |
| "last": "Turney", |
| "suffix": "" |
| }, |
| { |
| "first": "Patrick", |
| "middle": [], |
| "last": "Pantel", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Journal of Artificial Intelligence Research", |
| "volume": "37", |
| "issue": "", |
| "pages": "141--188", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Turney, Peter D. and Patrick Pantel. 2010. From frequency to meaning: Vector space models of semantics. Journal of Artificial Intelligence Research, 37:141-188.", |
| "links": null |
| }, |
| "BIBREF80": { |
| "ref_id": "b80", |
| "title": "Unsupervised and constrained Dirichlet process mixture models for verb clustering", |
| "authors": [ |
| { |
| "first": "Andreas", |
| "middle": [], |
| "last": "Vlachos", |
| "suffix": "" |
| }, |
| { |
| "first": "Anna", |
| "middle": [], |
| "last": "Korhonen", |
| "suffix": "" |
| }, |
| { |
| "first": "Zoubin", |
| "middle": [], |
| "last": "Ghahramani", |
| "suffix": "" |
| }, |
| { |
| "first": ";", |
| "middle": [], |
| "last": "Athens", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Wallach", |
| "suffix": "" |
| }, |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Hanna", |
| "suffix": "" |
| }, |
| { |
| "first": "Andrew", |
| "middle": [], |
| "last": "Mimno", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Mccallum", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of the EACL-09 Workshop on Geometrical Models of Natural Language Semantics (GEMS-09)", |
| "volume": "1", |
| "issue": "", |
| "pages": "977--984", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Vlachos, Andreas, Anna Korhonen, and Zoubin Ghahramani. 2009. Unsupervised and constrained Dirichlet process mixture models for verb clustering. In Proceedings of the EACL-09 Workshop on Geometrical Models of Natural Language Semantics (GEMS-09), pages 74-82, Athens. Wallach, Hanna, David Mimno, and Andrew McCallum. 2009. Rethinking LDA: Why priors matter. In Proceedings of the 23rd Annual Conference on Neural Information Processing Systems(NIPS-09), pages 1,973-1,981, Vancouver. Wallach, Hanna M. 2006. Topic modeling: Beyond bag-of-words. In Proceedings of the 23rd International Conference on Machine Learning (ICML-06), pages 977-984, Pittsburgh, PA.", |
| "links": null |
| }, |
| "BIBREF81": { |
| "ref_id": "b81", |
| "title": "Structured topic models for language", |
| "authors": [ |
| { |
| "first": "Hanna", |
| "middle": [ |
| "M" |
| ], |
| "last": "Wallach", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Wallach, Hanna M. 2008. Structured topic models for language. Ph.D. thesis, University of Cambridge.", |
| "links": null |
| }, |
| "BIBREF82": { |
| "ref_id": "b82", |
| "title": "Co-occurrence retrieval: A flexible framework for lexical distributional similarity", |
| "authors": [ |
| { |
| "first": "Julie", |
| "middle": [], |
| "last": "Weeds", |
| "suffix": "" |
| }, |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Weir", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Computational Linguistics", |
| "volume": "31", |
| "issue": "4", |
| "pages": "439--476", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Weeds, Julie and David Weir. 2005. Co-occurrence retrieval: A flexible framework for lexical distributional similarity. Computational Linguistics, 31(4):439-476.", |
| "links": null |
| }, |
| "BIBREF83": { |
| "ref_id": "b83", |
| "title": "Making preferences more active", |
| "authors": [ |
| { |
| "first": "Yorick", |
| "middle": [], |
| "last": "Wilks", |
| "suffix": "" |
| } |
| ], |
| "year": 1978, |
| "venue": "Artificial Intelligence", |
| "volume": "11", |
| "issue": "", |
| "pages": "197--225", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Wilks, Yorick. 1978. Making preferences more active. Artificial Intelligence, 11:197-225.", |
| "links": null |
| }, |
| "BIBREF84": { |
| "ref_id": "b84", |
| "title": "Structured relation discovery using generative models", |
| "authors": [ |
| { |
| "first": "Limin", |
| "middle": [], |
| "last": "Yao", |
| "suffix": "" |
| }, |
| { |
| "first": "Aria", |
| "middle": [], |
| "last": "Haghighi", |
| "suffix": "" |
| }, |
| { |
| "first": "Sebastian", |
| "middle": [], |
| "last": "Riedel", |
| "suffix": "" |
| }, |
| { |
| "first": "Andrew", |
| "middle": [], |
| "last": "Mccallum", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proceedings of EMNLP-11", |
| "volume": "1", |
| "issue": "", |
| "pages": "456--457", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yao, Limin, Aria Haghighi, Sebastian Riedel, and Andrew McCallum. 2011. Structured relation discovery using generative models. In Proceedings of EMNLP-11, pages 1,456-1,466, Edinburgh.", |
| "links": null |
| }, |
| "BIBREF85": { |
| "ref_id": "b85", |
| "title": "Efficient methods for topic model inference on streaming document collections", |
| "authors": [ |
| { |
| "first": "Limin", |
| "middle": [], |
| "last": "Yao", |
| "suffix": "" |
| }, |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Mimno", |
| "suffix": "" |
| }, |
| { |
| "first": "Andrew", |
| "middle": [], |
| "last": "Mccallum", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Proceedings of the 15th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining (KDD-09)", |
| "volume": "", |
| "issue": "", |
| "pages": "937--946", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yao, Limin, David Mimno, and Andrew McCallum. 2009. Efficient methods for topic model inference on streaming document collections. In Proceedings of the 15th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining (KDD-09), pages 937-946, Paris.", |
| "links": null |
| }, |
| "BIBREF86": { |
| "ref_id": "b86", |
| "title": "More accurate tests for the statistical significance of result differences", |
| "authors": [ |
| { |
| "first": "Alexander", |
| "middle": [], |
| "last": "Yeh", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "Proceedings of the 18th Conference on Computational Linguistics (COLING-00)", |
| "volume": "", |
| "issue": "", |
| "pages": "947--953", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yeh, Alexander. 2000. More accurate tests for the statistical significance of result differences. In Proceedings of the 18th Conference on Computational Linguistics (COLING-00), pages 947-953, Saarbr\u00fccken.", |
| "links": null |
| }, |
| "BIBREF87": { |
| "ref_id": "b87", |
| "title": "Generalizing over lexical features: Selectional preferences for semantic role classification", |
| "authors": [ |
| { |
| "first": "Be\u00f1at", |
| "middle": [], |
| "last": "Zapirain", |
| "suffix": "" |
| }, |
| { |
| "first": "Eneko", |
| "middle": [], |
| "last": "Agirre", |
| "suffix": "" |
| }, |
| { |
| "first": "Llu\u00eds", |
| "middle": [], |
| "last": "M\u00e0rquez", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Proceedings of the Joint Conference of the 47th Annual Meeting of the ACL and the 4th International Joint Conference on Natural Language Processing of the AFNLP (ACL-IJCNLP-09)", |
| "volume": "", |
| "issue": "", |
| "pages": "73--76", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Zapirain, Be\u00f1at, Eneko Agirre, and Llu\u00eds M\u00e0rquez. 2009. Generalizing over lexical features: Selectional preferences for semantic role classification. In Proceedings of the Joint Conference of the 47th Annual Meeting of the ACL and the 4th International Joint Conference on Natural Language Processing of the AFNLP (ACL-IJCNLP-09), pages 73-76, Singapore. Zapirain, Be\u00f1at, Eneko Agirre, Llu\u00eds M\u00e0rquez, and Mihai Surdeanu. 2010. Improving semantic role classification with selectional preferences. In Proceedings of Human Language Technologies: The 2010", |
| "links": null |
| }, |
| "BIBREF88": { |
| "ref_id": "b88", |
| "title": "Annual Conference of the North American Chapter of the Association for Computational Linguistics (NAACL-HLT-10)", |
| "authors": [], |
| "year": null, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "373--376", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Annual Conference of the North American Chapter of the Association for Computational Linguistics (NAACL-HLT-10), pages 373-376, Los Angeles, CA.", |
| "links": null |
| }, |
| "BIBREF89": { |
| "ref_id": "b89", |
| "title": "Exploiting Web-derived selectional preference to improve statistical dependency parsing", |
| "authors": [ |
| { |
| "first": "Guangyou", |
| "middle": [], |
| "last": "Zhou", |
| "suffix": "" |
| }, |
| { |
| "first": "Jun", |
| "middle": [], |
| "last": "Zhao", |
| "suffix": "" |
| }, |
| { |
| "first": "Kang", |
| "middle": [], |
| "last": "Liu", |
| "suffix": "" |
| }, |
| { |
| "first": "Li", |
| "middle": [], |
| "last": "Cai", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proceedings of ACL-11", |
| "volume": "1", |
| "issue": "", |
| "pages": "556--557", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Zhou, Guangyou, Jun Zhao, Kang Liu, and Li Cai. 2011. Exploiting Web-derived selectional preference to improve statistical dependency parsing. In Proceedings of ACL-11, pages 1,556-1,565, Portland, OR.", |
| "links": null |
| }, |
| "BIBREF90": { |
| "ref_id": "b90", |
| "title": "Ambiguity tests and how to fail them", |
| "authors": [ |
| { |
| "first": "Arnold", |
| "middle": [ |
| "M" |
| ], |
| "last": "Zwicky", |
| "suffix": "" |
| }, |
| { |
| "first": "Jerrold", |
| "middle": [ |
| "M" |
| ], |
| "last": "Sadock", |
| "suffix": "" |
| } |
| ], |
| "year": 1975, |
| "venue": "Syntax and Semantics 4", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Zwicky, Arnold M. and Jerrold M. Sadock. 1975. Ambiguity tests and how to fail them. In John P. Kimball, editor, Syntax and Semantics 4. Academic Press, New York, NY.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "uris": null, |
| "num": null, |
| "text": "Figure 4 Dependency graph preprocessing.", |
| "type_str": "figure" |
| }, |
| "TABREF1": { |
| "type_str": "table", |
| "num": null, |
| "html": null, |
| "text": "Sample semantic classes learned by an LDA syntactic co-occurrence model with |Z| = 600 trained on BNC co-occurrences.Words: attack, raid, assault, campaign, operation, incident, bombing Object of: launch, carry, follow, suffer, lead, mount, plan, condemn Subject of: happen, come, begin, cause, continue, take, follow Modifies: raid, furnace, shelter, victim, rifle, warning, aircraft Modified by: heart, bomb, air, terrorist, indecent, latest, further, bombing Prepositional: on home, on house, by force, target for, hospital after, die after university, open, technical, city, education, state, technology Prepositional: student at, course at, study at, lecture at, year atClass 5Words: fund, reserve, eyebrow, revenue, awareness, conservation, alarm Object of: raise, set, use, provide, establish, allocate, administer, create Subject of: raise, rise, shoot, lift, help, remain, set, cover, hold Modifies: manager, asset, raiser, statement, management, commissioner Modified by: nature, pension, international, monetary, national, social, trust Prepositional: for nature, contribution to, for investment, for development", |
| "content": "<table><tr><td>Class 1</td><td/></tr><tr><td/><td>Words: line, axis, section, circle, path, track, arrow, curve</td></tr><tr><td/><td>Object of: draw, follow, cross, dot, break, trace, use, build, cut</td></tr><tr><td>Class 2</td><td>Subject of: divide, run, represent, follow, indicate, show, join, connect Modifies: manager, number, drawing, management, element, treatment</td></tr><tr><td/><td>Modified by: straight, railway, long, cell, main, front, production, product</td></tr><tr><td/><td>Prepositional: on map, by line, for year, line by, point on, in fig, angle to</td></tr><tr><td>Class 3</td><td/></tr></table>" |
| }, |
| "TABREF2": { |
| "type_str": "table", |
| "num": null, |
| "html": null, |
| "text": "Sample semantic classes learned by a Rooth-LDA model with |Z| = 100 trained on BNC verb-object co-occurrences.", |
| "content": "<table><tr><td/><td>Class 1</td><td colspan=\"2\">Class 2</td><td colspan=\"2\">Class 3</td><td>Class 4</td><td/></tr><tr><td>increase</td><td>cost</td><td>open</td><td>door</td><td>build</td><td>house</td><td>spend</td><td>time</td></tr><tr><td>reduce</td><td>number</td><td>close</td><td>eye</td><td>leave</td><td>building</td><td>work</td><td>day</td></tr><tr><td>cut</td><td>risk</td><td>shut</td><td>mouth</td><td>visit</td><td>home</td><td>wait</td><td>year</td></tr><tr><td colspan=\"2\">involve expenditure</td><td>lock</td><td>window</td><td>use</td><td>station</td><td>come</td><td>hour</td></tr><tr><td>control</td><td>demand</td><td>slam</td><td>gate</td><td>enter</td><td>church</td><td>waste</td><td>night</td></tr><tr><td>estimate</td><td>pressure</td><td>unlock</td><td>shop</td><td colspan=\"2\">include school</td><td>take</td><td>week</td></tr><tr><td>limit</td><td>rate</td><td>keep</td><td>fire</td><td>see</td><td>plant</td><td colspan=\"2\">remember month</td></tr><tr><td>cover</td><td>power</td><td>round</td><td>book</td><td>run</td><td>office</td><td>end</td><td>life</td></tr></table>" |
| }, |
| "TABREF3": { |
| "type_str": "table", |
| "num": null, |
| "html": null, |
| "text": "BNC verbs with lowest and highest estimated lexicalization values \u03c3 c for their object arguments, as well as the arguments with highest P lex (w|c) for high-lexicalization verbs.", |
| "content": "<table><tr><td colspan=\"2\">Lowest \u03c3 c</td><td colspan=\"2\">Highest \u03c3 c</td><td>Top lexicalized arguments</td></tr><tr><td>discuss</td><td colspan=\"2\">1.2 \u00d7 10 \u22124 pose</td><td>0.872 problem, threat, question, challenge, risk</td></tr><tr><td>highlight</td><td colspan=\"2\">4.6 \u00d7 10 \u22124 wreak</td><td>0.864 havoc, vengeance, revenge, damage</td></tr><tr><td>consume</td><td colspan=\"3\">5.4 \u00d7 10 \u22124 adjourn 0.857 case, hearing, meeting, inquest, trial</td></tr><tr><td colspan=\"3\">emphasize 5.8 \u00d7 10 \u22124 reap</td><td>0.857 benefit, rewards, harvest, advantage</td></tr><tr><td>assert</td><td colspan=\"2\">6.5 \u00d7 10 \u22124 exert</td><td>0.851 influence, pressure, effect, control, force</td></tr><tr><td>contrast</td><td colspan=\"2\">6.5 \u00d7 10 \u22124 retrace</td><td>0.847 step, route, footstep, path, journey</td></tr><tr><td>obscure</td><td colspan=\"2\">6.8 \u00d7 10 \u22124 solve</td><td>0.847 problem, mystery, equation, crisis, case</td></tr><tr><td>document</td><td colspan=\"2\">6.8 \u00d7 10 \u22124 sip</td><td>0.839 coffee, tea, drink, wine, champagne</td></tr><tr><td>debate</td><td colspan=\"2\">6.9 \u00d7 10 \u22124 answer</td><td>0.826 question, call, phone, door, query</td></tr><tr><td>safeguard</td><td colspan=\"2\">8.0 \u00d7 10 \u22124 incur</td><td>0.823 cost, expense, loss, expenditure, liability</td></tr></table>" |
| }, |
| "TABREF4": { |
| "type_str": "table", |
| "num": null, |
| "html": null, |
| "text": "Type and token counts for the BNC and BNC+WIKI corpora.", |
| "content": "<table><tr><td/><td/><td>BNC</td><td/><td colspan=\"2\">BNC+WIKI</td><td/></tr><tr><td/><td>Tokens</td><td>Types</td><td>Contexts</td><td>Tokens</td><td>Types</td><td>Contexts</td></tr><tr><td>Nouns</td><td colspan=\"2\">18,723,082 122,999</td><td>316,237</td><td colspan=\"2\">54,145,216 106,448</td><td>514,257</td></tr><tr><td>Verbs</td><td>7,893,462</td><td>18,494</td><td>57,528</td><td>20,082,658</td><td>16,673</td><td>82,580</td></tr><tr><td>Adjectives</td><td>4,385,788</td><td>73,684</td><td>37,163</td><td>11,536,424</td><td>88,488</td><td>57,531</td></tr><tr><td>Adverbs</td><td>1,976,837</td><td>7,124</td><td>14,867</td><td>3,017,936</td><td>4,056</td><td>18,510</td></tr><tr><td>Window5</td><td>28,329,238</td><td>88,265</td><td>102,792</td><td colspan=\"2\">42,828,094 139,640</td><td>143,443</td></tr></table>" |
| }, |
| "TABREF6": { |
| "type_str": "table", |
| "num": null, |
| "html": null, |
| "text": "plausibility data. Asterisks denote performance figures that are taken from the source paper; all other figures are drawn from our own (re)implementation trained on identical data.", |
| "content": "<table><tr><td/><td/><td colspan=\"2\">Verb-object</td><td/><td/><td colspan=\"2\">Noun-noun</td><td/><td/><td colspan=\"2\">Adjective-noun</td></tr><tr><td/><td colspan=\"2\">Seen</td><td colspan=\"2\">Unseen</td><td colspan=\"2\">Seen</td><td colspan=\"2\">Unseen</td><td colspan=\"2\">Seen</td><td colspan=\"2\">Unseen</td></tr><tr><td/><td>r</td><td>\u03c1</td><td>r</td><td>\u03c1</td><td>r</td><td>\u03c1</td><td>r</td><td>\u03c1</td><td>r</td><td>\u03c1</td><td>r</td><td>\u03c1</td></tr><tr><td>AltaVista*</td><td colspan=\"2\">.641 -</td><td colspan=\"2\">.551 -</td><td colspan=\"2\">.700 -</td><td colspan=\"2\">.578 -</td><td colspan=\"2\">.650 -</td><td colspan=\"2\">.480 -</td></tr><tr><td>Google*</td><td colspan=\"2\">.624 -</td><td colspan=\"2\">.520 -</td><td colspan=\"2\">.692 -</td><td colspan=\"2\">.595 -</td><td colspan=\"2\">.641 -</td><td colspan=\"2\">.473 -</td></tr><tr><td>BNC (MLE)</td><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/></tr></table>" |
| }, |
| "TABREF7": { |
| "type_str": "table", |
| "num": null, |
| "html": null, |
| "text": ".368 LDA P\u2192A .504 .541 .558 .603 .615 .641 .636 .666 .594 .558 .468 .459 LDA A\u2192P .514 .555 .448 .469 .623 .652 .648 .688 .547 .583 .465 .458 LDA P\u2194A .513 .546 .530 .542 .619 .645 .653 .697 .593 .570 .467 .445 ROOTH-LDA .520 .548 .564 .605 .607 .622 .691 .722 .575 .599 .501 .469 LEX-LDA P\u2192A .570 .600 .601 .662 .511 .537 .677 .706 .600 .627 .465 .451 LEX-LDA A\u2192P .568 .572 .523 .542 .532 .568 .659 .703 .545 .623 .513 .477 LEX-LDA P\u2194A .575 .589 .560 .599 .553 .563 .669 .698 .572 .629 .517 .497", |
| "content": "<table><tr><td>Human*</td><td>.604 -</td><td>.640 -</td><td>.641 -</td><td>.570 -</td><td>.630 -</td><td>.550 -</td></tr></table>" |
| }, |
| "TABREF10": { |
| "type_str": "table", |
| "num": null, |
| "html": null, |
| "text": "similarity data set.", |
| "content": "<table><tr><td>Model</td><td colspan=\"2\">No Optimization Optimized on Dev</td></tr><tr><td>|Z| = 100</td><td/><td/></tr><tr><td>LDA C\u2192T</td><td>0.34</td><td>0.35</td></tr><tr><td>LDA T\u2192C</td><td>0.39</td><td>0.41</td></tr><tr><td>LDA C\u2194T</td><td>0.39</td><td>0.41</td></tr><tr><td>Mult</td><td>0.15</td><td>-</td></tr><tr><td>Human*</td><td>0.40</td><td>-</td></tr><tr><td colspan=\"2\">For the</td><td/></tr></table>" |
| }, |
| "TABREF11": { |
| "type_str": "table", |
| "num": null, |
| "html": null, |
| "text": "similarity data set.", |
| "content": "<table><tr><td>Model</td><td colspan=\"2\">No Optimization Optimized on Dev</td></tr><tr><td>|Z| = 100</td><td/><td/></tr><tr><td>LDA C\u2192T</td><td>0.28</td><td>0.32</td></tr><tr><td>LDA T\u2192C</td><td>0.38</td><td>0.39</td></tr><tr><td>LDA C\u2194T</td><td>0.33</td><td>0.38</td></tr><tr><td>Mult</td><td>0.13</td><td>-</td></tr><tr><td>SVS*</td><td>0.27</td><td>-</td></tr><tr><td>M+L08*</td><td>0.19</td><td>-</td></tr><tr><td>Human*</td><td>0.40</td><td>-</td></tr></table>" |
| } |
| } |
| } |
| } |