Top Banner
Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011
89
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Computational Semantics

Ling 571Deep Processing Techniques for NLP

February 7, 2011

Page 2: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

RoadmapComputational Semantics

AI-completenessMore tractable parts

Lexical SemanticsWord Sense DisambiguationSemantic Role LabelingResources

Meaning RepresentationRepresentational requirementsFirst-Order Logic

Syntax & Semantics

Page 3: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Tasks in Computational Semantics

Computational semantics aims to extract, interpret, and reason about the meaning of NL utterances, and includes:Defining a meaning representation

Page 4: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Tasks in Computational Semantics

Computational semantics aims to extract, interpret, and reason about the meaning of NL utterances, and includes:Defining a meaning representation

Developing techniques for semantic analysis, to convert NL strings to meaning representations

Page 5: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Tasks in Computational Semantics

Computational semantics aims to extract, interpret, and reason about the meaning of NL utterances, and includes:Defining a meaning representation

Developing techniques for semantic analysis, to convert NL strings to meaning representations

Developing methods for reasoning about these representations and performing inference from them

Page 6: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Complexity of Computational Semantics

Requires:Knowledge of language: words, syntax,

relationships b/t structure and meaning, composition procedures

Page 7: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Complexity of Computational Semantics

Requires:Knowledge of language: words, syntax,

relationships b/t structure and meaning, composition procedures

Knowledge of the world: what are the objects that we refer to, how do they relate, what are their properties?

Page 8: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Complexity of Computational Semantics

Requires:Knowledge of language: words, syntax,

relationships b/t structure and meaning, composition procedures

Knowledge of the world: what are the objects that we refer to, how do they relate, what are their properties?

Reasoning: Given a representation and a world, what new conclusions – bits of meaning – can we infer?

Page 9: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Complexity of Computational Semantics

Requires: Knowledge of language: words, syntax, relationships b/t

structure and meaning, composition procedures

Knowledge of the world: what are the objects that we refer to, how do they relate, what are their properties?

Reasoning: Given a representation and a world, what new conclusions – bits of meaning – can we infer?

Effectively AI-complete Need representation, reasoning, world model, etc

Page 10: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Major SubtasksHopefully more tractable….

Computational lexical semantics:Representing word meaning, interword relations,

and word-structure relations

Page 11: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Major SubtasksHopefully more tractable….

Computational lexical semantics:Representing word meaning, interword relations,

and word-structure relations

Word sense disambiguation:Selecting the meaning of an ambiguous word in

context

Page 12: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Major SubtasksHopefully more tractable….

Computational lexical semantics: Representing word meaning, interword relations, and

word-structure relations

Word sense disambiguation: Selecting the meaning of an ambiguous word in context

Semantic role labeling: Identifying the thematic roles played by arguments in

predicate

Page 13: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Lexical SemanticsSynonymy:

Couch/sofa; filbert/hazelnut; car/automobile

Page 14: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Lexical SemanticsSynonymy:

Couch/sofa; filbert/hazelnut; car/automobile

Antonymy:Up/down; in/out;

Page 15: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Lexical SemanticsSynonymy:

Couch/sofa; filbert/hazelnut; car/automobile

Antonymy:Up/down; in/out;

Hyponymy:Car ISA vehicle; mango ISA fruit; dog ISA mammal

Page 16: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Lexical SemanticsSynonymy:

Couch/sofa; filbert/hazelnut; car/automobile

Antonymy: Up/down; in/out;

Hyponymy: Car ISA vehicle; mango ISA fruit; dog ISA mammal

Decomposition: Swim: GO FROM place1 TO place2 by SWIMMING

Page 17: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Word Sense Disambiguation

Bank:

I withdrew money from the bank

Page 18: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Word Sense Disambiguation

Bank:

I withdrew money from the bankFinancial institution

After the boat capsized, he climbed up the muddy bank

Page 19: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Word Sense Disambiguation

Bank:

I withdrew money from the bankFinancial institution

