• Keine Ergebnisse gefunden

Semantics 1

N/A
N/A
Protected

Academic year: 2022

Aktie "Semantics 1"

Copied!
21
0
0

Wird geladen.... (Jetzt Volltext ansehen)

Volltext

(1)

May 10, 2012

Gerhard J¨ager

(2)

Regelformate

so far, we had three types of semantic rules:

X Y, Z::kXk=kYk(kZk) X Y, Z::kXk=kZk(kYk)

X Y, Z, W::kXk=kZk(kYk)(kWk) Commonalities:

one element on the right hand side denotes a function

the other elements on the right hand side denote arguments for this function

meaning of the mother node: result of applying the function to its arguments

semantic operation is always function application

There is always exactly one way hot wo apply the meaning of the daughter node to the meaning(s) of the other daughter node(s).

semantic operation is determined by domain of the functions involved

(May 10, 2012) Semantics 1 Gerhard J¨ager 2 / 21

(3)

type of a function: domain, range general semantic composition rule:

Principle of type driven interpretation

The meaning of the mother node is the result of applying the meaning of one of the daughter nodes to the meaning(s) of the other daughter node(s). Due to the types of the functions involved, this operation is always uniquely defined.

semantic rule is always uniquely defined by syntactic rule

❀ semantic rules are redundant

(4)

verbs — examples:

rainλs.rain’(s) sleepλxλs.sleep’(s, x) readλyλxλs.read’(s, x, y) giveλzλyλxλs.give’(s, x, y, z)

pattern: The interpretation of an n-place verb always hasn+ 1-many λs (oneλper argument place, plus one λfor the situation variable).

argument structure can be read off from the meaning

(May 10, 2012) Semantics 1 Gerhard J¨ager 4 / 21

(5)

Indefinite ellipsis

for some transitive verbs, the object can be omitted, e.g.

Peter read Anna Karenina. Peter read.

Elided sentence always follows logically from non-elided version

(6)

Indefinite ellipsis

There are two verbsread, a transitive and an intransitive one. They are semantically related.

Lexical Rule: IfV is a transitive verbs with the meaningα, then V is also an intransitive verb with the meaning λxλs.∃y(α(y)(x)(s)) hence:

meaning of transitiveread: λyλxλs.read’(s, x, y) meaning ofreadas an intransitive verb is

λxλs.∃y(read’(s, x, y))

(May 10, 2012) Semantics 1 Gerhard J¨ager 6 / 21

(7)

Indefinite ellipsis S

λs.read’(s,p’,a’) NP

p’

VP

λxλs.read’(s, x,a’) N

p’

Peter

V

λyλxλs.read’(s, x, y) liest

NP a’

N a’

Anna Karenina

(8)

Indefinite ellipsis S

λs.∃y(read’(s,p’, y)) NP

p’

VP

λxλs.∃y(read’(s, x, y)) N

p’

Peter

V

λxλs.∃y(read’(s, x, y)) liest

kPeter read Anna Kareninak ⊆ kPeter readk Peter read Anna Karenina⇒ Peter read

(May 10, 2012) Semantics 1 Gerhard J¨ager 8 / 21

(9)

Passive Passive:

Peter read Anna Karenina Anna Karenina was read

Passive transforms a transitive (two-place) verb into an intransitive (one-place) participle.

For syntactic reasons, participle must co-occur with an auxiliary verb.

(10)

Passive

Lexical Rule: IfV is a transitive veb with the meaning α, then the past participle ofV has the meaning λxλs.∃y(α(x)(y)(s))

kreadprtck=λxλs.∃y(read’(s, y, x))

The auxiliary does not contribute anything to the meaning:1 kis/wask=λP λx.P(x)

syntactic category of auxiliaries: T Syntactic Rule:

S→N P, T, V P

1Apart from tense and mood information, which we ignore for the time being.

(May 10, 2012) Semantics 1 Gerhard J¨ager 10 / 21

(11)

Passive

S

λs.∃y(read’(s, y,a’)) NP

a’

T λP λx.P(x)

was

VP

λxλs.∃y(read’(s, y, x)) N

a’

Anna Karenina

V

λxλs.∃y(read’(s, y, x)) read

kPeter read Anna Kareninak ⊆ kAnna Karenina was readk Peter read Anna Karenina⇒ Anna Karenina was read.

(12)

Introduction

So far, we only had one class of NPs: proper nouns (Peter, John, Anna Karenina, ...)

There are many other NPs in English:

nobody, everybody, somebody, ...

every woman, some women, most women, three women, a woman, many women, few women, the three women

such NPs are called generalized quantifiers(or simply quantifiers, when no confusion with the quantifiers of logic can arise)

(May 10, 2012) Semantics 1 Gerhard J¨ager 12 / 21

(13)

Generalized Quantifiers Certain inference patterns that hold for proper nouns do not hold for GQs:

(1) a. Hans read Anna KareninaAnna Karenina was read.

b. Nobody read Anna Karenina6⇒Anna Karenina was read.

