• No results found

Structure of the Course. Semantic Theory. Predicate Logic. Central research questions. Part I: Sentence semantics. Part II: Discourse Semantics

N/A
N/A
Protected

Academic year: 2022

Share "Structure of the Course. Semantic Theory. Predicate Logic. Central research questions. Part I: Sentence semantics. Part II: Discourse Semantics"

Copied!
7
0
0

Loading.... (view fulltext now)

Full text

(1)

Semantic Theory

Summer 2007 M.Pinkal/ S. Thater

Semantic Theory, SS 2007 © M. Pinkal, S. Thater 2

Structure of the Course

• Part I: Sentence semantics

– Type theoretic semantics, scope, and underspecification

• Part II: Discourse Semantics

– Anaphora and Coreference, Discourse Representation Theory, Presuppositions

• Part III: Lexical Semantics

– Event and Frame Semantics, Metaphor and Metonymy, Generative Lexicon

Central research questions

1. How is sentence meaning appropriately represented?

Predicate Logic

John walks ! walk (john)

John likes Mary ! like(john, mary)

John is Bill's brother ! brother-of(john, bill)

John gives Mary the book !

give (john, mary, the-book)

Saarbrücken is closer to paris than Munich is to Vienna ! closer-to (sb, paris, m, wien)

(2)

Semantic Theory, SS 2007 © M. Pinkal, S. Thater 5 Semantic Theory, SS 2007 © M. Pinkal, S. Thater 6

Predicate Logic

Dolphins are mammals, not fish.

!d (dolphin(d)"mammal(d) #¬fish(d)) Dolphins live in pods.

!d (dolphin(d)" $x (pod(p) # live-in (d,p)) Dolphins give birth to one baby at a time.

!d (dolphin(d)" !x !y !t (give-birth-to (d,x,t) # give-birth-to (d,y,t) " x=y)

Syntax of FOL [1]

• Non-logical expressions:

– Individual constants: IC

– n-place predicate symbols: RCn (n ! 0)

• Individual variables: IV

• Terms: T = IV%IC

• Atomic formulas:

– R(t1,...,tn) for R& RCn, if t1, ..., tn &T – s=t for s, t &T

Syntax of FOL [2]

• FOL formulas: The smallest set For such that:

– All atomic formulas are in For

– If A, B are in For, then so are ¬ A, (A#B), (A' B), (A"B),(A(B)

– If x is an individual variable and A is in For, then !xA and $xA are in For.

(3)

Semantic Theory, SS 2007 © M. Pinkal, S. Thater 9

Semantics of FOL [1]

• Model structures for FOL: M = <U, V>

– U (or UM) is a non-empty universe (domain of individuals)

– V (or VM) is an interpretation function, which assigns individuals (&UM) to individual constants and n-ary relations between individuals (&UMn) to n-place predicate symbols.

• Assignment function for variables g: IV ! UM

Semantic Theory, SS 2007 © M. Pinkal, S. Thater 10

Semantics of FOL [2]

• Interpretation of terms (with respect to a model structure M and a variable assignment g):

[[)]] M,g= VM()), if ) is an individual constant [[)]] M,g= g()), if ) is a variable

Semantics of FOL [3]

• Interpretation of formulas (with respect to model structure M and variable assignment g):

