Embedded Clauses in TAG

Slides:



Advertisements
Similar presentations
Computational language: week 10 Lexical Knowledge Representation concluded Syntax-based computational language Sentence structure: syntax Context free.
Advertisements

Notes on TAG (LTAG) and Feature Structures September AKJ.
Lexical Functional Grammar : Grammar Formalisms Spring Term 2004.
Lexical Functional Grammar History: –Joan Bresnan (linguist, MIT and Stanford) –Ron Kaplan (computational psycholinguist, Xerox PARC) –Around 1978.
NP Movement Passives, Raising: When NPs are not in their theta positions.
Chapter 4 Syntax.
Syntactic analysis using Context Free Grammars. Analysis of language Morphological analysis – Chairs, Part Of Speech (POS) tagging – The/DT man/NN left/VBD.
Introduction to Syntax Owen Rambow September 30.
Dr. Abdullah S. Al-Dobaian1 Ch. 2: Phrase Structure Syntactic Structure (basic concepts) Syntactic Structure (basic concepts)  A tree diagram marks constituents.
Language and Cognition Colombo, June 2011 Day 2 Introduction to Linguistic Theory, Part 4.
Linguistic Theory Lecture 7 About Nothing. Nothing in grammar Language often contains irregular paradigms where one or more expected forms are absent.
Grammatical Relations and Lexical Functional Grammar Grammar Formalisms Spring Term 2004.
Complement Structures: Equi and Raising HPSG WS 2007/08 Janina Kopp
LTAG Semantics on the Derivation Tree Presented by Maria I. Tchalakova.
Installment 10b. Raising, etc CAS LX 522 Syntax I.
LING 364: Introduction to Formal Semantics Lecture 4 January 24th.
Week 9b. A-movement cont’d
Week 8. Midterm debrief CAS LX 522 Syntax I. Midterm results Mean: 88 Mean: 88 Median: 93 Median: 93 A A- B+ B B-
Introduction to Syntax, with Part-of-Speech Tagging Owen Rambow September 17 & 19.
1 Introduction to Computational Linguistics Eleni Miltsakaki AUTH Fall 2005-Lecture 2.
MC-TAG, flexible composition, etc. ARAVIND K. JOSHI March
Syntax Lecture 3: The Subject. The Basic Structure of the Clause Recall that our theory of structure says that all structures follow this pattern: It.
Week 14b. PRO and control CAS LX 522 Syntax I. It is likely… This satisfies the EPP in both clauses. The main clause has Mary in SpecIP. The embedded.
LING 364: Introduction to Formal Semantics Lecture 5 January 26th.
Notes on TAG (LTAG) and Feature Structures Aravind K. Joshi April
Week 6a. Case and checking (with a little more  -Theory) CAS LX 522 Syntax I.
Embedded Clauses in TAG
Constituents  Sentence has internal structure  The structures are represented in our mind  Words in a sentence are grouped into units, and these units.
Feature structures and unification Attributes and values.
IV. SYNTAX. 1.1 What is syntax? Syntax is the study of how sentences are structured, or in other words, it tries to state what words can be combined with.
October 15, 2007 Non-finite clauses and control : Grammars and Lexicons Lori Levin.
Bare phrase structure Null subjects Null auxiliaries Sept. 17, 2010 – Day 9 Introduction to Syntax ANTH 3590/7590 Harry Howard Tulane University.
A Cascaded Finite-State Parser for German Michael Schiehlen Institut für Maschinelle Sprachverarbeitung Universität Stuttgart
King Abdulaziz University Department of European Languages & Literature Syntax (LANE-334) Chapter 3 Functions Dr. Abdulrahman Alqurashi Dr. Abdulrahman.
Semantic Construction lecture 2. Semantic Construction Is there a systematic way of constructing semantic representation from a sentence of English? This.
What you have learned and how you can use it : Grammars and Lexicons Parts I-III.
CPE 480 Natural Language Processing Lecture 4: Syntax Adapted from Owen Rambow’s slides for CSc Fall 2006.
Rules, Movement, Ambiguity
Linguistic Theory Lecture 5 Filters. The Structure of the Grammar 1960s (Standard Theory) LexiconPhrase Structure Rules Deep Structure Transformations.
1 LIN 1310B Introduction to Linguistics Prof: Nikolay Slavkov TA: Qinghua Tang CLASS 16, March 6, 2007.
Making it stick together…
 Chapter 8 (Part 2) Transformations Transformational Grammar Engl 424 Hayfa Alhomaid.
