Fluid Construction Grammar for Historical and Evolutionary Linguistics Pieter Wellens1, Remi Van Trijp2, Katrien Beuls1, Luc Steels2,3

Total Page:16

File Type:pdf, Size:1020Kb

Fluid Construction Grammar for Historical and Evolutionary Linguistics Pieter Wellens1, Remi Van Trijp2, Katrien Beuls1, Luc Steels2,3 Fluid Construction Grammar for Historical and Evolutionary Linguistics Pieter Wellens1, Remi van Trijp2, Katrien Beuls1, Luc Steels2,3 1VUB AI Lab 2Sony Computer Science 3 ICREA Institute for Pleinlaan 2 Laboratory Paris Evolutionary Biology (UPF-CSIC) 1050 Brussels (Belgium) 6 Rue Amyot PRBB, Dr Aiguidar 88 pieter|katrien@ 75005 Paris (France) 08003 Barcelona (Spain) ai.vub.ac.be [email protected] [email protected] Abstract as HPSG (Pollard and Sag, 1994). A genera- tive grammar is a model of language competence Fluid Construction Grammar (FCG) is an that licenses well-formed structures and rejects ill- open-source computational grammar for- formed utterances. Such grammars often decide malism that is becoming increasingly pop- on the well- or ill-formedness of utterances by us- ular for studying the history and evolution ing a strong type system that defines a set of fea- of language. This demonstration shows tures and possible values for those features. The how FCG can be used to operationalise the burden of efficient and robust language process- cultural processes and cognitive mecha- ing with a generative grammar largely rests on the nisms that underly language evolution and shoulders of the language processor. change. A cognitive-functional grammar, on the other hand, functions more like a transducer between 1 Introduction meaning and form. In parsing, such a grammar tries to uncover as much meaning as possible from Historical linguistics has been radically trans- a given utterance rather than deciding on its gram- formed over the past two decades by the ad- maticality. In the other direction, the grammar vent of corpus-based approaches. Ever increas- tries to produce intelligible utterances, which are ing datasets, both in size and richness of anno- well-formed as a side-effect if the grammar ad- tation, are becoming available (Yuri et al., 2012; equately captures the conventions of a particular Davies, 2011), and linguists now have more pow- language. A cognitive-functional grammar can which erful tools at their disposal for uncovering best be implemented without a strong type system changes have taken place. In this demonstration, because the set of possible features and values for we present Fluid Construction Grammar (Steels, them is assumed to be open-ended. Efficient and 2011, FCG), an open-source grammar formalism robust language processing also becomes a joint that makes it possible to also address the question responsibility of the grammar and the linguistic how of these changes happened by uncovering the processor. cognitive mechanisms and cultural processes that drive language evolution. 3 Reversible Language Processing FCG combines the expressive power of fea- As a construction grammar, FCG represents all ture structures and unification with the adaptiv- linguistic knowledge as pairings of function and ity and robustnes of machine learners. In sum, form (called constructions). This means that any FCG aims to be an open instrument for de- linguistic item, be it a concrete lexical item (see veloping robust and open-ended models of lan- Figure 1) or a schematic construction, shares the guage processing that can be used for both pars- same fundamental representation in FCG. ing and production. FCG can be downloaded at Each construction consists of two poles (a se- http://www.fcg-net.org. mantic/functional one and a syntactic/form one), 2 Design Philosophy each represented as a feature structure. By using a separate semantic and syntactic pole, FCG allows Fluid Construction Grammar is rooted in a the same construction to be efficiently parsed and cognitive-functional approach to language, which produced by the same processing engine by sim- is quite different from a generative grammar such ply changing the direction of application. 127 Proceedings of the 51st Annual Meeting of the Association for Computational Linguistics, pages 127–132, Sofia, Bulgaria, August 4-9 2013. c 2013 Association for Computational Linguistics Babel web interface http://localhost:8000/ kim-lex (lex) ?top-unit-1611 Linguistic system 1 Linguistic system 2 tag ?meaning-849 ?top-unit-1611 (meaning (== footprints (==0 kim-lex lex) (identify-person sem syn ?kim-1 ?context-243 tag ?form-946 ?person-119) 1. Reconstruction 1. Reconstruction (bind person (form (== (string ?word-kim-1 "Kim"))) ?person-119 [kim]))) footprints (==0 kim-lex lex) ?word-kim-1 ?word-kim-1 2. Individual Learning 2. Individual Learning → ?meaning-849 → ?form-946 (?kim-1) args footprints sem-cat ?top-unit-1611 ?top-unit-1611 (==1 kim-lex lex) ((sem-function referring) syn-cat (sem-class person)) ((lex-cat Population Population proper-noun) 3. 3. footprints (syn-function Alignment Alignment nominal)) (==1 kim-lex lex) reset 4. Grammaticalization Figure 1: Lexical construction for the proper noun “Kim” as shown in the FCG web interface. All constructions are mappings between semantic Figure 2: Schematic overview of the experimental (left) and syntactic feature structures (right). methodology for historical and evolutionary lin- guists. The example here shows only two linguis- tic stages but there could be more. FCG processing uses two different kinds of uni- fication called match and merge. The match phase is a conditional phase which checks for applicabil- actual linguistic change over time can be modeled ity of the construction. The merge operation most (van Trijp, 2010; Beuls and Steels, 2013; Wellens closely resembles classical (yet untyped) unifica- and Loetzsch, 2012). tion. In production (i.e. going from meaning to form), the processor will consider a construction’s 4 How to set up an evolutionary semantic pole as a set of conditions that need to be linguistics experiment in FCG? satisfied, and the syntactic pole as additional infor- As the FCG processor can both produce and 1 of 1 12/6/12 11:08 PM mation that can be contributed by the construction. parse utterances it is possible to instantiate not In parsing (i.e. going from form to meaning), the one but a set or population of FCG processors roles of the poles are reversed. (or FCG agents) that can communicatively inter- Since FCG pays a lot of attention to the inter- act with each other. Experiments in historical or action between linguistic knowledge and process- evolutionary linguistics make use of this multi- ing, it makes it possible to investigate the conse- agent approach where all agents engage in situated quences of particular aspects of grammar with re- pairwise interactions (language games) (Steels, gard to representation, production, parsing, learn- 2012b). ing and propagation (in a population of language In this systems demo we will focus on a re- users). For example, a small case system may be cent experiment in the emergence of grammatical easier to represent and produce than a large sys- agreement (Beuls and Steels, 2013). The language tem, but it might also lead to increased ambigu- game consists of two agents in which one agent ity in parsing and learning that the larger system (the speaker) has to describe one or more (max would avoid. Fluid Construction Grammar can three) objects in a scene to the other agent (the bring these differences to the surface for further hearer). Each object can be described by one or computational analysis. more words. It follows that without any grammat- It is exactly this ability to monitor the impact of ical marking it would be difficult (often impossi- grammatical choices, that has sparked the interest ble) for the hearer to figure out which words de- of an increasingly wide audience of historical and scribe the same object and thus to arrive at a suc- evolutionary linguists. With FCG, different histor- cessful interpretation. The hypothesis is that the ical stages can be implemented (which addresses introduction of agreement markers helps solve this questions about representation and processing) but ambiguity. FCG also comes bundled with a reflective learn- Next to setting up a language game script the ing framework (Beuls et al., 2012) for learning the methodology consists of operationalizing the lin- key constructions of each stage. That same archi- guistic strategies required for a population to boot- tecture has proven to be adequately powerful to strap and maintain a particular linguistic system (in implement processes of grammaticalization so that this case nominal agreement). Examples of lin- 128 meta-layer processing repair repair problem problem diagnostic diagnostic diagnostic diagnostic !" !" routine processing Figure 3: Reflective meta-layer architecture oper- ating as part of an FCG agent/processor. Figure 4: Meaningful marker strategy. guistic systems already investigated include Ger- so that one agent can learn the constructions man case (van Trijp, 2012a; van Trijp, 2013), based on the input of another agent. These the grammatical expression of space (Spranger learning operations are generally divided into and Steels, 2012), the emergence of quantifiers diagnostics and repair strategies (see Fig- (Pauw and Hilferty, 2012) and the expression of ure 3). Diagnostics continually monitor FCG aspect in Russian (Gerasymova et al., 2012) [for processing for errors or inefficiencies and an overview see (Steels, 2011; Steels, 2012a)]. generate problems if they are found. Repair An experiment generally investigates multi- strategies then act on these problems by al- ple linguistic systems of increasing complexity tering the linguistic inventory (e.g. adding, where each system can, but need not, map to a removing or changing constructions). stage along an attested grammaticalization path- way. Most often a stage is introduced in order Population Alignment: There exists a large gap to gradually increase the complexity of the emer- between the cognitive machinary needed for gent dynamics. In this demo we posit four sys- learning an existing linguistic system (step 2) tems/strategies, (1) a baseline purely lexical strat- and bootstrapping, aligning and maintaining egy, (2) a strategy to bootstrap and align formal a complete linguistic system from scratch. In (meaningless) agreement markers, (3) a strategy to this step individual learning operators are ex- bootstrap and align meaningful agreement mark- tended with alignment strategies.
Recommended publications
  • Sign-Based Construction Grammar: an Informal Synopsis IVA N A
    September 4, 2012 3 Sign-Based Construction Grammar: An Informal Synopsis IVA N A. SAG 1 Introduction This chapter1 is intended as an introduction to some of the central notions of Sign-Based Construction Grammar (SBCG).2 For a more general discussion of SBCG, including an informal, high-level summary of the framework, its historical development, motivation, and relation to other approaches to gram- mar, the reader is referred to Sag et al. this volume. 1.1 Preliminaries SBCG is a framework blending ideas developed over a quarter century of re- search in Head-Driven Phrase Structure Grammar (HPSG3) with those pre- 1Above all, I’d like to thank Paul Kay for hours of discussion and useful feedback at every stage in the seemingly endless process of writing this chapter. I’m also grateful to Chuck Fillmore and Laura Michaelis for many useful discussions of both content and exposition and for com- ments on an earlier draft, which was also been improved by the comments of Rui Chaves, Adele Goldberg, Bill Croft, Adam Przepiórkowski, Russell Lee-Goldman, and Hans Boas. In addition, discussions with the following people have been quite helpful: Farrell Ackerman, Emily Bender, Dan Flickinger, Mark Gawron, Andreas Kathol, Beth Levin, Bob Levine, Stefan Müller, Frank Van Eynde, Tom Wasow, Gert Webelhuth, and Steve Wechsler. None of the views expressed here should be attributed to any of these individuals; nor should they be held responsible for any remaining errors. 2SBCG owes a considerable debt to the implementation work carried out within CSLI’s LinGO Lab and the DELPHIN consortium, whose grammar development efforts have proceeded in paral- lel with the evolution of SBCG.
    [Show full text]
  • Constructions: a New Theoretical Approach to Language
    Review TRENDS in Cognitive Sciences Vol.7 No.5 May 2003 219 Constructions: a new theoretical approach to language Adele E. Goldberg Linguistics Department, University of Illinois, Urbana, IL 61801-0168, USA A new theoretical approach to language has emerged in the ‘core’ of language. Mainstream generative theory the past 10–15 years that allows linguistic observations argues further that the complexity of core language cannot about form–meaning pairings, known as ‘construc- be learned inductively by general cognitive mechanisms tions’, to be stated directly. Constructionist approaches and therefore learners must be hard-wired with principles aim to account for the full range of facts about that are specific to language (‘universal grammar’). language, without assuming that a particular subset of the data is part of a privileged ‘core’. Researchers in this Tenets of constructionist approaches field argue that unusual constructions shed light on Each basic tenet outlined below is shared by most more general issues, and can illuminate what is constructionist approaches. Each represents a major required for a complete account of language. divergence from the mainstream generative approach and, in many ways, a return to a more traditional view of Constructions – form and meaning pairings – have been language. the basis of major advances in the study of grammar since Tenet 1. All levels of description are understood to the days of Aristotle. Observations about specific linguistic involve pairings of form with semantic or discourse constructions have shaped our understanding of both function, including morphemes or words, idioms, particular languages and the nature of language itself. But partially lexically filled and fully abstract phrasal only recently has a new theoretical approach emerged that patterns.
    [Show full text]
  • Introducing Sign-Based Construction Grammar IVA N A
    September 4, 2012 1 Introducing Sign-Based Construction Grammar IVA N A. SAG,HANS C. BOAS, AND PAUL KAY 1 Background Modern grammatical research,1 at least in the realms of morphosyntax, in- cludes a number of largely nonoverlapping communities that have surpris- ingly little to do with one another. One – the Universal Grammar (UG) camp – is mainly concerned with a particular view of human languages as instantia- tions of a single grammar that is fixed in its general shape. UG researchers put forth highly abstract hypotheses making use of a complex system of repre- sentations, operations, and constraints that are offered as a theory of the rich biological capacity that humans have for language.2 This community eschews writing explicit grammars of individual languages in favor of offering conjec- tures about the ‘parameters of variation’ that modulate the general grammat- ical scheme. These proposals are motivated by small data sets from a variety of languages. A second community, which we will refer to as the Typological (TYP) camp, is concerned with descriptive observations of individual languages, with particular concern for idiosyncrasies and complexities. Many TYP re- searchers eschew formal models (or leave their development to others), while others in this community refer to the theory they embrace as ‘Construction Grammar’ (CxG). 1For comments and valuable discussions, we are grateful to Bill Croft, Chuck Fillmore, Adele Goldberg, Stefan Müller, and Steve Wechsler. We also thank the people mentioned in footnote 8 below. 2The nature of these representations has changed considerably over the years. Seminal works include Chomsky 1965, 1973, 1977, 1981, and 1995.
    [Show full text]
  • Word Classes in Radical Construction Grammar
    Word classes in Radical Construction Grammar William Croft, University of New Mexico 1. Introduction Radical Construction Grammar (Croft 2001, 2005a, 2013) is a construction-based theory of grammar that allows for the representation of both cross-linguistic and language- internal grammatical diversity. Radical Construction Grammar analyses conform to the following three basic principles: (1) Word classes and other syntactic structures are language-specific and construction-specific. What is universal is patterns of variation in the verbalization of experience, represented for example in conceptual space. (2) The internal structure of the morphosyntactic form of constructions consists solely of the part-whole relation between construction roles (“slots”) and the whole construction. The complexity of constructions rests in the symbolic relations between the roles and their meanings/functions, and the rich semantic/functional structure expressed by the construction and its parts. (3) The morphosyntactic forms of constructions are language-specific, that is, there is potentially gradient variation of constructional form across and within languages. Radical Construction Grammar (Croft 2001) and Morphosyntax: Constructions of the World’s Languages (Croft, in prep.) propose many specific analyses of constructions and universals of constructional variation. While those analyses may and likely will need revision as knowledge of the constructions of the world’s languages increases, any analysis that conforms to the principles in (1)-(3) can be considered
    [Show full text]
  • A Construction Grammar Approach * Yoon-Suk Chung
    Tough construction in English: a Construction Grammar approach * Yoon-Suk Chung B.A. (Seoul National University) 1985 M.A. (Seoul National University) 1988 M.A. (University of California, Berkeley) 1992 A dissertation submitted in partial satisfaction of the requirements for the degree of Doctor of Philosophy in Linguistics in the GRADUATE DIVISION of the UNIVERSITY of CALIFORNIA, BERKELEY Committee in charge: Professor Paul Kay, Chair Professor Charles J. Fillmore Professor Yoko Hasegawa Spring 2001 Reproduced with permission of the copyright owner. Further reproduction prohibited without permission. Tough construction in English: a Construction Grammar approach Copyright 2001 by Yoon-Suk Chung Reproduced with permission of the copyright owner. Further reproduction prohibited without permission. 1 Abstract Tough construction in English: a Construction Grammar approach by Yoon-Suk Chung Doctor of Philosophy in Linguistics University of California, Berkeley Professor Paul Kay, Chair This study proposes a new analysis of the Tough construction (TC) in the English language. This analysis is couched within the non-modular, non- derivational, unification and inheritance-based framework of Construction Grammar (CG). There are five major theoretical issues around which the study of the TC has revolved: (1) the identification of the TC in generative syntax as a species of either extraction or control; (2) the characterization of the tough predicate as either a raising or a control predicate; (3) the analysis of the/or-phrase as either a PP or a complementizer + lower subject; and the classification of the tough infinitival phrase as (4) a VP, an IP, or a CP, and as (5) either a complement or an adjunct.
    [Show full text]
  • Constructing a Protolanguage: Reconstructing Prehistoric
    Phil. Trans. R. Soc. B. article template Phil. Trans. R. Soc. B. doi:10.1098/rstb.2020.0200 Constructing a protolanguage: Reconstructing prehistoric languages in a usage-based construction grammar framework Stefan Hartmann1 and Michael Pleyer2,3 1 Germanistische Sprachwissenschaft, University of Düsseldorf, Düsseldorf, Germany, https://orcid.org/0000-0002-1186-7182 2 Centre for Language Evolution Studies and 3 University Centre of Excellence IMSErt - Interacting Minds, Societies, Environments, Nicolaus Copernicus University in Toruń, Toruń, Poland https://orcid.org/0000-0001-6685-391X Keywords: Protolanguage, construction grammar, usage-based linguistics, linguistic reconstruction, syntactic reconstruction This is the Author Accepted Manuscript of this publication, i.e. the final manuscript reflecting all changes that were made after peer-review. The final published version will be available at the publisher’s website once the article has been published. Summary Construction grammar is an approach to language which posits that units and structures in language can be exhaustively described as pairings between form and meaning. These pairings are called constructions and can have different degrees of abstraction, i.e. they span the entire range from very concrete (Armadillo, avocado) to very abstract constructions such as the ditransitive construction (I gave her a book). This approach has been applied to a wide variety of different areas of research in linguistics, such as how new constructions emerge and change historically. It has also been applied to investigate the evolutionary emergence of modern fully- fledged language, i.e. the question of how systems of constructions can arise out of prelinguistic communication. In this paper we review the contribution of usage-based Construction grammar approaches to language change and language evolution to the questions of a) the structure and nature of prehistoric languages and b) how constructions in prehistoric languages emerged out of non-linguistic or protolinguistic communication.
    [Show full text]
  • Towards Bidirectional Processing
    Towards Bidirectional Processing Models of Sign Language: A Constructional Approach in Fluid Construction Grammar Remi van Trijp ([email protected]) Sony Computer Science Laboratory Paris 6, Rue Amyot, 75005 Paris France Abstract This paper proposes that a construction grammar architec- ture (Fillmore, 1988; Goldberg, 1995; Croft, 2001; Ostman¨ & Sign languages (SL) require a fundamental rethinking of many basic assumptions about human language processing because Fried, 2004; Steels, 2011) offers a solution to these problems. instead of using linear speech, sign languages coarticulate fa- The most salient property of construction grammar is that it cial expressions, shoulder and hand movements, eye gaze and eliminates the need for separate layers of linguistic organiza- usage of a three-dimensional space. SL researchers have there- fore advocated SL-specific approaches that do not start from tion, such as the sharp distinction between lexicon and syn- the biases of models that were originally developed for vo- tax. Instead, constructions (i.e. conventionalized mappings cal languages. Unfortunately, there are currently no process- between meaning/function and form) are posited as the sole ing models that adequately achieve both language comprehen- sion and formulation, and the SL-specific developments run data structure for representing linguistic knowledge. Con- the risk of becoming alienated from other linguistic research. structions are thus able to simultaneously access and manipu- This paper explores the hypothesis that a construction gram- late multimodal sources of information, which offers unique mar architecture offers a solution to these problems because constructions are able to simultaneously access and manipu- opportunities for modeling sign languages. late information coming from many different sources.
    [Show full text]
  • Chapter 3 Embodied Construction Grammar
    Chapter 3 Embodied Construction Grammar 3.1 Overview .................................. 51 3.1.1 From sentence to simulation ................... 53 3.1.2 Running example in ECG ..................... 55 3.1.3 Beyond Harry ran home ...................... 59 3.1.4 The formalism at a glance .................... 61 3.2 Schemas .................................. 64 3.2.1 Form ................................ 64 3.2.2 Meaning .............................. 65 3.2.3 Function .............................. 68 3.3 Constructions ............................... 69 3.3.1 Cross-domain mapping types .................. 70 3.3.2 Reference and predication .................... 71 3.3.3 Other constructions ........................ 76 3.4 Summary .................................. 79 What is an idea? It is an image that paints itself in my brain. — Voltaire My very photogenic mother died in a freak accident (picnic, lightning)... — from Lolita, Vladimir Nabokov Our current enterprise requires a theory of language structure that is compatible with the con- straints set forth so far: it must be consistent with the notion of embodiment in language use; it must be formally described and it must be learnable. Embodied Construction Grammar (ECG) is a computational formalism intended to fill this tall order. This chapter provides a general intro- duction to the formalism, beginning with an overview in Section 3.1 of its role in supporting a broader simulation-based model of language understanding. Section 3.2 and Section 3.3 provide more detailed descriptions of the two basic ECG primitives, schemas and constructions. As a relative newcomer in the world of grammatical theories, the ECG formalism remains un- der active development. Since its original formulation (primarily in Bergen & Chang 2005, with a shorter description in Chang et al.
    [Show full text]
  • Constructional Meaning and Compositionality(Pdf)
    To appear in C. Maienborn, K. von Heusinger and P. Portner, eds., Semantics: An International Handbook of Natural Language Meaning, HSK Handbooks of Linguistics and Communication Science Series: 23: Semantics and Computer Science. Berlin: Mouton de Gruyter. Constructional Meaning and Compositionality 5 Paul Kay and Laura A. Michaelis 1. Constructions and compositionality It is sometimes supposed that constructional approaches are opposed to compositional semantics. This happens to be an incorrect supposition, but it is instructive to consider why it exists. A foundation of construction-based grammar 10 is the idea that rules of syntactic combination (In Sign Based Construction Grammar [SBCG] descriptions of local trees) are directly associated with interpretive and use conditions, in the form of semantic and pragmatic features that attach to the mother or daughter nodes in these descriptions (Sag 2007, 2008). This amounts to the claim that syntactic rules have directly associated 15 meanings. Meaning, of course, is generally viewed as something that only words can do, and in the prevailing view of meaning composition, syntactic rules do no more than determine what symbol sequences function as units for syntactic purposes. So while syntactic rules assemble words and their dependent elements into phrases, and the phrases denote complex concepts like predicates and 20 propositions, the rules cannot add conceptual content to that contributed by the words; nor can they alter the combinatoric properties of the words. On this view, which Jackendoff (1997: 48) describes as the “doctrine of syntactically transparent composition”, “[a]ll elements of content in the meaning of a sentence are found in the lexical conceptual structures […] of the lexical items composing the 25 sentence.” To embrace a construction-based model of semantic composition is not to reject the existence of syntactically transparent composition but instead to treat it as a “default in a wider array of options” (Jackendoff (1997: 49).
    [Show full text]
  • Construction Grammar 73
    Construction Grammar 73 Blakemore D (2000). ‘Indicators and procedures: neverthe- Lee H -K (2002). ‘Towards a new typology of connnectives less and but.’ Journal of Linguistics 36, 463–486. with special reference to conjunction in English and Blakemore D (2002). Relevance and linguistic meaning: Korean.’ Journal of Pragmatics 34, 851–866. The semantics and pragmatics of discourse markers. Levinson S C (1987). ‘Minimization and conversational Cambridge: Cambridge University Press. inference.’ In Verschueren J & Bertuccelli-Papi M (eds.) Blutner R (2000). ‘Some aspects of optimality in natural The pragmatic perspective: Selected papers from the language interpretation.’ Journal of Semantics 17, 1985 International Pragmatics Conference. Amsterdam: 189–216. J. Benjamins. 61–129. Blutner R & Zeevat H (eds.) (2003). Optimality theory and Levinson S C (2000). Presumptive meanings: The theory of pragmatics. London: Palgrave. generalized conversational implicature. Cambridge, Horn L R (1984). ‘Toward a new taxonomy for pragmatic Mass: MIT Press. inference: Q-based and R-based implicature.’ In Schiffrin Wilson D & Sperber D (1993). ‘Linguistic form and D (ed.) Georgetown University Round Table on relevance.’ Lingua 90, 1–25. Languages and Linguistics 1984. Washington, D.C.: Zeevat H (2000). ‘The asymmetry of optimality theoretic Georgetown University Press. 11–42. syntax and semantics.’ Journal of Semantics 17, 243–262. Construction Grammar L A Michaelis, University of Colorado at Boulder, of principles of [universal grammar], and traditional Boulder, CO, USA grammatical constructions are perhaps best regarded as taxonomic epiphenomena – collections of structures ß 2006 Elsevier Ltd. All rights reserved. with properties resulting from the interaction of fixed principles with parameters set one way or another Introduction (Chomsky, 1989: 43).
    [Show full text]
  • From Construction Grammar to Evolutionary Linguistics
    lecture 10 From Construction Grammar to Evolutionary Linguistics Thank you very much for coming. I know that a lot of you have been following the lectures since the three of us came to Beijing. And others of you are join- ing the lecture series for the first time, some of you who are students here at Beijing Foreign Studies University. The lectures that I have been giving have been on the topic of construction grammar. Construction grammar is a model of representing syntactic struc- ture in Cognitive Linguistics. I spent most of the lectures discussing a partic- ular version of construction grammar which I have proposed, called Radical Construction Grammar. In this model, I have focused my attention on how much diversity there is in grammatical constructions across the world’s lan- guages. In the last three talks that I have given yesterday and this morning, I focused on the relationship between form and meaning. And I argued that when we look at meaning, we also have to respect essentially the diversity of languages and how they pay attention to meaning. And that in fact, when we look at the analysis of the meaning of linguistic forms, we have to take an ex- tremely fine-grained perspective on that, to describe the range of very specific kinds of situations that human beings express in language. And I concluded by arguing for essentially a radical version of what’s called the usage-based model in Cognitive Linguistics, the idea that the linguistic knowledge that speakers have is derived from language use.
    [Show full text]
  • 1 Introduction
    1 Introduction Language is a complex system that consists of atomic units called morph- emes. These units can be combined in the form of structured entities called sentences. There are two main sorts of words: singular terms and predic- ates. While the former refer to individual objects, the latter refer to sets thereof. Words mean something by virtue of referring. Sentences mean something by virtue of expressing truths and falsehoods. Something along these lines is the orthodox view in formal semantics and the mainstream opinion conveyed in contemporary philosophy of lan- guage textbooks. The main thesis of this book is that this view is essentially wrong-headed. The opposite view to the above approach is usage-based semantics. This book explains why current strands in empirical research undermine formal semantic theories. Classications always imply simplications. I take it that one quite plaus- ible divide in the area of philosophical approaches to meaning is along the lines of ‘truth-conditional vs usage-based’. In the following chapters, I shall therefore present the current debate in philosophy guided by this distinc- tion. Truth-conditional semantics is the orthodox view in philosophy in two distinct respects. There are many explicit adherents of this research tradition, most notably Emma Borg, Ernest Lepore, and Kirk Ludwig.1 But then there are even more people who are implicitly committed to this view or related views. Although it is hard to prove this point, usage-based se- mantics is probably the minority view in current philosophy of language. The currently by far most inuential usage-based philosopher is Paul Hor- wich.
    [Show full text]