[[R(t1, ..., tn)]]M,g = 1 iff *[[t1]] M,g, ..., [[tn]] M,g+ & VM(R) [[s=t]]M,g = 1 iff [[s]] M,g = [[t]] M,g [[¬,]]M,g = 1 iff [[,]]M,g = 0 [[, # -]]M,g = 1 iff [[,]]M,g = 1 and [[-]]M,g = 1 [[, ' -]]M,g = 1 iff [[,]]M,g = 1 or [[-]]M,g = 1

[[$x,]]M,g = 1 iff there is a&UM such that [[, ]]M,g[x/a] = 1

[[!x,]]M,g = 1 iff for all a&UM : [[,]] M,g[x/a] = 1

• g[x/a] is the variable assignment which is identical with g

Semantics of FOL [4]

• Formula A is true in the model structure M

iff [[A]]

M,g

= 1 for every variable assignment

g.

(4)

Semantic Theory, SS 2007 © M. Pinkal, S. Thater 13

Central research questions

1. How is sentence meaning appropriately represented?

2. How is sentence meaning composed out of word meaning and syntactic

information?

Semantic Theory, SS 2007 © M. Pinkal, S. Thater 14

Basic Semantic Composition

S

NP VP

V NP

John

likes Mary

like'(_,_) mary' john'

like'(_,mary') like'(john',mary')

Two Problems

1. Syntax is not that simple 2. Semantics is not that simple

A Challenge for Semantic Composition

!d (student(d)" $p (paper(p) #present(d,p))) Every student presented a paper

(5)

Semantic Theory, SS 2007 © M. Pinkal, S. Thater 17

A Challenge for Semantic Composition

!d (student(d)" $p (paper(p) #present(d,p))) Every student presented a paper

Semantic Theory, SS 2007 © M. Pinkal, S. Thater 18

Structure of the Course

• Part I: Sentence semantics

– Type theoretic semantics, scope, and underspecification

Central research questions

1. How is sentence meaning appropriately represented?

2. How is sentence meaning composed out of word meaning and syntactic information?

3. How does sentence meaning interact with context, yielding the intended utterance information?

4. How are the meanings of sequences of

utterances in a text or in a dialogue composed to semantic discourse representations?

Semantic context dependence

• Deictic expressions point to objects in the physical / visual utterance situation:

– I, you, here, this

• Anaphoric expressions refer to objects in the linguistic context

– he, she, it, his, her, one ("the one you are holding")

(6)

Semantic Theory, SS 2007 © M. Pinkal, S. Thater 21

Definite and indefinite NPs

• In text and discourse, different types of noun phrases collaborate to establish referential chains, which establish connectivity.

A professor owns a book. He likes the book.

Semantic Theory, SS 2007 © M. Pinkal, S. Thater 22

An example DRS

professor(x) book(y) own(x, y) z = x u = y like(z, u) x y z u

Central research questions

1. How is sentence meaning appropriately represented?

2. How is sentence meaning composed out of word meaning and syntactic information?

3. How does sentence meaning interact with context, yielding the intended utterance information?

4. How are the meanings of sequences of utterances in a text or in a dialogue composed to semantic discourse representations?

5. How can we infer the relevant information in the respective situation from the utterance information?

Semantics and Inference

• Have you ever been in France?

• I was in Paris last year.

• Does Bill like lamb chops?

• Bill is a vegetarian.

• Which Airlines buy planes from Airbus?

• Airbus sells 5 A 380 planes to China Southern.

(7)

Semantic Theory, SS 2007 © M. Pinkal, S. Thater 25

Semantics of FOL [4]

• Formula A is true in the model structure M iff [[A]]

M,g

= 1 for every variable assignment g.

• A model structure M satisfies a set of formulas . (or: M is a model of .) iff every formula A&. is true in M.

• A set of formulas . entails formula A ( . |=

A) iff A is true in every model of ..

Semantic Theory, SS 2007 © M. Pinkal, S. Thater 26

Entailment and Deduction

• Available tools for logical inference:

– theorem provers: check entailment, validity, and unsatisfiability

– model builders: check satisfiability, compute models

– model checkers: determine whether model satisfies formula

• Textual inference/entailment

Central research questions

1. How is sentence meaning appropriately represented?

2. How is sentence meaning composed out of word meaning and syntactic information?

3. How does sentence meaning interact with context, yielding the intended utterance information?

4. How are the meanings of sequences of utterances in a text or in a dialogue composed to semantic discourse representations?

5. How can we infer the relevant information in the respective situation from the utterance information?

6. How can word meaning be appropriately represented and organised?

7. How does word meaning interact with sentence semantics?

8. How is word meaning acquired in an efficient way?

References

Related documents

Jones, on the other hand, is furious at Mary for wearing the white slammerkin and wants Mary to immediately take it off, put down the other dresses she has taken and to

Cream Soups (celery, chicken, mushroom; 50¢ at the discount grocer) Enchilada Sauce, red and green ($1.00 at the grocery store). Green Chiles,

The deterministic behavior of the byteflight protocol, flexible use of bandwidth, expandability of the system, high data transmission rates and data integrity, high

Each participant will undergo a clinical foot function assessment, 3D surface scans of the foot under different loading conditions, and detailed gait analysis including

One problem with this network structure is that when you have, let say ten (10) computers on a network and they communicate frequently and due to that they sends out there

Nájemní bydlení je charakteristické vztahem pronajímatel – nájemce, kdy nájemce platí pronajímateli předem sjednanou výši nájmu na základě nájemní smlouvy. Financování

The existing theoretical analysis method for ob- taining the dynamic critical load of elastic arch under central radial sudden load is established by applying the Hamilton's

Conformal radiotherapy plans were generated with both photon and electron beams, and the preferred technique based on dose homogeneity and the radiation exposure of healthy tissues