After the boat capsized, he climbed up the muddy bankRiverside

The plane had to bank steeply.

Page 20: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Word Sense Disambiguation

Bank:

I withdrew money from the bankFinancial institution

After the boat capsized, he climbed up the muddy bankRiverside

The plane had to bank steeply.Turn

Page 21: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Example: “Plant” Disambiguation

There are more kinds of plants and animals in the rainforests than anywhere else onEarth. Over half of the millions of known species of plants and animals live in therainforest. Many are found nowhere else. There are even plants and animals in therainforest that we have not yet discovered.Biological Example

The Paulus company was founded in 1938. Since those days the product range hasbeen the subject of constant expansions and is brought up continuously to correspondwith the state of the art. We’re engineering, manufacturing and commissioning world-wide ready-to-run plants packed with our comprehensive know-how. Our ProductRange includes pneumatic conveying systems for carbon, carbide, sand, lime andmany others. We use reagent injection in molten metal for the…Industrial Example

Label the First Use of “Plant”

Page 22: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Semantic Role LabelingJohn broke the window.

John broke the window with a rock.

The rock broke the window.

The window was broken by John.

Page 23: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Semantic Role LabelingJohnAGENT broke the windowTHEME.

Page 24: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Semantic Role LabelingJohnAGENT broke the windowTHEME.

JohnAGENT broke the windowTHEME with a rockINSTRUMENT.

Page 25: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Semantic Role LabelingJohnAGENT broke the windowTHEME.

JohnAGENT broke the windowTHEME with a rockINSTRUMENT.

The rockINSTRUMENT broke the windowTHEME.

.

Page 26: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Semantic Role LabelingJohnAGENT broke the windowTHEME.

JohnAGENT broke the windowTHEME with a rockINSTRUMENT.

The rockINSTRUMENT broke the windowTHEME.

The windowTHEME was broken by JohnAGENT.

Page 27: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Semantic ResourcesGrowing number of large-scale computational

semantic knowledge bases Dictionaries:

Longman Dictionary of Contemporary English (LDOCE)

WordNet(s)

PropBank

FrameNet

Semantically annotated corpora: SEMCOR, etc

Page 28: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

WordNet Large-scale, manually constructed sense hierarchy

ISA hierarchy, other links