Syntax Lecture 6: Missing Subjects of Non-finite Clauses.
LING 6520: Comparative Topics in Linguistics (from a computational perspective) Martha Palmer Jan 15,
1 Introduction to Computational Linguistics Eleni Miltsakaki AUTH Spring 2006-Lecture 2.
◦ Process of describing the structure of phrases and sentences Chapter 8 - Phrases and sentences: grammar1.
1.[ S I forced him [ S PRO to be kind]] Phrase structure analyses in traditional transformational grammar:
1 Principles & Parameters Approach in Linguistics II Bibhuti Bhusan Mahapatra.
Week 3. Clauses and Trees English Syntax. Trees and constituency A sentence has a hierarchical structure Constituents can have constituents of their own.
Week 12. NP movement Text 9.2 & 9.3 English Syntax.
Week 2. Constituents Sentences can be analyzed into subparts which we referred to as constituents English Syntax.
Week 10 X-bar syntax: More on Clauses
Beginning Syntax Linda Thomas
English Syntax Week 12. NP movement Text 9.2 & 9.3.
Lecture 3: Functional Phrases
Basic Parsing with Context Free Grammars Chapter 13
Lexical Functional Grammar
Behavioral Properties of Subjects: matrix coding as subject
Lecture 7: Missing Subjects of Non-finite Clauses
4.3 The Generative Approach
Part I: Basics and Constituency
Lecture 8: Verb Positions
TREE ADJOINING GRAMMAR
ENG 3306 Raising and Control I.
BBI 3212 ENGLISH SYNTAX AND MORPHOLOGY
CSCI 5832 Natural Language Processing
Introduction to Syntax
Principles and Parameters (I)
Presentation transcript:

Embedded Clauses in TAG

Embedded Clauses Matrix Clause Embedded Clause COMP NP VP We think that they have left. COMP NP VP S V S-bar NP VP Embedded Clause

How we know that the semantic role assignments are different with Seem and Try The cat seems to be out of the bag. There seems to be a problem. That seems to be my husband. The doctor seemed to examine Sam. Sam seemed to be examined by the doctor. The cat tried to be out of the bag. *There tried to be a problem. That tried to be my husband. The doctor tried to examine Sam. Sam tried to be examined by the doctor.

Raising to subject S COMP NP VP COMP It seems that they have left. V S-bar NP VP They seem to have left. COMP VP V VP-bar NP VP S

Two ways to represent that “seem” and “leave” share a subject. NP VP V VP-bar Subj they Verb seem Complement subj verb leave VP COMP They seem to have left. S NP VP V S NP VP They seem e to have left.

Comparison Second method: First method: Allow empty strings as terminal nodes in the tree. An empty string needs to take the place of the missing subject of the lower clause. The empty string is linked to the subject of the main clause to show that the main and embedded clauses share a subject. The tree represents: word order, constituent structure, grammatical relations, semantic roles. First method: No empty strings in the tree. The tree represents only word order and constituent structure. Grammatical relations and semantic roles are represented in a separate structure. Structure sharing in the representation of grammatical relations shows that the two verbs share a subject. Is one method simpler than the other? No. Both methods have to represent word order, semantic relations, grammatical relations, and semantic roles. People who argue that one is simpler are usually wrong – they don’t know how to count steps in a derivation.

Two ways to represent that “try” and “leave” share a subject. NP VP V VP-bar Subj they Verb seem Complement subj verb leave VP COMP They try to leave. S PRO is an empty string, but not the same kind of empty string as e  Coindexing indicates that PRO refers to “they”. NP VP V S NP VP They(i) try PRO(i) to leave.

“Seem” type verbs in TAG VP S John to be happy V AP NP VP Adjunction site V VP seem Auxiliary Tree Initial Tree These trees represent the number of arguments for each verb: “Seem” has one argument, represented as a VP. “To be happy” has one argument, “John”.

V VP VP seem S Adjunction site NP VP VP V AP to be happy John

S NP John V VP VP seems S NP VP John to be happy V AP V VP VP seem VP Adjunction VP to be happy V AP This tree shows word order and constituent structure. It also shows that “John” is the subject of “seem.” It doesn’t show that “John” is the subject of “to be happy.”

“Try” type verbs in TAG S S NP VP NP VP TO VP V PRO leave John tried Adjunction site S NP VP TO VP PRO leave S V NP VP John tried Initial Tree Auxiliary Tree These trees show the number of arguments for each verb: “Try” has two arguments. “Leave” has one argument.

S V NP VP John tried S Adjunction site S NP VP TO VP PRO leave

S V NP VP John tried S Adjunction site S NP VP TO VP PRO leave

S NP VP V S NP VP John tried TO VP PRO leave Adjunction is only allowed at the top S node so as not to mess up compositional semantics: After you put together “try to leave” you don’t want to have to take it apart again by inserting another verb like “expected” as in: John tried to expect to leave. Inserting “seem” into the middle of the tree doesn’t require you to disassemble any of the semantic pieces that were already assembled? S V NP VP John tried S NP VP TO VP PRO leave