Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Dynamic semantics

From Wikipedia, the free encyclopedia
Framework in logic and natural language semantics

Dynamic semantics is a framework inlogic andnatural language semantics that treats the meaning of a sentence as its potential to update a context. In static semantics, knowing the meaning of a sentence amounts to knowing when it is true; in dynamic semantics, knowing the meaning of a sentence means knowing "the change it brings about in the information state of anyone who accepts the news conveyed by it."[1] In dynamic semantics, sentences are mapped to functions calledcontext change potentials, which take an input context and return an output context. Dynamic semantics was originally developed byIrene Heim andHans Kamp in 1981 to modelanaphora, but has since been applied widely to phenomena includingpresupposition,plurals,questions,discourse relations, andmodality.[2]

Dynamics of anaphora

[edit]
See also:Discourse representation theory andDonkey anaphora

The first systems of dynamic semantics were the closely relatedFile Change Semantics anddiscourse representation theory, developed simultaneously and independently byIrene Heim andHans Kamp. These systems were intended to capturedonkey anaphora, which resists an elegant compositional treatment in classic approaches to semantics such asMontague grammar.[2][3] Donkey anaphora is exemplified by the infamous donkey sentences, first noticed by the medieval logicianWalter Burley and brought to modern attention byPeter Geach.[4][5]

Donkey sentence (relative clause): Every farmer who owns a donkey beats it.
Donkey sentence (conditional): If a farmer owns a donkey, he beats it.

To capture the empirically observed truth conditions of such sentences infirst order logic, one would need to translate theindefinite noun phrase "a donkey" as auniversal quantifier scoping over the variable corresponding to the pronoun "it".

FOL translation of donkey sentence:  :xy((farmer(x)donkey(y)own(x,y))beat(x,y)){\displaystyle \forall x\forall y(\,({\text{farmer}}(x)\land {\text{donkey}}(y)\land {\text{own}}(x,y))\rightarrow {\text{beat}}(x,y)\,)}

While this translation captures (or approximates) the truth conditions of the natural language sentences, its relationship to the syntactic form of the sentence is puzzling in two ways. First, indefinites in non-donkey contexts normally expressexistential rather than universal quantification. Second, the syntactic position of the donkey pronoun would not normally allow it to bebound by the indefinite.

To explain these peculiarities, Heim and Kamp proposed that natural language indefinites are special in that they introduce a newdiscourse referent that remains available outside the syntactic scope of the operator that introduced it. To cash this idea out, they proposed their respective formal systems that capture donkey anaphora because they validateEgli's theorem and its corollary.[6]

Egli's theorem:(xφ)ψx(φψ){\displaystyle (\exists x\varphi )\land \psi \Leftrightarrow \exists x(\varphi \land \psi )}
Egli's corollary:(xϕψ)x(ϕψ){\displaystyle (\exists x\phi \rightarrow \psi )\Leftrightarrow \forall x(\phi \rightarrow \psi )}

Update semantics

[edit]

Update semantics is a framework within dynamic semantics that was developed byFrank Veltman.[1][7] In update semantics, each formulaφ{\displaystyle \varphi } is mapped to a function[φ]{\displaystyle [\varphi ]} that takes and returns adiscourse context. Thus, ifC{\displaystyle C} is a context, thenC[φ]{\displaystyle C[\varphi ]} is the context one gets by updatingC{\displaystyle C} withφ{\displaystyle \varphi }. Systems of update semantics vary both in how they define a context and in the semantic entries they assign to formulas. The simplest update systems areintersective ones, which simply lift static systems into the dynamic framework. However, update semantics includes systems more expressive than what can be defined in the static framework. In particular, it allowsinformation sensitive semantic entries, in which the information contributed by updating with some formula can depend on the information already present in the context.[8] This property of update semantics has led to its widespread application topresuppositions,modals, andconditionals.

Intersective update

[edit]

