Two souls of disjunction Towards a state-monadic update semantics - - PowerPoint PPT Presentation

two souls of disjunction
SMART_READER_LITE
LIVE PREVIEW

Two souls of disjunction Towards a state-monadic update semantics - - PowerPoint PPT Presentation

Two souls of disjunction Towards a state-monadic update semantics Patrick D. Elliott July 3, 2019 Asymmetries in Language: Presuppositions and beyond Berlin 1 Two souls i Two broad traditions addressing semantics and pragmatics of


slide-1
SLIDE 1

Two souls of disjunction

Towards a state-monadic update semantics

Patrick D. Elliott July 3, 2019

Asymmetries in Language: Presuppositions and beyond – Berlin 1

slide-2
SLIDE 2

Two souls i

Two broad traditions addressing semantics and pragmatics of disjunction, with little-to-no overlap: Scalar implicature literature concerned with deriving exclusive readings and ignorance inferences while retaining inclusive disjunction as the basic meaning of natural language “or” (Sauerland 2004). Dynamic semantics literature concerned with deriving facts concerning presupposition projection in disjunctive sentences (Heim 1983, Beaver 2001).

2

slide-3
SLIDE 3

Two souls ii

  • Both approaches to disjunction seem necessary, but it’s not
  • bvious that the two are even compatible – the scalar implicature

literature takes as its starting point that “or” is ∨, whereas dynamic semantics departs from this orthodoxy.

  • Relatedly, dynamic semantics has been criticized (see, e.g.,

Schlenker 2009), because the dynamic entry for disjunction can’t be derived from logical disjunction. Our goal In this talk, we’ll sketch a way of systematically lifuing a fragment into the dynamic world. Tiis will be successful, with the exception of

  • disjunction. We’ll suggest that this tension can be resolved by

integrating exhaustifjcation.

3

slide-4
SLIDE 4

Roadmap

  • A brief recap of the Heim-Karttunen projection rules, update

semantics, and the explanatory problem for dynamic semantics.

  • Tracking information growth via the State monad.
  • A type-shifu from propositional to dynamic connectives (dlift),

and a bad prediction for disjunction.

  • Resolving the tension via exhaustifjcation, and some possible

empirical payofgs.

4

slide-5
SLIDE 5

Tie dynamic approach to presupposition projection

slide-6
SLIDE 6

The Heim-Karttunen projection rules

(1) a. Negation If A𝜌, then a sentence of the form “not A” presupposes 𝜌. b. Conjunction If A𝜌, and B𝜍, then a sentence of the form “A and B” presupposes 𝜌, and unless A entails 𝜍, also presupposes 𝜍 c. Implication If A𝜌 and B𝜍, then a sentence of the form “If A then B” presupposes 𝜌, and unless A entails 𝜍, also presupposes 𝜍. d. Disjunction If A𝜌, and B presupposes B𝜍, then a sentence of the form “A

  • r B” presupposes 𝜌, and unless “not A” entails 𝜍, also

presupposes 𝜍.

5

slide-7
SLIDE 7

Some illustrations

(2) Paul didn’t stop vaping. Paul vaped (3) Paul vaped and Paul didn’t stop vaping. Presuppositionless (4) If Paul and Sophie vaped, then Paul would never stop vaping. Presuppositionless (5) Either Paul never vaped,

  • r Paul stopped vaping.

Presuppositionless

6

slide-8
SLIDE 8

The dynamic view

  • Classical dynamic semantics (Groenendijk & Stokhof 1991, Heim

1983, a.o.) builds the projection rules directly into the semantics

  • f the connectives.
  • Sentences themselves express updates of the common ground.
  • Presuppositions place defjnedness conditions on updates.
  • Dynamic connectives manipulate the input of subsequent juncts

based on the output of previous juncts, thereby getting the projection facts.

7

slide-9
SLIDE 9

A Heimian fragment

(6) Partial assertion operator (def.)

𝔹 𝜚 ≔ 𝜇𝑑 . 𝑑 ⊆ dom 𝜚 . 𝑑 ∩ { 𝑥 ∣ 𝜚 𝑥 }

(7) Paul stopped vaping = 𝜇𝑥 ∶ vaped𝑥 p . ¬ vapes𝑥 p (8)

𝔹 Paul stopped vaping = 𝜇𝑑 ∶ 𝑑 ⊆ { 𝑥 ∣ vaped p } . 𝑑 ∩ { 𝑥 ∣ ¬vapes𝑥 p }

8

