74.419 Artificial Intelligence 2005/06

20
74.419 Artificial Intelligence 2005/06 Features, Gaps, Movement Questions and Passives

description

74.419 Artificial Intelligence 2005/06. Features, Gaps, Movement Questions and Passives. Features, Gaps, and Questions. Features Questions Passives Gaps Movement. Verb SUBCAT Feature. Sample Rule: ( VP )  ( V SUBCAT -np-vp:inf ) ( NP ) ( VP VFORM inf ). - PowerPoint PPT Presentation

Transcript of 74.419 Artificial Intelligence 2005/06

Page 1: 74.419 Artificial Intelligence 2005/06

74.419 Artificial Intelligence 2005/06

Features, Gaps, Movement Questions and Passives

Page 2: 74.419 Artificial Intelligence 2005/06

Features, Gaps, and Questions

Features Questions Passives Gaps Movement

Page 3: 74.419 Artificial Intelligence 2005/06

Sample Rule: (VP) (V SUBCAT -np-vp:inf) (NP) (VP VFORM inf)

Verb SUBCAT Feature

Example: (VP) (want SUBCAT -np-vp:inf) (class) (to end VFORM inf)

Page 4: 74.419 Artificial Intelligence 2005/06

Sample Rule: (VP) (V SUBCAT -np-pp:loc) (NP) (PP PFORM LOC)

Prep. Phrases - PFORM Feature

Example: (VP) (put SUBCAT -np-pp:loc) (the tire) (on the cap PFORM loc)

Page 5: 74.419 Artificial Intelligence 2005/06

Sample Rule: (VP) (V SUBCAT -np-adjp) (NP) (ADJP)

More Verb SUBCATs

Example: (VP) (held SUBCAT -np-adjp) (the cop) (responsible)

Page 6: 74.419 Artificial Intelligence 2005/06

Auxiliaries - Some Features

Modal Verb

Complement Verb form 'base'e.g. did buy

person, number e.g. I, you, he, we, they did

Verb form 'past'e.g. did buy

Complement Verb form 'past participle'e.g. have seen

Verb form 'base'e.g. have paid

Page 7: 74.419 Artificial Intelligence 2005/06

VP (AUX COMPFORM base) (VP VFORM base)

can see

have to match(unification)

VP (AUX COMPFORM ?s) (VP VFORM ?s) general form

VP (AUX COMPFORM ing) (VP VFORM ing)

is bringing

VP (AUX COMPFORM pastprt) (VP VFORM pastprt)

has brought

perfect, with pastparticiple

progressive

Page 8: 74.419 Artificial Intelligence 2005/06

Questions

Page 9: 74.419 Artificial Intelligence 2005/06

sentence / phrase: question Q, relative clause R

Category (POS), here:PP-word (prepositional phrase)

binary feature POSS: possessive

type, here: time specification

POS category, here: pronoun

agreement, matches: 3rd person singular or plural

type of PP, here: location, motion spec.

These characteristics give information about the type of the answer!

QDET: used as determiner

Page 10: 74.419 Artificial Intelligence 2005/06

Features: POSS, WHRules for NP (noun phrase)

inheritance of features

Complement NP

PRO question word (possessive pronoun): who, whose (POSS +), which, what

QDET question (determiner):which (book), what (file)

from rule 1 (POSS +): whose (book)

PP question:where, when

PP with NP question:in which store, in whose pockets

Page 11: 74.419 Artificial Intelligence 2005/06

Parsing Question - Which dogs did he see?

gap - NP missing

Page 12: 74.419 Artificial Intelligence 2005/06
Page 13: 74.419 Artificial Intelligence 2005/06

Passives

Page 14: 74.419 Artificial Intelligence 2005/06

Active and Passive - Example

gap - NP missing

Page 15: 74.419 Artificial Intelligence 2005/06

VP (AUX[be]) (VP[pastprt], +passgap)

was moved

VP[pastprt, +passgap] V[_np, pastprt]

moved

move is normally V[_np]

np is missing, thus +passgap

Passives - Example

The box was moved.

VP[pastprt, +passgap] (AUX[be]) (VP[pastprt], +passgap)

features are inherited downwards / passed upwards from main verb, VP (move, moved)

Page 16: 74.419 Artificial Intelligence 2005/06

Movement

Page 17: 74.419 Artificial Intelligence 2005/06
Page 18: 74.419 Artificial Intelligence 2005/06
Page 19: 74.419 Artificial Intelligence 2005/06
Page 20: 74.419 Artificial Intelligence 2005/06

Additional References

James Allen: Natural Language Understanding. Benjamin Cummings, 1995