Flexible Semantic Composition with DUDES

Size: px
Start display at page:

Download "Flexible Semantic Composition with DUDES"

Transcription

1 Fleible Semantic Composition ith DUDES Philipp Cimiano Web Information Systems Group TU Delft 1 DUDES In this paper e present a novel formalism for semantic construction called DUDES (Dependency-based Underified Discourse REpresentation Structures). The DUDES formalism has been designed to overcome the rigidity of semantic composition based on the lambda calculus (here the order of application is typically fied) and provides some fleibility ith ret to the direction of the dependence and ith ret to the order of application of arguments. In this short paper e present the DUDES formalism and ork through a simple eample. DUDES bears some resemblance to the ork on λ-drt [2] and LUDs [1] as ell as ith the ork of Copestake et al. [4] and represents a generalization of the formalism introduced in [3]. A detailed discussion of the relation to these formalisms is clearly out of the scope of this paper. DUDES are characterized by three main facts. First they represent semantic dependencies and are thus inherently suitable for a dependency-based grammar formalism assuming that syntactic dependencies correspond to semantic dependencies (though the correspondence might be inverted ). Second they eplicitly encode scope relations and are thus able to yield underified representations as output (in contrast to the linear logic approach for LFG [5] here different scopings correspond to different derivations). Third there is one single operation for semantic composition hich is to some etent order-independent (in contrast to traditional lambda-based formalisms) as ell as fleible ith ret to the direction of the syntactic dependency. As the name suggests DUDES builds on DRT [6] and in particular on UDRT [7] in the sense that it relies on labeled DRSs and dominance relations beteen these to talk about scope. First of all e no first formally introduce DUDES: Definition 1 (DUDES) A DUDES is a 7-tuple (m l t U A S C) consisting of 272 Proceedings of the 8th International Conference on Computational Semantics pages Tilburg January c 2009 International Conference on Computational Semantics

2 - A main discourse referent m and a distinguished label l - The type t of the semantic structure (after inserting all arguments) - A set U of UDRS components. These UDRS components are in essence labeled DRSs [6]. - A set of argument quadruples (l v rel type) consisting of i) a label l (the main label of a DUDE inserted as argument ii) the main variable v of the argument DUDE iii) a grammatical relation and iv) a semantic type. - A set S of scope relations beteen labels introduced in U. - A set C of constraints on the arguments e.g. including ontological constraints or selectional restrictions etc. We no give the semantic representation of the entries for our running eample: John likes every nice oman. : every: John: l e t t John() (l e t ) nice: like: e:like(y) (l 1 sub e t t ) (l 2 y ob e t t ) scope(l 1 ) l 1 scope(l 2 ) l 2 l e t nice() (l e t ) oman: Further e introduce the semantic composition operation for DUDES along a dependency tree distinguishing tree cases: Definition 2 (Semantic Composition for DUDES) Let (γ 1 γ 2) be an edge in some DAG (dependency tree LTAG derivation tree or F- Structure DAG). Assume the edge is labeled ith r (a grammatical function) and the semantics of the vertices γ 1 and γ 2 are given by DUDEs as follos: σ 1 := (m 1 l 1 t 1 U 1 A 1 S 1 C 1) and σ 2 = (m 2 l 2 t 2 U 2 A 2 S 2 C 2). Then the result of applying σ 2 to σ 1 is the DUDE σ = σ 1(σ 2) = (m l t U A S C ) here e need to distinguish the folloing cases: if (l v r t 2) A 1 if (l v r t 1) A 2(t 1 = t 2) if (l v r t 1) A 2(t 1 t 2) (Complementation) (Modification) (Inversion) m := m 1 m := m 1 m := m 2 t := t 1 t := t 1 t := t 2 U := U 1 U 2 U := U 1 U 2 U := U 1 U 2 A := A 1\{(l v r t 2)} A := A 1 A := A 2\{(l v r t 1)} S := S 1 S 2 S := S 1 S 2 S := S 1 S 2 C := C 1 C 2 C := C 1 C 2 C := C 1 C 2 v m 2 l l 2 v m 1( m 2) l l 1 v m 1 l l 1 here is the operation of unification beteen variables. Concerning the order of application from the definition of the semantic composition operator it follos that complements and ifiers can be applied in any order but inversions have to be carried out at the end as 273

3 they change the mother DUDES and ould thus inhibit the application of the complements and the ifiers. In the folloing section e sho ho the semantic composition operation defined above applies to a concrete eample. We ill also discuss that our operations still ork if (some of) the dependencies are inverted. 2 A Worked Eample We ill consider the to folloing (possible) analyses for the sentence: John likes every nice oman. corresponding to the NP analysis (a) and DP analysis (b) retively. 2.1 Complementation a) like ohn sub Given the dependency analysis in a) to the right as a result of applying our semantic composition operator for the complementation case e get a DUDES here the argument has been correctly inserted the DRS components and the scope conditions have been merged and one argument has been removed. Note that this as possible because i) the edge as labeled ith the appropriate grammatical relation sub and ii) the types of σ 2 and of the argument match (both are of type e t t ). The resulting DUDES for [[John likes] is shon in b) to the right. (In case of DRS conditions hich are not comple e assume that the functions res and scope are resolved to the identity function.) ob oman every 2.2 Specification and Modification a) b) nice b) like ohn sub ob every oman nice e:like(y) (l 1 sub e t t ) (l 2 y ob e t t ) scope(l 1 ) scope(l 2 ) sub l e t t John() e:like(y) John() (l 2 y ob e t t ) l 1 scope(l 2 ) The to possible dependency analyses for determiner/noun constructions give rise to to configurations corresponding to a) and b) belo for the semantic composition operator. In both cases independent of the fact hether 274