slide-10
SLIDE 10

Heim connectives i

(9) not 𝑣 ≔ 𝜇𝑑 . 𝑑 ∖ (𝑣 𝑑) Take the result of updating 𝑑 with 𝑣, and subtract the result from 𝑑. (10)

𝑣 and 𝑤 ≔ 𝜇𝑑 . (𝑤 ∘ 𝑣) 𝑑

First update 𝑑 with 𝑣, then update the result with 𝑤.

9

slide-11
SLIDE 11

Heim connectives ii

(11) if 𝑣 then 𝑤 ≔ (not 𝑣 𝑑) ∪ (𝑣 and 𝑤) 𝑑 Update 𝑑 with 𝑣, and subtract the result from 𝑑 – store this as 𝑑′. Next, update 𝑑 with 𝑣, and then update the result with 𝑤 – store this as 𝑑″. Finally, union 𝑑′ and 𝑑″. (12)

𝑣 or 𝑤 ≔ 𝜇𝑑 . 𝑣 𝑑 ∪ 𝑤 (not 𝑣 𝑑)

Update 𝑑 with 𝑣 – store this as 𝑑′. Next, update 𝑑 with 𝑣, subtract the result from 𝑑, and update this with 𝑤 – store this as 𝑑″. Union 𝑑′ and 𝑑″.

10

slide-12
SLIDE 12

Illustration for disjunction

(13) Paul never vaped or Paul stopped vaping. presuppositionless (14) a. not 𝔹 Paul vaped = 𝜇𝑑 . 𝑑 ∖ (𝑑 ∩ { 𝑥 ∣ vaped𝑥 p }) b.

𝔹 Paul stopped vaping = 𝜇𝑑 ∶ 𝑑 ⊆ { 𝑥 ∣ vaped𝑥 p } . 𝑑 ∩ { 𝑥 ∣ ¬ vapes𝑥 p }

c.

(14𝑏) or (14𝑐) = 𝜇𝑑 ∶

⏞⎴⎴⎴⎴⎴⎴⎴⎴⎴⎴⎴⏞⎴⎴⎴⎴⎴⎴⎴⎴⎴⎴⎴⏞ (𝑑 ∩ { 𝑥 ∣ vaped𝑥 𝑞 }) ⊆ { 𝑥 ∣ vaped𝑥 p } . (𝑑 ∖ (𝑑 ∩ { 𝑥 ∣ vaped𝑥 p })) ∪ ((𝑑 ∩ { 𝑥 ∣ vaped𝑥 p }) ∩ { 𝑥 ∣ ¬ vapes𝑥 p })

11

slide-13
SLIDE 13

Explanatory problem for Dynamic Semantics

  • Linear asymmetries built into the entry for each individual

connective; concomitantly, easy to defjne “deviant” dynamic connectives that are truth-conditionally adequate but get the projection facts wrong.

  • E.g., reverse dynamic conjunction.

(15)

𝑣 rand 𝑤 ≔ 𝜇𝑑 . (𝑣 ∘ 𝑤) 𝑑

  • Just by reversing the order of function composition, we predict

that a subsequent conjunct could satisfy the presuppositions of previous conjuncts.

12

slide-14
SLIDE 14

State-monadic update semantics

slide-15
SLIDE 15

The monad slide

  • Here we’ll attempt to (partially) resolving the explanatory problem

by stipulating the linear order of information growth once.

  • Concretely, we follow Shan (2002), Asudeh & Giorgolo (2016),

and especially Charlow (2014) in using a monad to extend a pure, Montagovian fragment.

  • You don’t have to care about what a monad is for the purposes of

this talk. Here is what we’re going to introduce:

  • We answer the question “what kind of semantic object is an

update?” by providing a type constructor for updates.

  • An injection function, for lifuing values into trivial updates.
  • A way of doing function application in the update-semantic space.

13

slide-16
SLIDE 16

State

Type constructor for updates: (16) U a ∷= { s } → (a ∗ { s }) Injection function from an ordinary value 𝑏 to an update: (17)

𝑏𝜍 ≔ 𝜇𝑑 . ⟨𝑏, 𝑑⟩

14

slide-17
SLIDE 17

State-sensitive application

(18)

𝑛 ⊛ 𝑜 ≔ 𝜇𝑑 . ⟨A 𝑦 𝑧, 𝑑″⟩

for

