| { |
| "paper_id": "Q13-1015", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T15:08:20.435971Z" |
| }, |
| "title": "Combined Distributional and Logical Semantics", |
| "authors": [ |
| { |
| "first": "Mike", |
| "middle": [], |
| "last": "Lewis", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "University of Edinburgh Edinburgh", |
| "location": { |
| "postCode": "EH8 9AB", |
| "country": "UK" |
| } |
| }, |
| "email": "mike.lewis@ed.ac.uk" |
| }, |
| { |
| "first": "Mark", |
| "middle": [], |
| "last": "Steedman", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "University of Edinburgh Edinburgh", |
| "location": { |
| "postCode": "EH8 9AB", |
| "country": "UK" |
| } |
| }, |
| "email": "steedman@inf.ed.ac.uk" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "We introduce a new approach to semantics which combines the benefits of distributional and formal logical semantics. Distributional models have been successful in modelling the meanings of content words, but logical semantics is necessary to adequately represent many function words. We follow formal semantics in mapping language to logical representations, but differ in that the relational constants used are induced by offline distributional clustering at the level of predicateargument structure. Our clustering algorithm is highly scalable, allowing us to run on corpora the size of Gigaword. Different senses of a word are disambiguated based on their induced types. We outperform a variety of existing approaches on a wide-coverage question answering task, and demonstrate the ability to make complex multi-sentence inferences involving quantifiers on the FraCaS suite.", |
| "pdf_parse": { |
| "paper_id": "Q13-1015", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "We introduce a new approach to semantics which combines the benefits of distributional and formal logical semantics. Distributional models have been successful in modelling the meanings of content words, but logical semantics is necessary to adequately represent many function words. We follow formal semantics in mapping language to logical representations, but differ in that the relational constants used are induced by offline distributional clustering at the level of predicateargument structure. Our clustering algorithm is highly scalable, allowing us to run on corpora the size of Gigaword. Different senses of a word are disambiguated based on their induced types. We outperform a variety of existing approaches on a wide-coverage question answering task, and demonstrate the ability to make complex multi-sentence inferences involving quantifiers on the FraCaS suite.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Mapping natural language to meaning representations is a central challenge of NLP. There has been much recent progress in unsupervised distributional semantics, in which the meaning of a word is induced based on its usage in large corpora. This approach is useful for a range of key applications including question answering and relation extraction (Lin and Pantel, 2001; Poon and Domingos, 2009; Yao et al., 2011) . Because such a semantics can be automically induced, it escapes the limitation of depending on relations from hand-built training data, knowledge bases or ontologies, which have proved of limited use in capturing the huge variety of meanings that can be expressed in language.", |
| "cite_spans": [ |
| { |
| "start": 349, |
| "end": 371, |
| "text": "(Lin and Pantel, 2001;", |
| "ref_id": "BIBREF30" |
| }, |
| { |
| "start": 372, |
| "end": 396, |
| "text": "Poon and Domingos, 2009;", |
| "ref_id": "BIBREF39" |
| }, |
| { |
| "start": 397, |
| "end": 414, |
| "text": "Yao et al., 2011)", |
| "ref_id": "BIBREF48" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "However, distributional semantics has largely developed in isolation from the formal semantics literature. Whilst distributional semantics has been effective in modelling the meanings of content words such as nouns and verbs, it is less clear that it can be applied to the meanings of function words. Semantic operators, such as determiners, negation, conjunctions, modals, tense, mood, aspect, and plurals are ubiquitous in natural language, and are crucial for high performance on many practical applicationsbut current distributional models struggle to capture even simple examples. Conversely, computational models of formal semantics have shown low recall on practical applications, stemming from their reliance on ontologies such as WordNet (Miller, 1995) to model the meanings of content words (Bobrow et al., 2007; Bos and Markert, 2005) .", |
| "cite_spans": [ |
| { |
| "start": 747, |
| "end": 761, |
| "text": "(Miller, 1995)", |
| "ref_id": "BIBREF34" |
| }, |
| { |
| "start": 801, |
| "end": 822, |
| "text": "(Bobrow et al., 2007;", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 823, |
| "end": 845, |
| "text": "Bos and Markert, 2005)", |
| "ref_id": "BIBREF8" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "For example, consider what is needed to answer a question like Did Google buy YouTube? from the following sentences: All of these require knowledge of lexical semantics (e.g. that buy and purchase are synonyms), but some also need interpretation of quantifiers, negatives, modals and disjunction. It seems unlikely that distributional or formal approaches can accomplish the task alone.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "We propose a method for mapping natural language to first-order logic representations capable of capturing the meanings of function words such as every, not and or, but which also uses distributional statistics to model the meaning of content words. Our approach differs from standard formal semantics in that the non-logical symbols used in the logical form are cluster identifiers. Where standard semantic formalisms would map the verb write to a write' symbol, we map it to a cluster identifier such as relation37, which the noun author may also map to. This mapping is learnt by offline clustering.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Unlike previous distributional approaches, we perform clustering at the level of predicate-argument structure, rather than syntactic dependency structure. This means that we abstract away from many syntactic differences that are not present in the semantics, such as conjunctions, passives, relative clauses, and long-range dependencies. This significantly reduces sparsity, so we have fewer predicates to cluster and more observations for each.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Of course, many practical inferences rely heavily on background knowledge about the world-such knowledge falls outside the scope of this work.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Our approach is based on Combinatory Categorial Grammar (CCG; Steedman, 2000) , a strongly lexicalised theory of language in which lexical entries for words contain all language-specific information. The lexical entry for each word contains a syntactic category, which determines which other categories the word may combine with, and a semantic interpretation, which defines the compositional semantics. For example, the lexicon may contain the entry:", |
| "cite_spans": [ |
| { |
| "start": 62, |
| "end": 77, |
| "text": "Steedman, 2000)", |
| "ref_id": "BIBREF44" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Background", |
| "sec_num": "2" |
| }, |
| { |
| "text": "write (S\\NP)/NP : \u03bb y\u03bb x.write (x, y)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Background", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Crucially, there is a transparent interface between the syntactic category and the semantics. For example the transitive verb entry above defines the verb syntactically as a function mapping two nounphrases to a sentence, and semantically as a binary relation between its two argument entities. This means that it is relatively straightforward to deterministically map parser output to a logical form, as in the Boxer system (Bos, 2008) . This Every dog barks", |
| "cite_spans": [ |
| { |
| "start": 425, |
| "end": 436, |
| "text": "(Bos, 2008)", |
| "ref_id": "BIBREF9" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Background", |
| "sec_num": "2" |
| }, |
| { |
| "text": "NP \u2191 /N N S\\NP \u03bb p\u03bb q.\u2200x[p(x) =\u21d2 q(x)] \u03bb x.dog (x) \u03bb x.bark (x) > NP \u2191 \u03bb q.\u2200x[dog (x) =\u21d2 q(x)] > S \u2200x[dog (x) =\u21d2 bark (x)]", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Background", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Figure 1: A standard logical form derivation using CCG. The NP \u2191 notation means that the subject is type-raised, and taking the verb-phrase as an argument-so is an abbreviation of S/(S\\NP). This is necessary in part to support a correct semantics for quantifiers.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Background", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Shakespeare wrote Macbeth \u21d3 Intial semantic analysis write arg0,arg1 (shakespeare, macbeth) \u21d3 Entity Typing write arg0:PER,arg1:BOOK (shakespeare:PER, macbeth:BOOK) \u21d3 Distributional semantic analysis relation37(shakespeare:PER, macbeth:BOOK) form of semantics captures the underlying predicateargument structure, but fails to license many important inferences-as, for example, write and author do not map to the same predicate.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Input Sentence", |
| "sec_num": null |
| }, |
| { |
| "text": "In addition to the lexicon, there is a small set of binary combinators and unary rules, which have a syntactic and semantic interpretation. Figure 1 gives an example CCG derivation.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 140, |
| "end": 148, |
| "text": "Figure 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Input Sentence", |
| "sec_num": null |
| }, |
| { |
| "text": "We attempt to learn a CCG lexicon which maps equivalent words onto the same logical form-for example learning entries such as:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Overview of Approach", |
| "sec_num": "3" |
| }, |
| { |
| "text": "author N/PP[o f ] : \u03bb x\u03bb y.relation37(x, y) write (S\\NP)/NP : \u03bb x\u03bb y.relation37(x, y)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Overview of Approach", |
| "sec_num": "3" |
| }, |
| { |
| "text": "The only change to the standard CCG derivation is that the symbols used in the logical form are arbitrary relation identifiers. We learn these by first mapping to a deterministic logical form (using predicates such as author' and write'), using a process similar to Boxer, and then clustering predicates based on their arguments. This lexicon can then be used to parse new sentences, and integrates seamlessly with CCG theories of formal semantics.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Overview of Approach", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Typing predicates-for example, determining that writing is a relation between people and bookshas become standard in relation clustering (Schoenmackers et al., 2010; Berant et al., 2011; Yao et al., 2012) . We demonstate how to build a typing model into the CCG derivation, by subcategorizing all terms representing entities in the logical form with a more detailed type. These types are also induced from text, as explained in Section 5, but for convenience we describe them with human-readable labels, such as PER, LOC and BOOK.", |
| "cite_spans": [ |
| { |
| "start": 137, |
| "end": 165, |
| "text": "(Schoenmackers et al., 2010;", |
| "ref_id": "BIBREF42" |
| }, |
| { |
| "start": 166, |
| "end": 186, |
| "text": "Berant et al., 2011;", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 187, |
| "end": 204, |
| "text": "Yao et al., 2012)", |
| "ref_id": "BIBREF49" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Overview of Approach", |
| "sec_num": "3" |
| }, |
| { |
| "text": "A key advantage of typing is that it allows us to model ambiguous predicates. Following Berant et al. (2011) , we assume that different type signatures of the same predicate have different meanings, but given a type signature a predicate is unambiguous. For example a different lexical entry for the verb born is used in the contexts Obama was born in Hawaii and Obama was born in 1961, reflecting a distinction in the semantics that is not obvious in the syntax 1 . Typing also greatly improves the efficiency of clustering, as we only need to compare predicates with the same type during clustering (for example, we do not have to consider clustering a predicate between people and places with predicates between people and dates).", |
| "cite_spans": [ |
| { |
| "start": 88, |
| "end": 108, |
| "text": "Berant et al. (2011)", |
| "ref_id": "BIBREF3" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Overview of Approach", |
| "sec_num": "3" |
| }, |
| { |
| "text": "In this work, we focus on inducing binary relations. Many existing approaches have shown how to produce good clusterings of (non-event) nouns (Brown et al., 1992) , any of which could be simply integrated into our semantics-but relation clustering remains an open problem (see Section 9). N-ary relations are binarized, by creating a binary relation between each pair of arguments. For example, for the sentence Russia sold Alaska to the United States, the system creates three binary relations-corresponding to sellToSomeone(Russia, Alaska), buyFromSomeone(US, Alaska), sellSome-thingTo(Russia, US). This transformation does not exactly preserve meaning, but still captures the most important relations. Note that this allows us to compare semantic relations across different syntactic types-for example, both transitive verbs and argument-taking nouns can be seen as expressing binary semantic relations between entities. Figure 2 shows the layers used in our model.", |
| "cite_spans": [ |
| { |
| "start": 142, |
| "end": 162, |
| "text": "(Brown et al., 1992)", |
| "ref_id": "BIBREF10" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 924, |
| "end": 932, |
| "text": "Figure 2", |
| "ref_id": "FIGREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Overview of Approach", |
| "sec_num": "3" |
| }, |
| { |
| "text": "The initial semantic analysis maps parser output onto a logical form, in a similar way to Boxer. The semantic formalism is based on Steedman (2012) . The first step is syntactic parsing. We use the C&C parser (Clark and Curran, 2004) , trained on CCGBank (Hockenmaier and Steedman, 2007) , using the refined version of Honnibal et al. (2010) which brings the syntax closer to the predicateargument structure. An automatic post-processing step makes a number of minor changes to the parser output, which converts the grammar into one more suitable for our semantics. PP (prepositional phrase) and PR (phrasal verb complement) categories are sub-categorised with the relevant preposition. Noun compounds with the same MUC named-entity type (Chinchor and Robinson, 1997) are merged into a single non-compositional node 2 (we otherwise ignore named-entity types). All argument NPs and PPs are type-raised, allowing us to represent quantifiers. All prepositional phrases are treated as core arguments (i.e. given the category PP, not adjunct categories like (N\\N)/NP or ((S\\NP)\\(S\\NP))/NP), as it is difficult for the parser to distinguish arguments and adjuncts.", |
| "cite_spans": [ |
| { |
| "start": 132, |
| "end": 147, |
| "text": "Steedman (2012)", |
| "ref_id": "BIBREF45" |
| }, |
| { |
| "start": 209, |
| "end": 233, |
| "text": "(Clark and Curran, 2004)", |
| "ref_id": "BIBREF12" |
| }, |
| { |
| "start": 255, |
| "end": 287, |
| "text": "(Hockenmaier and Steedman, 2007)", |
| "ref_id": "BIBREF23" |
| }, |
| { |
| "start": 319, |
| "end": 341, |
| "text": "Honnibal et al. (2010)", |
| "ref_id": "BIBREF24" |
| }, |
| { |
| "start": 738, |
| "end": 767, |
| "text": "(Chinchor and Robinson, 1997)", |
| "ref_id": "BIBREF11" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Initial Semantic Analysis", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Initial semantic lexical entries for almost all words can be generated automatically from the syntactic category and POS tag (obtained from the parser), as the syntactic category captures the underlying predicate-argument structure. We use a Davidsonian-style representation of arguments (Davidson, 1967) , which we binarize by creating a separate predicate for each pair of arguments of a word. These predicates are labelled with the lemma of the head word and a Propbank-style argument key (Kingsbury and Palmer, 2002) , e.g. arg0, argIn. We distinguish noun and verb predicates based on POS", |
| "cite_spans": [ |
| { |
| "start": 288, |
| "end": 304, |
| "text": "(Davidson, 1967)", |
| "ref_id": "BIBREF18" |
| }, |
| { |
| "start": 492, |
| "end": 520, |
| "text": "(Kingsbury and Palmer, 2002)", |
| "ref_id": "BIBREF26" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Initial Semantic Analysis", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Word Category Semantics Automatic author N/PP[o f ] \u03bb x\u03bb y.author arg0,argOf (y,x) write (S\\NP)/NP \u03bb x\u03bb y.write arg0,arg1 (y,x) Manual every NP \u2191 /N \u03bb p\u03bb q.\u2200x[p(x) \u2192 q(x)] not (S\\NP)/(S\\NP) \u03bb p\u03bb x.\u00acp(x)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Initial Semantic Analysis", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Figure 3: Example initial lexical entries tag-so, for example, we have different predicates for effect as a noun or verb. This algorithm can be overridden with manual lexical entries for specific closed-class function words. Whilst it may be possible to learn these from data, our approach is pragmatic as there are relatively few such words, and the complex logical forms required would be difficult to induce from distributional statistics. We add a small number of lexical entries for words such as negatives (no, not etc.), and quantifiers (numbers, each, every, all, etc.).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Initial Semantic Analysis", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Some example initial lexical entries are shown in Figure 3 .", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 50, |
| "end": 58, |
| "text": "Figure 3", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Initial Semantic Analysis", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Our entity-typing model assigns types to nouns, which is useful for disambiguating polysemous predicates. Our approach is similar to O'Seaghdha (2010) in that we aim to cluster entities based on the noun and unary predicates applied to them (it is simple to convert from the binary predicates to unary predicates). For example, we want the pair (born argIn , 1961) to map to a DAT type, and (born argIn , Hawaii) to map to a LOC type. This is non-trivial, as both the predicates and arguments can be ambiguous between multiple types-but topic models offer a good solution (described below).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Entity Typing Model", |
| "sec_num": "5" |
| }, |
| { |
| "text": "We assume that the type of each argument of a predicate depends only on the predicate and argument, although Ritter et al. (2010) demonstrate an advantage of modelling the joint probability of the types of multiple arguments of the same predicate. We use the standard Latent Dirichlet Allocation model (Blei et al., 2003) , which performs comparably to more complex models proposed in O'Seaghdha (2010).", |
| "cite_spans": [ |
| { |
| "start": 109, |
| "end": 129, |
| "text": "Ritter et al. (2010)", |
| "ref_id": "BIBREF41" |
| }, |
| { |
| "start": 302, |
| "end": 321, |
| "text": "(Blei et al., 2003)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Topic Model", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "In topic-modelling terminology, we construct a document for each unary predicate (e.g. born argIn ), based on all of its argument entities (words). We assume that these arguments are drawn from a small number of types (topics), such as PER, DAT or LOC 3 . Each type j has a multinomial distribution \u03c6 j over arguments (for example, a LOC type is more likely to generate Hawaii than 1961). Each unary predicate i has a multinomial distribution \u03b8 i over topics, so the born argIn predicate will normally generate a DAT or LOC type. Sparse Dirichlet priors \u03b1 and \u03b2 on the multinomials bias the distributions to be peaky. The parameters are estimated by Gibbs sampling, using the Mallet implementation (McCallum, 2002) .", |
| "cite_spans": [ |
| { |
| "start": 698, |
| "end": 714, |
| "text": "(McCallum, 2002)", |
| "ref_id": "BIBREF32" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Topic Model", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "The generative story to create the data is:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Topic Model", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "For every type k: Draw the p(arg|k) distribution \u03c6 k from Dir(\u03b2 ) For every unary predicate i:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Topic Model", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "Draw the p(type|i) distribution \u03b8 i from Dir(\u03b1) For every argument j: Draw a type z i j from Mult(\u03b8 i ) Draw an argument w i j from Mult(\u03c6 \u03b8 i )", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Topic Model", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "In the logical form, all constants and variables representing entities x can be assigned a distribution over types p x (t) using the type model. An initial type distribution is applied in the lexicon, using the \u03c6 distributions for the types of nouns, and the \u03b8 i distributions for the type of arguments of binary predicates (inverted using Bayes' rule). Then at each \u03b2reduction in the derivation, we update probabilities of the types to be the product of the type distributions of the terms being reduced. If two terms x and : Using the type model for disambiguation in the derivation of file a suit. Type distributions are shown after the variable declarations. Both suit and the object of file are lexically ambiguous between different types, but after the \u03b2 -reduction only one interpretation is likely. If the verb were wear, a different interpretation would be preferred.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Typing in Logical Form", |
| "sec_num": "5.2" |
| }, |
| { |
| "text": "y combine to a term z:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Typing in Logical Form", |
| "sec_num": "5.2" |
| }, |
| { |
| "text": "p z (t) = p x (t)p y (t) \u2211 t p x (t )p y (t )", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Typing in Logical Form", |
| "sec_num": "5.2" |
| }, |
| { |
| "text": "For example, in wore a suit and file a suit, the variable representing suit may be lexically ambiguous between CLOTHES and LEGAL types, but the variables representing the objects of wear and f ile will have preferences that allow us to choose the correct type when the terms combine. Figure 4 shows an example derivation using the type model for disambiguation 4 .", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 284, |
| "end": 292, |
| "text": "Figure 4", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Typing in Logical Form", |
| "sec_num": "5.2" |
| }, |
| { |
| "text": "The typed binary predicates can be grouped into clusters, each of which represents a distinct semantic relation. Note that because we cluster typed predicates, born arg0:PER,argIn:LOC and born arg0:PER,argIn:DAT can be clustered separately.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Distributional Relation Clustering Model", |
| "sec_num": "6" |
| }, |
| { |
| "text": "Typed binary predicates are clustered based on the expected number of times they hold between each argument-pair in the corpus. This means we create a single vector of argument-pair counts for each predicate (not a separate vector for each argument). For example, the vector for the typed predicate write arg0:PER,arg1:BOOK may contain non-zero counts for entity-pairs such as (Shakespeare, Macbeth), (Dickens, Oliver Twist) and (Rowling, Harry Potter).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Corpus statistics", |
| "sec_num": "6.1" |
| }, |
| { |
| "text": "The entity-pair counts for author arg0:PER,argOf :BOOK may be similar, on the assumption that both are samples from the same underlying semantic relation. To find the expected number of occurrences of argument-pairs for typed binary predicates in a corpus, we first apply the type model to the derivation of each sentence, as described in Section 5.2. This outputs untyped binary predicates, with distributions over the types of their arguments. The type of the predicate must match the type of its arguments, so the type distribution of a binary predicate is simply the joint distribution of the two argument type distributions.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Corpus statistics", |
| "sec_num": "6.1" |
| }, |
| { |
| "text": "For example, if the arguments in a born arg0,argIn (obama, hawaii) derivation have the respective type distributions (PER=0.9, LOC=0.1) and (LOC=0.7, DAT=0.3), the distribution over binary typed predicates is (born arg0:PER,argIn:LOC =0.63, born arg0:PER,argIn:DAT =0.27, etc.)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Corpus statistics", |
| "sec_num": "6.1" |
| }, |
| { |
| "text": "The expected counts for (obama, hawaii) in the vectors for born arg0:PER,argIn:LOC and born arg0:PER,argIn:DAT are then incremented by these probabilities.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Corpus statistics", |
| "sec_num": "6.1" |
| }, |
| { |
| "text": "Many algorithms have been proposed for clustering predicates based on their arguments (Poon and Domingos, 2009; Yao et al., 2012) . The number of relations in the corpus is unbounded, so the clustering algorithm should be non-parametric. It is also important that it remains tractable for very large numbers of predicates and arguments, in order to give us a greater coverage of language than can be achieved by hand-built ontologies.", |
| "cite_spans": [ |
| { |
| "start": 86, |
| "end": 111, |
| "text": "(Poon and Domingos, 2009;", |
| "ref_id": "BIBREF39" |
| }, |
| { |
| "start": 112, |
| "end": 129, |
| "text": "Yao et al., 2012)", |
| "ref_id": "BIBREF49" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Clustering", |
| "sec_num": "6.2" |
| }, |
| { |
| "text": "We cluster the typed predicate vectors using the Chinese Whispers algorithm (Biemann, 2006 )-although somewhat ad-hoc, it is both non-parametric and highly scalable 5 . This has previously been used for noun-clustering by Fountain and Lapata (2011) , who argue it is a cognitively plausible model for language acquisition. The collection of predicates and arguments is converted into a graph with one node per predicate, and edge weights representing the similarity between predicates. Predicates with different types have zero-similarity, and otherwise similarity is computed as the cosine-similarity of the tf-idf vectors of argument-pairs. We prune nodes occurring fewer than 20 times, edges with weights less than 10 \u22123 , and a short list of stop predicates.", |
| "cite_spans": [ |
| { |
| "start": 76, |
| "end": 90, |
| "text": "(Biemann, 2006", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 222, |
| "end": 248, |
| "text": "Fountain and Lapata (2011)", |
| "ref_id": "BIBREF20" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Clustering", |
| "sec_num": "6.2" |
| }, |
| { |
| "text": "The algorithm proceeds as follows: ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Clustering", |
| "sec_num": "6.2" |
| }, |
| { |
| "text": "The final phase is to use our relation clusters in the lexical entries of the CCG semantic derivation. This is slightly complicated by the fact that our predicates are lexically ambiguous between all the possible types they could take, and hence the relations they could express. For example, the system cannot tell whether born in is expressing a birthplace or birthdate relation until later in the derivation, when it combines with its arguments. However, all the possible logical forms are identical except for the symbols used, which means we can produce a packed logical form capturing the full distribution over logical forms. To do this, we make the predicate a function from argument types to relations. For each word, we first take the lexical semantic definition produced by the algorithm in Section 4. For binary predicates in this definition (which will be untyped), we perform a deterministic lookup in the cluster model learned in Section 6, using all possible corresponding typed predicates. This allows us to represent the binary predicates as packed predicates: functions from argument types to relations.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Semantic Parsing using Relation Clusters", |
| "sec_num": "7" |
| }, |
| { |
| "text": "For example, if the clustering maps born arg0:PER,argIn:LOC to rel49 (\"birthplace\") and born arg0:PER,argIn:DAT to rel53 (\"birthdate\"), our lexicon contains the following packed lexical entry (type-distributions on the variables are suppressed):", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Semantic Parsing using Relation Clusters", |
| "sec_num": "7" |
| }, |
| { |
| "text": "born (S\\NP)/PP[in] : \u03bb y\u03bb x. (x : PER, y : LOC) \u21d2 rel49 (x : PER, y : DAT) \u21d2 rel53 (x, y)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Semantic Parsing using Relation Clusters", |
| "sec_num": "7" |
| }, |
| { |
| "text": "The distributions over argument types then imply a distribution over relations. For example, if the packed-predicate for born arg0,argIn is applied to arguments Obama and Hawaii, with respective type distributions (PER=0.9, LOC=0.1) and (LOC=0.7, DAT=0.3) 6 , the distribution over relations will be (rel49=0.63, rel53=0.27, etc.).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Semantic Parsing using Relation Clusters", |
| "sec_num": "7" |
| }, |
| { |
| "text": "If 1961 has a type-distribution (LOC=0.1, DAT=0.9), the output packed-logical form for Obama was born in Hawaii in 1961 will be:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Semantic Parsing using Relation Clusters", |
| "sec_num": "7" |
| }, |
| { |
| "text": "\uf8f1 \uf8f2 \uf8f3 rel49=0.63 rel53=0.27 ... \uf8fc \uf8fd \uf8fe (ob, hw)\u2227 \uf8f1 \uf8f2 \uf8f3 rel49=0.09 rel53=0.81 ... \uf8fc \uf8fd \uf8fe (ob, 1961)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Semantic Parsing using Relation Clusters", |
| "sec_num": "7" |
| }, |
| { |
| "text": "The probability of a given logical form can be read from this packed logical form.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Semantic Parsing using Relation Clusters", |
| "sec_num": "7" |
| }, |
| { |
| "text": "Our approach aims to offer a strong model of both formal and lexical semantics. We perform two evaluations, aiming to target each of these separately, but using the same semantic representations in each. We train our system on Gigaword (Graff et al., 2003) , which contains around 4 billion words of newswire. The type-model is trained using 15 types 7 , and 5,000 iterations of Gibbs sampling (using the distributions from the final sample). Table 1 Type Top Words 1 suspect, assailant, fugitive, accomplice 2 author, singer, actress, actor, dad 5 city, area, country, region, town, capital 8 subsidiary, automaker, airline, Co., GM 10 musical, thriller, sequel, special shows some example types. The relation clustering uses only proper nouns, to improve precision (sparsity problems are partly offset by the large input corpus). Aside from parsing, the pipeline takes around a day to run using 12 cores.", |
| "cite_spans": [ |
| { |
| "start": 236, |
| "end": 256, |
| "text": "(Graff et al., 2003)", |
| "ref_id": "BIBREF22" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 443, |
| "end": 450, |
| "text": "Table 1", |
| "ref_id": "TABREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "8" |
| }, |
| { |
| "text": "As yet, there is no standard way of evaluating lexical semantics. Existing tasks like Recognising Textual Entailment (RTE; Dagan et al., 2006) rely heavily on background knowledge, which is beyond the scope of this work. Intrinsic evaluations of entailment relations have low inter-annotator agreement (Szpektor et al., 2007) , due to the difficulty of evaluating relations out of context. Our evaluation is based on that performed by Poon and Domingos (2009) . We automatically construct a set of questions by sampling from text, and then evaluate how many answers can be found in a different corpus. From dependency-parsed newswire, we sample either X", |
| "cite_spans": [ |
| { |
| "start": 117, |
| "end": 122, |
| "text": "(RTE;", |
| "ref_id": null |
| }, |
| { |
| "start": 123, |
| "end": 142, |
| "text": "Dagan et al., 2006)", |
| "ref_id": "BIBREF15" |
| }, |
| { |
| "start": 302, |
| "end": 325, |
| "text": "(Szpektor et al., 2007)", |
| "ref_id": "BIBREF46" |
| }, |
| { |
| "start": 435, |
| "end": 459, |
| "text": "Poon and Domingos (2009)", |
| "ref_id": "BIBREF39" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Question Answering Experiments", |
| "sec_num": "8.1" |
| }, |
| { |
| "text": "nsub j \u2190 verb dob j \u2192 Y, X nsub j \u2190 verb pob j \u2192 Y or X nsub j \u2190 be dob j \u2192 noun pob j \u2192 Y patterns,", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Question Answering Experiments", |
| "sec_num": "8.1" |
| }, |
| { |
| "text": "where X and Y are proper nouns and the verb is not on a list of stop verbs, and deterministically convert these to questions. For example, from Google bought YouTube we create the questions What did Google buy? and What bought YouTube?. The task is to find proper-noun answers to these questions in a different corpus, which are then evaluated by human annotators based on the sentence the answer was retrieved from 8 . Systems can return multiple answers to the same question (e.g. What did Google buy? may have many valid answers), and all of these contribute to the result. As none of the systems model tense or temporal semantics, annotators were instructed to annotate answers as correct if they were true at any time. This approach means we evaluate on relations in proportion to corpus frequency. We sample 1000 questions from the New York Times subset of Gigaword from 2010, and search for answers in the New York Times from 2009.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Question Answering Experiments", |
| "sec_num": "8.1" |
| }, |
| { |
| "text": "We evaluate the following approaches:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Question Answering Experiments", |
| "sec_num": "8.1" |
| }, |
| { |
| "text": "\u2022 CCG-Baseline The logical form produced by our CCG derivation, without the clustering.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Question Answering Experiments", |
| "sec_num": "8.1" |
| }, |
| { |
| "text": "\u2022 CCG-WordNet The CCG logical form, plus WordNet as a model of lexical semantics.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Question Answering Experiments", |
| "sec_num": "8.1" |
| }, |
| { |
| "text": "\u2022 CCG-Distributional The logical form including the type model and clusters.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Question Answering Experiments", |
| "sec_num": "8.1" |
| }, |
| { |
| "text": "\u2022 Relational LDA An LDA based model for clustering dependency paths (Yao et al., 2011) . We train on New York Times subset of Gigaword 9 , using their setup of 50 iterations with 100 relation types.", |
| "cite_spans": [ |
| { |
| "start": 68, |
| "end": 86, |
| "text": "(Yao et al., 2011)", |
| "ref_id": "BIBREF48" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Question Answering Experiments", |
| "sec_num": "8.1" |
| }, |
| { |
| "text": "\u2022 Reverb A sophisticated Open Information Extraction system (Fader et al., 2011) .", |
| "cite_spans": [ |
| { |
| "start": 60, |
| "end": 80, |
| "text": "(Fader et al., 2011)", |
| "ref_id": "BIBREF19" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Question Answering Experiments", |
| "sec_num": "8.1" |
| }, |
| { |
| "text": "Unsupervised Semantic Parsing (USP; Poon and Domingos, 2009; USP; Poon and Domingos, 2010; USP; Titov and Klementiev, 2011) would be another obvious baseline. However, memory requirements mean it is not possible to run at this scale (our system is trained on 4 orders of magnitude more data than the USP evaluation). Yao et al. (2011) found it had comparable performance to Relational LDA.", |
| "cite_spans": [ |
| { |
| "start": 317, |
| "end": 334, |
| "text": "Yao et al. (2011)", |
| "ref_id": "BIBREF48" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Question Answering Experiments", |
| "sec_num": "8.1" |
| }, |
| { |
| "text": "For the CCG models, rather than performing full first-order inference on a large corpus, we simply test whether the question predicate subsumes a candidate answer predicate, and whether the arguments match 10 . In the case of CCG-Distributional, we calculate the probability that the two packed-predicates", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Question Answering Experiments", |
| "sec_num": "8.1" |
| }, |
| { |
| "text": "We do this as it is much more efficient than full first-order theorem-proving. We could in principle make additional inferences with theorem-proving, such as answering What did Google buy? from Google bought the largest video website and YouTube is the largest video website. Relational-LDA 7046 11.6% Reverb 180 89.4% CCG-Baseline 203 95.8% CCG-WordNet 211 94.8% CCG-Distributional@250 250 94.1% CCG-Distributional@500 500 82.0% Table 2 : Results on wide-coverage Question Answering task. CCG-Distributional ranks question/answer pairs by confidence-@250 means we evaluate the top 250 of these. It is not possible to give a recall figure, as the total number of correct answers in the corpus is unknown.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 276, |
| "end": 402, |
| "text": "Relational-LDA 7046 11.6% Reverb 180 89.4% CCG-Baseline 203 95.8% CCG-WordNet 211 94.8% CCG-Distributional@250 250", |
| "ref_id": "TABREF1" |
| }, |
| { |
| "start": 442, |
| "end": 449, |
| "text": "Table 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Question Answering Experiments", |
| "sec_num": "8.1" |
| }, |
| { |
| "text": "are in the same cluster, marginalizing over their argument types. Answers are ranked by this probability. For CCG-WordNet, we check if the question predicate is a hypernym of the candidate answer predicate (using any WordNet sense of either term). Results are shown in Table 2 . Relational-LDA induces many meaningful clusters, but predicates must be assigned to one of 100 relations, so results are dominated by large, noisy clusters (it is not possible to take the N-best answers as the cluster assignments do not have a confidence score). The CCG-Baseline errors are mainly caused by parser errors, or relations in the scope of non-factive operators. CCG-WordNet adds few answers to CCG-Baseline, reflecting the limitations of hand-built ontologies.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 269, |
| "end": 276, |
| "text": "Table 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "System Answers Correct", |
| "sec_num": null |
| }, |
| { |
| "text": "CCG-Distributional substantially improves recall over other approaches whilst retaining good precision, demonstrating that we have learnt a powerful model of lexical semantics. Table 3 shows some correctly answered questions. The system improves over the baseline by mapping expressions such as merge with and acquisition of to the same relation cluster. Many of the errors are caused by conflating predicates where the entailment only holds in one direction, such as was elected to with ran for. Hierarchical clustering could be used to address this.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 177, |
| "end": 184, |
| "text": "Table 3", |
| "ref_id": "TABREF3" |
| } |
| ], |
| "eq_spans": [], |
| "section": "System Answers Correct", |
| "sec_num": null |
| }, |
| { |
| "text": "We are also interested in evaluating our approach as a model of formal semantics-demonstrating that it is possible to integrate the formal semantics of Steedman (2012) with our distributional clusters.", |
| "cite_spans": [ |
| { |
| "start": 152, |
| "end": 167, |
| "text": "Steedman (2012)", |
| "ref_id": "BIBREF45" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments on the FraCaS Suite", |
| "sec_num": "8.2" |
| }, |
| { |
| "text": "The FraCaS suite (Cooper et al., 1996) 11 contains a hand-built set of entailment problems designed to be challenging in terms of formal semantics. We use Section 1, which contains 74 problems requiring an understanding of quantifiers 12 . They do not require any knowledge of lexical semantics, meaning we can evaluate the formal component of our system in isolation. However, we use the same representations as in our previous experiment, even though the clusters provide no benefit on this task. Figure 5 gives an example problem.", |
| "cite_spans": [ |
| { |
| "start": 17, |
| "end": 38, |
| "text": "(Cooper et al., 1996)", |
| "ref_id": "BIBREF14" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 499, |
| "end": 507, |
| "text": "Figure 5", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Experiments on the FraCaS Suite", |
| "sec_num": "8.2" |
| }, |
| { |
| "text": "The only previous work we are aware of on this dataset is by MacCartney and Manning (2007) . This approach learns the monotonicity properties of words from a hand-built training set, and uses this to transform a sentence into a polarity annotated string. The system then aims to transform the premise string into a hypothesis. Positively polarized words can be replaced with less specific ones (e.g. by deleting adjuncts), whereas negatively polarized words can be replaced with more specific ones (e.g. by adding adjuncts). Whilst this is highprecision and often useful, this logic is unable to perform inferences with multiple premise sentences (in contrast to our first-order logic).", |
| "cite_spans": [ |
| { |
| "start": 61, |
| "end": 90, |
| "text": "MacCartney and Manning (2007)", |
| "ref_id": "BIBREF31" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments on the FraCaS Suite", |
| "sec_num": "8.2" |
| }, |
| { |
| "text": "Development consists of adding entries to our lexicon for quantifiers. For simplicity, we treat multiword quantifiers like at least a few, as being multiword expressions-although a more compositional analysis may be possible. Following MacCartney and Manning (2007), we do not use held-out dataeach problem is designed to test a different issue, so it is not possible to generalize from one subset of the suite to another. As we are interested in evaluating the semantics, not the parser, we manually supply gold-standard lexical categories for sentences with parser errors (any syntactic mistake causes incorrect semantics). Our derivations produce a distribution over logical forms-we license the inference if it holds in any interpretation with non-zero probability. We use the Prover9 (McCune, 2005) theorem prover for inference, returning yes if the premise implies the hypothesis, no if it implies the negation of the hypothesis, and unknown otherwise.", |
| "cite_spans": [ |
| { |
| "start": 789, |
| "end": 803, |
| "text": "(McCune, 2005)", |
| "ref_id": "BIBREF33" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments on the FraCaS Suite", |
| "sec_num": "8.2" |
| }, |
| { |
| "text": "Results are shown in Table 4 . Our system im-", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 21, |
| "end": 28, |
| "text": "Table 4", |
| "ref_id": "TABREF4" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Experiments on the FraCaS Suite", |
| "sec_num": "8.2" |
| }, |
| { |
| "text": "We use the version converted to machine readable format by MacCartney and Manning (2007) proves on previous work by making multi-sentence inferences. Causes of errors include missing a distinct lexical entry for plural the, only taking existential interpretations of bare plurals, failing to interpret mass-noun determiners such as a lot of, and not providing a good semantics for non-monotone determiners such as most. We believe these problems will be surmountable with more work. Almost all errors are due to incorrectly predicting unknown -the system makes just one error on yes or no predictions (with or without gold syntax). This suggests that making first-order logic inferences in applications will not harm precision. We are less robust than MacCartney and Manning (2007) to syntax errors but, conversely, we are able to attempt more of the problems (i.e. those with multi-sentence premises).", |
| "cite_spans": [ |
| { |
| "start": 59, |
| "end": 88, |
| "text": "MacCartney and Manning (2007)", |
| "ref_id": "BIBREF31" |
| }, |
| { |
| "start": 752, |
| "end": 781, |
| "text": "MacCartney and Manning (2007)", |
| "ref_id": "BIBREF31" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "11", |
| "sec_num": null |
| }, |
| { |
| "text": "Other approaches based on distributional semantics seem unable to tackle any of these problems, as they do not represent quantifiers or negation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "11", |
| "sec_num": null |
| }, |
| { |
| "text": "Much work on semantics has taken place in a supervised setting-for example the GeoQuery (Zelle and Mooney, 1996) and ATIS (Dahl et al., 1994) semantic parsing tasks. This approach makes sense for generating queries for a specific database, but means the semantic representations do not generalize to other datasets. There have been several attempts to annotate larger corpora with semantics-such as Ontonotes (Hovy et al., 2006) or the Groningen Meaning Bank (Basile et al., 2012) . These typically map words onto senses in ontologies such as Word-Net, VerbNet (Kipper et al., 2000) and FrameNet (Baker et al., 1998) . However, limitations of these ontologies mean that they do not support inferences such as X is the author of Y \u2192 X wrote Y. Given the difficulty of annotating large amounts of text with semantics, various approaches have attempted to learn meaning without annotated text. Distant Supervision approaches leverage existing knowledge bases, such as Freebase (Bollacker et al., 2008) , to learn semantics (Mintz et al., 2009; Krishnamurthy and Mitchell, 2012) . Dependency-based Compositional Semantics (Liang et al., 2011) learns the meaning of questions by using their answers as denotations-but this appears to be specific to question parsing. Such approaches can only learn the pre-specified relations in the knowledge base.", |
| "cite_spans": [ |
| { |
| "start": 88, |
| "end": 112, |
| "text": "(Zelle and Mooney, 1996)", |
| "ref_id": "BIBREF50" |
| }, |
| { |
| "start": 122, |
| "end": 141, |
| "text": "(Dahl et al., 1994)", |
| "ref_id": "BIBREF16" |
| }, |
| { |
| "start": 409, |
| "end": 428, |
| "text": "(Hovy et al., 2006)", |
| "ref_id": "BIBREF25" |
| }, |
| { |
| "start": 459, |
| "end": 480, |
| "text": "(Basile et al., 2012)", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 561, |
| "end": 582, |
| "text": "(Kipper et al., 2000)", |
| "ref_id": "BIBREF27" |
| }, |
| { |
| "start": 596, |
| "end": 616, |
| "text": "(Baker et al., 1998)", |
| "ref_id": "BIBREF0" |
| }, |
| { |
| "start": 974, |
| "end": 998, |
| "text": "(Bollacker et al., 2008)", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 1020, |
| "end": 1040, |
| "text": "(Mintz et al., 2009;", |
| "ref_id": "BIBREF35" |
| }, |
| { |
| "start": 1041, |
| "end": 1074, |
| "text": "Krishnamurthy and Mitchell, 2012)", |
| "ref_id": "BIBREF28" |
| }, |
| { |
| "start": 1118, |
| "end": 1138, |
| "text": "(Liang et al., 2011)", |
| "ref_id": "BIBREF29" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "9" |
| }, |
| { |
| "text": "The approaches discussed so far in this section have all attempted to map language onto some pre-specified set of relations. Various attempts have been made to instead induce relations from text by clustering predicates based on their arguments. For example, Yao et al. (2011) propose a series of LDAbased models which cluster relations between entities based on a variety of lexical, syntactic and semantic features. Unsupervised Semantic Parsing (Poon and Domingos, 2009) recursively clusters fragments of dependency trees based on their arguments. Although USP is an elegant model, it is too computationally expensive to run on large corpora. It is also based on frame semantics, so does not cluster equivalent predicates with different frames. To our knowledge, our work is the first such approach to be integrated within a linguistic theory supporting formal semantics for logical operators.", |
| "cite_spans": [ |
| { |
| "start": 259, |
| "end": 276, |
| "text": "Yao et al. (2011)", |
| "ref_id": "BIBREF48" |
| }, |
| { |
| "start": 448, |
| "end": 473, |
| "text": "(Poon and Domingos, 2009)", |
| "ref_id": "BIBREF39" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "9" |
| }, |
| { |
| "text": "Vector space models represent words by vectors based on co-occurrence counts. Recent work has tackled the problem of composing these matrices to build up the semantics of phrases or sentences (Mitchell and Lapata, 2008) . Another strand (Coecke et al., 2010; Grefenstette et al., 2011) has shown how to represent meanings as tensors, whose order depends on the syntactic category, allowing an elegant correspondence between syntactic and semantic types. Socher et al. (2012) train a composition function using a neural network-however their method requires annotated data. It is also not obvious how to represent logical relations such as quantification in vector-space models. Baroni et al. (2012) make progress towards this by learning a classifier that can recognise entailments such as all dogs =\u21d2 some dogs, but this remains some way from the power of first-order theorem proving of the kind required by the problem in Figure 5 .", |
| "cite_spans": [ |
| { |
| "start": 192, |
| "end": 219, |
| "text": "(Mitchell and Lapata, 2008)", |
| "ref_id": "BIBREF36" |
| }, |
| { |
| "start": 237, |
| "end": 258, |
| "text": "(Coecke et al., 2010;", |
| "ref_id": "BIBREF13" |
| }, |
| { |
| "start": 259, |
| "end": 285, |
| "text": "Grefenstette et al., 2011)", |
| "ref_id": "BIBREF22" |
| }, |
| { |
| "start": 454, |
| "end": 474, |
| "text": "Socher et al. (2012)", |
| "ref_id": "BIBREF43" |
| }, |
| { |
| "start": 678, |
| "end": 698, |
| "text": "Baroni et al. (2012)", |
| "ref_id": "BIBREF1" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 924, |
| "end": 932, |
| "text": "Figure 5", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "9" |
| }, |
| { |
| "text": "An alternative strand of research has attempted to build computational models of linguistic theories based on formal compositional semantics, such as the CCG-based Boxer (Bos, 2008) and the LFGbased XLE (Bobrow et al., 2007) . Such approaches convert parser output into formal semantic representations, and have demonstrated some ability to model complex phenomena such as negation. For lexical semantics, they typically compile lexical resources such as VerbNet and WordNet into inference rules-but still achieve only low recall on opendomain tasks, such as RTE, mostly due to the low coverage of such resources. Garrette et al. (2011) use distributional statistics to determine the probability that a WordNet-derived inference rule is valid in a given context. Our approach differs in that we learn inference rules not present in WordNet. Our lexical semantics is integrated into the lexicon, rather than being implemented as additional inference rules, meaning that inference is more efficient, as equivalent statements have the same logical form.", |
| "cite_spans": [ |
| { |
| "start": 170, |
| "end": 181, |
| "text": "(Bos, 2008)", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 203, |
| "end": 224, |
| "text": "(Bobrow et al., 2007)", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 614, |
| "end": 636, |
| "text": "Garrette et al. (2011)", |
| "ref_id": "BIBREF21" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "9" |
| }, |
| { |
| "text": "Natural Logic (MacCartney and Manning, 2007) offers an interesting alternative to symbolic logics, and has been shown to be able to capture complex logical inferences by simply identifying the scope of negation in text. This approach achieves similar precision and much higher recall than Boxer on the RTE task. Their approach also suffers from such limitations as only being able to make inferences between two sentences. It is also sensitive to word order, so cannot make inferences such as Shakespeare wrote Macbeth =\u21d2 Macbeth was written by Shakespeare.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "9" |
| }, |
| { |
| "text": "This is the first work we are aware of that combines a distributionally induced lexicon with formal semantics. Experiments suggest our approach compares favourably with existing work in both areas.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions and Future Work", |
| "sec_num": "10" |
| }, |
| { |
| "text": "Many potential areas for improvement remain. Hierachical clustering would allow us to capture hypernym relations, rather than the synonyms captured by our flat clustering. There is much potential for integrating existing hand-built resources, such as Ontonotes and WordNet, to improve the accuracy of clustering. There are cases where the existing CCGBank grammar does not match the required predicate-argument structure-for example in the case of light verbs. It may be possible to rebank CCGBank, in a way similar to Honnibal et al. (2010) , to improve it on this point.", |
| "cite_spans": [ |
| { |
| "start": 519, |
| "end": 541, |
| "text": "Honnibal et al. (2010)", |
| "ref_id": "BIBREF24" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions and Future Work", |
| "sec_num": "10" |
| }, |
| { |
| "text": "Whilst this assumption is very useful, it does not always holdfor example, the genitive in Shakespeare's book is ambiguous between ownership and authorship relations even given the types of the arguments.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "For example, this allows us to give Barack Obama the semantics \u03bb x.barack obama(x) instead of \u03bb x.barack(x) \u2227 obama(x), which is more convenient for collecting distributional statistics.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "Types are induced from the text, but we give human-readable labels here for convenience.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "Our implementation followsSteedman (2012) in using Generalized Skolem Terms rather than existential quantifiers, in order to capture quantifier scope alternations monotonically, but we omit these from the example to avoid introducing new notation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "We also experimented with a Dirichlet Process Mixture Model(Neal, 2000), but even with the efficient A* search algorithms introduced byDaum\u00e9 III (2007), the cost of inference was found to be prohibitively high when run at large scale.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "These distributions are composed from the type-distributions for both the predicate and argument, as explained in Section 5 7 This number was chosen by examination of models trained with different numbers of types. The algorithm produces semantically coherent clusters for much larger numbers of types, but many of these are fine-grained categories of people, which introduces sparsity in the relation clustering.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "Common nouns are filtered automatically. To focus on evaluating the semantics, annotators ignored garbled sentences due to errors pre-processing the corpus (these are excluded from the results). We also automatically exclude weekday and month answers, which are overwhelmingly syntax errors for all systems-e.g. treating Tuesday as an object in Obama announced Tuesday that...", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "This is around 35% of Gigaword, and was the largest scale possible on our resources.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "Excluding 6 problems without a defined solution.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "We thank Christos Christodoulopoulos, Tejaswini Deoskar, Mark Granroth-Wilding, Ewan Klein, Katrin Erk, Johan Bos and the anonymous reviewers for their helpful comments, and Limin Yao for sharing code. This work was funded by ERC Advanced Fellowship 249520 GRAMPLUS and IP EC-FP7-270273 Xperience.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgements", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "The berkeley framenet project", |
| "authors": [ |
| { |
| "first": "C", |
| "middle": [ |
| "F" |
| ], |
| "last": "Baker", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [ |
| "J" |
| ], |
| "last": "Fillmore", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [ |
| "B" |
| ], |
| "last": "Lowe", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "Proceedings of the 36th Annual Meeting of the Association for Computational Linguistics and 17th International Conference on Computational Linguistics", |
| "volume": "1", |
| "issue": "", |
| "pages": "86--90", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "C.F. Baker, C.J. Fillmore, and J.B. Lowe. 1998. The berkeley framenet project. In Proceedings of the 36th Annual Meeting of the Association for Computa- tional Linguistics and 17th International Conference on Computational Linguistics-Volume 1, pages 86-90. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Entailment above the word level in distributional semantics", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Baroni", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Bernardi", |
| "suffix": "" |
| }, |
| { |
| "first": "N", |
| "middle": [ |
| "Q" |
| ], |
| "last": "Do", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Shan", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Proceedings of EACL", |
| "volume": "", |
| "issue": "", |
| "pages": "23--32", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "M. Baroni, R. Bernardi, N.Q. Do, and C. Shan. 2012. Entailment above the word level in distributional se- mantics. In Proceedings of EACL, pages 23-32. Cite- seer.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Developing a large semantically annotated corpus", |
| "authors": [ |
| { |
| "first": "V", |
| "middle": [], |
| "last": "Basile", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Bos", |
| "suffix": "" |
| }, |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Evang", |
| "suffix": "" |
| }, |
| { |
| "first": "N", |
| "middle": [], |
| "last": "Venhuizen", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Proceedings of the Eighth International Conference on Language Resources and Evaluation (LREC12)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "V. Basile, J. Bos, K. Evang, and N. Venhuizen. 2012. Developing a large semantically annotated corpus. In Proceedings of the Eighth International Conference on Language Resources and Evaluation (LREC12). To appear.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Global learning of typed entailment rules", |
| "authors": [ |
| { |
| "first": "Jonathan", |
| "middle": [], |
| "last": "Berant", |
| "suffix": "" |
| }, |
| { |
| "first": "Ido", |
| "middle": [], |
| "last": "Dagan", |
| "suffix": "" |
| }, |
| { |
| "first": "Jacob", |
| "middle": [], |
| "last": "Goldberger", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies", |
| "volume": "1", |
| "issue": "", |
| "pages": "610--619", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jonathan Berant, Ido Dagan, and Jacob Goldberger. 2011. Global learning of typed entailment rules. In Proceedings of the 49th Annual Meeting of the Asso- ciation for Computational Linguistics: Human Lan- guage Technologies -Volume 1, HLT '11, pages 610- 619. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Chinese whispers: an efficient graph clustering algorithm and its application to natural language processing problems", |
| "authors": [ |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Biemann", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of the First Workshop on Graph Based Methods for Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "73--80", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "C. Biemann. 2006. Chinese whispers: an efficient graph clustering algorithm and its application to natural lan- guage processing problems. In Proceedings of the First Workshop on Graph Based Methods for Natural Language Processing, pages 73-80. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Precision-focused textual inference", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [ |
| "G" |
| ], |
| "last": "Bobrow", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Condoravdi", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Crouch", |
| "suffix": "" |
| }, |
| { |
| "first": "V", |
| "middle": [], |
| "last": "De Paiva", |
| "suffix": "" |
| }, |
| { |
| "first": "L", |
| "middle": [], |
| "last": "Karttunen", |
| "suffix": "" |
| }, |
| { |
| "first": "T", |
| "middle": [ |
| "H" |
| ], |
| "last": "King", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Nairn", |
| "suffix": "" |
| }, |
| { |
| "first": "L", |
| "middle": [], |
| "last": "Price", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Zaenen", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proceedings of the ACL-PASCAL Workshop on Textual Entailment and Paraphrasing, RTE '07", |
| "volume": "", |
| "issue": "", |
| "pages": "16--21", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "D. G. Bobrow, C. Condoravdi, R. Crouch, V. De Paiva, L. Karttunen, T. H. King, R. Nairn, L. Price, and A. Zaenen. 2007. Precision-focused textual inference. In Proceedings of the ACL-PASCAL Workshop on Tex- tual Entailment and Paraphrasing, RTE '07, pages 16-21. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Freebase: a collaboratively created graph database for structuring human knowledge", |
| "authors": [ |
| { |
| "first": "Kurt", |
| "middle": [], |
| "last": "Bollacker", |
| "suffix": "" |
| }, |
| { |
| "first": "Colin", |
| "middle": [], |
| "last": "Evans", |
| "suffix": "" |
| }, |
| { |
| "first": "Praveen", |
| "middle": [], |
| "last": "Paritosh", |
| "suffix": "" |
| }, |
| { |
| "first": "Tim", |
| "middle": [], |
| "last": "Sturge", |
| "suffix": "" |
| }, |
| { |
| "first": "Jamie", |
| "middle": [], |
| "last": "Taylor", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proceedings of the 2008 ACM SIGMOD international conference on Management of data, SIGMOD '08", |
| "volume": "", |
| "issue": "", |
| "pages": "1247--1250", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kurt Bollacker, Colin Evans, Praveen Paritosh, Tim Sturge, and Jamie Taylor. 2008. Freebase: a col- laboratively created graph database for structuring hu- man knowledge. In Proceedings of the 2008 ACM SIGMOD international conference on Management of data, SIGMOD '08, pages 1247-1250, New York, NY, USA. ACM.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Recognising textual entailment with logical inference", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Bos", |
| "suffix": "" |
| }, |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Markert", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Proceedings of the conference on Human Language Technology and Empirical Methods in Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "628--635", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "J. Bos and K. Markert. 2005. Recognising textual en- tailment with logical inference. In Proceedings of the conference on Human Language Technology and Empirical Methods in Natural Language Processing, pages 628-635. Association for Computational Lin- guistics.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Wide-coverage semantic analysis with boxer", |
| "authors": [ |
| { |
| "first": "Johan", |
| "middle": [], |
| "last": "Bos", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Conference Proceedings, Research in Computational Semantics", |
| "volume": "", |
| "issue": "", |
| "pages": "277--286", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Johan Bos. 2008. Wide-coverage semantic analysis with boxer. In Johan Bos and Rodolfo Delmonte, editors, Semantics in Text Processing. STEP 2008 Conference Proceedings, Research in Computational Semantics, pages 277-286. College Publications.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Class-based n-gram models of natural language", |
| "authors": [ |
| { |
| "first": "P", |
| "middle": [ |
| "F" |
| ], |
| "last": "Brown", |
| "suffix": "" |
| }, |
| { |
| "first": "P", |
| "middle": [ |
| "V" |
| ], |
| "last": "Desouza", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [ |
| "L" |
| ], |
| "last": "Mercer", |
| "suffix": "" |
| }, |
| { |
| "first": "V", |
| "middle": [ |
| "J D" |
| ], |
| "last": "Pietra", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [ |
| "C" |
| ], |
| "last": "Lai", |
| "suffix": "" |
| } |
| ], |
| "year": 1992, |
| "venue": "Computational linguistics", |
| "volume": "18", |
| "issue": "4", |
| "pages": "467--479", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "P.F. Brown, P.V. Desouza, R.L. Mercer, V.J.D. Pietra, and J.C. Lai. 1992. Class-based n-gram models of natural language. Computational linguistics, 18(4):467-479.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Muc-7 named entity task definition", |
| "authors": [ |
| { |
| "first": "N", |
| "middle": [], |
| "last": "Chinchor", |
| "suffix": "" |
| }, |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Robinson", |
| "suffix": "" |
| } |
| ], |
| "year": 1997, |
| "venue": "Proceedings of the 7th Conference on Message Understanding", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "N. Chinchor and P. Robinson. 1997. Muc-7 named entity task definition. In Proceedings of the 7th Conference on Message Understanding.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Parsing the WSJ using CCG and log-linear models", |
| "authors": [ |
| { |
| "first": "Stephen", |
| "middle": [], |
| "last": "Clark", |
| "suffix": "" |
| }, |
| { |
| "first": "James", |
| "middle": [ |
| "R" |
| ], |
| "last": "Curran", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Proceedings of the 42nd Annual Meeting on Association for Computational Linguistics, ACL '04", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Stephen Clark and James R. Curran. 2004. Parsing the WSJ using CCG and log-linear models. In Proceed- ings of the 42nd Annual Meeting on Association for Computational Linguistics, ACL '04. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Mathematical foundations for a compositional distributional model of meaning", |
| "authors": [ |
| { |
| "first": "Bob", |
| "middle": [], |
| "last": "Coecke", |
| "suffix": "" |
| }, |
| { |
| "first": "Mehrnoosh", |
| "middle": [], |
| "last": "Sadrzadeh", |
| "suffix": "" |
| }, |
| { |
| "first": "Stephen", |
| "middle": [], |
| "last": "Clark", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Linguistic Analysis: A Festschrift for Joachim Lambek", |
| "volume": "36", |
| "issue": "", |
| "pages": "345--384", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Bob Coecke, Mehrnoosh Sadrzadeh, and Stephen Clark. 2010. Mathematical foundations for a compositional distributional model of meaning. Linguistic Analysis: A Festschrift for Joachim Lambek, 36(1-4):345-384.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Using the framework", |
| "authors": [ |
| { |
| "first": "Robin", |
| "middle": [], |
| "last": "Cooper", |
| "suffix": "" |
| }, |
| { |
| "first": "Dick", |
| "middle": [], |
| "last": "Crouch", |
| "suffix": "" |
| }, |
| { |
| "first": "Jan", |
| "middle": [], |
| "last": "Van Eijck", |
| "suffix": "" |
| }, |
| { |
| "first": "Chris", |
| "middle": [], |
| "last": "Fox", |
| "suffix": "" |
| }, |
| { |
| "first": "Johan", |
| "middle": [], |
| "last": "Van Genabith", |
| "suffix": "" |
| }, |
| { |
| "first": "Jan", |
| "middle": [], |
| "last": "Jaspars", |
| "suffix": "" |
| }, |
| { |
| "first": "Hans", |
| "middle": [], |
| "last": "Kamp", |
| "suffix": "" |
| }, |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Milward", |
| "suffix": "" |
| }, |
| { |
| "first": "Manfred", |
| "middle": [], |
| "last": "Pinkal", |
| "suffix": "" |
| }, |
| { |
| "first": "Massimo", |
| "middle": [], |
| "last": "Poesio", |
| "suffix": "" |
| } |
| ], |
| "year": 1996, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Robin Cooper, Dick Crouch, Jan Van Eijck, Chris Fox, Johan Van Genabith, Jan Jaspars, Hans Kamp, David Milward, Manfred Pinkal, Massimo Poesio, et al. 1996. Using the framework. FraCaS Deliverable D, 16.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "The PASCAL recognising textual entailment challenge", |
| "authors": [ |
| { |
| "first": "O", |
| "middle": [], |
| "last": "Ido Dagan", |
| "suffix": "" |
| }, |
| { |
| "first": "B", |
| "middle": [], |
| "last": "Glickman", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Magnini", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Machine Learning Challenges. Evaluating Predictive Uncertainty, Visual Object Classification, and Recognising Tectual Entailment", |
| "volume": "", |
| "issue": "", |
| "pages": "177--190", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ido Dagan, O. Glickman, and B. Magnini. 2006. The PASCAL recognising textual entailment challenge. Machine Learning Challenges. Evaluating Predictive Uncertainty, Visual Object Classification, and Recog- nising Tectual Entailment, pages 177-190.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "Expanding the scope of the ATIS task: The ATIS-3 corpus", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [ |
| "A" |
| ], |
| "last": "Dahl", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Bates", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Brown", |
| "suffix": "" |
| }, |
| { |
| "first": "W", |
| "middle": [], |
| "last": "Fisher", |
| "suffix": "" |
| }, |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Hunicke-Smith", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Pallett", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Pao", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Rudnicky", |
| "suffix": "" |
| }, |
| { |
| "first": "E", |
| "middle": [], |
| "last": "Shriberg", |
| "suffix": "" |
| } |
| ], |
| "year": 1994, |
| "venue": "Proceedings of the workshop on Human Language Technology", |
| "volume": "", |
| "issue": "", |
| "pages": "43--48", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "D.A. Dahl, M. Bates, M. Brown, W. Fisher, K. Hunicke- Smith, D. Pallett, C. Pao, A. Rudnicky, and E. Shriberg. 1994. Expanding the scope of the ATIS task: The ATIS-3 corpus. In Proceedings of the work- shop on Human Language Technology, pages 43-48. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "Fast search for dirichlet process mixture models", |
| "authors": [ |
| { |
| "first": "Hal", |
| "middle": [], |
| "last": "Daum\u00e9", |
| "suffix": "" |
| }, |
| { |
| "first": "Iii", |
| "middle": [], |
| "last": "", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proceedings of the Eleventh International Conference on Artificial Intelligence and Statistics (AIStats)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hal Daum\u00e9 III. 2007. Fast search for dirichlet process mixture models. In Proceedings of the Eleventh In- ternational Conference on Artificial Intelligence and Statistics (AIStats), San Juan, Puerto Rico.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "6. the logical form of action sentences. Essays on actions and events", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Davidson", |
| "suffix": "" |
| } |
| ], |
| "year": 1967, |
| "venue": "", |
| "volume": "1", |
| "issue": "", |
| "pages": "105--149", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "D. Davidson. 1967. 6. the logical form of action sen- tences. Essays on actions and events, 1(9):105-149.", |
| "links": null |
| }, |
| "BIBREF19": { |
| "ref_id": "b19", |
| "title": "Identifying relations for open information extraction", |
| "authors": [ |
| { |
| "first": "Anthony", |
| "middle": [], |
| "last": "Fader", |
| "suffix": "" |
| }, |
| { |
| "first": "Stephen", |
| "middle": [], |
| "last": "Soderland", |
| "suffix": "" |
| }, |
| { |
| "first": "Oren", |
| "middle": [], |
| "last": "Etzioni", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proceedings of the Conference on Empirical Methods in Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "1535--1545", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Anthony Fader, Stephen Soderland, and Oren Etzioni. 2011. Identifying relations for open information extraction. In Proceedings of the Conference on Empirical Methods in Natural Language Processing, EMNLP '11, pages 1535-1545. Association for Com- putational Linguistics.", |
| "links": null |
| }, |
| "BIBREF20": { |
| "ref_id": "b20", |
| "title": "Incremental models of natural language category acquisition", |
| "authors": [ |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Fountain", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Lapata", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proceedings of the 32st Annual Conference of the Cognitive Science Society", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "T. Fountain and M. Lapata. 2011. Incremental models of natural language category acquisition. In Proceedings of the 32st Annual Conference of the Cognitive Science Society.", |
| "links": null |
| }, |
| "BIBREF21": { |
| "ref_id": "b21", |
| "title": "Integrating logical representations with probabilistic information using markov logic", |
| "authors": [ |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Garrette", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Erk", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Mooney", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proceedings of the Ninth International Conference on Computational Semantics", |
| "volume": "", |
| "issue": "", |
| "pages": "105--114", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Garrette, K. Erk, and R. Mooney. 2011. Integrating logical representations with probabilistic information using markov logic. In Proceedings of the Ninth In- ternational Conference on Computational Semantics, pages 105-114. Association for Computational Lin- guistics.", |
| "links": null |
| }, |
| "BIBREF22": { |
| "ref_id": "b22", |
| "title": "Concrete sentence spaces for compositional distributional models of meaning", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Graff", |
| "suffix": "" |
| }, |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Kong", |
| "suffix": "" |
| }, |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Chen", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Maeda", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [ |
| "Edward" |
| ], |
| "last": "Philadelphia", |
| "suffix": "" |
| }, |
| { |
| "first": "Mehrnoosh", |
| "middle": [], |
| "last": "Grefenstette", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Sadrzadeh", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "Computational Semantics IWCS", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Graff, J. Kong, K. Chen, and K. Maeda. 2003. English gigaword. Linguistic Data Consortium, Philadelphia. Edward Grefenstette, Mehrnoosh Sadrzadeh, Stephen Clark, Bob Coecke, and Stephen Pulman. 2011. Con- crete sentence spaces for compositional distributional models of meaning. Computational Semantics IWCS 2011, page 125.", |
| "links": null |
| }, |
| "BIBREF23": { |
| "ref_id": "b23", |
| "title": "CCGbank: a corpus of CCG derivations and dependency structures extracted from the penn treebank", |
| "authors": [ |
| { |
| "first": "Julia", |
| "middle": [], |
| "last": "Hockenmaier", |
| "suffix": "" |
| }, |
| { |
| "first": "Mark", |
| "middle": [], |
| "last": "Steedman", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Computational Linguistics", |
| "volume": "33", |
| "issue": "3", |
| "pages": "355--396", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Julia Hockenmaier and Mark Steedman. 2007. CCG- bank: a corpus of CCG derivations and dependency structures extracted from the penn treebank. Compu- tational Linguistics, 33(3):355-396.", |
| "links": null |
| }, |
| "BIBREF24": { |
| "ref_id": "b24", |
| "title": "Rebanking CCGbank for improved NP interpretation", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Honnibal", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [ |
| "R" |
| ], |
| "last": "Curran", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Bos", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of the 48th Annual Meeting of the Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "207--215", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "M. Honnibal, J.R. Curran, and J. Bos. 2010. Rebanking CCGbank for improved NP interpretation. In Proceed- ings of the 48th Annual Meeting of the Association for Computational Linguistics, pages 207-215. Associa- tion for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF25": { |
| "ref_id": "b25", |
| "title": "Ontonotes: the 90% solution", |
| "authors": [ |
| { |
| "first": "E", |
| "middle": [], |
| "last": "Hovy", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Marcus", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Palmer", |
| "suffix": "" |
| }, |
| { |
| "first": "L", |
| "middle": [], |
| "last": "Ramshaw", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Weischedel", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of the Human Language Technology Conference of the NAACL, Companion Volume: Short Papers", |
| "volume": "", |
| "issue": "", |
| "pages": "57--60", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "E. Hovy, M. Marcus, M. Palmer, L. Ramshaw, and R. Weischedel. 2006. Ontonotes: the 90% solution. In Proceedings of the Human Language Technology Conference of the NAACL, Companion Volume: Short Papers, pages 57-60. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF26": { |
| "ref_id": "b26", |
| "title": "From treebank to propbank", |
| "authors": [ |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Kingsbury", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Palmer", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Proceedings of the 3rd International Conference on Language Resources and Evaluation (LREC-2002)", |
| "volume": "", |
| "issue": "", |
| "pages": "1989--1993", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "P. Kingsbury and M. Palmer. 2002. From treebank to propbank. In Proceedings of the 3rd International Conference on Language Resources and Evaluation (LREC-2002), pages 1989-1993. Citeseer.", |
| "links": null |
| }, |
| "BIBREF27": { |
| "ref_id": "b27", |
| "title": "Class-based construction of a verb lexicon", |
| "authors": [ |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Kipper", |
| "suffix": "" |
| }, |
| { |
| "first": "H", |
| "middle": [ |
| "T" |
| ], |
| "last": "Dang", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Palmer", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "Proceedings of the National Conference on Artificial Intelligence", |
| "volume": "", |
| "issue": "", |
| "pages": "691--696", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "K. Kipper, H.T. Dang, and M. Palmer. 2000. Class-based construction of a verb lexicon. In Proceedings of the National Conference on Artificial Intelligence, pages 691-696. Menlo Park, CA; Cambridge, MA; London;", |
| "links": null |
| }, |
| "BIBREF28": { |
| "ref_id": "b28", |
| "title": "Weakly supervised training of semantic parsers", |
| "authors": [ |
| { |
| "first": "Jayant", |
| "middle": [], |
| "last": "Krishnamurthy", |
| "suffix": "" |
| }, |
| { |
| "first": "Tom", |
| "middle": [ |
| "M" |
| ], |
| "last": "Mitchell", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Proceedings of the 2012 Joint Conference on Empirical Methods in Natural Language Processing and Computational Natural Language Learning", |
| "volume": "12", |
| "issue": "", |
| "pages": "754--765", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jayant Krishnamurthy and Tom M. Mitchell. 2012. Weakly supervised training of semantic parsers. In Proceedings of the 2012 Joint Conference on Empir- ical Methods in Natural Language Processing and Computational Natural Language Learning, EMNLP- CoNLL '12, pages 754-765. Association for Compu- tational Linguistics.", |
| "links": null |
| }, |
| "BIBREF29": { |
| "ref_id": "b29", |
| "title": "Learning dependency-based compositional semantics", |
| "authors": [ |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Liang", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [ |
| "I" |
| ], |
| "last": "Jordan", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Klein", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proc. Association for Computational Linguistics (ACL)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "P. Liang, M.I. Jordan, and D. Klein. 2011. Learning dependency-based compositional semantics. In Proc. Association for Computational Linguistics (ACL).", |
| "links": null |
| }, |
| "BIBREF30": { |
| "ref_id": "b30", |
| "title": "DIRT -Discovery of Inference Rules from Text", |
| "authors": [ |
| { |
| "first": "Dekang", |
| "middle": [], |
| "last": "Lin", |
| "suffix": "" |
| }, |
| { |
| "first": "Patrick", |
| "middle": [], |
| "last": "Pantel", |
| "suffix": "" |
| } |
| ], |
| "year": 2001, |
| "venue": "Proceedings of the ACM SIGKDD Conference on Knowledge Discovery and Data Mining", |
| "volume": "", |
| "issue": "", |
| "pages": "323--328", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Dekang Lin and Patrick Pantel. 2001. DIRT -Discovery of Inference Rules from Text. In In Proceedings of the ACM SIGKDD Conference on Knowledge Discovery and Data Mining, pages 323-328.", |
| "links": null |
| }, |
| "BIBREF31": { |
| "ref_id": "b31", |
| "title": "Natural logic for textual inference", |
| "authors": [ |
| { |
| "first": "Bill", |
| "middle": [], |
| "last": "Maccartney", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Christopher", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Manning", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proceedings of the ACL-PASCAL Workshop on Textual Entailment and Paraphrasing, RTE '07", |
| "volume": "", |
| "issue": "", |
| "pages": "193--200", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Bill MacCartney and Christopher D. Manning. 2007. Natural logic for textual inference. In Proceedings of the ACL-PASCAL Workshop on Textual Entailment and Paraphrasing, RTE '07, pages 193-200. Associa- tion for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF32": { |
| "ref_id": "b32", |
| "title": "Mallet: A machine learning for language toolkit", |
| "authors": [ |
| { |
| "first": "Andrew Kachites", |
| "middle": [], |
| "last": "Mccallum", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Andrew Kachites McCallum. 2002. Mal- let: A machine learning for language toolkit. http://mallet.cs.umass.edu.", |
| "links": null |
| }, |
| "BIBREF33": { |
| "ref_id": "b33", |
| "title": "Prover9 and Mace4", |
| "authors": [ |
| { |
| "first": "W", |
| "middle": [], |
| "last": "Mccune", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "W. McCune. 2005. Prover9 and Mace4.", |
| "links": null |
| }, |
| "BIBREF34": { |
| "ref_id": "b34", |
| "title": "Wordnet: a lexical database for english", |
| "authors": [ |
| { |
| "first": "G", |
| "middle": [ |
| "A" |
| ], |
| "last": "Miller", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "Communications of the ACM", |
| "volume": "38", |
| "issue": "11", |
| "pages": "39--41", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "G.A. Miller. 1995. Wordnet: a lexical database for en- glish. Communications of the ACM, 38(11):39-41.", |
| "links": null |
| }, |
| "BIBREF35": { |
| "ref_id": "b35", |
| "title": "Distant supervision for relation extraction without labeled data", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Mintz", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Bills", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Snow", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Jurafsky", |
| "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", |
| "volume": "2", |
| "issue": "", |
| "pages": "1003--1011", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "M. Mintz, S. Bills, R. Snow, and D. Jurafsky. 2009. Dis- tant supervision for relation extraction without labeled data. In Proceedings of the Joint Conference of the 47th Annual Meeting of the ACL and the 4th Interna- tional Joint Conference on Natural Language Process- ing of the AFNLP: Volume 2-Volume 2, pages 1003- 1011. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF36": { |
| "ref_id": "b36", |
| "title": "Vector-based models of semantic composition", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Mitchell", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Lapata", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "proceedings of ACL-08: HLT", |
| "volume": "", |
| "issue": "", |
| "pages": "236--244", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "J. Mitchell and M. Lapata. 2008. Vector-based models of semantic composition. proceedings of ACL-08: HLT, pages 236-244.", |
| "links": null |
| }, |
| "BIBREF37": { |
| "ref_id": "b37", |
| "title": "Markov chain sampling methods for dirichlet process mixture models", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Neal", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "Journal of computational and graphical statistics", |
| "volume": "9", |
| "issue": "2", |
| "pages": "249--265", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "M. Neal. 2000. Markov chain sampling methods for dirichlet process mixture models. Journal of compu- tational and graphical statistics, 9(2):249-265.", |
| "links": null |
| }, |
| "BIBREF38": { |
| "ref_id": "b38", |
| "title": "Latent variable models of selectional preference", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [ |
| "O" |
| ], |
| "last": "O'seaghdha", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of the 48th Annual Meeting of the Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "435--444", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "D.O. O'Seaghdha. 2010. Latent variable models of se- lectional preference. In Proceedings of the 48th An- nual Meeting of the Association for Computational Linguistics, pages 435-444. Association for Compu- tational Linguistics.", |
| "links": null |
| }, |
| "BIBREF39": { |
| "ref_id": "b39", |
| "title": "Unsupervised semantic parsing", |
| "authors": [ |
| { |
| "first": "Hoifung", |
| "middle": [], |
| "last": "Poon", |
| "suffix": "" |
| }, |
| { |
| "first": "Pedro", |
| "middle": [], |
| "last": "Domingos", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Proceedings of the 2009 Conference on Empirical Methods in Natural Language Processing", |
| "volume": "1", |
| "issue": "", |
| "pages": "1--10", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hoifung Poon and Pedro Domingos. 2009. Unsuper- vised semantic parsing. In Proceedings of the 2009 Conference on Empirical Methods in Natural Lan- guage Processing: Volume 1 -Volume 1, EMNLP '09, pages 1-10. Association for Computational Linguis- tics.", |
| "links": null |
| }, |
| "BIBREF40": { |
| "ref_id": "b40", |
| "title": "Unsupervised ontology induction from text", |
| "authors": [ |
| { |
| "first": "Hoifung", |
| "middle": [], |
| "last": "Poon", |
| "suffix": "" |
| }, |
| { |
| "first": "Pedro", |
| "middle": [], |
| "last": "Domingos", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of the 48th Annual Meeting of the Association for Computational Linguistics, ACL '10", |
| "volume": "", |
| "issue": "", |
| "pages": "296--305", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hoifung Poon and Pedro Domingos. 2010. Unsuper- vised ontology induction from text. In Proceedings of the 48th Annual Meeting of the Association for Com- putational Linguistics, ACL '10, pages 296-305. As- sociation for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF41": { |
| "ref_id": "b41", |
| "title": "A latent dirichlet allocation method for selectional preferences", |
| "authors": [ |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Ritter", |
| "suffix": "" |
| }, |
| { |
| "first": "O", |
| "middle": [], |
| "last": "Etzioni", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of the 48th Annual Meeting of the Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "424--434", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "A. Ritter, O. Etzioni, et al. 2010. A latent dirichlet allo- cation method for selectional preferences. In Proceed- ings of the 48th Annual Meeting of the Association for Computational Linguistics, pages 424-434. Associa- tion for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF42": { |
| "ref_id": "b42", |
| "title": "Learning first-order horn clauses from web text", |
| "authors": [ |
| { |
| "first": "Stefan", |
| "middle": [], |
| "last": "Schoenmackers", |
| "suffix": "" |
| }, |
| { |
| "first": "Oren", |
| "middle": [], |
| "last": "Etzioni", |
| "suffix": "" |
| }, |
| { |
| "first": "Daniel", |
| "middle": [ |
| "S" |
| ], |
| "last": "Weld", |
| "suffix": "" |
| }, |
| { |
| "first": "Jesse", |
| "middle": [ |
| "Davis" |
| ], |
| "last": "", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of the 2010 Conference on Empirical Methods in Natural Language Processing", |
| "volume": "10", |
| "issue": "", |
| "pages": "1088--1098", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Stefan Schoenmackers, Oren Etzioni, Daniel S. Weld, and Jesse Davis. 2010. Learning first-order horn clauses from web text. In Proceedings of the 2010 Conference on Empirical Methods in Natural Lan- guage Processing, EMNLP '10, pages 1088-1098. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF43": { |
| "ref_id": "b43", |
| "title": "Semantic compositionality through recursive matrixvector spaces", |
| "authors": [ |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Socher", |
| "suffix": "" |
| }, |
| { |
| "first": "B", |
| "middle": [], |
| "last": "Huval", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [ |
| "D" |
| ], |
| "last": "Manning", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [ |
| "Y" |
| ], |
| "last": "Ng", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Proceedings of the 2012 Joint Conference on Empirical Methods in Natural Language Processing and Computational Natural Language Learning", |
| "volume": "", |
| "issue": "", |
| "pages": "1201--1211", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "R. Socher, B. Huval, C.D. Manning, and A.Y. Ng. 2012. Semantic compositionality through recursive matrix- vector spaces. In Proceedings of the 2012 Joint Conference on Empirical Methods in Natural Lan- guage Processing and Computational Natural Lan- guage Learning, pages 1201-1211. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF44": { |
| "ref_id": "b44", |
| "title": "The Syntactic Process", |
| "authors": [ |
| { |
| "first": "Mark", |
| "middle": [], |
| "last": "Steedman", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Mark Steedman. 2000. The Syntactic Process. MIT Press.", |
| "links": null |
| }, |
| "BIBREF45": { |
| "ref_id": "b45", |
| "title": "Taking Scope: The Natural Semantics of Quantifiers", |
| "authors": [ |
| { |
| "first": "Mark", |
| "middle": [], |
| "last": "Steedman", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Mark Steedman. 2012. Taking Scope: The Natural Se- mantics of Quantifiers. MIT Press.", |
| "links": null |
| }, |
| "BIBREF46": { |
| "ref_id": "b46", |
| "title": "Instance-based evaluation of entailment rule acquisition", |
| "authors": [ |
| { |
| "first": "Idan", |
| "middle": [], |
| "last": "Szpektor", |
| "suffix": "" |
| }, |
| { |
| "first": "Eyal", |
| "middle": [], |
| "last": "Shnarch", |
| "suffix": "" |
| }, |
| { |
| "first": "Ido", |
| "middle": [], |
| "last": "Dagan", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proceedings of ACL 2007", |
| "volume": "45", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Idan Szpektor, Eyal Shnarch, and Ido Dagan. 2007. Instance-based evaluation of entailment rule acquisi- tion. In In Proceedings of ACL 2007, volume 45, page 456.", |
| "links": null |
| }, |
| "BIBREF47": { |
| "ref_id": "b47", |
| "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: Human Language Technologies", |
| "volume": "", |
| "issue": "", |
| "pages": "1445--1455", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ivan Titov and Alexandre Klementiev. 2011. A bayesian model for unsupervised semantic parsing. In Proceed- ings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Tech- nologies, pages 1445-1455, Portland, Oregon, USA, June. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF48": { |
| "ref_id": "b48", |
| "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 the Conference on Empirical Methods in Natural Language Processing, EMNLP '11", |
| "volume": "", |
| "issue": "", |
| "pages": "1456--1466", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Limin Yao, Aria Haghighi, Sebastian Riedel, and Andrew McCallum. 2011. Structured relation discovery using generative models. In Proceedings of the Conference on Empirical Methods in Natural Language Process- ing, EMNLP '11, pages 1456-1466. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF49": { |
| "ref_id": "b49", |
| "title": "Unsupervised relation discovery with sense disambiguation", |
| "authors": [ |
| { |
| "first": "Limin", |
| "middle": [], |
| "last": "Yao", |
| "suffix": "" |
| }, |
| { |
| "first": "Sebastian", |
| "middle": [], |
| "last": "Riedel", |
| "suffix": "" |
| }, |
| { |
| "first": "Andrew", |
| "middle": [], |
| "last": "Mccallum", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "ACL (1)", |
| "volume": "", |
| "issue": "", |
| "pages": "712--720", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Limin Yao, Sebastian Riedel, and Andrew McCallum. 2012. Unsupervised relation discovery with sense dis- ambiguation. In ACL (1), pages 712-720.", |
| "links": null |
| }, |
| "BIBREF50": { |
| "ref_id": "b50", |
| "title": "Learning to parse database queries using inductive logic programming", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [ |
| "M" |
| ], |
| "last": "Zelle", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [ |
| "J" |
| ], |
| "last": "Mooney", |
| "suffix": "" |
| } |
| ], |
| "year": 1996, |
| "venue": "Proceedings of the National Conference on Artificial Intelligence", |
| "volume": "", |
| "issue": "", |
| "pages": "1050--1055", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "J.M. Zelle and R.J. Mooney. 1996. Learning to parse database queries using inductive logic programming. In Proceedings of the National Conference on Artifi- cial Intelligence, pages 1050-1055.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF1": { |
| "type_str": "figure", |
| "num": null, |
| "uris": null, |
| "text": "Layers used in our model." |
| }, |
| "FIGREF2": { |
| "type_str": "figure", |
| "num": null, |
| "uris": null, |
| "text": "arg0,arg1 (x, y) \u03bb p.\u2203y :CLOTHES = 0.6 LEGAL = 0.3 DOC = 0.001 ... [suit (y) \u2227 p(y)] (y) \u2227 f ile arg0,arg1 (x, y)]Figure 4" |
| }, |
| "TABREF1": { |
| "type_str": "table", |
| "text": "Most probable terms in some clusters induced by the Type Model.", |
| "content": "<table/>", |
| "num": null, |
| "html": null |
| }, |
| "TABREF2": { |
| "type_str": "table", |
| "text": "Question Answer Sentence What did Delta merge with? Northwest The 747 freighters came with Delta's acquisition of Northwest What spoke with Hu Jintao? Obama Obama conveyed his respect for the Dalai Lama to China's president Hu Jintao during their first meeting. . . What arrived in Colorado? Zazi Zazi flew back to Colorado. . . What ran for Congress? Young . . . Young was elected to Congress in 1972", |
| "content": "<table/>", |
| "num": null, |
| "html": null |
| }, |
| "TABREF3": { |
| "type_str": "table", |
| "text": "Example questions correctly answered by CCG-Distributional.", |
| "content": "<table><tr><td>Premises:</td><td colspan=\"3\">Every European has the right to live in Europe. Every European is a person.</td></tr><tr><td/><td colspan=\"3\">Every person who has the right to live in Europe can travel freely within Europe.</td></tr><tr><td colspan=\"4\">Hypothesis: Every European can travel freely within Europe Solution: Yes</td></tr><tr><td/><td/><td colspan=\"2\">Figure 5: Example problem from the FraCaS suite.</td></tr><tr><td>System</td><td/><td colspan=\"2\">Single Multiple Premise Premises</td></tr><tr><td colspan=\"3\">MacCartney&Manning 07 84%</td><td>-</td></tr><tr><td colspan=\"3\">MacCartney&Manning 08 98%</td><td>-</td></tr><tr><td colspan=\"2\">CCG-Dist (parser syntax)</td><td>70%</td><td>50%</td></tr><tr><td colspan=\"2\">CCG-Dist (gold syntax)</td><td>89%</td><td>80%</td></tr></table>", |
| "num": null, |
| "html": null |
| }, |
| "TABREF4": { |
| "type_str": "table", |
| "text": "Accuracy on Section 1 of the FraCaS suite.", |
| "content": "<table><tr><td>Problems are divided into those with one premise sen-tence (44) and those with multiple premises (30).</td></tr></table>", |
| "num": null, |
| "html": null |
| } |
| } |
| } |
| } |