(2) a. Hans knows Anna and Hans likes MariaHans likes Anna and likes Maria.

b. A man knows Anna and a man likes Maria6⇔A man knows Anna and likes Maria.

(3) a. Hans knows Anna or Hans likes MariaHans knows Anna or likes Maria.

b. Every man knows Anna or every man likes Maria6⇔Every man knows Anna or likes Maria.

(14)

Generalized Quantifiers

If the meaning of GQs was an individual, these inference patterns should hold!

❀ Meaning of a GQ is not an individual.

S S7→ {0,1}

NP E

VP E7→(S7→ {0,1})

Hans slept

S S7→ {0,1}

NP

?

VP E7→(S7→ {0,1})

nobody slept

(May 10, 2012) Semantics 1 Gerhard J¨ager 14 / 21

(15)

Generalized Quantifiers

If meaning composition is driven by function application, the meaning of a quantifier must have the following type:

(E 7→(S 7→ {0,1}))7→(S 7→ {0,1}) i.e., a function from VP meanings to sentence meanings

If we implicitly assume Sch¨onfinkelization and the equivalence of sets and their characteristic functions, is is equivalent toproperties of properties:

P OW(S×P OW(S×E))

(16)

Generalized Quantifiers meaning of some GQs:

every, alls: λP λs.∀x(person’(s, x)P(s, x)) nobody: λP λs.¬∃x(person’(s, x)P(s, x)) somebody: λP λs.∃x(person’(s, x)P(s, x))

General pattern: the meaning of a quantifier is obtained by

starting with the meaning of sentence with the quantifier in question as subject,

replacing the VP meaning by a variable, and λ-abstracting over that variable.

(May 10, 2012) Semantics 1 Gerhard J¨ager 16 / 21

(17)

Generalized Quantifiers

S

λs¬∃x(person’(s, x)∧sleep’(s, x))

NP

λP λs.¬∃x(person’(s, x)∧P(s, x))

VP

λxλs.sleep’(s, x)

nobody slept

(18)

Generalisierte Quantifiers

S

λs∃x(person’(s, x)∧sleep’(s, x))

NP

λP λs.∃x(person’(s, x)∧P(s, x))

VP

λxλs.sleep’(s, x)

somebody slept

(May 10, 2012) Semantics 1 Gerhard J¨ager 18 / 21

(19)

Generalized Quantifiers

S

λs∀x(person’(s, x)→sleep’(s, x))

NP

λP λs.∀x(person’(s, x)→P(s, x))

VP

λxλs.sleep’(s, x)

everybody slept

(20)

Generalized Quantifiers

S

λs.∃x(person’(s, x)know’(s, x,a’)like’(s, x,m’))

VP

λxλs.know’(s, x,a’)∧like’(s,m’)

VP λxλs.know’(s, x,a’)

VP λxλs.like’(s, x,m’)

NP

λP λs¬∃x(person’(s, x)P(s, x))

NP a’

NP m’

N

λP λs¬∃x(person’(s, x)P(s, x)) somebody

V::λyλxλs.know’(s, x, y) knows

N a’

Anna

Coor λP λQλxλs.Q(s, x)P(s, x)

and

V::λyλxλs.like’(s, x, y) likes

N m’ Maria

(May 10, 2012) Semantics 1 Gerhard J¨ager 20 / 21

(21)

Determiner

How do we compute the meaning of syntactically complex GQs?

NP

D N

meaning of a noun: property of entities (just like intransitive verbs)

❀ subset of S×E, i.e., an element ofE7→(S7→ {0,1})

meaning of a determiner: function from noun meaning to GQ meaning (E 7→(S 7→ {0,1}))7→(E 7→(S 7→ {0,1}))7→(S 7→ {0,1}) equivalent to

P OW(S×P OW(S×E)×P OW(S×E))

Referenzen

ÄHNLICHE DOKUMENTE

• execute interaction fragment partially, skip rest, and jump to

Wer forscht, wird ständig damit konfrontiert, dass die eigene Forschung nicht nur der Wissenschaft dient, sondern es immer auch andere Faktoren gibt, die eine Rolle spielen und

In Ronald Hitzler & Anne Honer (Hrsg.), Sozialwissenschaftliche Hermeneutik (S.31-56) Opladen: Leske und Budrich. Reichertz,

In this experiment we investigate whether the meaning of a synthesized vocalization can be modified towards an intended target meaning by imposing a suitable intonation contour onto

(b) Conditional Imitation Figure: Basins of attraction for the replicator dynamics and the conditional imitation rule by numerical simulation for a population of 100

The ancient myth of Phoebus and his playing as a source of the harmony of the world could not be unknown to Copernicus.. Poetic identification of Apollo and the Sun-god was common

This unary function can be seen as the linguistic constraints (syntactic subcategorisation + selection restrictions) the head run imposes on the word denotations appearing

Eriti hulluks võib asi minna suulise kõne puhul, kus piirid sõnaliikide ja sõna funkt- sioonde vahel on hajusam ad kui norm kiijakeeles ja sõnade kasutust on