Documentation

Linglib.Studies.VanDerSandtMaier2003

Van der Sandt & Maier (2003) — Denials in Discourse #

[MvdS03]

Denials in Discourse. Michigan Linguistics and Philosophy Workshop, 2003.

Formalization of directed reverse anaphora (RA*) applied to the paper's worked examples, connecting:

Denial ≠ negation #

The paper's central architectural claim: denial and negation are orthogonal. Negation is a semantic operator; denial is a discourse operation (non-monotonic correction of contextual information). A denial can use a positive sentence ("Mary IS happy" denying "Mary is unhappy", ex. 6), and a negative sentence can be a plain assertion. The DenialType taxonomy below classifies denials by the content layer the correction targets — one mechanism, three targets.

Layered DRT apparatus #

The Layered-DRT machinery (LCond/LDRS/directedRA/denialUpdate) is single-paper substrate, defined locally here. It is orthogonal to the faithful model-theoretic DRS core (Semantics/Dynamic/DRS/): that core supplies K&R's model theory and subordination, whereas LDRT's content-layer/RA* algebra is a purely syntactic discourse-update operation (no model-theoretic interpretation is exercised by this paper). Condition formulas (LCond) are therefore opaque atoms — the paper's claims are about the layer bookkeeping, not truth conditions.

Layer naming convention #

The paper's layer labels map to ContentLayer constructors as follows:

PaperCodeMeaning
pr.presuppositionBackgrounded precondition
fr (Frege).atIssueAssertoric/at-issue content
imp.implicatureScalar implicature or connotation

Core mechanism #

Denial is a non-monotonic discourse operation that selectively retracts content. The RA* algorithm: (1) identify offensive layers via offensiveLayers — those inconsistent with the correction; (2) move conditions at offensive layers under negation; (3) preserve conditions at non-offensive layers.

Verified examples #

ExampleDenial typeOffRA* result
King of France (49)Presuppositional{pr, fr}1 cond: ¬[pr+fr]
Possible/necessary (68)Implicature{imp}3 conds: pr, fr + ¬[imp]
Lady/wife (69)Connotation{imp}4 conds: pr, fr, fr + ¬[imp]

Denial taxonomy #

[MvdS03]'s three denial types are not different operations but one mechanism (non-monotonic discourse correction) targeting different content layers. The fourth empirical category — register/connotation denials like "not a LAdy — my WIfe" (69) — maps to the implicature layer alongside scalar implicature.

The type of a denial, determined by which content layer the correction targets.

  • propositional : DenialType

    Targets at-issue content; the presupposition survives. (5): "Mary is not happy."

  • presuppositional : DenialType

    Targets presupposed content; the assertion falls with it. (30b): "The king of France is NOT bald — France does not have a king."

  • implicature : DenialType

    Targets enrichment beyond truth conditions; literal meaning survives. (29b): "It's not POSSIBLE — it's NECESSARY."