⟨𝑦, 𝑑′⟩ ≔ 𝑛 𝑑 ⟨𝑧, 𝑑″⟩ ≔ 𝑜 𝑑′

  • Takes two updates 𝑛 and 𝑜 as inputs.
  • Tie input context set 𝑑 is fjrst fed into 𝑛, returning a potentially

updated context 𝑑′.

  • 𝑑′ is fed into 𝑜, returning a potentially updated output context 𝑑″.
  • Tie ordinary values contained in the updates undergo ordinary

function application.

15

slide-18
SLIDE 18

Assert operator

(19)

𝔹 𝑛 ≔ 𝜇𝑑 . ⟨𝑞, 𝑑′ ∩ 𝑞⟩

for ⟨𝑞, 𝑑′⟩ ≔ 𝑛 𝑑

𝜇𝑑 . ⟨ 𝜇𝑥 . smokes𝑥 h ∧ vapes𝑥 p (𝑑 ∩ { 𝑥 ∣ smokes𝑥 h } ∩ { 𝑥 ∣ vapes𝑥 p }) ⟩ ⊛

...

𝔹 (Paul vapes 𝜍) ⊛ ∧𝜍

...

𝔹 (Hubert smokes 𝜍)

16

slide-19
SLIDE 19

Heavy lifting i

How do we get the dynamic connectives in this system? To simplify the technical details, we have to assume that the lexical entry for each (classical) propositional connective comes with an additional parameter 𝑠. Tiis is harmless. not𝑠 𝑞

≔ 𝜇𝑠 . 𝑠 ∖ 𝑞 𝑞 and𝑠 𝑟 ≔ 𝜇𝑠 . 𝑠 ∩ 𝑟 ∩ 𝑞

if 𝑞 then𝑠 𝑟

≔ 𝜇𝑠 . (𝑠 ∖ 𝑞) ∪ 𝑟 𝑞 or𝑠 𝑟 ≔ 𝜇𝑠 . 𝑠 ∩ (𝑞 ∪ 𝑟)

17

slide-20
SLIDE 20

Heavy lifting ii

If the additional parameter is saturated by 𝐸s we just get...the ordinary propositional connectives. not𝑠 𝑞 𝐸s

= 𝑞− (𝑞 and𝑞 𝑟) 𝐸s = 𝑞 ∩ 𝑟 (if 𝑞 then𝑠 𝑟) 𝐸s = 𝑞− ∪ 𝑟 (𝑞 or𝑠 𝑟) 𝐸s = 𝑞 ∪ 𝑟

18

slide-21
SLIDE 21

Heavy lifting iii

Now let’s defjne our function dlift𝑜.

(dlift1 𝑔) 𝑛 ≔ 𝜇𝑑 . ⟨ 𝑔 𝑞 𝐸s, 𝑔𝑑′𝑑 ⟩

for ⟨𝑞, 𝑑′⟩ ≔ 𝑛 𝑑

𝑛 (dlift2 𝑔) 𝑜 ≔ 𝜇𝑑 . ⟨ 𝑔 𝑟 𝑞 𝐸s, 𝑔𝑑″𝑑′𝑑 ⟩

for ⟨𝑞, 𝑑′⟩ ≔ 𝑛 𝑑

⟨𝑟, 𝑑″⟩ ≔ 𝑜 𝑑

Informally – in the ordinary dimension, the connective 𝑔 has its inner argument saturated by 𝐸s, returning the ordinary propositional

  • meaning. In the contextual dimension, the propositional connective’s

inner-argument is saturated by the input context, in which case we get...the Heimian connectives (with provisos).

19

slide-22
SLIDE 22

Heavy lifting iv

(20) dlift1 not𝑠 = 𝜇𝑛 . 𝜇𝑑 . ⟨

𝑞− 𝑑 ∖ 𝑑′⟩

for ⟨𝑞, 𝑑′⟩ ≔ 𝑛 𝑑 (21) dlift2 and𝑠 = 𝜇𝑜 . 𝜇𝑛 . 𝜇𝑑 . ⟨

𝑞 ∩ 𝑟 (𝑑 ∩ 𝑑′) ∩ 𝑑″⟩ ⟨𝑞, 𝑑′⟩ ≔ 𝑛 𝑑 ⟨𝑟, 𝑑″⟩ ≔ 𝑜 𝑑′

(22) dlift2 (if…then𝑠) = 𝜇𝑜 . 𝜇𝑛 . 𝜇𝑑 . ⟨