An update withφ{\displaystyle \varphi } is calledintersective if it amounts to taking the intersection of the input context with the proposition denoted byφ{\displaystyle \varphi }. Crucially, this definition assumes that there is a single fixed proposition thatφ{\displaystyle \varphi } always denotes, regardless of the context.[8]

Intersective update was proposed byRobert Stalnaker in 1978 as a way of formalizing thespeech act of assertion.[9][8] In Stalnaker's original system, a context (orcontext set) is defined as a set ofpossible worlds representing the information in the common ground of a conversation. For instance, ifC={w,v,u}{\displaystyle C=\{w,v,u\}} this represents a scenario where the information agreed upon by all participants in the conversation indicates that the actual world must be eitherw{\displaystyle w},v{\displaystyle v}, oru{\displaystyle u}. If[[φ]]={w,v}{\displaystyle [\![\varphi ]\!]=\{w,v\}}, then updatingC{\displaystyle C} withφ{\displaystyle \varphi } would return a new contextC[φ]={w,v}{\displaystyle C[\varphi ]=\{w,v\}}. Thus, an assertion ofφ{\displaystyle \varphi } would be understood as an attempt to rule out the possibility that the actual world isu{\displaystyle u}.

From a formal perspective, intersective update can be taken as a recipe for lifting one's preferred static semantics to dynamic semantics. For instance, if we take classical propositional semantics as our starting point, this recipe delivers the following intersective update semantics.[8]

  • Intersective update semantics based on classical propositional logic:
  1. C[P]={wCw(P)=1}{\displaystyle C[P]=\{w\in C\mid w(P)=1\}}
  2. C[¬φ]=CC[φ]{\displaystyle C[\neg \varphi ]=C-C[\varphi ]}
  3. C[φψ]=C[φ]C[ψ]{\displaystyle C[\varphi \land \psi ]=C[\varphi ]\cap C[\psi ]}
  4. C[φψ]=C[φ]C[ψ]{\displaystyle C[\varphi \lor \psi ]=C[\varphi ]\cup C[\psi ]}

The notion of intersectivity can be decomposed into the two properties known aseliminativity anddistributivity. Eliminativity says that an update can only ever remove worlds from the context—it can't add them. Distributivity says that updatingC{\displaystyle C} withφ{\displaystyle \varphi } is equivalent to updating each singleton subset ofC{\displaystyle C} withφ{\displaystyle \varphi } and then pooling the results.[8]

Intersectivity amounts to the conjunction of these two properties, as proven byJohan van Benthem.[8][10]

The test semantics for modals

[edit]

The framework of update semantics is more general than static semantics because it is not limited to intersective meanings. Nonintersective meanings are theoretically useful because they contribute different information depending on what information is already present in the context. For instance, ifφ{\displaystyle \varphi } is intersective, then it will update any input context with the exact same information, namely the information encoded by the proposition[[φ]]{\displaystyle [\![\varphi ]\!]}. On the other hand, ifφ{\displaystyle \varphi } is nonintersective, it could contribute[[φ]]{\displaystyle [\![\varphi ]\!]} when it updates some contexts, but some completely different information when it updates other contexts.[8]

Many natural language expressions have been argued to have nonintersective meanings. The nonintersectivity of epistemic modals can be seen in theinfelicity ofepistemic contradictions.[11][8]

Epistemic contradiction: #It's raining and it might not be raining.

These sentences have been argued to be bona fide logical contradictions, unlike superficially similar examples such asMoore sentences, which can be given apragmatic explanation.[12][8]

Epistemic contradiction principle:φ¬φ{\displaystyle \varphi \land \Diamond \neg \varphi \models \bot }