4 the determiner is the dependent or the head e get that first the semantic representation of the adective is applied to the one of the noun (as the ifier has to be applied before the inversion is carried out in configuration a) thus yielding the to configurations in c) and d). a) (l e t ) l e t nice() (l e t ) b) (l e t ) l e t c) l : l l d) (l e t ) nice() (l e t ) (l e t ) l : l l In case c) e have a case of inversion hile in case d) e have a case of complementation. Overall in both cases e yield the folloing DUDES: [every nice oman]= l e t t l l l l 1 l : 2.3 Result After a further semantic composition step (case complementation) applying [every nice oman] (from Sec. 2.2) to [John likes] (from Sec. 2.1) e yield as resulting UDRS: 275

5 e e:like() John() John() l 3 : l : l : l 1 l 3 l l l 2 l l e:like() References [1] J. Bos B. Gambäck C. Lieske Y. Mori M. Pinkal and K. Worm. Compositional semantics in verbmobil. In Proceedings of COLING [2] Johan Bos Elsbeth Mastenbroek Scott Mcglashan Sebastian Millies and Manfred Pinkal. A compositional drs-based formalism for nlp applications. In Proceedings of the International Workshop on Computational Semantics [3] P. Cimiano A. Frank and U. Reyle. UDRT-based semantics construction for LTAG and hat it tells us about the role of adunction in LTAG. In Proceedings of the 7th International Workshop on Computational Semantics pages [4] Ann Copestake Ale Lascarides and Dan Flickinger. An algebra for semantic construction in constraint-based grammars. In Proceedings of ACL [5] Mary Dalrymple John Lamping Fernando C. N. Pereira and Viay Sarasat. Linear logic for meaning assembly. revised version of the (overvie) paper in Proc. of the Workshop on Computational Logic for Natural Language Processing Edinburgh UK [6] H. Kamp and U. Reyle. From Discourse to Logic. Kluer [7] Ue Reyle. Dealing ith ambiguities by underification: Construction representation and deduction. Journal of Semantics 10(2):

Topics in Lexical-Functional Grammar. Ronald M. Kaplan and Mary Dalrymple. Xerox PARC. August 1995

Topics in Lexical-Functional Grammar. Ronald M. Kaplan and Mary Dalrymple. Xerox PARC. August 1995 Projections and Semantic Interpretation Topics in Lexical-Functional Grammar Ronald M. Kaplan and Mary Dalrymple Xerox PARC August 199 Kaplan and Dalrymple, ESSLLI 9, Barcelona 1 Constituent structure

More information

NP Coordination in Underspecified Scope Representations

NP Coordination in Underspecified Scope Representations NP Coordination in Underspecified Scope Representations Alistair Willis The Open University Milton Keynes, UK. A.G.Willis@open.ac.uk Abstract Accurately capturing the quantifier scope behaviour of coordinated

More information

Toward a Universal Underspecified Semantic Representation

Toward a Universal Underspecified Semantic Representation 5 Toward a Universal Underspecified Semantic Representation MEHDI HAFEZI MANSHADI, JAMES F. ALLEN, MARY SWIFT Abstract We define Canonical Form Minimal Recursion Semantics (CF-MRS) and prove that all the

More information

Why do Golf Balls have Dimples on Their Surfaces?

Why do Golf Balls have Dimples on Their Surfaces? Name: Partner(s): 1101 Section: Desk # Date: Why do Golf Balls have Dimples on Their Surfaces? Purpose: To study the drag force on objects ith different surfaces, ith the help of a ind tunnel. Overvie

More information

A Polynomial Time Algorithm for Parsing with the Bounded Order Lambek Calculus

A Polynomial Time Algorithm for Parsing with the Bounded Order Lambek Calculus A Polynomial Time Algorithm for Parsing with the Bounded Order Lambek Calculus Timothy A. D. Fowler Department of Computer Science University of Toronto 10 King s College Rd., Toronto, ON, M5S 3G4, Canada

More information

3 - Vector Spaces Definition vector space linear space u, v,

3 - Vector Spaces Definition vector space linear space u, v, 3 - Vector Spaces Vectors in R and R 3 are essentially matrices. They can be vieed either as column vectors (matrices of size and 3, respectively) or ro vectors ( and 3 matrices). The addition and scalar

More information

Propositional Logic. Testing, Quality Assurance, and Maintenance Winter Prof. Arie Gurfinkel

Propositional Logic. Testing, Quality Assurance, and Maintenance Winter Prof. Arie Gurfinkel Propositional Logic Testing, Quality Assurance, and Maintenance Winter 2018 Prof. Arie Gurfinkel References Chpater 1 of Logic for Computer Scientists http://www.springerlink.com/content/978-0-8176-4762-9/

More information

A proof of topological completeness for S4 in (0,1)

A proof of topological completeness for S4 in (0,1) A proof of topological completeness for S4 in (,) Grigori Mints and Ting Zhang 2 Philosophy Department, Stanford University mints@csli.stanford.edu 2 Computer Science Department, Stanford University tingz@cs.stanford.edu

More information

These notes give a quick summary of the part of the theory of autonomous ordinary differential equations relevant to modeling zombie epidemics.

These notes give a quick summary of the part of the theory of autonomous ordinary differential equations relevant to modeling zombie epidemics. NOTES ON AUTONOMOUS ORDINARY DIFFERENTIAL EQUATIONS MARCH 2017 These notes give a quick summary of the part of the theory of autonomous ordinary differential equations relevant to modeling zombie epidemics.

More information

Econ 201: Problem Set 3 Answers

Econ 201: Problem Set 3 Answers Econ 20: Problem Set 3 Ansers Instructor: Alexandre Sollaci T.A.: Ryan Hughes Winter 208 Question a) The firm s fixed cost is F C = a and variable costs are T V Cq) = 2 bq2. b) As seen in class, the optimal

More information

Minimal Recursion Semantics as Dominance Constraints: Translation, Evaluation, and Analysis

Minimal Recursion Semantics as Dominance Constraints: Translation, Evaluation, and Analysis Minimal Recursion Semantics as Dominance Constraints: Translation, Evaluation, and Analysis Ruth Fuchss, 1 Alexander Koller, 1 Joachim Niehren, 2 and Stefan Thater 1 1 Dept. of Computational Linguistics,

More information

The Formal Architecture of. Lexical-Functional Grammar. Ronald M. Kaplan and Mary Dalrymple

The Formal Architecture of. Lexical-Functional Grammar. Ronald M. Kaplan and Mary Dalrymple The Formal Architecture of Lexical-Functional Grammar Ronald M. Kaplan and Mary Dalrymple Xerox Palo Alto Research Center 1. Kaplan and Dalrymple, ESSLLI 1995, Barcelona Architectural Issues Representation:

More information

Computational Semantics

Computational Semantics Computational Semantics Giving formalisms meaning Formal Representations Some logics: First Order Predicate Logic Lambda Caluclus Predicates, variables quantifiers Translating NL to LF Practical systems

More information

Introduction To Resonant. Circuits. Resonance in series & parallel RLC circuits

Introduction To Resonant. Circuits. Resonance in series & parallel RLC circuits Introduction To esonant Circuits esonance in series & parallel C circuits Basic Electrical Engineering (EE-0) esonance In Electric Circuits Any passive electric circuit ill resonate if it has an inductor

More information

Exercise 1a: Determine the dot product of each of the following pairs of vectors.

Exercise 1a: Determine the dot product of each of the following pairs of vectors. Bob Bron, CCBC Dundalk Math 53 Calculus 3, Chapter Section 3 Dot Product (Geometric Definition) Def.: The dot product of to vectors v and n in is given by here θ, satisfying 0, is the angle beteen v and.

More information

Compositionality and Syntactic Structure Marcus Kracht Department of Linguistics UCLA 3125 Campbell Hall 405 Hilgard Avenue Los Angeles, CA 90095

Compositionality and Syntactic Structure Marcus Kracht Department of Linguistics UCLA 3125 Campbell Hall 405 Hilgard Avenue Los Angeles, CA 90095 Compositionality and Syntactic Structure Marcus Kracht Department of Linguistics UCLA 3125 Campbell Hall 405 Hilgard Avenue Los Angeles, CA 90095 1543 kracht@humnet.ucla.edu 1. The Questions ➀ Why does

More information

On rigid NL Lambek grammars inference from generalized functor-argument data

On rigid NL Lambek grammars inference from generalized functor-argument data 7 On rigid NL Lambek grammars inference from generalized functor-argument data Denis Béchet and Annie Foret Abstract This paper is concerned with the inference of categorial grammars, a context-free grammar

More information

Polynomial and Rational Functions

