Documentation

Linglib.Theories.Pragmatics.Assertion.Gunlogson

@cite{gunlogson-2004}: Source-Marked Commitments #

@cite{gunlogson-2004} @cite{gunlogson-2001} @cite{gunlogson-2003}Models the distinction between falling and rising declaratives via @cite{bring-gunlogson-2000} source-marked discourse commitments. The key innovation: commitments carry a tag indicating whether they are self-generated (from the speaker's own evidence) or other-generated (attributed to the addressee).

Falling vs Rising Declaratives #

IntonationExampleSourceSpeaker committed?
Falling ↓"It's raining."self-generatedYes
Rising ↑"It's raining?"other-generatedNo

A falling declarative commits the speaker to the content (self-generated). A rising declarative attributes the content to the addressee (other-generated) without speaker commitment. This explains why rising declaratives can be used to check or confirm information.

Challengeability #

Source determines who can challenge:

Gunlogson's discourse state: source-tagged commitment slates for speaker and addressee.

Unlike Stalnaker (single CG) or Farkas & Bruce (dcS + dcL + cg), Gunlogson tracks the SOURCE of each commitment, not just which participant holds it.

Instances For

    Falling declarative: speaker commits self to p.

    The speaker adds p to their own slate with source = .selfGenerated. This is the standard declarative assertion: "It's raining."

    Equations
    Instances For

      Rising declarative: speaker attributes p to addressee.

      The speaker adds p to the addressee's slate with source = .otherGenerated. No commitment is added to the speaker's own slate. This is the rising declarative: "It's raining?"

      Equations
      Instances For

        Assert: defaults to falling declarative (standard assertion).

        Equations
        Instances For

          Context set: intersection of both participants' commitment contexts. Only propositions that both participants are committed to (regardless of source) contribute to the shared context.

          Equations
          Instances For

            Stability: stable when neither participant has unresolved other-generated commitments.

            Equations
            Instances For

              The Contextual Bias Condition (@cite{gunlogson-2001}, Ch. 4 §4.2).

              A rising declarative about p is felicitous only when the addressee's existing commitments already entail p. This is NOT a free parameter — it's a condition derivable from the discourse state.

              The CBC follows from the uninformativeness requirement on questions: a rising declarative can serve as a question only if it's uninformative for the addressee, which holds iff the addressee is already committed to p (see cbc_from_uninformativeness below).

              Equations
              Instances For

                Rising declarative guarded by the CBC.

                Returns the updated state when the CBC is met, none otherwise. Also accepts a coarser ContextualEvidence tag for compatibility with the polar question bias framework.

                Equations
                Instances For

                  A move is uninformative for a participant if their commitment context set doesn't change.

                  This is the key notion connecting rising declaratives to questions: questioning requires uninformativeness for the addressee (the addressee isn't learning anything new — they're being asked to make their existing commitment public).

                  Equations
                  Instances For

                    Rising declaratives are ALWAYS uninformative for the speaker.

                    The speaker's slate is untouched, so their commitment context is trivially unchanged. This is Generalization (9) from Ch. 2.

                    The CBC is the uninformativeness condition for the addressee.

                    A rising declarative about p is uninformative for the addressee iff the addressee's commitment set already entails p. This is Gunlogson's central result: the CBC is derived, not stipulated. It follows from the definition of uninformativeness applied to the commitment-set update semantics of rising declaratives.

                    Confirm: addressee endorses content of a rising declarative.

                    Adds p as self-generated on the addressee's slate, signaling acceptance. Both participants now have p (speaker via falling assertion or prior commitment, addressee via confirmation), moving p toward the effective common ground.

                    Equations
                    Instances For

                      Reject: addressee declines to endorse a rising declarative.

                      Does NOT commit the addressee to ¬p — rejection is weaker than denial. The addressee simply doesn't add p as self-generated, leaving the other-generated commitment unresolved.

                      Formally, rejection is the identity on the state: no new commitment is added. The discourse remains unstable (the other-generated commitment is still pending).

                      Equations
                      Instances For

                        Strong denial: addressee asserts ¬p (stronger than rejection).

                        Only appropriate when the addressee actively disagrees, not merely declines to confirm. Adds ¬p as self-generated.

                        Equations
                        Instances For

                          Rising declaratives do NOT commit the speaker.

                          The speaker's slate is unchanged by a rising declarative — only the addressee's slate gets an other-generated commitment.

                          Rejection is the identity: no new commitment.

                          Rising then confirm: the addressee ends up with both an other-generated and a self-generated commitment. The self-generated endorsement is what moves p toward the common ground.

                          A rising declarative from the empty state breaks stability: the other-generated commitment on the addressee's slate is unresolved.

                          Confirm does NOT restore stability: the other-generated commitment remains alongside the new self-generated one. Full resolution would require removing the other-generated entry.