𝑞− ∪ 𝑟 (𝑑 ∖ 𝑑′) ∪ 𝑑″⟩ ⟨𝑞, 𝑑′⟩ ≔ 𝑛 𝑑 ⟨𝑟, 𝑑″⟩ ≔ 𝑜 𝑑′

20

slide-23
SLIDE 23

Illustration

𝜇𝑑 . ⟨ ... 𝑑 ∖ (𝑑 ∩ { 𝑥 ∣ vaped𝑥 𝑞 + 𝑡 }) ∪ (𝑑 ∩ { 𝑥 ∣ vaped𝑥 𝑞 + 𝑡 }) ∩ { 𝑥 ∣ ¬ vapes𝑥 𝑞 } ⟩ 𝜇𝑑 . ⟨ { 𝑥 ∣ vaped𝑥 𝑞 + 𝑡 }, 𝑑 ∩ { 𝑥 ∣ vaped𝑥 𝑞 + 𝑡 } ⟩ 𝔹 Paul and Sophie vaped

dlift2 (if…then𝑠)

𝜇𝑑 ∶ 𝑑 ⊆ { 𝑥 ∣ vaped𝑥 𝑞 } ⟨ { 𝑥 ∣ ¬ vapes𝑥 𝑞 } 𝑑 ∩ { 𝑥 ∣ ¬ vapes𝑥 𝑞 } ⟩ 𝔹 Paul stopped vaping

Post dlift, if…then feeds 𝑑 updated with Paul and Sophie vape as the input context to the conditional consequent, locally satisfying the presupposition.

21

slide-24
SLIDE 24

A bad prediction for disjunction

Tie Heim rule for disjunction, recast in a state-monadic setting:

  • r𝐼𝑓𝑗𝑛 ≔ 𝜇𝑜 . 𝜇𝑛 . 𝜇𝑑 . ⟨

𝑞 ∪ 𝑟 𝑑 ∩ (𝑑′ ∪ 𝑑″) ⟩ ⟨𝑞, 𝑑′⟩ ≔ 𝑛 𝑑 ⟨𝑟, 𝑑″⟩ ≔ 𝑜 (𝑑 ∖ 𝑑′)

Application of dlift to classical disjunction: dlift or ≔ 𝜇𝑜 . 𝜇𝑛 . 𝜇𝑑 . ⟨

𝑞 ∪ 𝑟 𝑑 ∩ (𝑑′ ∪ 𝑑″) ⟩ ⟨𝑞, 𝑑′⟩ ≔ 𝑛 𝑑 ⟨𝑟, 𝑑″⟩ ≔ 𝑜 𝑑′

Not correct! Predicts that the local context for the second disjunct is just 𝑑 updated with the fjrst disjunct. (23) #Either Paul vaped or Paul stopped vaping. predicted to be presuppositionless

22

slide-25
SLIDE 25

Enter exh

slide-26
SLIDE 26

Enter exh i

  • Maybe this prediction isn’t as bad as it seems. Tiere is

independent need for an exhaustifjcation operator exh.

  • How should we defjne exh in a system with updates? We’ll suggest

the following entry: (24) exh 𝑛 ≔ 𝜇𝑑 .⟨𝑞, 𝑑′⟩

⟨𝑞, 𝑑′⟩ ≔ 𝑛 (𝑑 ∩ ⋀

𝑟∈excl 𝑞

{ not 𝑟 })

23

slide-27
SLIDE 27

Enter exh ii

  • Quasi formally:
  • exh takes an update 𝑛 as its prejacent, and updates the input

context 𝑑 with the implicatures of its prejacent, resulting in an updated context 𝑑′.

  • exh updates the context 𝑑′ with its prejacent.
  • In the ordinary dimension, exh just returns its prejacent.

Prediction Implicature computation can feed presupposition satisfaction.

24

slide-28
SLIDE 28

Alternatives

Assumptions concerning alternatives In a sentence of the form “P or Q” , P is an alternative to Q. Perhaps counter-intuitively, this just follows from, e.g., Fox & Katzir’s (2011) algorithm for computing alternatives, since, at the point we reach the second disjunct, the fjrst has been mentioned, and therefore should be in the substitution source. We now have everything we need to rescue our deviant prediction for

  • conjunction. We simply assume that the second disjunct may be

exhaustifjed.

25

slide-29
SLIDE 29

Illustration

(25) Paul never vaped or Paul stopped vaping. ... ...

𝔹 (Paul never vaped)𝜍

... dlift or