Polynomial and Rational Functions Polnomial and Rational Functions Figure -mm film, once the standard for capturing photographic images, has been made largel obsolete b digital photograph. (credit film : modification of ork b Horia Varlan;

More information

Bloom Filters and Locality-Sensitive Hashing

Bloom Filters and Locality-Sensitive Hashing Randomized Algorithms, Summer 2016 Bloom Filters and Locality-Sensitive Hashing Instructor: Thomas Kesselheim and Kurt Mehlhorn 1 Notation Lecture 4 (6 pages) When e talk about the probability of an event,

More information

Polynomial and Rational Functions

Polynomial and Rational Functions Polnomial and Rational Functions Figure -mm film, once the standard for capturing photographic images, has been made largel obsolete b digital photograph. (credit film : modification of ork b Horia Varlan;

More information

Semantics and Pragmatics of NLP

Semantics and Pragmatics of NLP Semantics and Pragmatics of NLP Alex Ewan School of Informatics University of Edinburgh 28 January 2008 1 2 3 Taking Stock We have: Introduced syntax and semantics for FOL plus lambdas. Represented FOL

More information

Lecture 8 January 30, 2014

Lecture 8 January 30, 2014 MTH 995-3: Intro to CS and Big Data Spring 14 Inst. Mark Ien Lecture 8 January 3, 14 Scribe: Kishavan Bhola 1 Overvie In this lecture, e begin a probablistic method for approximating the Nearest Neighbor

More information

and sinθ = cosb =, and we know a and b are acute angles, find cos( a+ b) Trigonometry Topics Accuplacer Review revised July 2016 sin.

and sinθ = cosb =, and we know a and b are acute angles, find cos( a+ b) Trigonometry Topics Accuplacer Review revised July 2016 sin. Trigonometry Topics Accuplacer Revie revised July 0 You ill not be alloed to use a calculator on the Accuplacer Trigonometry test For more information, see the JCCC Testing Services ebsite at http://jcccedu/testing/

More information

Semi-simple Splicing Systems

Semi-simple Splicing Systems Semi-simple Splicing Systems Elizabeth Goode CIS, University of Delaare Neark, DE 19706 goode@mail.eecis.udel.edu Dennis Pixton Mathematics, Binghamton University Binghamton, NY 13902-6000 dennis@math.binghamton.edu

More information

Minimize Cost of Materials

Minimize Cost of Materials Question 1: Ho do you find the optimal dimensions of a product? The size and shape of a product influences its functionality as ell as the cost to construct the product. If the dimensions of a product

More information

Chiastic Lambda-Calculi

Chiastic Lambda-Calculi Chiastic Lambda-Calculi wren ng thornton Cognitive Science & Computational Linguistics Indiana University, Bloomington NLCS, 28 June 2013 wren ng thornton (Indiana University) Chiastic Lambda-Calculi NLCS,

More information

Against generalized quantifiers (and what to replace them with)

Against generalized quantifiers (and what to replace them with) Against generalized quantifiers (and what to replace them with) Udo Klein SFB 732 Stuttgart, 06.11.08 Generalized quantifier theory the basic idea The sentence Exactly three students smoke. is true if

More information

Linear Discriminant Functions

Linear Discriminant Functions Linear Discriminant Functions Linear discriminant functions and decision surfaces Definition It is a function that is a linear combination of the components of g() = t + 0 () here is the eight vector and

More information

CHAPTER 3 THE COMMON FACTOR MODEL IN THE POPULATION. From Exploratory Factor Analysis Ledyard R Tucker and Robert C. MacCallum

CHAPTER 3 THE COMMON FACTOR MODEL IN THE POPULATION. From Exploratory Factor Analysis Ledyard R Tucker and Robert C. MacCallum CHAPTER 3 THE COMMON FACTOR MODEL IN THE POPULATION From Exploratory Factor Analysis Ledyard R Tucker and Robert C. MacCallum 1997 19 CHAPTER 3 THE COMMON FACTOR MODEL IN THE POPULATION 3.0. Introduction

More information

arxiv: v1 [cs.ai] 28 Jun 2016

arxiv: v1 [cs.ai] 28 Jun 2016 On the Semantic Relationship beteen Probabilistic Soft Logic and Markov Logic Joohyung Lee and Yi Wang School of Computing, Informatics, and Decision Systems Engineering Arizona State University Tempe,

More information

A Notion of Semantic Coherence for Underspecified Semantic Representation

A Notion of Semantic Coherence for Underspecified Semantic Representation A Notion of Semantic Coherence for Underspecified Semantic Representation Mehdi Manshadi University of Rochester Daniel Gildea University of Rochester James F. Allen University of Rochester The general

More information

PET467E-Analysis of Well Pressure Tests 2008 Spring/İTÜ HW No. 5 Solutions

PET467E-Analysis of Well Pressure Tests 2008 Spring/İTÜ HW No. 5 Solutions . Onur 13.03.2008 PET467E-Analysis of Well Pressure Tests 2008 Spring/İTÜ HW No. 5 Solutions Due date: 21.03.2008 Subject: Analysis of an dradon test ith ellbore storage and skin effects by using typecurve

More information

A proof of topological completeness for S4 in (0,1)

A proof of topological completeness for S4 in (0,1) A proof of topological completeness for S4 in (0,1) G. Mints, T. Zhang Stanford University ASL Winter Meeting Philadelphia December 2002 ASL Winter Meeting 1 Topological interpretation of S4 A topological

More information

Long run input use-input price relations and the cost function Hessian. Ian Steedman Manchester Metropolitan University

Long run input use-input price relations and the cost function Hessian. Ian Steedman Manchester Metropolitan University Long run input use-input price relations and the cost function Hessian Ian Steedman Manchester Metropolitan University Abstract By definition, to compare alternative long run equilibria is to compare alternative

More information

Logic Effort Revisited

Logic Effort Revisited Logic Effort Revisited Mark This note ill take another look at logical effort, first revieing the asic idea ehind logical effort, and then looking at some of the more sutle issues in sizing transistors..0

More information

A Computer Controlled Microwave Spectrometer for Dielectric Relaxation Studies of Polar Molecules

A Computer Controlled Microwave Spectrometer for Dielectric Relaxation Studies of Polar Molecules 384 A Computer Controlled Microave Spectrometer for Dielectric Relaation Studies of Polar Molecules Jai N. Dahiya*, Santaneel Ghosh and J. A. Roberts+ Department of Physics and Engineering Physics, Southeast

More information

Introduction to Semantics. The Formalization of Meaning 1

Introduction to Semantics. The Formalization of Meaning 1 The Formalization of Meaning 1 1. Obtaining a System That Derives Truth Conditions (1) The Goal of Our Enterprise To develop a system that, for every sentence S of English, derives the truth-conditions

More information

be a deterministic function that satisfies x( t) dt. Then its Fourier

be a deterministic function that satisfies x( t) dt. Then its Fourier Lecture Fourier ransforms and Applications Definition Let ( t) ; t (, ) be a deterministic function that satisfies ( t) dt hen its Fourier it ransform is defined as X ( ) ( t) e dt ( )( ) heorem he inverse

More information

Towards a redundancy elimination algorithm for underspecified descriptions

Towards a redundancy elimination algorithm for underspecified descriptions Towards a redundancy elimination algorithm for underspecified descriptions Alexander Koller and Stefan Thater Department of Computational Linguistics Universität des Saarlandes, Saarbrücken, Germany {koller,stth}@coli.uni-sb.de

More information

The Lambek-Grishin calculus for unary connectives

The Lambek-Grishin calculus for unary connectives The Lambek-Grishin calculus for unary connectives Anna Chernilovskaya Utrecht Institute of Linguistics OTS, Utrecht University, the Netherlands anna.chernilovskaya@let.uu.nl Introduction In traditional

More information

Monads as a Solution for Generalized Opacity

Monads as a Solution for Generalized Opacity Monads as a Solution for Generalized Opacity Gianluca Giorgolo & Ash Asudeh April 27, 2014 - TTNLS 2014 Denotations vs. senses 1 + 1 = 2 The two sides of the equality have the same denotation But they

More information

Science Degree in Statistics at Iowa State College, Ames, Iowa in INTRODUCTION

Science Degree in Statistics at Iowa State College, Ames, Iowa in INTRODUCTION SEQUENTIAL SAMPLING OF INSECT POPULATIONSl By. G. H. IVES2 Mr.. G. H. Ives obtained his B.S.A. degree at the University of Manitoba in 1951 majoring in Entomology. He thm proceeded to a Masters of Science

More information

Published in: Proceedings of the International Workshop on Hybrid Logic 2007 (HyLo 2007)

Published in: Proceedings of the International Workshop on Hybrid Logic 2007 (HyLo 2007) A Tableau system for a first-order hybrid logic Hansen, Jens Ulrik Published in: Proceedings of the International Workshop on Hybrid Logic 2007 (HyLo 2007) 2007 Link to publication Citation for published

More information

TABLEAUX VARIANTS OF SOME MODAL AND RELEVANT SYSTEMS

TABLEAUX VARIANTS OF SOME MODAL AND RELEVANT SYSTEMS Bulletin of the Section of Logic Volume 17:3/4 (1988), pp. 92 98 reedition 2005 [original edition, pp. 92 103] P. Bystrov TBLEUX VRINTS OF SOME MODL ND RELEVNT SYSTEMS The tableaux-constructions have a

More information

The Dot Product

The Dot Product The Dot Product 1-9-017 If = ( 1,, 3 ) and = ( 1,, 3 ) are ectors, the dot product of and is defined algebraically as = 1 1 + + 3 3. Example. (a) Compute the dot product (,3, 7) ( 3,,0). (b) Compute the

More information

Topic #3 Predicate Logic. Predicate Logic

Topic #3 Predicate Logic. Predicate Logic Predicate Logic Predicate Logic Predicate logic is an extension of propositional logic that permits concisely reasoning about whole classes of entities. Propositional logic treats simple propositions (sentences)

More information

A proof theoretical account of polarity items and monotonic inference.

A proof theoretical account of polarity items and monotonic inference. A proof theoretical account of polarity items and monotonic inference. Raffaella Bernardi UiL OTS, University of Utrecht e-mail: Raffaella.Bernardi@let.uu.nl Url: http://www.let.uu.nl/ Raffaella.Bernardi/personal

More information

Scope Ambiguities through the Mirror

Scope Ambiguities through the Mirror Scope Ambiguities through the Mirror Raffaella Bernardi In this paper we look at the interpretation of Quantifier Phrases from the perspective of Symmetric Categorial Grammar. We show how the apparent

More information

5 Quantum Wells. 1. Use a Multimeter to test the resistance of your laser; Record the resistance for both polarities.

5 Quantum Wells. 1. Use a Multimeter to test the resistance of your laser; Record the resistance for both polarities. Measurement Lab 0: Resistance The Diode laser is basically a diode junction. Same as all the other semiconductor diode junctions, e should be able to see difference in resistance for different polarities.

More information

1 Predicates and Arguments

1 Predicates and Arguments Glue logic vs. Spreading Architecture in LFG * Avery Andrews, ANU, September, 2003 talk given at ALS2003, University of Newcastle, NSW comments welcome Although the f-structures of LFG look like an intuitively

More information

To Abduce or not to Abduce that is the Question.

To Abduce or not to Abduce that is the Question. To Abduce or not to Abduce that is the Question. On the Role of Abductive Inference within Discourse Construction Matthias Hartung Computational Linguistics Department, Heidelberg University hartung@cl.uni-heidelberg.de

More information

3.5 Generalized Quantifiers in DRT A Simple Extension to Non-Universal Quantifiers

3.5 Generalized Quantifiers in DRT A Simple Extension to Non-Universal Quantifiers 3.5 Generalized Quantifiers in DRT 3.5.1 A Simple Extension to Non-Universal Quantifiers The rules for DRS construction and interpretation we have considered so far just cover one logical type of quantifier,

More information

CKY & Earley Parsing. Ling 571 Deep Processing Techniques for NLP January 13, 2016

CKY & Earley Parsing. Ling 571 Deep Processing Techniques for NLP January 13, 2016 CKY & Earley Parsing Ling 571 Deep Processing Techniques for NLP January 13, 2016 No Class Monday: Martin Luther King Jr. Day CKY Parsing: Finish the parse Recognizer à Parser Roadmap Earley parsing Motivation:

More information

CoTAGs and ACGs. Gregory M. Kobele 1 and Jens Michaelis 2

CoTAGs and ACGs. Gregory M. Kobele 1 and Jens Michaelis 2 CoTAGs and ACGs Gregory M. Kobele 1 and Jens Michaelis 2 1 University of Chicago Chicago Illinois USA 2 Bielefeld University Bielefeld Germany Abstract. Our main concern is to provide a complete picture

More information

1 Effects of Regularization For this problem, you are required to implement everything by yourself and submit code.

1 Effects of Regularization For this problem, you are required to implement everything by yourself and submit code. This set is due pm, January 9 th, via Moodle. You are free to collaborate on all of the problems, subject to the collaboration policy stated in the syllabus. Please include any code ith your submission.

More information

Bringing machine learning & compositional semantics together: central concepts

Bringing machine learning & compositional semantics together: central concepts Bringing machine learning & compositional semantics together: central concepts https://githubcom/cgpotts/annualreview-complearning Chris Potts Stanford Linguistics CS 244U: Natural language understanding

More information

Information Retrieval and Web Search

Information Retrieval and Web Search Information Retrieval and Web Search IR models: Vector Space Model IR Models Set Theoretic Classic Models Fuzzy Extended Boolean U s e r T a s k Retrieval: Adhoc Filtering Brosing boolean vector probabilistic

More information

X-bar theory. X-bar :

X-bar theory. X-bar : is one of the greatest contributions of generative school in the filed of knowledge system. Besides linguistics, computer science is greatly indebted to Chomsky to have propounded the theory of x-bar.

More information

Linguistics and logic of common mathematical language I. Peter Koepke and Merlin Carl, Mathematical Institute Universität Bonn

Linguistics and logic of common mathematical language I. Peter Koepke and Merlin Carl, Mathematical Institute Universität Bonn The NAPROCHE Project Linguistics and logic of common mathematical language I Peter Koepke and Merlin Carl, Mathematical Institute Universität Bonn Mathematical texts are formulated in a semi-formal language,

More information

Linear models: the perceptron and closest centroid algorithms. D = {(x i,y i )} n i=1. x i 2 R d 9/3/13. Preliminaries. Chapter 1, 7.

Linear models: the perceptron and closest centroid algorithms. D = {(x i,y i )} n i=1. x i 2 R d 9/3/13. Preliminaries. Chapter 1, 7. Preliminaries Linear models: the perceptron and closest centroid algorithms Chapter 1, 7 Definition: The Euclidean dot product beteen to vectors is the expression d T x = i x i The dot product is also

More information

Suppose h maps number and variables to ɛ, and opening parenthesis to 0 and closing parenthesis

Suppose h maps number and variables to ɛ, and opening parenthesis to 0 and closing parenthesis 1 Introduction Parenthesis Matching Problem Describe the set of arithmetic expressions with correctly matched parenthesis. Arithmetic expressions with correctly matched parenthesis cannot be described

More information

Social Network Games

Social Network Games CWI and University of Amsterdam Based on joint orks ith Evangelos Markakis and Sunil Simon The model Social netork ([Apt, Markakis 2011]) Weighted directed graph: G = (V,,), here V: a finite set of agents,

More information

A Generalization of a result of Catlin: 2-factors in line graphs

A Generalization of a result of Catlin: 2-factors in line graphs AUSTRALASIAN JOURNAL OF COMBINATORICS Volume 72(2) (2018), Pages 164 184 A Generalization of a result of Catlin: 2-factors in line graphs Ronald J. Gould Emory University Atlanta, Georgia U.S.A. rg@mathcs.emory.edu

More information

Continuations in Type Logical Grammar. Grafting Trees: (with Chris Barker, UCSD) NJPLS, 27 February Harvard University

Continuations in Type Logical Grammar. Grafting Trees: (with Chris Barker, UCSD) NJPLS, 27 February Harvard University Grafting Trees: Continuations in Type Logical Grammar Chung-chieh Shan Harvard University ccshan@post.harvard.edu (with Chris Barker, UCSD) NJPLS, 27 February 2004 Computational Linguistics 1 What a linguist

More information

A General Reasoning Scheme for Underspecied Representations Esther Konig, Uwe Reyle University of Stuttgart, Institute for Computational Linguistics A

A General Reasoning Scheme for Underspecied Representations Esther Konig, Uwe Reyle University of Stuttgart, Institute for Computational Linguistics A A General Reasoning Scheme for Underspecied Representations Esther Konig, Uwe Reyle University of Stuttgart, Institute for Computational Linguistics Azenbergstr. 12, D-70174 Stuttgart, http://www.ims.uni-stuttgart.de

More information

arxiv: v2 [physics.gen-ph] 28 Oct 2017

arxiv: v2 [physics.gen-ph] 28 Oct 2017 A CHART FOR THE ENERGY LEVELS OF THE SQUARE QUANTUM WELL arxiv:1610.04468v [physics.gen-ph] 8 Oct 017 M. CHIANI Abstract. A chart for the quantum mechanics of a particle of mass m in a one-dimensional

More information

Adaptive Noise Cancellation

Adaptive Noise Cancellation Adaptive Noise Cancellation P. Comon and V. Zarzoso January 5, 2010 1 Introduction In numerous application areas, including biomedical engineering, radar, sonar and digital communications, the goal is

More information

Lecture 3 Frequency Moments, Heavy Hitters

Lecture 3 Frequency Moments, Heavy Hitters COMS E6998-9: Algorithmic Techniques for Massive Data Sep 15, 2015 Lecture 3 Frequency Moments, Heavy Hitters Instructor: Alex Andoni Scribes: Daniel Alabi, Wangda Zhang 1 Introduction This lecture is

More information

Intermediate 2 Revision Unit 3. (c) (g) w w. (c) u. (g) 4. (a) Express y = 4x + c in terms of x. (b) Express P = 3(2a 4d) in terms of a.

Intermediate 2 Revision Unit 3. (c) (g) w w. (c) u. (g) 4. (a) Express y = 4x + c in terms of x. (b) Express P = 3(2a 4d) in terms of a. Intermediate Revision Unit. Simplif 9 ac c ( ) u v u ( ) 9. Epress as a single fraction a c c u u a a (h) a a. Epress, as a single fraction in its simplest form Epress 0 as a single fraction in its simplest

More information

COS 511: Theoretical Machine Learning. Lecturer: Rob Schapire Lecture # 12 Scribe: Indraneel Mukherjee March 12, 2008

COS 511: Theoretical Machine Learning. Lecturer: Rob Schapire Lecture # 12 Scribe: Indraneel Mukherjee March 12, 2008 COS 511: Theoretical Machine Learning Lecturer: Rob Schapire Lecture # 12 Scribe: Indraneel Mukherjee March 12, 2008 In the previous lecture, e ere introduced to the SVM algorithm and its basic motivation

More information

OUTLINING PROOFS IN CALCULUS. Andrew Wohlgemuth

OUTLINING PROOFS IN CALCULUS. Andrew Wohlgemuth OUTLINING PROOFS IN CALCULUS Andre Wohlgemuth ii OUTLINING PROOFS IN CALCULUS Copyright 1998, 001, 00 Andre Wohlgemuth This text may be freely donloaded and copied for personal or class use iii Contents

More information

Model-Theory of Property Grammars with Features

Model-Theory of Property Grammars with Features Model-Theory of Property Grammars with Features Denys Duchier Thi-Bich-Hanh Dao firstname.lastname@univ-orleans.fr Yannick Parmentier Abstract In this paper, we present a model-theoretic description of

More information

Ling 98a: The Meaning of Negation (Week 5)

Ling 98a: The Meaning of Negation (Week 5) Yimei Xiang yxiang@fas.harvard.edu 15 October 2013 1 Review Negation in propositional logic, oppositions, term logic of Aristotle Presuppositions Projection and accommodation Three-valued logic External/internal

More information

Homework Set 2 Solutions

Homework Set 2 Solutions MATH 667-010 Introduction to Mathematical Finance Prof. D. A. Edards Due: Feb. 28, 2018 Homeork Set 2 Solutions 1. Consider the ruin problem. Suppose that a gambler starts ith ealth, and plays a game here

More information

A BOUNDARY NOTATION FOR VISUAL MATHEMATICS Jeffrey James and William Bricken September Published in IEEE Visual Languages'92 ABSTRACT

A BOUNDARY NOTATION FOR VISUAL MATHEMATICS Jeffrey James and William Bricken September Published in IEEE Visual Languages'92 ABSTRACT A BOUNDARY NOTATION FOR VISUAL MATHEMATICS Jeffrey James and William Bricken September 1992 Published in IEEE Visual Languages'92 ABSTRACT Instead of traditional mathematical notation, we can describe

More information

The Probability of Pathogenicity in Clinical Genetic Testing: A Solution for the Variant of Uncertain Significance

The Probability of Pathogenicity in Clinical Genetic Testing: A Solution for the Variant of Uncertain Significance International Journal of Statistics and Probability; Vol. 5, No. 4; July 2016 ISSN 1927-7032 E-ISSN 1927-7040 Published by Canadian Center of Science and Education The Probability of Pathogenicity in Clinical

More information

Semantics 2 Part 1: Relative Clauses and Variables

Semantics 2 Part 1: Relative Clauses and Variables Semantics 2 Part 1: Relative Clauses and Variables Sam Alxatib EVELIN 2012 January 17, 2012 Reviewing Adjectives Adjectives are treated as predicates of individuals, i.e. as functions from individuals

More information

Energy Minimization via a Primal-Dual Algorithm for a Convex Program

Energy Minimization via a Primal-Dual Algorithm for a Convex Program Energy Minimization via a Primal-Dual Algorithm for a Convex Program Evripidis Bampis 1,,, Vincent Chau 2,, Dimitrios Letsios 1,2,, Giorgio Lucarelli 1,2,,, and Ioannis Milis 3, 1 LIP6, Université Pierre

More information

Dynamics, Dependency Grammar and Incremental Interpretation

Dynamics, Dependency Grammar and Incremental Interpretation Dynamic, Dependency Grammar and Incremental Interpretation David Milward Iri Perkmann 11.05.2016 Lexicalied Dependency Grammar: provide (flat) tree-tructure analye of entence. Dynamic Dependency Grammar:

More information

Semantics and Pragmatics of NLP The Semantics of Discourse: Overview

Semantics and Pragmatics of NLP The Semantics of Discourse: Overview university-logo Semantics and Pragmatics of NLP The Semantics of Discourse: Overview School of Informatics University of Edinburgh Outline university-logo 1 Anaphora across sentence boundaries 2 Changing

More information

STATC141 Spring 2005 The materials are from Pairwise Sequence Alignment by Robert Giegerich and David Wheeler

STATC141 Spring 2005 The materials are from Pairwise Sequence Alignment by Robert Giegerich and David Wheeler STATC141 Spring 2005 The materials are from Pairise Sequence Alignment by Robert Giegerich and David Wheeler Lecture 6, 02/08/05 The analysis of multiple DNA or protein sequences (I) Sequence similarity

More information

Unterspezifikation in der Semantik Scope Semantics in Lexicalized Tree Adjoining Grammars

Unterspezifikation in der Semantik Scope Semantics in Lexicalized Tree Adjoining Grammars in der emantik cope emantics in Lexicalized Tree Adjoining Grammars Laura Heinrich-Heine-Universität Düsseldorf Wintersemester 2011/2012 LTAG: The Formalism (1) Tree Adjoining Grammars (TAG): Tree-rewriting

More information

Multidimensional Possible-world Semantics for Conditionals

Multidimensional Possible-world Semantics for Conditionals Richard Bradley Department of Philosophy, Logic and Scientific Method London School of Economics r.bradley@lse.ac.uk Multidimensional Possible-orld Semantics for Conditionals Abstract Adams Thesis - the

More information

Speech and Language Processing. Daniel Jurafsky & James H. Martin. Copyright c All rights reserved. Draft of August 7, 2017.

Speech and Language Processing. Daniel Jurafsky & James H. Martin. Copyright c All rights reserved. Draft of August 7, 2017. Speech and Language Processing. Daniel Jurafsky & James H. Martin. Copyright c 2016. All rights reserved. Draft of August 7, 2017. CHAPTER 7 Logistic Regression Numquam ponenda est pluralitas sine necessitate

More information

Definition of a new Parameter for use in Active Structural Acoustic Control

Definition of a new Parameter for use in Active Structural Acoustic Control Definition of a ne Parameter for use in Active Structural Acoustic Control Brigham Young University Abstract-- A ne parameter as recently developed by Jeffery M. Fisher (M.S.) for use in Active Structural

More information

Semantics and Pragmatics of NLP Pronouns

Semantics and Pragmatics of NLP Pronouns Semantics and Pragmatics of NLP Pronouns School of Informatics University of Edinburgh Outline Observations About Data 1 Observations of what factors influence the way pronouns get resolved 2 Some algorithms

More information

Analysis of Nonlinear Characteristics of Turbine Governor and Its Impact on Power System Oscillation

Analysis of Nonlinear Characteristics of Turbine Governor and Its Impact on Power System Oscillation Energy and Poer Engineering, 203, 5, 746-750 doi:0.4236/epe.203.54b44 Published Online July 203 (http://.scirp.org/journal/epe) Analysis of Nonlinear Characteristics of Turbine Governor and Its Impact

More information

Computational Models - Lecture 4 1

Computational Models - Lecture 4 1 Computational Models - Lecture 4 1 Handout Mode Iftach Haitner. Tel Aviv University. November 21, 2016 1 Based on frames by Benny Chor, Tel Aviv University, modifying frames by Maurice Herlihy, Brown University.

More information

The Complexity of First-Order Extensible Dependency Grammar

The Complexity of First-Order Extensible Dependency Grammar The Complexity of First-Order Extensible Dependency Grammar Ralph Debusmann Programming Systems Lab Universität des Saarlandes Postfach 15 11 50 66041 Saarbrücken, Germany rade@ps.uni-sb.de Abstract We

More information

Finding Shortest Hamiltonian Path is in P. Abstract

Finding Shortest Hamiltonian Path is in P. Abstract Finding Shortest Hamiltonian Path is in P Dhananay P. Mehendale Sir Parashurambhau College, Tilak Road, Pune, India bstract The roblem of finding shortest Hamiltonian ath in a eighted comlete grah belongs

More information

1. Suppose preferences are represented by the Cobb-Douglas utility function, u(x1,x2) = Ax 1 a x 2

1. Suppose preferences are represented by the Cobb-Douglas utility function, u(x1,x2) = Ax 1 a x 2 Additional questions for chapter 7 1. Suppose preferences are represented by the Cobb-Douglas utility function ux1x2 = Ax 1 a x 2 1-a 0 < a < 1 &A > 0. Assuming an interior solution solve for the Marshallian

More information

Natural Deduction for Propositional Logic

Natural Deduction for Propositional Logic Natural Deduction for Propositional Logic Bow-Yaw Wang Institute of Information Science Academia Sinica, Taiwan September 10, 2018 Bow-Yaw Wang (Academia Sinica) Natural Deduction for Propositional Logic

More information

Endogeny for the Logistic Recursive Distributional Equation

Endogeny for the Logistic Recursive Distributional Equation Zeitschrift für Analysis und ihre Anendungen Journal for Analysis and its Applications Volume 30 20, 237 25 DOI: 0.47/ZAA/433 c European Mathematical Society Endogeny for the Logistic Recursive Distributional

More information

ECE380 Digital Logic. Synchronous sequential circuits

ECE380 Digital Logic. Synchronous sequential circuits ECE38 Digital Logic Synchronous Sequential Circuits: State Diagrams, State Tables Dr. D. J. Jackson Lecture 27- Synchronous sequential circuits Circuits here a clock signal is used to control operation

More information

Predicate Logic. Xinyu Feng 09/26/2011. University of Science and Technology of China (USTC)

Predicate Logic. Xinyu Feng 09/26/2011. University of Science and Technology of China (USTC) University of Science and Technology of China (USTC) 09/26/2011 Overview Predicate logic over integer expressions: a language of logical assertions, for example x. x + 0 = x Why discuss predicate logic?

More information

chapter 12 MORE MATRIX ALGEBRA 12.1 Systems of Linear Equations GOALS

chapter 12 MORE MATRIX ALGEBRA 12.1 Systems of Linear Equations GOALS chapter MORE MATRIX ALGEBRA GOALS In Chapter we studied matrix operations and the algebra of sets and logic. We also made note of the strong resemblance of matrix algebra to elementary algebra. The reader

More information

Lecture 4. Algebra. Section 1:. Signature, algebra in a signature. Isomorphisms, homomorphisms, congruences and quotient algebras.

Lecture 4. Algebra. Section 1:. Signature, algebra in a signature. Isomorphisms, homomorphisms, congruences and quotient algebras. V. Borschev and B. Partee, September 18, 2001 p. 1 Lecture 4. Algebra. Section 1:. Signature, algebra in a signature. Isomorphisms, homomorphisms, congruences and quotient algebras. CONTENTS 0. Why algebra?...1

More information

NPy [wh] NP# VP V NP e Figure 1: An elementary tree only the substitution operation, since, by using descriptions of trees as the elementary objects o

NPy [wh] NP# VP V NP e Figure 1: An elementary tree only the substitution operation, since, by using descriptions of trees as the elementary objects o Exploring the Underspecied World of Lexicalized Tree Adjoining Grammars K. Vijay-hanker Department of Computer & Information cience University of Delaware Newark, DE 19716 vijay@udel.edu David Weir chool

More information

Seminar in Semantics: Gradation & Modality Winter 2014

Seminar in Semantics: Gradation & Modality Winter 2014 1 Subject matter Seminar in Semantics: Gradation & Modality Winter 2014 Dan Lassiter 1/8/14 Handout: Basic Modal Logic and Kratzer (1977) [M]odality is the linguistic phenomenon whereby grammar allows

More information

N-bit Parity Neural Networks with minimum number of threshold neurons

N-bit Parity Neural Networks with minimum number of threshold neurons Open Eng. 2016; 6:309 313 Research Article Open Access Marat Z. Arslanov*, Zhazira E. Amirgalieva, and Chingiz A. Kenshimov N-bit Parity Neural Netorks ith minimum number of threshold neurons DOI 10.1515/eng-2016-0037

More information