Instances For
    @[implicit_reducible]
    Equations
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For

      No two denial types target the same layer: the taxonomy is exactly the layer structure.

      Layered DRT (LDRT) substrate #

      [MvdS03] extend DRT with content layers: each condition carries a label (pr, fr, imp) marking its discourse role.

      A condition formula. Opaque atoms (Nat-indexed predicate over Nat-indexed referents) closed under negation and boxing; never interpreted semantically — the paper reasons over the layer tags, not truth conditions.

      Instances For

        A condition tagged with its content layer.

        Instances For

          A Layered DRS: a DRS whose conditions carry content-layer tags. A standard DRS is the special case where every condition is atIssue.

          • drefs : List

            Universe: discourse referent indices.

          • conditions : List TaggedCondition

            Layered conditions.

          Instances For

            LDRS merge: combine two layered DRSs, preserving layer tags.

            Equations
            Instances For

              The offensive conditions of an LDRS w.r.t. a correction: those whose layer is in the offensive set. In denial, these are retracted.

              Equations
              Instances For

                The surviving conditions after denial: those NOT at offensive layers.

                Equations
                Instances For

                  Assertion vs. denial: monotonicity #

                  The paper's deepest architectural claim: assertion is monotonic (merge only adds conditions), denial is non-monotonic (surviving conditions are a subset). Denial is the only operation that removes information from the discourse context.

                  Offensive + surviving = all conditions (partition).

                  theorem VanDerSandtMaier2003.merge_monotonic (k1 k2 : LDRS) :
                  k1.conditions.length (k1.merge k2).conditions.length

                  Assertion (merge) is monotonic: the result has at least as many conditions as the original LDRS.

                  Denial (surviving conditions) is non-monotonic: the result has at most as many conditions as the original LDRS.

                  Directed reverse anaphora (RA*) #

                  [MvdS03]: given the offensive layers (computed by offensiveLayers), RA* partitions the conditions — surviving conditions remain in the main DRS, offensive conditions are moved under a single negation.

                  Directed reverse anaphora (RA*): move offensive-layer conditions under negation, preserving non-offensive conditions.

                  Equations
                  • One or more equations did not get rendered due to their size.
                  Instances For

                    Denial pipeline: merge correction, then apply RA*. In an assertion-denial-correction sequence, the correction is merged with the discourse state, then RA* retracts the offensive layers.

                    Equations
                    Instances For

                      RA* preserves discourse referents — denial retracts conditions, not referent introductions, so drefs introduced by σ₁ remain available for anaphora even after denial ("A man jumped off the bridge. He didn't jump, he was pushed.").

                      §1. Presuppositional denial — King of France (§3.5, ex. 49) #

                      σ₁: "The King of France walks in the park." σ₂: "No, he doesn't," σ₃: "France doesn't have a king."

                      The correction targets the existence presupposition of the definite. Off = {pr, fr}: both layers conflict with "no king".

                      The row vdsm2003_ex30b_king uses a different sentence (ex. 30b) but the same scenario and denial type — presuppositional; the §5 transfer theorem connects the Off computation to every row tagged with this scenario.

                      Equations
                      • One or more equations did not get rendered due to their size.
                      Instances For

                        After RA* with Off = {pr, fr}: no conditions survive (both offensive); all material moves under a single negation wrapper.

                        §2. Implicature denial — Possible/Necessary (§4.4, ex. 68) #

                        σ₁: "It is possible the Pope is right." σ₂: "No, it's not POssible," σ₃: "it's NECessary that he's right."

                        The correction targets the scalar implicature ¬□p. Off = {imp}: only the implicature conflicts with correction □p. At-issue content ◇p survives (□p entails ◇p).

                        Equations
                        • One or more equations did not get rendered due to their size.
                        Instances For

                          After RA* with Off = {imp}: pr and fr survive; imp moves under negation. Result: 2 surviving + 1 negation wrapper = 3 conditions.

                          §3. Connotation denial — Lady/Wife (§4.4, ex. 69) #

                          σ₁: "Now, THAT's a nice lady." σ₂: "Yes, she is," σ₃: "but she's not a LAdy," σ₄: "she's my WIfe."

                          The correction targets the connotation of "a lady" (implicature: a stranger, not a close relative). The literal predication (lady, nice) and presupposition (pointing) survive; only the stranger implicature is retracted. Off = {imp}.

                          The paper's derivation has 4 utterances; σ₂ (affirmation) is monotonic merge and omitted; Off depends only on σ₁ + σ₄. The row vdsm2003_ex13_lady uses a related sentence (ex. 13) but the same scenario and denial type.

                          Equations
                          • One or more equations did not get rendered due to their size.
                          Instances For

                            Off: correction "wife" conflicts only with imp (stranger). Crucially, lady (fr) is consistent with wife — Off does NOT retract the literal predication.

                            After RA*: pr, fr (lady), fr (nice) survive; imp (stranger) moves under negation. Result: 3 surviving + 1 negated = 4.

                            §4. Discourse pipeline: assertion → denial #

                            Full pipeline for the modal example: assertion adds content (monotonic merge), denial selectively retracts (non-monotonic RA*) — the paper's central claim that assertion and denial are dual discourse operations, one monotonic and one not.

                            Denial update: 4 conditions = 2 surviving (pr + ◇right) + 1 correction (□right) + 1 negated wrapper (¬[¬□right]).

                            The imp layer has been fully retracted from the top level.

                            §5. Off → row transfer #

                            The Off computations above agree with the paper's denial-type classification of its rows (Data/Examples/VanDerSandtMaier2003.json): for every row whose discourse scenario is formalized as a LayeredProp above, the computed offensive layers include the layer targeted by the row's denial type.

                            Denial-type adapter: the row's denial_type feature as a DenialType.

                            Equations
                            • One or more equations did not get rendered due to their size.
                            Instances For

                              Transfer: the Off computation of every formalized scenario contains the target layer of each row classified under that scenario.

                              §6. Denial ≠ negation (§2.1) #

                              [MvdS03] §2.1: denial and negation are orthogonal. Denial is a discourse operation (non-monotonic correction); negation is a semantic operator. A denial can use a positive sentence, and a negative sentence can be a plain assertion.

                              Positive denial is propositional: every row whose denial utterance is syntactically positive (ex. 6, where the denial IS the correction) targets fr, like negative propositional denials. The mechanism is the same regardless of surface polarity.

                              The same surface negation can correspond to different denial types, disambiguated by the correction (§2.3: "still" denials, ex. 19–20): two rows share the denial utterance (second discourse segment) but target different layers.