𝜇𝑑 . ⎧ ⎪ ⎪ ⎨ ⎪ ⎪ ⎩ ⟨ 𝜇𝑥 . ¬ vapes𝑥 p (𝑑 ∩ { 𝑥 ∣ ¬ vaped𝑥 p }) ∩ { 𝑥 ∣ ¬vapes𝑥 p } ⟩ ⊤ #

  • therwise

exh (Paul never vaped

∈ alt (Paul stopped vaping)) 𝜇𝑑 . ⎧ ⎪ ⎨ ⎪ ⎩ ⟨ 𝜇𝑥 . ¬ vapes𝑥 p 𝑑 ∩ { 𝑥 ∣ ¬vapes𝑥 p } ⟩ 𝑑 ⊆ { 𝑥 ∣ vaped𝑥 p } #

  • therwise

𝔹 (Paul stopped vaping)𝜍

26

slide-30
SLIDE 30

A prediction

  • Based on Fox & Katzir (2011), if in a sentence “A or B”

, A is an alternative to B, and A is complex, then every subconstituent of A should be an alternative to B. Prediction If, in a sentence of the form “A or B𝜌” , the negation of A doesn’t entail

𝜌, but the negation of some subconstituent of A entails 𝜌, the

sentence as a whole should be presuppositionless.

27

slide-31
SLIDE 31

The prediction is borne out

Tie relevant cases involve a conjunctive fjrst disjunct; the negation of the conjunctive disjunct is weak, but the negation of each conjunct is strong enough to satisfy the presupposition of the second disjunct. (26) Either [Paul never vaped and he jogged every day],

  • r Paul stopped vaping.

Doesn’t presuppose that Paul vaped (27) Either [there is no monarch and the country is in chaos],

  • r the monarch is in exile.

Doesn’t presuppose a monarch (28) [Either nobody lefu early]

  • r only Josie lefu early.

Doesn’t presuppose that J lefu early

28

slide-32
SLIDE 32

Conclusion

slide-33
SLIDE 33

Overview i

  • Contrary to popular belief, we’ve shown that it’s possible to have a

dynamic semantics where the order of information growth isn’t baked into the meaning of each individual connective. See Rothschild (2017) for a related proposal.

  • Rather, in our state-monadic fragment, we baked the order of

information growth into the state-sensitive application rule, and nowhere else.

  • Tiis still might be subject to an explanatory problem, but it

certainly seems like an improvement.

29

slide-34
SLIDE 34

Overview ii

  • We showed that systematically lifuing a static fragment into a

dynamic one makes good predictions, with the notable exception

  • f disjunction.
  • We suggested that this tension can be resolved by incorporating

exhaustifjcation into a dynamic setting, which in any case we need.

  • A detailed comparison to explanatory theories of presupposition

projection, such as Schlenkerian local contexts, is next on the agenda.

30

slide-35
SLIDE 35

Thanks and acknowledgements

Tianks especially to Paul Marty, Matt Mandelkern, and Daniel Rothschild for helpful discussion, as well as to audiences at ZAS and the Frankfurt semantics colloquium. Implementation A haskell implementation of the state monadic fragment outlined here can be found at: https://github.com/patrl/monadicHeim

31

slide-36
SLIDE 36

References i

Asudeh, Ash & Gianluca Giorgolo. 2016. Perspectives. Semantics and Pragmatics 9. Beaver, David I. 2001. Presupposition and assertion in dynamic

  • semantics. (Studies in logic, language, and information). Stanford,

California: CSLI. 314 pp. Charlow, Simon. 2014. On the semantics of exceptional scope. Fox, Danny & Roni Katzir. 2011. On the characterization of

  • alternatives. Natural Language Semantics 19(1). 87–107.

Groenendijk, Jeroen & Martin Stokhof. 1991. Dynamic predicate logic. Linguistics and Philosophy 14(1). 39–100. Heim, Irene. 1983. On the projection problem for presuppositions. In Proceedings of WCCFL 2, 114–125. Stanford University.

32

slide-37
SLIDE 37

References ii

Rothschild, Daniel. 2017. A trivalent approach to anaphora and

  • presupposition. unpublished manuscript.

Sauerland, Uli. 2004. Scalar implicatures in complex sentences. Linguistics and Philosophy 27(3). 367–391. Schlenker, Philippe. 2009. Local contexts. Semantics and Pragmatics 2. Shan, Chung-chieh. 2002. A continuation semantics for interrogatives that accounts for Baker’s ambiguity. In Brendan Jackson (ed.), Salt xii, 246–265. Massachussetts Institute of Technology: Linguistic Society of America.

33