ACL-OCL / Base_JSON /prefixS /json /S19 /S19-1029.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "S19-1029",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T15:46:55.734872Z"
},
"title": "Bayesian Inference Semantics: A Modelling System and A Test Suite",
"authors": [
{
"first": "Jean-Philippe",
"middle": [],
"last": "Bernardy",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Gothenburg",
"location": {}
},
"email": ""
},
{
"first": "Rasmus",
"middle": [],
"last": "Blanck",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Gothenburg",
"location": {}
},
"email": ""
},
{
"first": "Stergios",
"middle": [],
"last": "Chatzikyriakidis",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Gothenburg",
"location": {}
},
"email": ""
},
{
"first": "Shalom",
"middle": [],
"last": "Lappin",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Gothenburg",
"location": {}
},
"email": ""
},
{
"first": "Aleksandre",
"middle": [],
"last": "Maskharashvili",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Gothenburg",
"location": {}
},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "We present BIS, a Bayesian Inference Semantics, for probabilistic reasoning in natural language. The current system is based on the framework of Bernardy et al. (2018), but departs from it in important respects. BIS makes use of Bayesian learning for inferring a hypothesis from premises. This involves estimating the probability of the hypothesis, given the data supplied by the premises of an argument. It uses a syntactic parser to generate typed syntactic structures that serve as input to a model generation system. Sentences are interpreted compositionally to probabilistic programs, and the corresponding truth values are estimated using sampling methods. BIS successfully deals with various probabilistic semantic phenomena, including frequency adverbs, generalised quantifiers, generics, and vague predicates. It performs well on a number of interesting probabilistic reasoning tasks. It also sustains most classically valid inferences (instantiation, de Morgan's laws, etc.). To test BIS we have built an experimental test suite with examples of a range of probabilistic and classical inference patterns.",
"pdf_parse": {
"paper_id": "S19-1029",
"_pdf_hash": "",
"abstract": [
{
"text": "We present BIS, a Bayesian Inference Semantics, for probabilistic reasoning in natural language. The current system is based on the framework of Bernardy et al. (2018), but departs from it in important respects. BIS makes use of Bayesian learning for inferring a hypothesis from premises. This involves estimating the probability of the hypothesis, given the data supplied by the premises of an argument. It uses a syntactic parser to generate typed syntactic structures that serve as input to a model generation system. Sentences are interpreted compositionally to probabilistic programs, and the corresponding truth values are estimated using sampling methods. BIS successfully deals with various probabilistic semantic phenomena, including frequency adverbs, generalised quantifiers, generics, and vague predicates. It performs well on a number of interesting probabilistic reasoning tasks. It also sustains most classically valid inferences (instantiation, de Morgan's laws, etc.). To test BIS we have built an experimental test suite with examples of a range of probabilistic and classical inference patterns.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "On a traditional view of inference, the entailment relation between the premises of an argument and its conclusion holds iff the argument is logically valid in a proof or model theory. More recently, computational approaches to entailment in natural text, such as Recognising Textual Entailment (RTE, Dagan et al. (2009) ) have attempted to capture inferences that depend on lexical meaning and real world knowledge, as well as logical structure. In the latter sorts of inference, the conclusions often follow from the premises within a certain range of probability values.",
"cite_spans": [
{
"start": 295,
"end": 320,
"text": "(RTE, Dagan et al. (2009)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "In this paper we present Bayesian Inference Semantics (BIS), a probabilistic semantics for natu-ral language that assigns probability values, rather than Boolean truth-values, to sentences. The probability of a sentence is the likelihood that an idealised speaker, as represented by our model, would accept the assertion that it expresses. Our framework builds on the approach proposed by Bernardy et al. (2018) . It is Bayesian in that it constructs models in which asserted constraints provide Bayesian evidence that models use to determine whether objects satisfy particular properties.",
"cite_spans": [
{
"start": 389,
"end": 411,
"text": "Bernardy et al. (2018)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Objects are represented as vectors in a model space S, and properties are subspaces in S. Satisfaction of a property is expressed as membership in the corresponding subspace of S. The probability density over the space of possible situations corresponds to the a priori density of objects in these subspaces, and is specified through Bayesian priors. The system leverages the probabilistic functional programming language WebPPL (Goodman and Stuhlm\u00fcller, 2014) to evaluate Bayesian posteriors. English sentences are parsed using Ranta's Grammatical Framework (GF, http://www. grammaticalframework.org/, 2004) , and the parses are compositionally mapped into interpretations within BIS's probabilistic models.",
"cite_spans": [
{
"start": 429,
"end": 460,
"text": "(Goodman and Stuhlm\u00fcller, 2014)",
"ref_id": "BIBREF14"
},
{
"start": 529,
"end": 608,
"text": "Ranta's Grammatical Framework (GF, http://www. grammaticalframework.org/, 2004)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "We apply BIS to inferences, most of which are probabilistic in nature, and so closely related to RTE concerns. We have constructed a test suite of 78 inferences on which we have developed and tested BIS. The premises in each argument provide Bayesian evidence for the models in which the inference is interpreted, and its conclusion is assigned a (posterior) probability value. 1 In Section 2 we describe BIS. We explain the syntax-model interface that our GF parses provide, and we characterise how our models are constructed. The models employ Monte Carlo Markov Chain (MCMC) sampling 2 on objects to estimate membership in the property classes that correspond to the predicates identified in GF parses of our input sentences.",
"cite_spans": [
{
"start": 378,
"end": 379,
"text": "1",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Section 3 presents our inference system and our test set. BIS currently handles a range of generalised quantifiers, sentential and VP negation, modal and temporal adverbs, measure and comparative adjectives, common nouns, and a variety of logical connectives. It treats VPs and common nouns as monadic predicates. We show how BIS handles both probabilistic and logically valid inferences over a series of examples from the test set. We specify the coverage that the system currently achieves for this set. We have designed BIS to capture inferences involving gradable predicates like tall, where the application of the predicate is clear for upper and lower bound cases, but increasingly indeterminate for intermediate instances between these points. BIS handles arguments in which neither a predicate nor its contrary apply. It also covers both wide and narrow scope readings of certain quantifiers.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "We discuss other approaches to probabilistic semantic inference in Section 4. Finally, in Section 5 we identify the issues that we plan to take up in future work, and state our conclusions.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Our system for probabilistic semantics is comprised of three phases: (i) parsing, using the GF tool, (ii) compositional Montegovian Semantics, written in Haskell, and (iii) computation of entailment probability.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Overview",
"sec_num": "2.1"
},
{
"text": "Our syntax is encoded in the Grammatical Framework (GF) formalism. GF converts a syntactically well-formed sentence into an abstract syntax tree, which is mapped to semantics. The adequacy of the mapping is guaranteed by using the same types in the GF abstract syntax as in the Haskell semantics. The main constructions are described below.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Overview",
"sec_num": "2.1"
},
{
"text": "Our semantics blends aspects of Montague semantics, vector space models, and Bayesian inference. It adopts the main ideas of Bernardy et al. (2018) , which we summarise here.",
"cite_spans": [
{
"start": 125,
"end": 147,
"text": "Bernardy et al. (2018)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Overview",
"sec_num": "2.1"
},
{
"text": "A sentence is interpreted as a probabilistic program returning a Boolean value. Individuals are represented as (probabilistic) vectors. Other syntactic categories are mapped to functional types, following the Montague Grammar paradigm. BIS evaluates the validity of an inference as follows. It expresses the priors as a distribution over individuals and predicates. The premises of the inference impose conditions on the model that correspond to Bayesian observations. We then compute the truth-value of the conclusion using posterior distributions for input variables, yielding a Bernouilli distribution. Its expected value (a real number between 0 and 1) corresponds to a probabilistic measure of entailment. Fig. 1 gives a schematic view of BIS's architecture.",
"cite_spans": [],
"ref_spans": [
{
"start": 711,
"end": 717,
"text": "Fig. 1",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Overview",
"sec_num": "2.1"
},
{
"text": "This value can be computed symbolically, for example by using the precise semantics for probabilistic programming of Borgstr\u00f6m et al. (2013) . However symbolic expressions may contain intractable integrals. Therefore we resort to approximating the result by using MCMC sampling, as described by Goodman et al. (2008) , and implemented in their WebPPL tool.",
"cite_spans": [
{
"start": 117,
"end": 140,
"text": "Borgstr\u00f6m et al. (2013)",
"ref_id": "BIBREF2"
},
{
"start": 295,
"end": 316,
"text": "Goodman et al. (2008)",
"ref_id": "BIBREF13"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Overview",
"sec_num": "2.1"
},
{
"text": "Consider the sentence \"John is a musician\". Our GF grammar parses this sentence as: CltoS Pos (S1 John (Bare (IsA Musician))). We briefly review the combinators used above. CltoS is of type Pol \u2192 Cl \u2192 S : it produces a declarative sentence from a polarity (positive or negative) and a declarative clause. S1 is of type NP \u2192 AVP \u2192 Cl , taking a noun phrase and a (possibly modified) verb phrase to return a declarative clause. Here, AVP is understood as VP phrase that might have been modified by a modal adverb. There is no modifier in this example, which is signaled by the combinator Bare, of type VP \u2192 AVP . The types of the remaining constants are IsA : CN \u2192 VP , John : NP , and Musician : CN .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Basics",
"sec_num": "2.2"
},
{
"text": "Because the types are the same in Haskell and in GF, any abstract syntax tree given by GF will be a well-typed Haskell expression. To obtain a complete semantics, our model treats John and Musician as random representatives of their respective classes, and they are sampled accordingly. Then the truth value of the sentence is evaluated (there is no premise in this case). modelJohnMusician = do john \u2190 newInd musician \u2190 newPred return (cltoS pos (s1 john (bare (isA musician)))) Running the model, with our implementation, gives the following result:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Basics",
"sec_num": "2.2"
},
{
"text": "false : 0.67 true : 0.33 In the absence of further information, an arbitrary predicate has a chance of (around) 0.33 to hold of an arbitrary individual. This number follows from the way that we model predicates, as described in Section 2.3.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Basics",
"sec_num": "2.2"
},
{
"text": "To record assumptions about individuals and predicates, we use the observe primitive of Borgstr\u00f6m et al. (2013) , which ensures that a given proposition holds, and so influences the posteriors. In the MCMC implementation, if the argument to an observe call is false, then the corresponding choice of parameters is not retained in the final computation of posteriors. So, for instance, assume that we add the premise that \"Most people are musicians\" to the earlier example. The premise is parsed as CltoS Pos (S1 (QNP Most Person) (Bare (IsA Musician))), where QNP :Quant \u2192 CN \u2192 NP and Most : Quant. The semantics is:",
"cite_spans": [
{
"start": 88,
"end": 111,
"text": "Borgstr\u00f6m et al. (2013)",
"ref_id": "BIBREF2"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Basics",
"sec_num": "2.2"
},
{
"text": "modelJohnMusicianMost = do john \u2190 newInd musician \u2190 newPred observe (cltoS pos (s1 (qNP most person) (bare (isA musician)))) return (cltoS pos (s1 john (bare (isA musician))))",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Basics",
"sec_num": "2.2"
},
{
"text": "The premise raises the estimated probability value of the conclusion to true : 0.834 false : 0.166",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Basics",
"sec_num": "2.2"
},
{
"text": "Our basic assumption is that (in the absence of other information) individuals are drawn from a multi-variate normal distribution of dimension k, with a zero mean vector and a unit covariance matrix, where k is a hyperparameter of the system. Any logical predicate is represented as a subspace of all individuals. We make the additional simplifying assumption that every atomic lexical predicate p is represented by three components: (1) A vector v p . The projection of any individual x onto this direction (x \u2022 v p ) corresponds to the degree to which x exhibits the characteristics corresponding",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Predicates and their negation",
"sec_num": "2.3"
},
{
"text": "to p. (2) A threshold \u03b8 + p , such that if x \u2022 v p > \u03b8 + p then x is (probabilistically) considered to satisfy p. (3) Another threshold \u03b8 \u2212 p , such that if x \u2022 v p < \u03b8 \u2212 p",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Predicates and their negation",
"sec_num": "2.3"
},
{
"text": ", then the contrary of the predicate (expressed as VP negation) applies. This procedure allows BIS to express the indeterminacy attached to both measure and non-measure predicates in cases at the border of a classifier, in a fully uniform way.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Predicates and their negation",
"sec_num": "2.3"
},
{
"text": "The vectors v p are sampled from the same multi-variate normal distribution as individuals, but unlike individuals, these vectors are normalised. Both thresholds are sampled in a standard normal distribution. At all times, we maintain a positive gap between these thresholds: \u03b8 \u2212 p < \u03b8 + p . Hence, in our system, the law of the excluded middle does not hold at the linguistic level, since for a given individual x and a predicate p we may well have",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Predicates and their negation",
"sec_num": "2.3"
},
{
"text": "\u03b8 \u2212 p < x \u2022 v p < \u03b8 + p .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Predicates and their negation",
"sec_num": "2.3"
},
{
"text": "For example, it is possible that neither \"John is a musician\" nor \"John isn't a musician\" apply. Notice that this is not a case of epistemic uncertainty. Rather, in this example, John does not clearly satisfy the property of being a musician and, at the same time, he cannot be regarded as a non-musician. This state of affairs is illustrated in Fig. 2 .",
"cite_spans": [],
"ref_spans": [
{
"start": 346,
"end": 352,
"text": "Fig. 2",
"ref_id": "FIGREF1"
}
],
"eq_spans": [],
"section": "Predicates and their negation",
"sec_num": "2.3"
},
{
"text": "Adjectives behave like other predicates. They come with a direction and two thresholds, allowing for the proposition \"It is not the case that John is tall, and it is not the case that John isn't tall\" to hold in some models.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Adjectives and Measure Predicates",
"sec_num": "2.4"
},
{
"text": "BIS supports reasoning with units of measures, as in \"John is 6 feet tall\". We can also express height in various units of measures (\"John is 180 cm tall\"). To capture the scaling needed for any metric we introduce an additional layer of interpretation, which corresponds to units of measure. Each unit of measure u is represented by a pair of a factor f u and a bias b u , both drawn from normal distributions. This yields a transformation t u (x) = f u x+b u . The numbers provided in the input (\"6\", \"180\") are then compared with the transformed measure predicates corresponding to the adjective. (In our example t f eet (john\u2022v tall ) = 6.) This allows BIS to simultaneously infer posterior distributions for individuals, predicates and units of measures.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Adjectives and Measure Predicates",
"sec_num": "2.4"
},
{
"text": "BIS uses the same mechanism for handling quantifiers as Bernardy et al. (2018) do. To interpret a sentence such as \"Most musicians are tall\", it runs an inner instance of an inference corresponding to \"If x is a musician, then x is tall\". Then, it imposes, as a posterior of the outer model, the condition that the probabilistic evaluation of the inner inference is higher than a given threshold \u03b8 most .",
"cite_spans": [
{
"start": 56,
"end": 78,
"text": "Bernardy et al. (2018)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Quantifiers",
"sec_num": "2.5"
},
{
"text": "We allow a sentence to contain several generalised quantifiers, such as in \"Most bass players are taller than most guitarists\", and there are two possibilities to consider when implementing support for this. The first is to nest one application of the above procedure within another. This gives an inner model \"If x is a bass player, then x is taller than most guitarists\", and an inner-inner inference problem \"If y is a guitarist, then x is taller than y\". The other is to use a single inner model, with simultaneous quantification over all variables: \"If x is a bass players and y is a guitarist, then x is taller than y\". The first interpretation is inefficient. Each inner model demands a separate MCMC sampling. When running two-levels of sampling the speed is inversely propositional to the square of samples used. But the second interpretation is not quite correct. The threshold that is being used can only commutatively compound the thresholds of both quantifiers that are used. Therefore, the model would not distinguish between the sentences \"Every bass player is taller than most guitarists\" and \"Most bass players are taller than every guitarist\", although their semantics are distinct. For this reason, we opt for the inefficient but precise first procedure, even while we recognise that the second option is a viable way of doing rough grained estimated reasoning.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Quantifiers",
"sec_num": "2.5"
},
{
"text": "Finally, we note that it is very inefficient to use the inner-instance sampling method to ensure that a model satisfies sentences containing the universal quantifier, such as \"Every musician is a logician\". The priors must be set in a particular way to ensure that the subspace of \"musicians\" is included in that of \"logicians\". The defining vectors must be exactly parallel. Therefore sampling converges slowly. To deal with this problem we instead impose on the model the requirement that the cosine similarity between the vectors corresponding to \"musician\" and \"logician\" is greater than 0.99, and that the threshold \u03b8 + musician is greater than \u03b8 + logician . These conditions produce a nearperfect containment of \"musician\" in \"logician\".",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Quantifiers",
"sec_num": "2.5"
},
{
"text": "In order to illustrate BIS's coverage we have constructed a test suite. We construct a test suite rather than use any of the existing test suites for inference because all of the latter (e.g. the FraCaS test suite (Cooper et al., 1996) , RTE (Dagan et al., 2006) , and SNLI (Bowman et al., 2015)) are not designed to assess probabilistic inference, but categorical entailment. They are annotated for threeway (YES, NO, UNK), or binary (YES, NO) values for entailment. In the latter case, the categories NO and UNK of the three-way task are collapsed into a single category. By contrast, we are interested in capturing the full distribution of probability over an inference. Our suite includes 78 examples, each with one or more premises followed by a conclusion. The examples are annotated with respect to the semantic phenomena that figure in the inference. Here is the first example from our test suite: (T1) P1. Every violinist is a musician.",
"cite_spans": [
{
"start": 214,
"end": 235,
"text": "(Cooper et al., 1996)",
"ref_id": "BIBREF5"
},
{
"start": 238,
"end": 262,
"text": "RTE (Dagan et al., 2006)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Test Suite",
"sec_num": "3"
},
{
"text": "P2. Musicians generally read music. H. If John is a violinist, then John reads music. Label: QUANTIFIER, MODAL ADVERB Below, we describe several phenomena that an adequate natural language inference system ought to capture. These are particularly important for semantic frameworks designed to handle probabilistic reasoning. While most examples in the current version of the test suite involve probabilistic reasoning, others are classically valid entailments.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Test Suite",
"sec_num": "3"
},
{
"text": "We briefly comment on the current state of the art of our system with respect to each of the examples that we present. It is important to note that none of the inferences in our test suite turn on real world knowledge, beyond the information contained in the premises. This is due to the fact that our models estimate the likelihood of an inference as the conditional probability of the conclusion, given the premises. The premises serve as priors on the models generated to evaluate the conclusion. The models sample the possible relations among the individuals and properties that interpret the NPs and predicates in the conclusion, given only the restrictions imposed by the relations among the individuals and the properties that interpret the statements in the premises.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Test Suite",
"sec_num": "3"
},
{
"text": "All the phenomena presented in this section (as seen in examples under the label (Tn), where n is a number of an example in the test suite) are supported by our system.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Test Suite",
"sec_num": "3"
},
{
"text": "Although our main goal is not to embed a particular logic into our system, it is useful to know the relation between our system and a specified logic. This allows us to evaluate whether our system can be used in situations where precise reasoning is required.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relation to classical logic",
"sec_num": "3.1"
},
{
"text": "BIS nearly supports full classical propositional logic, using the sentential connectives \"and\", \"or\", \"if ... then ...\", together with \"it is not the case that\". To see that it goes beyond intuitionistic propositional logic we check that it validates the law of the excluded middle, de Morgan's laws, and Peirce's formula. However, BIS does not sustain reductio ad absurdum as a rule of inference. The system evaluates an inference by constructing a model for the premises of the inference and evaluating the hypothesis in that model. This means that in arguments where the premises are inconsistent (as would be the case in an attempt to use reductio) the system fails to construct such a model. It would not evaluate the hypothesis in that model, yielding no result at all. Therefore the consequence relation is not monotone, as the addition of an extra inconsistent premise makes the computation diverge. By contrast, the system assigns probability 1 to |= A \u2227 \u00acA \u2192 B for any choice of A and B.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relation to classical logic",
"sec_num": "3.1"
},
{
"text": "VP-level negation does not interact with sentential negation in the way that one might expect. GF only provides binary clausal polarity, whereas our implementation of predicates requires a manyvalued logic. Therefore, VP negation in examples such as \"John isn't a guitarist\" rules out both that John is a guitarist, and that John is in the undecided area between \u03b8 \u2212 guitarist and \u03b8 + guitarist . Hence, \"John isn't a guitarist\" implies \"It is not the case that John is a guitarist\", but the converse implication does not hold. As a consequence of our treatment of VP negation, the universal quantifier (\"all\") and the existential quantifier (\"some\") are not interdefinable, as they are in classical logic. So, for example, \"All musicians read music\" implies \"It is not the case that some musicians don't read music\", but not the other way around.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relation to classical logic",
"sec_num": "3.1"
},
{
"text": "Instantiation: Instantiation, one of the main inference rules in the Aristotelian syllogism, is supported in our system. The following test suite example is evaluated as true with probability 1. Here, we would expect a probability of 1 for the conclusion, but the actual result is slightly lower. The reason for this is that our system evaluates the universal quantifier by measuring the cosine similarity between the corresponding vectors (> 0.99) as well as comparing the thresholds \u03b8 + p for the two predicates. Even if the cosine similarity between the vectors corresponding to \"violinist\" and \"musician\" is close to 1, and the one between \"musician\" and \"read music\" is also, this does not imply that the cosine similarity between \"violinist\" and \"read music\" is 1.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relation to classical logic",
"sec_num": "3.1"
},
{
"text": "By contrast, the following example is assigned a probability close to 1, because the percentage determiner is treated as a generalised quantifier, triggering an inner-model inference. Higher-order case: Universally quantified sentences connected via implications Consider an example with more complex cases of conditionals of the form \"if X then Y \", where X and Y are quantified assertions.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relation to classical logic",
"sec_num": "3.1"
},
{
"text": "(T78) P1. Every guitarist is a logician.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relation to classical logic",
"sec_num": "3.1"
},
{
"text": "P2. If every guitarist is a logician, then every musician reads music. P3. John is a musician. H. John reads music. Label: IMPLICATION, QUANTIFIER, PROPER NAME BIS performs well for (T78), assigning the inference a probability close to 1. To test that it works as expected for P2 of (T78), we substitute \"Few musicians read music\" for \"Every musician reads music\". BIS assigns the conclusion false with a high probability to H of (T78), which is a reasonable estimated value for this variant of the argument pattern.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relation to classical logic",
"sec_num": "3.1"
},
{
"text": "In addition to examples with universal quantification, our test suite includes cases with other generalised quantifiers (few, most, etc.), and generics expressed as bare plurals.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Generalised quantifiers and generics",
"sec_num": "3.2"
},
{
"text": "(T54) P1. Few people are basketball players.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Generalised quantifiers and generics",
"sec_num": "3.2"
},
{
"text": "P2. Basketball players are taller than most non basketball players. P3. John is a basketball player. H. John is taller than most people. Label: COMPARATIVE ADJECTIVE, MODAL AD-VERB",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Generalised quantifiers and generics",
"sec_num": "3.2"
},
{
"text": "We test our system on gradation, adjectival modification, and comparatives against the sorts of examples discussed in the linguistic semantics literature, e.g. by Klein (1980) . In English, a (positive) adjective such as \"tall\" can be turned into the comparative \"taller\", which has the property of transitivity (if Xtaller Y and Y taller Z, then Xtaller Z). Moreover, the adjective and the comparative derived from it are related in meaning, as the example (T15) illustrates (H holds given that P1 and P2 hold). If Xtaller Y and tall (Y ), then tall (X).",
"cite_spans": [
{
"start": 163,
"end": 175,
"text": "Klein (1980)",
"ref_id": "BIBREF15"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Gradation, Adjectives, and Comparatives",
"sec_num": "3.3"
},
{
"text": "BIS does well on tasks where an inference involves transitivity of a relation expressed as a comparative adjective. The system computes a probability of 1 for (T15). ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Gradation, Adjectives, and Comparatives",
"sec_num": "3.3"
},
{
"text": "BIS handles modal adverbs, such as \"usually\", \"always\", \"rarely\" (sometimes called adverbs of frequency), which can be used to turn categorical judgments into probabilistic ones. Examples where both adverbs of frequency and quantifiers (including generics and generalised quantifiers) interact are particularly interesting. They are not only complex from a computational modelling perspective. They are also semantically difficult. Their interpretations are not straightforward.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Modal Adverbs",
"sec_num": "3.4"
},
{
"text": "As we are interested in probabilistic judgments, we test our model against similar examples that contain probabilistic modifiers, as in (T17) below. The main difference between (T15) and (T17), is that (T17) contains the modal frequency adverbs \"usually\" and \"always\" that interact with a comparative. They trigger frequency based semantic relations that condition probabilistic inferences.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Modal Adverbs",
"sec_num": "3.4"
},
{
"text": "(T17) P1. John is always as punctual as Mary.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Modal Adverbs",
"sec_num": "3.4"
},
{
"text": "P2. Sam is usually more punctual than John. H. Sam is more punctual than Mary. Label: QUANTIFIER, MODAL/TEMPORAL AD-VERB BIS computes a value of 0.7 for this example.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Modal Adverbs",
"sec_num": "3.4"
},
{
"text": "Finally, we take up measure predicates that involve vagueness. We perform 15 runs for 18 values of x uniformly distributed in the range 145cm to 201cm. BIS generates encouraging results for this case. The conclusion is always true with high probability where x is lower than 166, the highest measurement judged to be not tall. There is a slight deviation when x is 166, where 3 cases return false with probabilities from 0.5 to 0.85. In the intermediate cases, for which we expect the vagueness effect, we see a near incremental increase of false judgments values with higher probabilities. From 174 cm and upwards, the system returns false consistently. After the lowest judgment of tallness (178), the system returns false with very high probability (many cases are 1).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Vagueness",
"sec_num": "3.5"
},
{
"text": "BIS offers a gradient treatment of measure predicates (through tweaking of priors), expressing vagueness, but it is not yet fully incremental or stable. We seem to be on the right track in our treatment of measure predicates. Improving this aspect of BIS is one of our priorities for future work.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Vagueness",
"sec_num": "3.5"
},
{
"text": "We do not have any baseline to compare our system to. The only implemented approach similar to ours is the one proposed by Goodman and Lassiter (2015) ; Lassiter and Goodman (2017) . This system is not tested against a test suite. Furthermore, it is not designed to deal with the range of syntactic structures or complex inference patterns that BIS handles. Adapting the Goodman-Lassiter model to allow for such testing would require changes that undermine a comparison with BIS.",
"cite_spans": [
{
"start": 123,
"end": 150,
"text": "Goodman and Lassiter (2015)",
"ref_id": "BIBREF12"
},
{
"start": 153,
"end": 180,
"text": "Lassiter and Goodman (2017)",
"ref_id": "BIBREF17"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related and Future Work",
"sec_num": "4"
},
{
"text": "Goodman and Lassiter (2015); Lassiter and Goodman (2017) implement a probabilistic semantics in WebPPL. They regard the probability of a declarative sentence as the most highly valued interpretation that a hearer assigns to the utterance of a speaker in a specified context. On this approach, speakers express unambiguous meanings in specified contexts through their utterances, and hearers estimate the likelihood of distinct interpretations as corresponding to those that the speaker intends to convey. Their account requires the existence of a univocal, non-vague speakers meaning that hearers seek to identify by distributing probability among alternative readings. Goodman and Lassiter posit a boundary point parameter for graded modifiers, where the value of this parameter is determined in context. They adopt a classical Montagovian treatment of generalised quantifiers, and their framework has limited coverage of syntactic and semantic structures.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Related and Future Work",
"sec_num": "4"
},
{
"text": "We take the probability value of a sentence to be the likelihood that a competent speaker would endorse an assertion, given specified premises. Predication is intrinsically vague, and we do not as-sume a sharply delimited reading for a predication that hearers attempt to converge on by estimating the probability of alternative readings. All predication consists in applying a classifier to new instances, on the basis of supervised training. BIS does not posit a contextually dependent cut off boundary for graded predicates or non-graded predicates. Instead, we adopt an integrated approach to both types of classifier on which a property term allows for vague borders. BIS applies a probabilistic treatment of generalised quantifiers, and it covers higher-order quantifiers like most.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Related and Future Work",
"sec_num": "4"
},
{
"text": "The design of BIS is inspired by the Bayesian compositional semantic framework proposed by Bernardy et al. (2018) . But BIS differs from this framework in a number of important respects. First, it has a comprehensive syntax-semantics interface through GF parsing. Second, it is intended to cover inference in a systematic way, including logically valid, as well as probabilistic arguments. Third, BIS has considerably wider coverage than the framework of Bernardy et al. (2018) , and it is constructed in such a way as to permit straightforward extension to new types of sentence structure and inference patterns.",
"cite_spans": [
{
"start": 91,
"end": 113,
"text": "Bernardy et al. (2018)",
"ref_id": "BIBREF1"
},
{
"start": 455,
"end": 477,
"text": "Bernardy et al. (2018)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related and Future Work",
"sec_num": "4"
},
{
"text": "van Eijck and Lappin (2012) distribute probability values for natural language sentences over the set of possible worlds. The probability of a sentence is the sum of the probability values of the worlds in which it is true. If these worlds are understood as maximal consistent sets of propositions, as in classical theories of formal semantics, then it is unclear how they can be represented in a computationally tractable way. 3 Our system avoids these problems by sampling only the individuals and properties (vector dimensions) required to estimate the probability of a given set of statements. Cooper et al. (2015) propose a compositional semantics within a probabilistic type theory (ProbTTR). They take the probability of a sentence to be a judgment on the likelihood that a given situation is of a particular type, specified in terms of ProbTTR. They do not offer an explicit treatment of vagueness or probabilistic inference. It is also not clear to what extent their type theory is required to achieve a viable compositional probabilistic semantics. Emerson and Copestake (2017a,b ) provide a probabilistic model in order to identify 'features' of objects in terms of the properties that apply to those objects. They build their model as a graphical probabilistic model. They also interpret universal and existential quantifiers from a probabilistic perspective. \"As are Bs\" is represented as a conditional probability of B given A, for all elements of the space, which is equal to the sum (integral) over all elements. To compute it, they make use of the variational inference for graphical probabilistic models.",
"cite_spans": [
{
"start": 428,
"end": 429,
"text": "3",
"ref_id": null
},
{
"start": 598,
"end": 618,
"text": "Cooper et al. (2015)",
"ref_id": "BIBREF6"
},
{
"start": 1059,
"end": 1089,
"text": "Emerson and Copestake (2017a,b",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related and Future Work",
"sec_num": "4"
},
{
"text": "Pfeifer and colleagues (Pfeifer and Sanfilippo, 2018; Pfeifer, 2013; Gilio et al., 2015 ) study inference in a probabilistic setting by estimating the probability of the conclusion given the probabilities of the premises. They employ p-validity by Adams (1998). To be p-valid the uncertainty of a conclusion in an inference should not increase the cumulative uncertainties of its premises. Their approach differs from ours in several ways. The main one is that we build a model (using Bayesian updating of priors) where the premises hold, and then we observe how probable the hypothesis is in this model. By contrast, they provide an analytic estimation of the conclusion, given its premises. They require that certain properties on conditional probabilities hold. Conditional probabilities are primitives for modelling an implication (\"if A then B\"). This allows them to avoid problems when estimating A \u2192 B when A is false. In the current work, we take \"if...then...\" statements to be cases of material implication (A \u2192 B = \u00acA \u2228 B) instead of conditional probability.",
"cite_spans": [
{
"start": 23,
"end": 53,
"text": "(Pfeifer and Sanfilippo, 2018;",
"ref_id": "BIBREF19"
},
{
"start": 54,
"end": 68,
"text": "Pfeifer, 2013;",
"ref_id": "BIBREF18"
},
{
"start": 69,
"end": 87,
"text": "Gilio et al., 2015",
"ref_id": "BIBREF11"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related and Future Work",
"sec_num": "4"
},
{
"text": "In future work we will explore the interpretation of the \"if...then...\" construction as a conditional probability, and we may incorporate Pfeifer and colleagues' insights into our semantics.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Related and Future Work",
"sec_num": "4"
},
{
"text": "We plan to extend the current test suite to examples that contain phenomena which are not yet represented there. This will allow us to increase both BIS' coverage and its power. We intend to organise the test suite in a more structured way, by introducing a more systematic and fine-grained classification of example types, and example complexity. To illustrate what we have in mind, imagine that BIS gives the correct result for test suite example n 1 , but fails on n 2 , where the two cases are labelled as of the same type, but n 2 is simpler than n 1 . Given such a typology and complexity hierarchy over examples, it becomes easier to detect the source of peculiar behaviour in the system. We will also take into account that some examples might not make sense in a probabilistic setting. As Suppes (1966) remarks, statistical syllogisms require a specific formulation in order to be well posed as probabilistic problems. Building such a structured test suite is a challenging task.",
"cite_spans": [
{
"start": 798,
"end": 811,
"text": "Suppes (1966)",
"ref_id": "BIBREF22"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related and Future Work",
"sec_num": "4"
},
{
"text": "In our model, we have sentence-level and predicate-level negation, which we refer to as weak and strong negation, respectively. In this way, we obtain a logic which deviates from both classical first-order and intuitionistic logic. We will explore the formal properties of this alternative logic, and we will consider the most efficient way of encoding it in BIS.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Related and Future Work",
"sec_num": "4"
},
{
"text": "We observed in the previous section that chained transitive inferences become problematic for BIS in proportion to the length of the chain. This is due to errors that originate in Monte Carlo Methods of approximating integrals, which BIS uses to generate its models. We will experiment with an alternative approach that calculates the required integrals symbolically. On this strategy BIS would invoke Monte Carlo Methods only as a last resort, when symbolic computation is not feasible.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Related and Future Work",
"sec_num": "4"
},
{
"text": "This paper describes BIS, an implemented Bayesian system for probabilistic inference. We have tested BIS on a test suite for probabilistic and classically valid arguments, which we have constructed for this task. While the test suite is still under development, it is, to our knowledge, unique in that its examples make probabilistic judgments based purely on the knowledge contained in the premises. The arguments do not require additional world knowledge beyond the information contributed by the premises to support their conclusions. We will reorganise and extend this suite to achieve a fine-grained, labelled typology for its examples.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "5"
},
{
"text": "While BIS follows the approach outlined by Bernardy et al. (2018) in many respects, it handles a wider and richer range of phenomena. In addition to providing a systematic Bayesian inference system, it offers a unique treatment of vagueness through a distinction between two types of negation, and an alternative procedure for computing interpretations for quantifiers.",
"cite_spans": [
{
"start": 43,
"end": 65,
"text": "Bernardy et al. (2018)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "5"
},
{
"text": "We have also noted some of the limitations of the current system. Most of these are due to the fact that BIS does not yet encode certain linguis-tic phenomena. Other problems arise because of BIS's current method for sampling and computing (numerical) approximations. We will address these issues in future work. BIS's current level of performance suggests that it can be scaled up to a wide coverage semantic system for probabilistic natural language inference.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "5"
},
{
"text": "In extending our test suite our primary objective is to provide a better platform for evaluating probabilistic semantic approaches. One way of obtaining more reliable gradient judgments of entailment is to submit inferences to crowd source assessment on a four or five point scale, and to map this scale into probability values (or ranges of values). The mean judgments of such an annotated suite would provide a gold standard for evaluating the performance of a probabilistic inference system. We are also interested in testing BIS on a standard dataset for logical inference, like the FraCaS test suite, that is annotated for categorical inference judgments. Success would consist in assigning high probability to yes cases, low probability to no cases, and intermediate values to unk instances. We could also crowd source the FraCas set, and use the mean judgments that we obtain as the target values for our system.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "5"
},
{
"text": "Our test set, and the code for BIS are available at https://github.com/GU-CLASP/bbclm2019.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "For detailed discussion of MCMC see Brooks (1998);Roberts and Rosenthal (2004).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Lappin (2015) discusses the complexity problems posed by the representation of complete worlds.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [
{
"text": "The research reported in this paper was supported by grant 2014-39 from the Swedish Research Council, which funds the Centre for Linguistic Theory and Studies in Probability (CLASP) in the Department of Philosophy, Linguistics, and Theory of Science at the University of Gothenburg. We are grateful to our colleagues in CLASP for helpful discussion of some of the ideas presented here. We also thank three anonymous reviewers for their useful comments on an earlier draft of the paper.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgements",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "A Primer of Probability Logic",
"authors": [
{
"first": "Ernest",
"middle": [
"Adams"
],
"last": "",
"suffix": ""
}
],
"year": 1998,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ernest Adams. 1998. A Primer of Probability Logic. Stanford: CSLI Publications.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "A compositional Bayesian semantics for natural language",
"authors": [
{
"first": "Jean-Philippe",
"middle": [],
"last": "Bernardy",
"suffix": ""
},
{
"first": "Rasmus",
"middle": [],
"last": "Blanck",
"suffix": ""
},
{
"first": "Stergios",
"middle": [],
"last": "Chatzikyriakidis",
"suffix": ""
},
{
"first": "Shalom",
"middle": [],
"last": "Lappin",
"suffix": ""
}
],
"year": 2018,
"venue": "Proceedings of the International Workshop on Language, Cognition and Computational Models",
"volume": "",
"issue": "",
"pages": "1--11",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jean-Philippe Bernardy, Rasmus Blanck, Stergios Chatzikyriakidis, and Shalom Lappin. 2018. A com- positional Bayesian semantics for natural language. In Proceedings of the International Workshop on Language, Cognition and Computational Models, COLING 2018, Santa Fe, New Mexico, pages 1-11.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Measure transformer semantics for Bayesian machine learning",
"authors": [
{
"first": "Johannes",
"middle": [],
"last": "Borgstr\u00f6m",
"suffix": ""
},
{
"first": "Andrew",
"middle": [
"D"
],
"last": "Gordon",
"suffix": ""
},
{
"first": "Michael",
"middle": [],
"last": "Greenberg",
"suffix": ""
},
{
"first": "James",
"middle": [],
"last": "Margetson",
"suffix": ""
},
{
"first": "Jurgen",
"middle": [],
"last": "Van Gael",
"suffix": ""
}
],
"year": 2013,
"venue": "Logical Methods in Computer Science",
"volume": "9",
"issue": "",
"pages": "1--39",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Johannes Borgstr\u00f6m, Andrew D. Gordon, Michael Greenberg, James Margetson, and Jurgen Van Gael. 2013. Measure transformer semantics for Bayesian machine learning. Logical Methods in Computer Science, 9:1-39.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "A large annotated corpus for learning natural language inference",
"authors": [
{
"first": "Gabor",
"middle": [],
"last": "Samuel R Bowman",
"suffix": ""
},
{
"first": "Christopher",
"middle": [],
"last": "Angeli",
"suffix": ""
},
{
"first": "Christopher D",
"middle": [],
"last": "Potts",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Manning",
"suffix": ""
}
],
"year": 2015,
"venue": "Proceedings of EMNLP",
"volume": "",
"issue": "",
"pages": "632--642",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Samuel R Bowman, Gabor Angeli, Christopher Potts, and Christopher D Manning. 2015. A large anno- tated corpus for learning natural language inference. In Proceedings of EMNLP, pages 632-642.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Markov chain monte carlo method and its application",
"authors": [
{
"first": "P",
"middle": [],
"last": "Stephen",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Brooks",
"suffix": ""
}
],
"year": 1998,
"venue": "Journal of the Royal Statistical Society. Series D (The Statistician)",
"volume": "47",
"issue": "1",
"pages": "69--100",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Stephen P. Brooks. 1998. Markov chain monte carlo method and its application. Journal of the Royal Statistical Society. Series D (The Statistician), 47(1):69-100.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Using the framework",
"authors": [
{
"first": "R",
"middle": [],
"last": "Cooper",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Crouch",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Van Eijck",
"suffix": ""
},
{
"first": "C",
"middle": [],
"last": "Fox",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Van Genabith",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Jaspars",
"suffix": ""
},
{
"first": "H",
"middle": [],
"last": "Kamp",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Milward",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Pinkal",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Poesio",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Pulman",
"suffix": ""
}
],
"year": 1996,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "R. Cooper, D. Crouch, J. van Eijck, C. Fox, J. van Gen- abith, J. Jaspars, H. Kamp, D. Milward, M. Pinkal, M. Poesio, and S. Pulman. 1996. Using the frame- work. Technical report LRE 62-051r, The FraCaS consortium.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Probabilistic type theory and natural language semantics. Linguistic Issues in Language Technology",
"authors": [
{
"first": "R",
"middle": [],
"last": "Cooper",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Dobnik",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Lappin",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Larsson",
"suffix": ""
}
],
"year": 2015,
"venue": "",
"volume": "10",
"issue": "",
"pages": "1--43",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "R. Cooper, S. Dobnik, S. Lappin, and S. Larsson. 2015. Probabilistic type theory and natural language se- mantics. Linguistic Issues in Language Technology, 10:1-43.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Recognizing textual entailment: Rational, evaluation and approaches",
"authors": [
{
"first": "Bill",
"middle": [],
"last": "Ido Dagan",
"suffix": ""
},
{
"first": "Bernado",
"middle": [],
"last": "Dolan",
"suffix": ""
},
{
"first": "Dan",
"middle": [],
"last": "Magnini",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Roth",
"suffix": ""
}
],
"year": 2009,
"venue": "Natural Language Engineering",
"volume": "15",
"issue": "",
"pages": "1--17",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ido Dagan, Bill Dolan, Bernado Magnini, and Dan Roth. 2009. Recognizing textual entailment: Ratio- nal, evaluation and approaches. Natural Language Engineering, 15:1-17.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "The PASCAL recognising textual entailment challenge",
"authors": [
{
"first": "Oren",
"middle": [],
"last": "Ido Dagan",
"suffix": ""
},
{
"first": "Bernardo",
"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, Oren Glickman, and Bernardo Magnini. 2006. The PASCAL recognising textual entailment challenge. In Machine learning challenges. Evalu- ating predictive uncertainty, visual object classifica- tion, and recognising tectual entailment, pages 177- 190. Springer.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Semantic composition via probabilistic model theory",
"authors": [
{
"first": "Guy",
"middle": [],
"last": "Emerson",
"suffix": ""
},
{
"first": "Ann",
"middle": [],
"last": "Copestake",
"suffix": ""
}
],
"year": 2017,
"venue": "IWCS 2017 -12th International Conference on Computational Semantics -Long papers",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Guy Emerson and Ann Copestake. 2017a. Seman- tic composition via probabilistic model theory. In IWCS 2017 -12th International Conference on Computational Semantics -Long papers.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Variational inference for logical inference",
"authors": [
{
"first": "Guy",
"middle": [],
"last": "Emerson",
"suffix": ""
},
{
"first": "Ann",
"middle": [],
"last": "Copestake",
"suffix": ""
}
],
"year": 2017,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Guy Emerson and Ann Copestake. 2017b. Vari- ational inference for logical inference. CoRR, abs/1709.00224.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Transitive reasoning with imprecise probabilities",
"authors": [
{
"first": "Angelo",
"middle": [],
"last": "Gilio",
"suffix": ""
},
{
"first": "Niki",
"middle": [],
"last": "Pfeifer",
"suffix": ""
},
{
"first": "Giuseppe",
"middle": [],
"last": "Sanfilippo",
"suffix": ""
}
],
"year": 2015,
"venue": "Symbolic and Quantitative Approaches to Reasoning with Uncertainty",
"volume": "",
"issue": "",
"pages": "95--105",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Angelo Gilio, Niki Pfeifer, and Giuseppe Sanfilippo. 2015. Transitive reasoning with imprecise probabil- ities. In Symbolic and Quantitative Approaches to Reasoning with Uncertainty, pages 95-105, Cham. Springer International Publishing.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Probabilistic semantics and pragmatics: Uncertainty in language and thought",
"authors": [
{
"first": "N",
"middle": [],
"last": "Goodman",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Lassiter",
"suffix": ""
}
],
"year": 2015,
"venue": "The Handbook of Contemporary Semantic Theory",
"volume": "",
"issue": "",
"pages": "655--686",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "N. Goodman and D. Lassiter. 2015. Probabilistic se- mantics and pragmatics: Uncertainty in language and thought. In S. Lappin and C. Fox, editors, The Handbook of Contemporary Semantic Theory, Second Edition, pages 655-686. Wiley-Blackwell, Malden, Oxford.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Church: a language for generative models",
"authors": [
{
"first": "N",
"middle": [],
"last": "Goodman",
"suffix": ""
},
{
"first": "V",
"middle": [
"K"
],
"last": "Mansinghka",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Roy",
"suffix": ""
},
{
"first": "K",
"middle": [],
"last": "Bonawitz",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Tenenbaum",
"suffix": ""
}
],
"year": 2008,
"venue": "Proceedings of the 24th Conference Uncertainty in Artificial Intelligence (UAI)",
"volume": "",
"issue": "",
"pages": "220--229",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "N. Goodman, V. K. Mansinghka, D. Roy, K. Bonawitz, and J. Tenenbaum. 2008. Church: a language for generative models. In Proceedings of the 24th Con- ference Uncertainty in Artificial Intelligence (UAI), pages 220-229.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "The Design and Implementation of Probabilistic Programming Languages",
"authors": [
{
"first": "D",
"middle": [],
"last": "Noah",
"suffix": ""
},
{
"first": "Andreas",
"middle": [],
"last": "Goodman",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Stuhlm\u00fcller",
"suffix": ""
}
],
"year": 2014,
"venue": "",
"volume": "",
"issue": "",
"pages": "2018--2030",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Noah D Goodman and Andreas Stuhlm\u00fcller. 2014. The Design and Implementation of Probabilistic Programming Languages. http://dippl.org. Accessed: 2018-12-10.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "A semantics for positive and comparative adjectives",
"authors": [
{
"first": "Ewan",
"middle": [],
"last": "Klein",
"suffix": ""
}
],
"year": 1980,
"venue": "Linguistics and Philosophy",
"volume": "4",
"issue": "1",
"pages": "1--45",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ewan Klein. 1980. A semantics for positive and com- parative adjectives. Linguistics and Philosophy, 4(1):1-45.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Curry typing, polymorphism, and fine-grained intensionality",
"authors": [
{
"first": "Shalom",
"middle": [],
"last": "Lappin",
"suffix": ""
}
],
"year": 2015,
"venue": "The Handbook of Contemporary Semantic Theory",
"volume": "",
"issue": "",
"pages": "408--428",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Shalom Lappin. 2015. Curry typing, polymorphism, and fine-grained intensionality. In Shalom Lappin and Chris Fox, editors, The Handbook of Contempo- rary Semantic Theory, Second Edition, pages 408- 428. Wiley-Blackwell, Malden, MA and Oxford.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "Adjectival vagueness in a Bayesian model of interpretation",
"authors": [
{
"first": "Daniel",
"middle": [],
"last": "Lassiter",
"suffix": ""
},
{
"first": "Noah",
"middle": [],
"last": "Goodman",
"suffix": ""
}
],
"year": 2017,
"venue": "Synthese",
"volume": "194",
"issue": "",
"pages": "3801--3836",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Daniel Lassiter and Noah Goodman. 2017. Adjecti- val vagueness in a Bayesian model of interpretation. Synthese, 194:3801-3836.",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "The new psychology of reasoning: A mental probability logical perspective",
"authors": [
{
"first": "Niki",
"middle": [],
"last": "Pfeifer",
"suffix": ""
}
],
"year": 2013,
"venue": "Thinking & Reasoning",
"volume": "19",
"issue": "3-4",
"pages": "329--345",
"other_ids": {
"DOI": [
"10.1080/13546783.2013.838189"
]
},
"num": null,
"urls": [],
"raw_text": "Niki Pfeifer. 2013. The new psychology of reasoning: A mental probability logical perspective. Thinking & Reasoning, 19(3-4):329-345.",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "Probabilistic semantics for categorical syllogisms of figure II",
"authors": [
{
"first": "Niki",
"middle": [],
"last": "Pfeifer",
"suffix": ""
},
{
"first": "Giuseppe",
"middle": [],
"last": "Sanfilippo",
"suffix": ""
}
],
"year": 2018,
"venue": "Scalable Uncertainty Management",
"volume": "",
"issue": "",
"pages": "196--211",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Niki Pfeifer and Giuseppe Sanfilippo. 2018. Proba- bilistic semantics for categorical syllogisms of fig- ure II. In Scalable Uncertainty Management, pages 196-211. Springer International Publishing.",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "Grammatical framework",
"authors": [
{
"first": "Aarne",
"middle": [],
"last": "Ranta",
"suffix": ""
}
],
"year": 2004,
"venue": "Journal of Functional Programming",
"volume": "14",
"issue": "2",
"pages": "145--189",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Aarne Ranta. 2004. Grammatical framework. Journal of Functional Programming, 14(2):145-189.",
"links": null
},
"BIBREF21": {
"ref_id": "b21",
"title": "General state space markov chains and mcmc algorithms",
"authors": [
{
"first": "O",
"middle": [],
"last": "Gareth",
"suffix": ""
},
{
"first": "Jeffrey",
"middle": [
"S"
],
"last": "Roberts",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Rosenthal",
"suffix": ""
}
],
"year": 2004,
"venue": "Probab. Surveys",
"volume": "1",
"issue": "",
"pages": "20--71",
"other_ids": {
"DOI": [
"10.1214/154957804100000024"
]
},
"num": null,
"urls": [],
"raw_text": "Gareth O. Roberts and Jeffrey S. Rosenthal. 2004. General state space markov chains and mcmc algo- rithms. Probab. Surveys, 1:20-71.",
"links": null
},
"BIBREF22": {
"ref_id": "b22",
"title": "Probabilistic inference and the concept of total evidence",
"authors": [
{
"first": "Patrick",
"middle": [],
"last": "Suppes",
"suffix": ""
}
],
"year": 1966,
"venue": "Aspects of Inductive Logic",
"volume": "43",
"issue": "",
"pages": "49--65",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Patrick Suppes. 1966. Probabilistic inference and the concept of total evidence. In Jaakko Hintikka and Patrick Suppes, editors, Aspects of Inductive Logic, volume 43 of Studies in Logic and the Foundations of Mathematics, pages 49-65. Elsevier.",
"links": null
},
"BIBREF23": {
"ref_id": "b23",
"title": "Probabilistic semantics for natural language",
"authors": [
{
"first": "J",
"middle": [],
"last": "Van Eijck",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Lappin",
"suffix": ""
}
],
"year": 2012,
"venue": "Logic and Interactive Rationality (LIRA)",
"volume": "2",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "J. van Eijck and S. Lappin. 2012. Probabilistic se- mantics for natural language. In Z. Christoff, P. Galeazzi, N. Gierasimszuk, A. Marcoci, and S. Smets, editors, Logic and Interactive Rationality (LIRA), Volume 2. ILLC, University of Amsterdam.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"uris": null,
"type_str": "figure",
"num": null,
"text": "Phases in our system"
},
"FIGREF1": {
"uris": null,
"type_str": "figure",
"num": null,
"text": "A representation of the predicate \"musician\" and its negation. The blue and red areas indicate the corresponding subspaces."
},
"FIGREF2": {
"uris": null,
"type_str": "figure",
"num": null,
"text": "T77) P1. All violinists are musicians. P2. All musicians read music. H. 99 percent of violinists read music. Label: QUANTIFIERS, PERCENTAGE DETER-MINER"
},
"TABREF2": {
"text": "P1. Mary is tall. P2. John is taller than Mary. H. John is tall. Label: COMPARATIVE ADJECTIVE, TRANSITIV-ITY",
"content": "<table/>",
"html": null,
"type_str": "table",
"num": null
},
"TABREF3": {
"text": "P1. Mary is 190 centimeters tall. Mary is tall. P2. Molly is 184 centimeters tall. Molly is tall. P3. Ruth is 180 centimeters tall. Ruth is tall. P4. Helen is 178 centimeters tall. Helen is tall. P5. Athena is 166 centimeters tall. Athena isn't tall.",
"content": "<table><tr><td>P6. Artemis is 157 centimeters tall. Artemis isn't</td></tr><tr><td>tall.</td></tr><tr><td>P7. Joanna is 160 centimeters tall. Joanna isn't tall.</td></tr><tr><td>P8. Kate is 162 centimeters tall. Kate isn't tall.</td></tr><tr><td>P9. Christine is x centimeters tall.</td></tr><tr><td>H. Chistine isn't tall</td></tr><tr><td>Label: QUANTIFIER, MODAL ADVERB</td></tr></table>",
"html": null,
"type_str": "table",
"num": null
}
}
}
}