Pod: 1(n) {pod, cod, seedcase} (the vessel that contains the seeds of

a plant (not the seeds themselves) 2 (n) {pod, seedpod} (a several-seeded dehiscent fruit as e.g. of

a leguminous plant) 3 (n) {pod} (a group of aquatic mammals) 4 (n) {pod, fuel pod} (a detachable container of fuel on an

airplane) 5 (v) {pod} (take something out of its shell or pod) pod peas or beans 6 (v) {pod} (produce pods, of plants)

Page 29: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

WordNet Taxonomy View

Page 30: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Tasks in Computational Semantics

Computational semantics aims to extract, interpret, and reason about the meaning of NL utterances, and includes:Defining a meaning representation

Developing techniques for semantic analysis, to convert NL strings to meaning representations

Developing methods for reasoning about these representations and performing inference from them

Page 31: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Representing Meaning

First-order Logic

Semantic Network

ConceptualDependency

Frame-Based

Page 32: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Meaning RepresentationsAll structures from set of symbols

Representational vocabulary

Page 33: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Meaning RepresentationsAll structures from set of symbols

Representational vocabulary

Symbol structures correspond to:Objects

Page 34: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Meaning RepresentationsAll structures from set of symbols

Representational vocabulary

Symbol structures correspond to:ObjectsProperties of objects

Page 35: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Meaning RepresentationsAll structures from set of symbols

Representational vocabulary

Symbol structures correspond to:ObjectsProperties of objectsRelations among objects

Page 36: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Meaning RepresentationsAll structures from set of symbols

Representational vocabulary

Symbol structures correspond to:ObjectsProperties of objectsRelations among objects

Can be viewed as:

Page 37: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Meaning RepresentationsAll structures from set of symbols

Representational vocabulary

Symbol structures correspond to:ObjectsProperties of objectsRelations among objects

Can be viewed as:Representation of meaning of linguistic input

Page 38: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Meaning RepresentationsAll structures from set of symbols

Representational vocabulary

Symbol structures correspond to:ObjectsProperties of objectsRelations among objects

Can be viewed as:Representation of meaning of linguistic inputRepresentation of state of world

Page 39: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Representational Requirements

Verifiability

Unambiguous representations

Canonical Form

Inference and Variables

ExpressivenessShould be able to express meaning of any NL sent

Page 40: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

VerifiabilityCan a system compare

Description of state given by representation toState of some world modeled by a knowledge base

(kb)?

Page 41: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

VerifiabilityCan a system compare

Description of state given by representation toState of some world modeled by a knowledge base

(kb)?

Is the proposition encoded by the representation true?

Page 42: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

VerifiabilityCan a system compare

Description of state given by representation toState of some world modeled by a knowledge base

(kb)?

Is the proposition encoded by the representation true?

E.g. Input: Does Maharani server vegetarian food?Representation: Serves(Maharani,VegetarianFood)KB: Set of assertions about restaurants

Page 43: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

VerifiabilityCan a system compare

Description of state given by representation toState of some world modeled by a knowledge base (kb)?

Is the proposition encoded by the representation true?

E.g. Input: Does Maharani server vegetarian food?Representation: Serves(Maharani,VegetarianFood)KB: Set of assertions about restaurants If representation matches in KB -> True

Page 44: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

VerifiabilityCan a system compare

Description of state given by representation toState of some world modeled by a knowledge base (kb)?

Is the proposition encoded by the representation true?

E.g. Input: Does Maharani server vegetarian food?Representation: Serves(Maharani,VegetarianFood)KB: Set of assertions about restaurants If representation matches in KB -> True If not, False

Page 45: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

VerifiabilityCan a system compare

Description of state given by representation to State of some world modeled by a knowledge base (kb)?

Is the proposition encoded by the representation true?

E.g. Input: Does Maharani server vegetarian food? Representation: Serves(Maharani,VegetarianFood) KB: Set of assertions about restaurants If representation matches in KB -> True If not, False or Don’t Know

Is KB assumed complete or incomplete?

Page 46: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Unambiguous Representations

Semantics is ambiguous: I wanna eat someplace close to UW

Page 47: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Unambiguous Representations

Semantics is ambiguous: I wanna eat someplace close to UW

Eat at someplace OR eat the restaurant

(Final) Representation must be unambiguous, e.g.,E1=want(I,E2)

E2=eat(I,O1,Loc1)

Page 48: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Unambiguous Representations

Semantics is ambiguous: I wanna eat someplace close to UW

Eat at someplace OR eat the restaurant

(Final) Representation must be unambiguous, e.g.,E1=want(I,E2)

E2=eat(I,O1,Loc1)

Resolving the ambiguity?Later

Page 49: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Canonical FormInput can have many meanings, and

Many inputs can have same meaningFlights from Seattle to Chicago

Page 50: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Canonical FormInput can have many meanings, and

Many inputs can have same meaningFlights from Seattle to ChicagoAre there any flights from Seattle to Chicago?

Page 51: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Canonical FormInput can have many meanings, and

Many inputs can have same meaningFlights from Seattle to ChicagoAre there any flights from Seattle to Chicago?Do flights go from Seattle to Chicago?

Page 52: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Canonical FormInput can have many meanings, and

Many inputs can have same meaningFlights from Seattle to ChicagoAre there any flights from Seattle to Chicago?Do flights go from Seattle to Chicago?Which flights are flown from Seattle to Chicago?

Could all have different forms

Page 53: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Canonical FormInput can have many meanings, and

Many inputs can have same meaningFlights from Seattle to ChicagoAre there any flights from Seattle to Chicago?Do flights go from Seattle to Chicago?Which flights are flown from Seattle to Chicago?

Could all have different formsDifficult to test in KB

Page 54: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Canonical FormInput can have many meanings, and

Many inputs can have same meaningFlights from Seattle to ChicagoAre there any flights from Seattle to Chicago?Do flights go from Seattle to Chicago?Which flights are flown from Seattle to Chicago?

Could all have different formsDifficult to test in KB

Single canonical form allows consistent verification

Page 55: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Canonical Form Issue:

Page 56: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Canonical Form Issue:

Pushes ambiguity resolution into semantic analysis

Different surface forms, but same underlying meaning

Page 57: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Canonical Form Issue:

Pushes ambiguity resolution into semantic analysis

Different surface forms, but same underlying meaningWords: E.g, food, fare, dishes

Word senses, synonymyWord sense disambiguation

Page 58: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Canonical Form Issue:

Pushes ambiguity resolution into semantic analysis

Different surface forms, but same underlying meaningWords: E.g, food, fare, dishes

Word senses, synonymyWord sense disambiguation

Syntactic alternations:E.g. active vs passiveInterrogative vs declarative forms, topicalization, etc

Page 59: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

InferenceCan vegetarians eat at Maharani?Does Maharani serve vegetarian food?

Page 60: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

InferenceCan vegetarians eat at Maharani?Does Maharani serve vegetarian food?

Meanings are not identical, but

Page 61: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

InferenceCan vegetarians eat at Maharani?Does Maharani serve vegetarian food?

Meanings are not identical, but

Linked by facts in the world

Inference allows system to draw valid conclusions from meaning rep. and KBServes(Maharani,VegetarianFood) => CanEat(Vegetarians,AtMaharani)

Page 62: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

InferenceCan vegetarians eat at Maharani?Does Maharani serve vegetarian food?

Meanings are not identical, but

Linked by facts in the world

Page 63: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

InferenceCan vegetarians eat at Maharani?Does Maharani serve vegetarian food?

Meanings are not identical, but

Linked by facts in the world

Inference allows system to draw valid conclusions from meaning rep. and KBServes(Maharani,VegetarianFood) => CanEat(Vegetarians,AtMaharani)

Page 64: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Variables I want a restaurant that serves vegetarian food.

Can we match this in KB?

Page 65: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Variables I want a restaurant that serves vegetarian food.

Can we match this in KB?No restaurant specified, so no simple assertion

match

Solution:Variables

Serves(x, VegetarianFood)

Page 66: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Variables I want a restaurant that serves vegetarian food.

Can we match this in KB?No restaurant specified, so no simple assertion

match

Solution:Variables

Serves(x, VegetarianFood)True if variable can be replaced by some object s.t.

resulting proposition can match some assertion in KB

Page 67: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Meaning Structure of Language

Human languagesDisplay basic predicate-argument structure

Employ variables

Employ quantifiers

Exhibit a (partially) compositional semantics

Page 68: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Predicate-Argument Structure

Represent concepts and relationships

Words behave like predicates:

Page 69: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Predicate-Argument Structure

Represent concepts and relationships

Words behave like predicates:Verbs, Adj, Adv:

Eat(John,VegetarianFood); Red(Ball)

Some words behave like arguments:

Page 70: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Predicate-Argument Structure

Represent concepts and relationships

Words behave like predicates:Verbs, Adj, Adv:

Eat(John,VegetarianFood); Red(Ball)

Some words behave like arguments:Nouns: Eat(John,VegetarianFood); Red(Ball)

Subcategorization frames indicate:

Page 71: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Predicate-Argument Structure

Represent concepts and relationships

Words behave like predicates:Verbs, Adj, Adv:

Eat(John,VegetarianFood); Red(Ball)

Some words behave like arguments:Nouns: Eat(John,VegetarianFood); Red(Ball)

Subcategorization frames indicate:Number, Syntactic category, order of args

Page 72: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Semantic RolesRoles of entities in an event

E.g. JohnAGENT hit BillPATIENT

Semantic restrictions constrain entity typesThe dog slept.?The rocks slept.

Verb subcategorization links surface syntactic elements with semantic roles

Page 73: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

First-Order LogicMeaning representation:

Provides sound computational basis for verifiability, inference, expressiveness

Supports determination of propositional truth

Supports compositionality of meaning

Supports inference

Supports generalization through variables

Page 74: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

First-Order LogicFOL terms:

Constants: specific objects in world; A, B, MaharaniRefer to exactly one object; objects referred by many

Page 75: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

First-Order LogicFOL terms:

Constants: specific objects in world; A, B, MaharaniRefer to exactly one object; objects referred by many

Functions: concepts refer to objects, e.g. Frasca’s locLocationOf(Frasca)Refer to objects, avoid using constants

Page 76: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

First-Order LogicFOL terms:

Constants: specific objects in world; A, B, MaharaniRefer to exactly one object; objects referred by many

Functions: concepts refer to objects, e.g. Frasca’s locLocationOf(Frasca)Refer to objects, avoid using constants

Variables: x, e; as in LocationOf(x)

Page 77: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

FOL RepresentationPredicates:

Relations among objectsMaharani serves vegetarian food. =>Serves(Maharani, VegetarianFood)Maharani is a restaurant. =>Restaurant(Maharani)

Page 78: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

FOL RepresentationPredicates:

Relations among objectsMaharani serves vegetarian food. =>Serves(Maharani, VegetarianFood)Maharani is a restaurant. =>Restaurant(Maharani)

Logical connectives: Allow compositionality of meaning

Maharani serves vegetarian food and is cheap.

Page 79: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

FOL RepresentationPredicates:

Relations among objectsMaharani serves vegetarian food. =>Serves(Maharani, VegetarianFood)Maharani is a restaurant. =>Restaurant(Maharani)

Logical connectives: Allow compositionality of meaning

Maharani serves vegetarian food and is cheap.Serves(Maharani,VegetarianFood) ∧ Cheap(Maharani)

Page 80: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

FOL RepresentationPredicates:

Relations among objectsMaharani serves vegetarian food. =>Serves(Maharani, VegetarianFood)Maharani is a restaurant. =>Restaurant(Maharani)

Logical connectives: Allow compositionality of meaning

Maharani serves vegetarian food and is cheap.Serves(Maharani,VegetarianFood) ∧ Cheap(Maharani)

Page 81: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Variables & QuantifiersVariables refer to:

Page 82: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Variables & QuantifiersVariables refer to:

Anonymous objects

Page 83: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Variables & QuantifiersVariables refer to:

Anonymous objectsAll objects in some collection

Quantifiers:

Page 84: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Variables & QuantifiersVariables refer to:

Anonymous objectsAll objects in some collection

Quantifiers: : existential quantifier: “there exists”

Indefinite NP, one such object for truthA cheap restaurant that serves vegetarian food

Page 85: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Variables & QuantifiersVariables refer to:

Anonymous objectsAll objects in some collection

Quantifiers: : existential quantifier: “there exists”

Indefinite NP, one such object for truthA cheap restaurant that serves vegetarian food

: universal quantifier: “for all”All vegetarian restaurants server vegetarian food.

Page 86: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Lambda ExpressionsLambda notation: (Church, 1940)

Just like lambda in PythonAllows abstraction over FOL formulas

Supports compositionalityApplied to logical terms to form exp.

Binds formal params to term

Essentially unnamed function w/paramsApplication substitutes terms for formal params

Page 87: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Examples

Page 88: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Lambda ExpressionsCurrying;

Converting multi-arguments preds to sequence of single argument preds

Why?

Page 89: Computational Semantics Ling 571 Deep Processing Techniques for NLP February 7, 2011.

Lambda ExpressionsCurrying;

Converting multi-arguments preds to sequence of single argument preds

Why?Incrementally accumulates multiple arguments

spread over different parts of parse tree