Compositional Lexical Semantics in Natural Language Inference

Total Page:16

File Type:pdf, Size:1020Kb

Compositional Lexical Semantics in Natural Language Inference COMPOSITIONAL LEXICAL SEMANTICS IN NATURAL LANGUAGE INFERENCE Ellie Pavlick A DISSERTATION in Computer and Information Science Presented to the Faculties of the University of Pennsylvania in Partial Fulfillment of the Requirements for the Degree of Doctor of Philosophy 2017 Supervisor of Dissertation Chris Callison-Burch, Associate Professor of Computer and Information Science Graduate Group Chairperson Lyle Ungar, Professor of Computer and Information Science Dissertation Committee Chris Callison-Burch, Associate Professor of Computer and Information Science Ido Dagan, Professor of Computer Science Mitch Marcus, Professor of Computer and Information Science Florian Schwarz, Associate Professor of Linguistics Lyle Ungar, Professor of Computer and Information Science COMPOSITIONAL LEXICAL SEMANTICS IN NATURAL LANGUAGE INFERENCE c COPYRIGHT 2017 Ellie Pavlick Tobochnik This work is licensed under the Creative Commons Attribution NonCommercial-ShareAlike 3.0 License To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/3.0/ Dedicated to my sisters, Cassie and Ginger. Your creativity and sense of humor is why I love language. iii ACKNOWLEDGEMENT I am incredibly lucky to have had such a supportive advisor, Chris Callison-Burch. Chris invested in me very early in my computer science career and had confidence in me well before I had any idea what I was doing. He has been my go-to mentor and my strongest advocate since. With every year, I have only become more excited about the field, and I credit that to Chris's consistent energy and encouragement. It is been a genuine privilege to work together. A huge thank you to my dissertation committee. Mitch Marcus has been a constant source of wisdom and guidance, and his personality, in my mind, will always be synonymous with Penn NLP and the wonderful intellectual environment I have experienced during my time here. Lyle Ungar's directness and pragmatism has been invaluable, and he has provided me with clarity and perspective when trying to articulate my own thoughts. Florian Schwarz gave me my first formal education in linguistics, and I am not exaggerating to say that that has had the single largest influence on the way I approach research. Annual meetings with Ido Dagan have been the most enlightening part of ACL conferences over the past several years{his drive is inspiring and every conversation I have had with him has reaffirmed my enthusiasm for the ambitiousness of NLP. I have been fortunate to work with many other incredible research mentors. I have learned so much from Ben Van Durme, Joel Tetreault, Peter Clark, and Niranjan Balasubramanian and owe each of them a huge thank you. Thank you especially to Marius Pasca, for engaging in every discussion with such depth and for challenging me on every opinion{working together made me a holistically better researcher, and I am extremely grateful. Of course, thank you also to my many coauthors and other collaborators, who have been a constant source of new ideas and great conversations. Finally, I am forever thankful to my family and friends who have been an unwavering support network. Thank you first to my incredible husband Steve, for being my best friend iv and for somehow managing to both keep me inspired and keep me grounded over the years. Thank you to my parents, Karin and Michael, for endless love and encouragement and for raising me to be confident and ambitious and unapologetic. Thank you to my sisters, Cassie and Ginger{growing up with you two is the best thing that ever happened to me. Thank you to Andrea, Jan, Howard, Nate, and Sherrie for all the love and support. Last, but never least, thank you to all the friends I have made at Penn and within the ACL community, and to the friends from my other lives at JHU, Peabody, and elsewhere, for all the happiness you've brought me. v ABSTRACT COMPOSITIONAL LEXICAL SEMANTICS IN NATURAL LANGUAGE INFERENCE Ellie Pavlick Chris Callison-Burch The focus of this thesis is to incorporate linguistic theories of semantics into data-driven models for automatic natural language understanding. Most current models rely on an im- poverished version of semantics which can be learned automatically from large volumes of unannotated text. However, many aspects of language understanding require deeper models of semantic meaning than those which can be easily derived from word co-occurrence alone. In this thesis, we inform our models using insights from linguistics, so that we can continue to take advantage of large-scale statistical models of language without compromising on depth and interpretability. We begin with a discussion of lexical entailment. We classify pairs of words according a small set of distinct entailment relations: e.g. equivalence, en- tailment, exclusion, and independence. We show that imposing these relations onto a large, automatically constructed lexical entailment resource leads to measurable improvements in an end-to-end inference task. We then turn our attention to compositional entailment, in particular, to modifier-noun composition. We show that inferences involving modifier-noun phrases (e.g. \red dress", \imaginary friend") are much more complex than the conven- tional wisdom states. In a systematic evaluation of a range of existing state-of-the-art nat- ural language inference systems, we illustrate the inability of current technology to handle the types of common sense inferences necessary for human-like processing of modifier-noun phrases. We propose a data-driven method for operationalizing a formal semantics frame- work which assigns interpretable semantic representations to individual modifiers. We use our method in order to find instances of fine-grained classes involving multiple modifiers (e.g. \1950s American jazz composers"). We demonstrate that our proposed compositional model outperforms existing non-compositional approaches. vi TABLE OF CONTENTS ACKNOWLEDGEMENT . iv ABSTRACT . vi LIST OF TABLES . xv LIST OF ILLUSTRATIONS . xviii CHAPTER 1 : Introduction . 1 1.1 Overview . 1 1.2 Outline of this Document . 8 CHAPTER 2 : Background and Related Work . 11 2.1 Definition of \Entailment" in Natural Language . 11 2.1.1 Entailment in Formal Linguistics . 11 2.1.2 Entailment in Natural Language Processing . 13 2.1.3 Types of Knowledge Tested by RTE . 14 2.1.4 RTE Systems and Approaches . 17 2.2 Lexical Entailment . 20 2.2.1 Word Denotations and Semantic Types . 20 2.2.2 Definition of Semantic Containment . 22 2.2.3 Basic Entailment Relations in Natural Logic . 23 2.2.4 Lexical Entailment Resources in NLP . 25 2.2.5 The Paraphrase Database . 28 2.3 Compositional Entailment in Modifier-Noun Phrases . 29 2.3.1 Classes of Modifiers in Formal Semantics . 30 2.3.2 Adjective Noun Composition in Natural Logic . 34 vii 2.3.3 Pragmatic Factors Affecting Modifier-Noun Composition . 36 2.4 Definition of Basic Entailment Relations used in this Thesis . 38 2.4.1 Relaxing Requirements of Exhaustivity . 38 2.4.2 Definitions . 40 CHAPTER 3 : Lexical and Non-Compositional Entailment . 42 3.1 Annotating Basic Entailment Relations . 43 3.1.1 Assumptions about Context . 43 3.1.2 Design of Annotation Task . 44 3.1.3 Labeled Datasets for Training and Evaluation . 46 3.2 Supervised Model for Lexical Entailment Classification . 50 3.2.1 Classifier Configuration . 51 3.2.2 Feature Groups . 51 3.2.3 Feature Analysis . 54 3.3 Intrinsic Evaluation of Predicted Relations . 55 3.3.1 Performance on Paraphrase Pairs Occurring in RTE Data . 57 3.3.2 Labeling All Paraphrase Pairs in PPDB . 58 3.4 Using Lexical Entailment Classifier to Improve End-to-End RTE . 60 3.4.1 The Nutcracker RTE System . 60 3.4.2 Experimental Setup . 61 3.4.3 Results . 62 3.5 Discussion . 64 CHAPTER 4 : Semantic Containment in Compositional Noun Phrases . 66 4.1 Annotating Compositional Noun Phrases in Context . 67 4.1.1 Focusing on Denotations vs. Focusing on Inferences . 67 4.1.2 Studying Composition through Atomic Edits . 68 4.1.3 Limitations of our Methodology . 69 4.1.4 Treating Entailment as a Continuum . 70 viii 4.2 Labeled Datasets for Analysis . 70 4.2.1 Data Selection . 71 4.2.2 Annotation . 73 4.2.3 Filtering and Post-Processing . 76 4.2.4 Reproducibility . 77 4.3 Analysis of Human Inferences . 78 4.3.1 Basic Entailment Relations Generated by MH Composition . 78 4.3.2 Generalizations for when H entails MH . 82 4.3.3 Undefined Entailment Relations . 84 4.4 Privative and Non-Subsective Adjectives . 86 4.4.1 Experimental Design . 86 4.4.2 Results . 89 4.4.3 Analysis . 91 4.5 Performance of Current RTE Systems . 94 4.5.1 The Add-One Entailment Task . 95 4.5.2 Description of Evaluated RTE Systems . 96 4.5.3 Results and Analysis . 97 4.6 Discussion . 101 CHAPTER 5 : Noun Phase Composition for Class-Instance Identification . 105 5.1 Modeling the Semantics of Noun Phrases . 106 5.1.1 Modifiers in Formal Linguistics . 106 5.1.2 Desiderata . 107 5.1.3 Weaknesses of Existing Computational Approaches . 108 5.2 Modifier Interpretation . 109 5.2.1 Assumptions of our Approach . 110 5.2.2 Data Processing . 110 5.2.3 Associating Properties with Modifiers . 112 5.2.4 Analysis of Learned Properties . 115 ix 5.3 Class-Instance Identification . 116 5.3.1 Class Membership as a Real-Valued rather than Binary Attribute . 117 5.3.2 Weakly Supervised Scoring Model . 118 5.3.3 Summary of Proposed Methods and Variations . 119 5.4 Evaluation . 120 5.4.1 Evaluation Data Sets from Wikipedia . 120 5.4.2 Experimental Setup . 122 5.4.3 Results and Analysis . 123 5.5 Discussion . 129 CHAPTER 6 : Conclusion . 131 6.1 Summary of Contributions .
Recommended publications
  • A Natural Proof System for Natural Language
    A In the �tle of this thesis, a proof system refers to a system that carries out formal proofs (e.g., of theorems). Logicians would interpret a system as a symbolic calculus while com- Natural puter scien�sts might understand it as a computer program. Both interpreta�ons are fine for the current purpose as the thesis develops a proof calculi and a computer program A NATURAL PROOF SYSTEM based on it. What makes the proof system natural is that it operates on formulas with a natural appearance, i.e. resembling natural language phrases. This is contrasted to the Proof artificial formulas logicians usually use. Put differently, the natural proof system is FOR NATURAL LANGUAGE designed for a natural logic, a logic that has formulas similar to natural language sentenc- es. The natural proof system represents a further development of an analy�c tableau system for natural logic (Muskens, 2010). The implementa�on of the system acts as a System pp theorem prover for wide-coverage natural language sentences. For instance, it can prove x n that not all PhD theses are interesting entails some dissertations are not interesting. On z certain textual entailment datasets, the prover achieves results compe��ve to the y s state-of-the-art. t γT pp for zγ αF s Natural vp x t β e s vp t T F e np t s n e Language y z λ e s T t T z γ α z λα t n x e F e s T npα λ γ t x β y pp T pp y np x t γ e T n λ T s e x γ t T z F λ z y γ t T s e z e λ αn s β t T np α λ λ e F t α γ Lasha Abzianidze vp x s e s t vp pp F λ s y t z z T λ β n x αpp γ Lasha Abzianidze γ ISBN 978-94-6299-494-2 A Natural Proof System for Natural Language ISBN 978-94-6299-494-2 cb 2016 by Lasha Abzianidze Cover & inner design by Lasha Abzianidze Used item: leaf1 font by Rika Kawamoto Printed and bound by Ridderprint BV, Ridderkerk A Natural Proof System for Natural Language Proefschrift ter verkrijging van de graad van doctor aan Tilburg University op gezag van de rector magnificus, prof.dr.
    [Show full text]
  • (Syntax)–Semantics Part Two
    Current Issues in Generative Linguistics Syntax, Semantics, and Phonology edited by Joanna Błaszczak, Bożena Rozwadowska, and Wojciech Witkowski Contents About this volume part one: syntax Generative Linguistics in Wrocław (GLiW) series is published by the Center Ángel l. Jiménez-FernÁndez and Selçuk İşSever for General and Comparative Linguistics, a unit of the Institute of English at the University of Wrocław. Deriving A/A’-Effects in Topic Fronting: Intervention of Focus and Binding Address: nataša knežević Center for General and Comparative Linguistics (CGCL) Serbian Distributive Children ul. Kuźnicza 22 50-138 Wrocław, Poland Slavica kochovSka Two Kinds of Dislocated Topics in Macedonian about the series: Generative Linguistics in Wrocław (GLiW) is meant to provide a suitable forum for the presentation and discussion of the Pol- katarzyna miechowicz-mathiaSen ish research within the field of generative linguistics. We are interested in Licensing Polish Higher Numerals: An Account of the Accusative Hypothesis studies that employ generative methodology to the synchronic or diachronic analysis of phonology, semantics, morphology, and syntax. Apart from that, kathleen m. o’connor we express a keen interest in interdisciplinary research that is based on typol- On the Positions of Subjects and Floating Quantifiers in Appositives ogy, diachrony, and especially experimental methods taken from psycho- or neurolinguistics and applied so as to provide a psycholinguistic background yurie okami to purely theoretical research. We believe that the dissemination of ideas is Two Types of Modification and the Adnominal Modification in Japanese fundamental to any scientific advancement and thus our choice is to publish research studies in the form of ebooks, available for free on our website.
    [Show full text]
  • Person Features: Deriving the Inventory of Persons
    Chapter 2 Person Features: Deriving the Inventory of Persons 1. Introduction One long-standing aim of research into person has been to achieve a deeper understanding of the inventory of personal pronouns by decomposing them into a limited set of person features. The main aim of this chapter is to make a contribution to this enterprise. We will argue that a set of two privative person features is sufficient to derive the full inventory of attested pronouns and their interpretations, without generating non-attested pronouns. In chapter 1 we showed that the cross-linguistic inventory of attested persons is a small subset of the set of theoretically possible persons. The theoretically possible persons are those that can be formed by freely combining the speaker (for which we use the symbol i), associates of the speaker (ai), the addressee (u), associates of the addressee (au), and others (o). The generalizations that distinguish between the attested and non-attested persons are the following (repeated from (9) in chapter 1): (1) a. There is no person that contains associates of a participant but not the participant itself. b. There is no person that consists of others and only speaker(s) or of others and only addressee(s). c. No person system distinguishes pluralities containing a participant but not its associates from pluralities containing that participant as well as its associates. d. First and second person plural pronouns show an ‘associative effect’: any element contained in them other than i or u must be ai or au and cannot be o. 31 This leaves us with three persons with a singular interpretation and four persons with a plural interpretation.
    [Show full text]
  • Cross-Linguistic Representations of Numerals and Number Marking∗
    Proceedings of SALT 20: 582–598, 2011 Cross-linguistic representations of numerals and number marking∗ Alan Bale Michaël Gagnon Concordia University University of Maryland Hrayr Khanjian Massachusetts Institute of Technology Abstract Inspired by Partee(2010), this paper defends a broad thesis that all mod- ifiers, including numeral modifiers, are restrictive in the sense that they can only restrict the denotation of the NP or VP they modify. However, the paper concentrates more narrowly on numeral modification, demonstrating that the evidence that moti- vated Ionin & Matushansky(2006) to assign non-restrictive, privative interpretations to numerals – assigning them functions that map singular sets to sets containing groups – is in fact consistent with restrictive modification. Ionin & Matushansky’s (2006) argument for this type of interpretation is partly based on the distribution of Turkish numerals which exclusively combine with singular bare nouns. Section 2 demonstrates that Turkish singular bare nouns are not semantically singular, but rather are unspecified for number. Western Armenian has similar characteristics. Building on some of the observations in section2, section3 demonstrates that re- strictive modification can account for three different types of languages with respect to the distribution of numerals and plural nouns: (i) languages where numerals exclusively combine with plural nouns (e.g., English), (ii) languages where they exclusively combine with singular bare nouns (e.g., Turkish), (iii) languages where they optionally combine with either type of noun (e.g., Western Armenian). Ac- counting for these differences crucially involves making a distinction between two kinds of restrictive modification among the numerals: subsective vs. intersective modification. Section3 also discusses why privative interpretations of numerals have trouble accounting for these different language types.
    [Show full text]
  • Ellipsis in Comparatives
    TITEL$0733 25-06-04 10:21:40 Titelei: SGG 72, Lechner META-Systems Ellipsis in Comparatives ≥ Studies in Generative Grammar 72 Editors Henk van Riemsdijk Harry van der Hulst Jan Koster Mouton de Gruyter Berlin · New York Ellipsis in Comparatives by Winfried Lechner Mouton de Gruyter Berlin · New York Mouton de Gruyter (formerly Mouton, The Hague) is a Division of Walter de Gruyter GmbH & Co. KG, Berlin. The series Studies in Generative Grammar was formerly published by Foris Publications Holland. Țȍ Printed on acid-free paper which falls within the guidelines of the ANSI to ensure permanence and durability. ISBN 3-11-018118-5 Bibliographic information published by Die Deutsche Bibliothek Die Deutsche Bibliothek lists this publication in the Deutsche Nationalbibliografie; detailed bibliographic data is available in the Internet at Ͻhttp://dnb.ddb.deϾ. Ą Copyright 2004 by Walter de Gruyter GmbH & Co. KG, D-10785 Berlin. All rights reserved, including those of translation into foreign languages. No part of this book may be reproduced in any form or by any means, electronic or mechanical, including photocopy, recording, or any information storage and retrieval system, without permission in writing from the publisher. Printed in Germany. Acknowledgments This book profited greatly from many stimulating discussions with and con- structive comments by numerous linguists. I would like to express my grati- tude for their invaluable contributions at various stages of this project to: Artemis Alexiadou, Elena Anagnostopoulou, Rajesh Bhatt, Jonathan
    [Show full text]
  • Integrating Type Theory and Distributional Semantics: a Case Study on Adjective–Noun Compositions
    Integrating Type Theory and Distributional Semantics: A Case Study on Adjective–Noun Compositions Nicholas Asher∗ CNRS ∗ Tim Van de Cruys CNRS ∗ Antoine Bride Universit´e Paul Sabatier M´arta Abrus´an∗ CNRS In this article, we explore an integration of a formal semantic approach to lexical meaning and an approach based on distributional methods. First, we outline a formal semantic theory that aims to combine the virtues of both formal and distributional frameworks. We then proceed to develop an algebraic interpretation of that formal semantic theory and show how at least two kinds of distributional models make this interpretation concrete. Focusing on the case of adjective–noun composition, we compare several distributional models with respect to the semantic information that a formal semantic theory would need, and we show how to integrate the information provided by distributional models back into the formal semantic framework. 1. Introduction Formal semantics (FS) has provided insightful models of composition and recently has addressed issues of how composition may in turn affect the original meanings of lexical items (Pustejovsky 1995; Partee 2010; Asher 2011). Type Composition Logic (TCL; Asher 2011) provides a detailed formal model of the interaction between composition and lexical meaning in which the composition of two words w and w may shift the original meanings of w and w . For example, consider the case of an adjective like heavy and a noun like traffic. TCL assigns a logical form to the adjective–noun combination heavy traffic, λx.(O(heavy)(x) ∧ M(traffic)(x)), where O is a functor induced by the noun that outputs a meaning paraphrased as heavy for traffic.TheM functor does something ∗ IRIT, Universit´e Paul Sabatier, 118 Route de Narbonne, F-31062 Toulouse Cedex 9.
    [Show full text]
  • MOSAIC 2 the Meeting of Semanticists Active in Canada Post-CLA Semantics Workshop
    MOSAIC 2 The Meeting of Semanticists Active in Canada Post-CLA semantics workshop June 1, 2010, McGill University Ball Room, Thomson House (David Thomson Post-Graduate Centre), 3650 McTavish Street, Montréal 8:30 Registration and coffee/muffins Session 1 (chair: Keir Moulton, McGill University) 9:00-10:00 Invited talk Epistemic Modals: Embedded, Modified, and Plain Angelika Kratzer (University of Massachusetts, Amherst) 10:00-10:30 Imperfective Values Ana Arregui and Maria Luisa Rivero (University of Ottawa) 10:30-10:50 Break Session 2 (chair: Walter Pederson, McGill University) 10:50-11:20 A Note on Ignorance Inferences Raj Singh (Carleton University) 11:20-11:50 Variable Binding, Reconstruction and Attitudes Keir Moulton (McGill University) 11:50-12:20 Numerals and Number Marking in English, Turkish and Armenian Alan Bale (Concordia University), Hrayr Khanjian (MIT) and Michaël Gagnon (University of Maryland) 12:20-1:50 Lunch at Thomson House for those who are registered online by one week before the workshop Session 3 (chair: Masako Hirotani, Carleton University) 1:50-2:50 Invited talk Distinguishing Contrastive, New and Given Information (joint work with Angelika Kratzer) Elisabeth Selkirk (University of Massachusetts, Amherst) 2:50-3:20 The Semantic Function of Rising Wh-Questions Nancy Hedberg and Morgan Mameni (Simon Fraser University) 3:20-3:40 Break Session 4 (chair: David-Étienne Bouchard, McGill University) 3:40-4:10 Blackfoot ikak-: A Case Study in 'Only' and 'Even' Heather Bliss (University of British Columbia) 4:10-4:40 Focus Sensitivity in Nlhe7kepmxcin (Thompson Salish) Karsten Koch (ZAS, Berlin) and Malte Zimmermann (Universität Potsdam) 4:40-5:10 Conjectural Questions and the Wonder Effect Patrick Littell (University of British Columbia) 5:30-7:00 Dinner arrangements for interested people Please register here by Thursday, May 27.
    [Show full text]
  • Semantics and Linguistic Theory (SALT) 20 April 29 - May 1, 2010 University of British Columbia and Simon Fraser University Vancouver, BC, Canada
    Semantics and Linguistic Theory (SALT) 20 April 29 - May 1, 2010 University of British Columbia and Simon Fraser University Vancouver, BC, Canada Collected Abstracts Invited Speakers A possible worlds semantics for (illocutionary) evidentials Martina Faller The precise relationship between evidentiality, the linguistic marking of the speaker's source of information for a claim, and epistemic modality, the marking of the speaker's evaluation of the truth of a proposition in terms of necessity, possibility or degree of certainty, is not yet fully understood. While these two phenomena are clearly distinct conceptually, it is not always possible to establish two distinct categories empirically in a given language because the two concepts are often expressed simultaneously by a single element. For example, English epistemic must expresses that the speaker s considers the proposition expressed p a necessity and in addition indicates that s has inferred p and does not have direct evidence for it. The two concepts are furthermore closely related in that the type of source information a speaker has will to a great extent determine the speaker's evaluation of the truth of the proposition. Within formal semantics, evidentials are often analyzed as quantifiers over possible worlds with evidential presuppositions, that is, as a kind of epistemic modal. In this talk I will explore to what extent such an analysis is viable for evidentials that do not contribute to the main proposition expressed/at-issue content such as the evidentials of Cuzco Quechua (CQ). CQ has four evidentials which I have ananlyzed in previous work as contributing to the illocutionary level of meaning.
    [Show full text]
  • A Case Study on Adjective–Noun Compositions
    Integrating Type Theory and Distributional Semantics: A Case Study on Adjective–Noun Compositions Nicholas Asher∗ CNRS ∗ Tim Van de Cruys CNRS ∗ Antoine Bride Universit´e Paul Sabatier M´arta Abrus´an∗ CNRS In this article, we explore an integration of a formal semantic approach to lexical meaning and an approach based on distributional methods. First, we outline a formal semantic theory that aims to combine the virtues of both formal and distributional frameworks. We then proceed to develop an algebraic interpretation of that formal semantic theory and show how at least two kinds of distributional models make this interpretation concrete. Focusing on the case of adjective–noun composition, we compare several distributional models with respect to the semantic information that a formal semantic theory would need, and we show how to integrate the information provided by distributional models back into the formal semantic framework. 1. Introduction Formal semantics (FS) has provided insightful models of composition and recently has addressed issues of how composition may in turn affect the original meanings of lexical items (Pustejovsky 1995; Partee 2010; Asher 2011). Type Composition Logic (TCL; Asher 2011) provides a detailed formal model of the interaction between composition and lexical meaning in which the composition of two words w and w may shift the original meanings of w and w . For example, consider the case of an adjective like heavy and a noun like traffic. TCL assigns a logical form to the adjective–noun combination heavy traffic, λx.(O(heavy)(x) ∧ M(traffic)(x)), where O is a functor induced by the noun that outputs a meaning paraphrased as heavy for traffic.TheM functor does something ∗ IRIT, Universit´e Paul Sabatier, 118 Route de Narbonne, F-31062 Toulouse Cedex 9.
    [Show full text]
  • Tilburg University a Natural Proof System for Natural Language
    Tilburg University A Natural Proof System for Natural Language Abzianidze, Lasha Publication date: 2017 Document Version Publisher's PDF, also known as Version of record Link to publication in Tilburg University Research Portal Citation for published version (APA): Abzianidze, L. (2017). A Natural Proof System for Natural Language. Ridderprint. General rights Copyright and moral rights for the publications made accessible in the public portal are retained by the authors and/or other copyright owners and it is a condition of accessing publications that users recognise and abide by the legal requirements associated with these rights. • Users may download and print one copy of any publication from the public portal for the purpose of private study or research. • You may not further distribute the material or use it for any profit-making activity or commercial gain • You may freely distribute the URL identifying the publication in the public portal Take down policy If you believe that this document breaches copyright please contact us providing details, and we will remove access to the work immediately and investigate your claim. Download date: 04. okt. 2021 A In the �tle of this thesis, a proof system refers to a system that carries out formal proofs (e.g., of theorems). Logicians would interpret a system as a symbolic calculus while com- Natural puter scien�sts might understand it as a computer program. Both interpreta�ons are fine for the current purpose as the thesis develops a proof calculi and a computer program A NATURAL PROOF SYSTEM based on it. What makes the proof system natural is that it operates on formulas with a natural appearance, i.e.
    [Show full text]
  • Two Kinds of Procedural Semantics for Privative Modification
    Two kinds of procedural semantics for privative modification Giuseppe Primiero1? and Bjørn Jespersen2?? 1 Centre for Logic and Philosophy of Science, Ghent University (Belgium) [email protected] 2 Department of Computer Science, Technical University of Ostrava; Institute of Philosophy, Department of Logic, Czech Academy of Sciences, Prague (Czech Republic) [email protected] Abstract. In this paper we present two kinds of procedural semantics for privative modification. We do this for three reasons. The first reason is to launch a tough test case to gauge the degree of substantial agree- ment between a constructivist and a realist interpretation of procedural semantics; the second is to extend Martin-L¨of's Constructive Type The- ory to privative modification, which is characteristic of natural language; the third reason is to sketch a positive characterization of privation. 1 Introduction The verbal agreements between constructivist/idealist and platonist/realist se- mantics are so numerous and so striking that it is worth exploring the extent to which there is also substantial agreement. This paper explores some of the common ground shared by the Constructive Type Theory of Per Martin-L¨of3 and the realist Transparent Intensional Logic of Pavel Tich´y.4 We focus here on the following common features: { a notion of construction; { a functional language; { a typed universe; { an interpreted syntax. These four features are sufficient to underpin a neutral notion of procedural semantics. Phrased in neutral terms, linguistic meaning is construed as an ab- stract procedure, of one or more steps, delineating what operations to apply to what operands in order to obtain a particular product as its outcome.
    [Show full text]
  • Realist and Constructivist Semantics for Modal Modification
    Alleged assassins: realist and constructivist semantics for modal modification Bjørn Jespersen1? and Giuseppe Primiero2?? 1 Institute of Philosophy, Department of Logic, Czech Academy of Sciences, Prague; Department of Computer Science, Technical University of Ostrava (Czech Republic) [email protected] 2 Centre for Logic and Philosophy of Science, Ghent University (Belgium) [email protected] Abstract. Modal modifiers such as Alleged oscillate between being sub- sective and being privative. If individual a is an alleged assassin (at some parameter of evaluation) then it is an open question whether a is an assassin (at that parameter). Standardly, modal modifiers are nega- tively defined, in terms of failed inferences or non-intersectivity or non- extensionality. Modal modifiers are in want of a positive definition and a worked-out logical semantics. This paper offers two positive definitions. The realist definition is elaborated within Tich´y'sTransparent Inten- sional Logic (TIL) and builds upon Montague's model-theoretic seman- tics for adjectives as representing mappings from properties to properties. The constructivist definition is based on an extension of Martin-L¨of's Constructive Type Theory (CTT) so as to accommodate partial verifi- cation. We show that, and why, \a is an alleged assassin" and \Allegedly, a is an assassin" are equivalent in TIL and synonymous in CTT. Keywords: Modal modification, property vs. propositional modifica- tion, alleged, allegedly, Transparent Intensional Logic, Constructive Type Theory. 1 Introduction & overview Kamp's seminal [10] seeks to draw a line between those adjectives whose mean- ing is a property and those adjectives whose meaning is a function that maps properties to properties.
    [Show full text]