These sentences cannot be analysed as logical contradictions within purely intersective frameworks such as therelational semantics formodal logic. The Epistemic Contradiction Principle only holds on the class ofrelational frames such thatRwv(w=v){\displaystyle Rwv\Rightarrow (w=v)}. However, such frames also validate an entailment fromφ{\displaystyle \Diamond \varphi } toφ{\displaystyle \varphi }. Thus, accounting for the infelicity of epistemic contradictions within a classical semantics for modals would bring along the unwelcome prediction that "It might be raining" entails "It is raining".[12][8] Update Semantics skirts this problem by providing a nonintersective denotation for modals. When given such a denotation, the formula¬φ{\displaystyle \Diamond \neg \varphi } can update input contexts differently depending on whether they already contain the information thatφ{\displaystyle \varphi } provides. The most widely adopted semantic entry for modals in update semantics is thetest semantics proposed byFrank Veltman.[1]

On this semantics,φ{\displaystyle \Diamond \varphi } tests whether the input context could be updated withφ{\displaystyle \varphi } without getting trivialized, i.e. without returning the empty set. If the input context passes the test, it remains unchanged. If it fails the test, the update trivializes the context by returning the empty set. This semantics can handle epistemic contradictions because no matter the input context, updating withφ{\displaystyle \varphi } will always output a context that fails the test imposed by¬φ{\displaystyle \Diamond \neg \varphi }.[8][13]

See also

[edit]

Notes

[edit]
  1. ^abcVeltman, Frank (1996)."Defaults in Update Semantics"(PDF).Journal of Philosophical Logic.25 (3).doi:10.1007/BF00248150.S2CID 19377671.
  2. ^abNowen, Rick; Brasoveanu, Adrian; van Eijck, Jan; Visser, Albert (2016)."Dynamic Semantics". In Zalta, Edward (ed.).The Stanford Encyclopedia of Philosophy. Retrieved2020-08-11.
  3. ^Geurts, Bart; Beaver, David; Maier, Emar (2020)."Discourse Representation Theory". In Zalta, Edward (ed.).The Stanford Encyclopedia of Philosophy. Retrieved2020-08-11.
  4. ^Peter Geach (1962).Reference and Generality: An Examination of Some Medieval and Modern Theories.
  5. ^King, Jeffrey; Lewis, Karen (2018)."Anaphora". In Zalta, Edward (ed.).The Stanford Encyclopedia of Philosophy. Retrieved2020-08-11.
  6. ^Dekker, Paul (2001)."On If And Only If". In Hastings, R; Jackson, B; Zvolenszky, Z (eds.).Proceedings of SALT XI. Semantics and Linguistic Theory. Vol. 11.Linguistic Society of America.
  7. ^Goldstein, Simon (2019)."Generalized Update Semantics"(PDF).Mind.128 (511):795–835.doi:10.1093/mind/fzy076.
  8. ^abcdefghijkGoldstein, Simon (2017). "Introduction".Informative Dynamic Semantics (PhD). Rutgers University.
  9. ^Stalnaker, Robert (1978). "Assertion". In Cole, Peter (ed.).Pragmatics. Brill. pp. 315–332.doi:10.1163/9789004368873_001.
  10. ^van Benthem, Johan (1986).Essays in logical semantics. Dordrecht: Reidel.
  11. ^Yalcin, Seth (2007)."Epistemic Modals"(PDF).Mind.116 (464):983–1026.doi:10.1093/mind/fzm983.
  12. ^abYalcin, Seth (2007)."Epistemic Modals"(PDF).Mind.116 (464):983–1026.doi:10.1093/mind/fzm983.
  13. ^For a complete derivation of the Epistemic Contradiction Principle within Update Semantics, see for instance Goldstein (2016), p. 13. This derivation crucially depends on a particular definition of entailment, as well as an intersective semantic entry for¬{\displaystyle \neg } and a treatment of{\displaystyle \land } as updating consecutively with the conjuncts in their linear order.

External links

[edit]
Central concepts
Topics
Areas
Phenomena
Formalism
Formal systems
Concepts
See also
Intuitionistic
Fuzzy
Substructural
Paraconsistent
Description
Many-valued
Digital logic
Others
Retrieved from "https://en.wikipedia.org/w/index.php?title=Dynamic_semantics&oldid=1150147926"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp