Emergence of Syntax Needs Minimal Supervision

Total Page:16

File Type:pdf, Size:1020Kb

Emergence of Syntax Needs Minimal Supervision Emergence of Syntax Needs Minimal Supervision Raphael¨ Bailly Kata Gabor´ SAMM, EA 4543, FP2M 2036 CNRS ERTIM, EA 2520 Universite´ Paris 1 Pantheon-Sorbonne´ INALCO [email protected] [email protected] Abstract 2019; Lake and Baroni, 2017; Linzen et al., 2016; Gulordava et al., 2018)? Second, whether research This paper is a theoretical contribution to the debate on the learnability of syntax from a into neural networks and linguistics can benefit corpus without explicit syntax-specific guid- each other (Pater, 2019; Berent and Marcus, 2019); ance. Our approach originates in the observ- by providing evidence that syntax can be learnt able structure of a corpus, which we use to in an unsupervised fashion (Blevins et al., 2018), define and isolate grammaticality (syntactic in- or the opposite, humans and machines alike need formation) and meaning/pragmatics informa- innate constraints on the hypothesis space (a univer- tion. We describe the formal characteristics sal grammar) (Adhiguna et al., 2018; van Schijndel of an autonomous syntax and show that it be- comes possible to search for syntax-based lex- et al., 2019)? ical categories with a simple optimization pro- A closely related question is whether it is possi- cess, without any prior hypothesis on the form ble to learn a language’s syntax exclusively from a of the model. corpus. The poverty of stimulus argument (Chom- sky, 1980) suggests that humans cannot acquire 1 Introduction their target language from only positive evidence Syntax is the essence of human linguistic capacity unless some of their linguistic knowledge is innate. that makes it possible to produce and understand The machine learning equivalent of this categori- a potentially infinite number of unheard sentences. cal ”no” is a formulation known as Gold’s theorem The principle of compositionality (Frege, 1892) (Gold, 1967), which suggests that the complete states that the meaning of a complex expression is unsupervised learning of a language (correct gram- fully determined by the meanings of its constituents maticality judgments for every sequence), is in- and its structure; hence, our understanding of sen- tractable from only positive data. Clark and Lappin tences we have never heard before comes from (2010) argue that Gold’s paradigm does not resem- the ability to construct the sense of a sentence out ble a child’s learning situation and there exist algo- of its parts. The number of constituents and as- rithms that can learn unconstrained classes of infi- signed meanings is necessarily finite. Syntax is nite languages (Clark and Eyraud, 2006). This on- responsible for creatively combining them, and it is going debate on syntax learnability and the poverty commonly assumed that syntax operates by means of the stimulus can benefit from empirical and theo- of algebraic compositional rules (Chomsky, 1957) retical machine learning contributions (Lappin and and a finite number of syntactic categories. Shieber, 2007; McCoy et al., 2018; Linzen, 2019). One would also expect a computational model In this paper, we argue that syntax can be in- of language to have - or be able to acquire - this ferred from a sample of natural language with very compositional capacity. The recent success of neu- minimal supervision. We introduce an information ral network based language models on several NLP theoretical definition of what constitutes syntactic tasks, together with their ”black box” nature, at- information. The linguistic basis of our approach tracted attention to at least two questions. First, is the autonomy of syntax, which we redefine in when recurrent neural language models general- terms of (statistical) independence. We demon- ize to unseen data, does it imply that they acquire strate that it is possible to establish a syntax-based syntactic knowledge, and if so, does it translate lexical classification of words from a corpus with- into human-like compositional capacities (Baroni, out a prior hypothesis on the form of a syntactic 477 Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics, pages 477–487 July 5 - 10, 2020. c 2020 Association for Computational Linguistics model. tasks” or ”diagnostic classifiers” (Giulianelli et al., Our work is loosely related to previous attempts 2018; Hupkes et al., 2018). This approach consists at optimizing language models for syntactic perfor- in extracting a representation from a NN and us- mance (Dyer et al., 2016; Adhiguna et al., 2018) ing it as input for a supervised classifier to solve and more particularly to Li and Eisner(2019) be- a different linguistic task. Accordingly, probes cause of their use of mutual information and the in- were conceived to test if the model learned parts formation bottleneck principle (Tishby et al., 1999). of speech (Saphra and Lopez, 2018), morphology However, our goal is different in that we demon- (Belinkov et al., 2017; Peters et al., 2018a), or syn- strate that very minimal supervision is sufficient tactic information. Tenney et al.(2019) evaluate in order to guide a symbolic or statistical learner contextualized word representations on syntactic towards grammatical competence. and semantic sequence labeling tasks. Syntactic knowledge can be tested by extracting constituency 2 Language models and syntax trees from a network’s hidden states (Peters et al., 2018b) or from its word representations (Hewitt As recurrent neural network based language models and Manning, 2019). Other syntactic probe sets in- started to achieve good performance on different clude the work of Conneau et al.(2018) and Marvin tasks (Mikolov et al., 2010), this success sparked and Linzen(2018). attention on whether such models implicitly learn Despite the vivid interest for the topic, no consen- syntactic information. Language models are typi- sus seems to unfold from the experimental results. cally evaluated using perplexity on test data that is Two competing opinions emerge: similar to the training examples. However, lower perplexity does not necessarily imply better syntac- • Deep neural language models generalize by tic generalization. Therefore, new tests have been learning human-like syntax: given sufficient put forward to evaluate the linguistically meaning- amount of training data, RNN models approx- ful knowledge acquired by LMs. imate human compositional skills and implic- A number of tests based on artificial data have itly encode hierarchical structure at some level been used to detect compositionality or system- of the network. This conjecture coincides with aticity in deep neural networks. Lake and Baroni the findings of, among others Bowman et al. (2017) created a task set that requires executing (2015); Linzen et al.(2016); Giulianelli et al. commands expressed in a compositional language. (2018); Gulordava et al.(2018); Adhiguna Bowman et al.(2015) design a task of logical en- et al.(2018). tailment relations to be solved by discovering a • The language model training objective does recursive compositional structure. Saxton et al. not allow to learn compositional syntax from (2019) propose a semi-artificial probing task of a corpus alone, no matter what amount of mathematics problems. training data the model was exposed to. Syn- Linzen et al.(2016) initiated a different line of tax learning can only be achieved with task- linguistically motivated evaluation of RNNs. Their specific guidance, either as explicit supervi- data set consists in minimal pairs that differ in sion, or by restricting the hypothesis space to grammaticality and instantiate sentences with long hierarchically structured models (Dyer et al., distance dependencies (e.g. number agreement). 2016; Marvin and Linzen, 2018; Chowdhury The model is supposed to give a higher probability and Zamparelli, 2018; van Schijndel et al., to the grammatical sentence. The test aims to detect 2019; Lake and Baroni, 2017). whether the model can solve the task even when this requires knowledge of a hierarchical structure. Moreover, some shortcomings of the above prob- Subsequently, several alternative tasks were created ing methods make it more difficult to come to a along the same concept to overcome specific short- conclusion. Namely, it is not trivial to come up comings (Bernardy and Lappin, 2017; Gulordava with minimal pairs of naturally occurring sentences et al., 2018), or to extend the scope to different that are equally likely. Furthermore, assigning a languages or phenomena (Ravfogel et al., 2018, (slightly) higher probability to one sentence does 2019). not reflect the nature of knowledge behind a gram- It was also suggested that the information con- maticality judgment. Diagnostic classifiers may tent of a network can be tested using ”probing do well on a linguistic task because they learn to 478 solve it, not because their input contains a hierar- present in language models: they are bound by the chical structure (Hewitt and Liang, 2019). In what type of the data they are exposed to in learning. follows, we present our assessment on how the We suggest that it is still possible to learn syn- difficulty of creating a linguistic probing data set tactic generalization from a corpus, but not with is interconnected with the theoretical problem of likelihood maximization. We propose to isolate the learning a model of syntactic competence. syntactic information from shallow performance- related information. In order to identify such infor- 2.1 Competence or performance, or why mation without explicitly injecting it as direct su- syntax drowns in the corpus pervision
Recommended publications
  • Reference and Sense
    REFERENCE AND SENSE y two distinct ways of talking about the meaning of words y tlkitalking of SENSE=deali ng with relationshippggs inside language y talking of REFERENCE=dealing with reltilations hips bbtetween l. and the world y by means of reference a speaker indicates which things (including persons) are being talked about ege.g. My son is in the beech tree. II identifies persons identifies things y REFERENCE-relationship between the Enggplish expression ‘this p pgage’ and the thing you can hold between your finger and thumb (part of the world) y your left ear is the REFERENT of the phrase ‘your left ear’ while REFERENCE is the relationship between parts of a l. and things outside the l. y The same expression can be used to refer to different things- there are as many potential referents for the phrase ‘your left ear’ as there are pppeople in the world with left ears Many expressions can have VARIABLE REFERENCE y There are cases of expressions which in normal everyday conversation never refer to different things, i.e. which in most everyday situations that one can envisage have CONSTANT REFERENCE. y However, there is very little constancy of reference in l. Almost all of the fixing of reference comes from the context in which expressions are used. y Two different expressions can have the same referent class ica l example: ‘the MiMorning St’Star’ and ‘the Evening Star’ to refer to the planet Venus y SENSE of an expression is its place in a system of semantic relati onshi ps wit h other expressions in the l.
    [Show full text]
  • Two-Dimensionalism: Semantics and Metasemantics
    Two-Dimensionalism: Semantics and Metasemantics YEUNG, \y,ang -C-hun ...:' . '",~ ... ~ .. A Thesis Submitted in Partial Fulfilment of the Requirements for the Degree of Master of Philosophy In Philosophy The Chinese University of Hong Kong January 2010 Abstract of thesis entitled: Two-Dimensionalism: Semantics and Metasemantics Submitted by YEUNG, Wang Chun for the degree of Master of Philosophy at the Chinese University of Hong Kong in July 2009 This ,thesis investigates problems surrounding the lively debate about how Kripke's examples of necessary a posteriori truths and contingent a priori truths should be explained. Two-dimensionalism is a recent development that offers a non-reductive analysis of such truths. The semantic interpretation of two-dimensionalism, proposed by Jackson and Chalmers, has certain 'descriptive' elements, which can be articulated in terms of the following three claims: (a) names and natural kind terms are reference-fixed by some associated properties, (b) these properties are known a priori by every competent speaker, and (c) these properties reflect the cognitive significance of sentences containing such terms. In this thesis, I argue against two arguments directed at such 'descriptive' elements, namely, The Argument from Ignorance and Error ('AlE'), and The Argument from Variability ('AV'). I thereby suggest that reference-fixing properties belong to the semantics of names and natural kind terms, and not to their metasemantics. Chapter 1 is a survey of some central notions related to the debate between descriptivism and direct reference theory, e.g. sense, reference, and rigidity. Chapter 2 outlines the two-dimensional approach and introduces the va~ieties of interpretations 11 of the two-dimensional framework.
    [Show full text]
  • The End of Wittgenstein's Tractatus Logico
    Living in Silence: the End of Wittgenstein’s Tractatus Logico-Philosophicus and Lecture on Ethics Johanna Schakenraad Ludwig Wittgenstein’s Tractatus logico-philosophicus starts as a book on logic and (the limits of) language. In the first years after publication (in 1921) it was primarily read as a work aiming to put an end to nonsensical language and all kinds of metaphysical speculation. For this reason it had a great influence on the logical positivists of the Vienna Circle. But for Wittgenstein himself it had another and more important purpose. In 1919 he had sent his manuscript to Ludwig von Ficker, the publisher of the literary journal der Brenner, hoping that Ficker would consider publishing the Tractatus. In the accompanying letter he explains how he wishes his book to be understood. He thinks it is necessary to give an explanation of his book because the content might seem strange to Ficker, but, he writes: In reality, it isn’t strange to you, for the point of the book is ethical. I once wanted to give a few words in the foreword which now actually are not in it, which, however, I’ll write to you now because they might be a key to you: I wanted to write that my work consists of two parts: of the one which is here, and of everything which I have not written. And precisely this second part is the important one. For the Ethical is delimited from within, as it were, by my book; and I’m convinced that, strictly speaking, it can ONLY be delimited in this way.
    [Show full text]
  • 1 Reference 1. the Phenomenon Of
    1 Reference 1. The phenomenon of reference In a paper evaluating animal communication systems, Hockett and Altmann (1968) presented a list of what they found to be the distinctive characteristics which, collectively, define what it is to be a human language. Among the characteristics is the phenomenon of "aboutness", that is, in using a human language we talk about things that are external to ourselves. This not only includes things that we find in our immediate environment, but also things that are displaced in time and space. For example, at this moment I can just as easily talk about Tahiti or the planet Pluto, neither of which are in my immediate environment nor ever have been, as I can about this telephone before me or the computer I am using at this moment. Temporal displacement is similar: it would seem I can as easily talk about Abraham Lincoln or Julius Caesar, neither a contemporary of mine, as I can of former president Bill Clinton, or my good friend John, who are contemporaries of mine. This notion of aboutness is, intuitively, lacking in some contrasting instances. For example, it is easy to think that animal communication systems lack this characteristic—that the mating call of the male cardinal may be caused by a certain biological urge, and may serve as a signal that attracts mates, but the call itself is (putatively) not about either of those things. Or, consider an example from human behavior. I hit my thumb with a hammer while attempting to drive in a nail. I say, "Ouch!" In so doing I am saying this because of the pain, and I am communicating to anyone within earshot that I am in pain, but the word ouch itself is not about the pain I feel.
    [Show full text]
  • What Is a Speech Act? 1 2
    WHAT IS A SPEECH ACT? 1 2 What is a Speech Act? John Searle I. Introduction n a typical speech situation involving a speaker, a hearer, and an utterance by the speaker, there are many kinds of acts associated with Ithe speaker’s utterance. The speaker will characteristically have moved his jaw and tongue and made noises. In addition, he will characteristically have performed some acts within the class which includes informing or irritating or boring his hearers; he will further characteristically have performed acts within the class which includes referring to Kennedy or Khrushchev or the North Pole; and he will also have performed acts within the class which includes making statements, asking questions, issuing commands, giving reports, greeting, and warning. The members of this last class are what Austin1 called illocutionary acts and it is with this class that I shall be concerned in this paper, so the paper might have been called ‘What is an Illocutionary Act?’ I do not attempt to defi ne the expression ‘illocutionary act’, although if my analysis of a particular illocutionary act succeeds it may provide the basis for a defi nition. Some of the English verbs and verb phrases associated with illocutionary acts are: state, assert, describe, warn, remark, comment, command, order, request, criticize, apologize, censure, approve, welcome, promise, express approval, and express regret. Austin claimed that there were over a thousand such expressions in English. By way of introduction, perhaps I can say why I think it is of interest and importance in the philosophy of language to study speech acts, or, as they are sometimes called, language acts or linguistic acts.
    [Show full text]
  • Frege and the Logic of Sense and Reference
    FREGE AND THE LOGIC OF SENSE AND REFERENCE Kevin C. Klement Routledge New York & London Published in 2002 by Routledge 29 West 35th Street New York, NY 10001 Published in Great Britain by Routledge 11 New Fetter Lane London EC4P 4EE Routledge is an imprint of the Taylor & Francis Group Printed in the United States of America on acid-free paper. Copyright © 2002 by Kevin C. Klement All rights reserved. No part of this book may be reprinted or reproduced or utilized in any form or by any electronic, mechanical or other means, now known or hereafter invented, including photocopying and recording, or in any infomration storage or retrieval system, without permission in writing from the publisher. 10 9 8 7 6 5 4 3 2 1 Library of Congress Cataloging-in-Publication Data Klement, Kevin C., 1974– Frege and the logic of sense and reference / by Kevin Klement. p. cm — (Studies in philosophy) Includes bibliographical references and index ISBN 0-415-93790-6 1. Frege, Gottlob, 1848–1925. 2. Sense (Philosophy) 3. Reference (Philosophy) I. Title II. Studies in philosophy (New York, N. Y.) B3245.F24 K54 2001 12'.68'092—dc21 2001048169 Contents Page Preface ix Abbreviations xiii 1. The Need for a Logical Calculus for the Theory of Sinn and Bedeutung 3 Introduction 3 Frege’s Project: Logicism and the Notion of Begriffsschrift 4 The Theory of Sinn and Bedeutung 8 The Limitations of the Begriffsschrift 14 Filling the Gap 21 2. The Logic of the Grundgesetze 25 Logical Language and the Content of Logic 25 Functionality and Predication 28 Quantifiers and Gothic Letters 32 Roman Letters: An Alternative Notation for Generality 38 Value-Ranges and Extensions of Concepts 42 The Syntactic Rules of the Begriffsschrift 44 The Axiomatization of Frege’s System 49 Responses to the Paradox 56 v vi Contents 3.
    [Show full text]
  • Ambiguous Persuasion∗
    Ambiguous Persuasion∗ Dorian Beauchêney Jian Liz Ming Li§ May 7, 2018 Abstract We study a persuasion game à la Kamenica and Gentzkow (2011) where players are ambiguity averse with maxmin expected utility (Gilboa and Schmeidler, 1989). With no prior ambiguity, a Sender may choose to use ambiguous communication devices. Our main result characterizes the value of optimal ambiguous persuasion, which is of- ten higher than what is feasible under Bayesian persuasion. We characterize posteriors that are potentially plausible when they are generated by ambiguous devices. One way to construct an optimal ambiguous communication device is by using synonyms, messages that lead to the same posteriors, in which Sender can hedge himself against ambiguity while inducing actions from Receiver that would not be possible under stan- dard Bayesian persuasion. We also show that the use of synonyms are a necessary property of optimal and beneficial ambiguous persuasion. We consider two applica- tions, including the well-known uniform-quadratic example. Our analysis provides a justification for how ambiguity may emerge endogenously in persuasion. ∗We are grateful to Pierre Fleckinger, Françoise Forges, Sidartha Gordon, Yingni Guo, Sean Horan, Rafael Hortala-Vallve, Maxim Ivanov, Frédéric Koessler, Marie Laclau, Laura Lasio, Elliot Lipnowski, Sujoy Mukerji, Peter Norman, Eduardo Perez-Richet, Ludovic Renou, Marciano Siniscalchi, Joel Sobel, Jean-Marc Tallon, Vassili Vergopoulos, and two anonymous referees for their very helpful comments. We also thank audiences at Stony Brook Game Theory Conference 2016, Midwest Theory conference 2016, 2017, Midwest Political Science Association Conference 2017, Canadian Economic Theory Conference 2017, Asian Summer Meeting of Econometric Society 2017, RES-York Symposium on Game Theory 2017, Carleton University, McMaster University, McGill University, National University of Singapore, Université de Montreal, and Université Laval for valuable inputs.
    [Show full text]
  • Evaluating Ambiguous Random Variables and Updating by Proxy†
    Evaluating Ambiguous Random Variables and Updating by Proxyy Faruk Gul and Wolfgang Pesendorfer Princeton University June 2018 Abstract We introduce a new theory of belief revision under ambiguity. It is recursive (random variables are evaluated by backward induction) and consequentialist (the conditional ex- pectation of any random variable depends only on the values the random variable attains on the conditioning event). Agents experience no change in preferences but may not be indifferent to the timing of resolution of uncertainty. We provide three main theorems: the first relates our rule to standard Bayesian updating; the others characterize the dynamic behavior of an agent who adopts our rule. y This research was supported by grants from the National Science Foundation. We thank Tomasz Strzalecki for insightful comments on an earlier version of the paper. 1. Introduction Consider the following Ellsberg-style experiment: a ball is drawn from an urn consist- ing of blue and green balls of unknown proportions and a fair coin is flipped. The decision maker is ambiguity averse and receives $1 if the ball is blue and the coin comes up heads or if the ball is green and the coin comes up tails. Prospect 1 (Figure 1 below) describes a version of this experiment in which the agent first learns the color of the ball drawn and then the outcome of the coin flip whereas in Prospect 2, she learns the outcome of the coin flip before the ball is drawn from the urn. Prospect 1 describes a situation in which the coin flip hedges the ambiguity of the draw and, thus, we expect its value to be the same as the value of a $1 bet on the outcome of a fair coin.
    [Show full text]
  • Stoic Propositional Logic: a New Reconstruction
    Stoic propositional logic: a new reconstruction David Hitchcock McMaster University [email protected] Stoic propositional logic: a new reconstruction Abstract: I reconstruct Stoic propositional logic, from the ancient testimonies, in a way somewhat different than the 10 reconstructions published before 2002, building especially on the work of Michael Frede (1974) and Suzanne Bobzien (1996, 1999). In the course of reconstructing the system, I draw attention to several of its features that are rarely remarked about, such as its punctuation-free notation, the status of the premisses of an argument as something intermediate between a set and a sequence of propositions, the incorrectness of the almost universal translation of the Greek label for the primitives of the system as indemonstrable arguments, the probable existence of an extended set of primitives which accommodates conjunctions with more than two conjuncts and disjunctions with more than two disjuncts, the basis for the system’s exclusion of redundant premisses, and the reason why the hypothetical syllogisms of Theophrastus are not derivable in the system. I argue that, though sound according to its originator’s (Chrysippus’s) conception of validity, the system as reconstructed is not complete according to that conception. It is an open problem what one needs to add to the system in order to make it Chrysippean-complete, or even whether it is possible to do so without making it Chrysippean-unsound. Key words: Stoicism, logic, history of logic, Stoic logic, Chrysippus, reconstruction, propositional logic, soundness, completeness 0. Introduction In Aristotle’s Earlier Logic (Woods 2001), John Woods finds in Aristotle’s earliest logical writings considerable grist for his ongoing sophisticated defence of classical validity against contemporary relevantist objections.
    [Show full text]
  • PHI 515-Wittgenstein
    Philosophy 515 Prof. Clare Batty Wittgenstein, Tractatus Logicus-Philosophicus 1. Historical Background 1872: Bertrand Russell born in Ravenscroft, Wales. 1889: Ludwig Wittgenstein born in Vienna, Austria. 1908: Wittgenstein begins studies in aeronautical engineering at Manchester University. Study philosophy of mathematics leads him to the work of Frege. 1911-1913: Wittgenstein studies with Russell at Cambridge. 1914: Russell delivers Our Knowledge of the External World as lectures at Harvard. 1914-1918: Wittgenstein spends World War I in the Austrian army. He writes the notes for Tractatus Logicus-Philosophicus while serving. 1918: Russell publishes The Philosophy of Logical Atomism. 1921: Wittgenstein’s Tractatus Logicus-Philosophicus published in German. 1922: Wittgentstein’s Tractatus translated into English. 1929: Wittgenstein returns to Cambridge after exposure to discussions of the Vienna Circle. (Books: Ludwig Wittgenstein and the Vienna Circle, The Blue and Brown Books, Philosophical Grammar) 1930-1940s: Wittgenstein delivers lectures at Cambridge. 1951: Wittgenstein dies. Last words: "Tell them I've had a wonderful life". 1970: Russell dies. 2. Facts 1 The world is everything that is the case. 1.1 The world is the totality of facts, not of things. What is Wittgenstein saying here? Well, he is not denying that there are things (as we shall be reminded of subsequently). Rather, what he is saying is that the totality of facts is something over and above the totality of things, and that a complete characterization of the world can be given in terms of the totality of facts. Facts? Facts are what make statements/sentences true or false. Consider the sentence ‘Socrates is wise’, and suppose that it is true.
    [Show full text]
  • Semantics Versus Pragmatics
    Linguistics 103: Language Structure and Verbal Art Pragmatics and Speech Act Theory Semantics versus Pragmatics semantics: branch of linguistics concerned with the meanings of propositions pragmatics: branch of linguistics concerned with • the use and function of language; • the relation between the structural properties of an utterance and its deployment and reception by language users Traditionally, meaning has been studied by examining those sentences which express propositions which have a truth-value. (1) Snow is white. The cat is on the mat. Semantics is concerned with the conditions under which the proposition expressed by a sentence is true. These are said to be its truth-conditions. (2) ‘Snow is white’ is True if and only if snow is white. ‘The cat is on the mat’ is True iff the cat is on the mat. object language: language in which sentences subject to study are expressed metalanguage: language in which the truth-conditions of the proposition expressed by the sentence are expressed (3) ‘Schnee ist weiss’ is True if and only if snow is white. ‘La neige est blanche’ is True if and only if snow is white. The study of the truth-conditions of propositions has a long history in linguistics and logic. One way to talk about truth-conditions is to imagine an inifinite number of ‘possible worlds’ where different states-of-affairs hold true. A (true-false) proposition picks out the set of worlds in which the proposition is true. This way of conceptualizing meaning then permits certain logical relations to be defined mathematically in terms of set theory.
    [Show full text]
  • Context and Compositionality
    C ontext and C ompositionality : A n E ssay in M etasemantics Adrian Briciu A questa tesi doctoral està subjecta a la llicència Reco neixement 3.0. Espanya de Creative Commons . Esta tesis doctoral está sujeta a la licencia Reconocimi ento 3.0. España de Creative Commons . Th is doctoral thesis is licensed under the Creative Commons Att ribution 3.0. Spain License . University of Barcelona Faculty of Philosophy Department of Logic, History and Philosophy of Science CONTEXT AND COMPOSITIONALITY AN ESSAY IN METASEMANTICS ADRIAN BRICIU Program: Cognitive Science and Language (CCiL) Supervisor Max Kölbel 1 2 Contents Introduction...................................................................................................................................9 1.The Subject Matter ..............................................................................................................9 2.The Main Claims................................................................................................................13 3.Looking ahead....................................................................................................................14 CHAPTER 1: A General Framework..........................................................................................16 1. Semantic Theories: Aims, Data and Idealizations .............................................................16 2. Syntax ................................................................................................................................20 3. Semantics...........................................................................................................................25
    [Show full text]