Documentation

Linglib.Studies.EvcenBaleBarner2026

Evcen, Bale & Barner (2026): QUD, knowledge, and conditional perfection #

[EBB26] test [vF01]'s answer-level exhaustivity account of conditional perfection in a three-button paradigm: Mary presses buttons that each play a sound only she can hear, answers a question with a conditional ("If you press the blue button, it will play a dog barking"), and participants judge whether a different button plays the sound ("No" = perfected). Perfection rates (estimated marginal means of "No" responses from logistic mixed-effects regressions):

The paper's ALT constraint — alternatives are QUD answers the speaker is competent about, ALT(p) ⊆ ANS(QUD) ∩ {q : Kₛ(q) ∨ Kₛ(¬q)} — is exhaustificationLicensed; the competence half is BaleEtAl2025.Competent, derived from the speaker's observation state, the same derivation [BNRB25]'s scalar-implicature paradigm uses, so conditional perfection and scalar implicature share the competence gate by construction. Perfection is not a semantic entailment (Semantics.Conditionals.perfection_not_entailed_variablyStrict), and coverage without exclusion does not suffice (VonFintel2001.coverage_without_exclusion_insufficient).

Main results #

Experimental conditions and observed rates #

QUD manipulation (Experiment 1): the question Mary's conditional answers.

  • antecedentFocused : QUDType

    "Which of these buttons will play a dog sound?"

  • consequentFocused : QUDType

    "What will happen if I press the blue button?"

  • neutral : QUDType

    "What will happen if I press the buttons?"

Instances For
    @[instance_reducible]
    Equations

    Answer-form manipulation (Experiment 2): whether Mary's conditional names a QUD cell or a strict subset of one.

    • optimallyInformative : AnswerType

      "If you press the triangles, it will play a dog barking."

    • overlyInformative : AnswerType

      "If you press the blue square, it will play a dog barking."

    Instances For
      @[instance_reducible]
      Equations

      Experiment 1 perfection rate by QUD type (N = 98). Follow-ups with "what buttons" (M = 0.86, n = 32) and "which buttons" (M = 0.77, n = 32) phrasings replicate the antecedent-focused effect, ruling out a uniqueness presupposition from "which of these".

      Equations
      Instances For

        Experiment 2 perfection rate by answer form (N = 55; QUD always antecedent-focused). The two rates do not differ reliably (p = .16).

        Equations
        Instances For

          Experiment 3 perfection rate by speaker knowledge (N = 72; QUD always antecedent-focused): Mary tested all three buttons or only two.

          Equations
          Instances For

            When exhaustification is licensed #

            A QUD makes alternative antecedents salient iff it is antecedent-focused.

            Equations
            Instances For

              Exhaustification is licensed when the QUD provides alternative antecedents and the speaker is competent about them — the paper's ALT constraint ALT(p) ⊆ ANS(QUD) ∩ {q : Kₛ(q) ∨ Kₛ(¬q)}.

              Equations
              Instances For
                @[simp]

                Exhaustification is licensed exactly under an antecedent-focused QUD with a fully knowledgeable speaker.

                Licensing predicts the observed rates #

                Experiment 1 (fully knowledgeable speaker): every unlicensed QUD condition shows less perfection than the licensed one.

                Experiment 3 (antecedent-focused QUD): the unlicensed knowledge condition shows less perfection than the licensed one.

                Experiment 2: both answer forms occur under licensed conditions, and both perfect above chance.

                The three-button scenario #

                The three buttons of the experimental paradigm.

                Instances For
                  @[instance_reducible]
                  Equations

                  Worlds of the paradigm: one button is pressed, and the target sound plays or stays silent.

                  Instances For
                    @[instance_reducible]
                    Equations

                    Button A causes the sound only if button A is pressed.

                    theorem EvcenBaleBarner2026.coverage {w : ButtonWorld} (hw : w soundPlays) :
                    bbuttons, w causes b

                    Coverage: every world where the sound plays has a button causing it.

                    Every alternative button's answer is innocently excludable: at pressA_plays, A's answer holds while both alternatives fail.

                    Theory chain: exhaustifying Mary's answer "button A plays the sound" yields conditional perfection — if A is not pressed, the sound does not play.

                    The participant's inference: granting exclusion of the other buttons, a world where A is unpressed is a world without the sound.

                    Per-trigger vs existential exclusion #

                    def EvcenBaleBarner2026.vonFintelPrediction {ι : Type u_1} {W : Type u_2} (causes : ιSet W) (triggers : Set ι) (t : ι) (w : W) :

                    [vF01]-style prediction: every alternative salient trigger is excluded.

                    Equations
                    Instances For
                      def EvcenBaleBarner2026.hornPrediction {ι : Type u_1} {W : Type u_2} (causes : ιSet W) (triggers : Set ι) (t : ι) (w : W) :

                      [Hor00]-style prediction: some alternative salient trigger is excluded, with no commitment to which.

                      Equations
                      Instances For
                        theorem EvcenBaleBarner2026.vonFintel_entails_horn {ι : Type u_1} {W : Type u_2} {causes : ιSet W} {triggers : Set ι} {t : ι} {w : W} (h_other : t'triggers, t' t) (h_vf : vonFintelPrediction causes triggers t w) :
                        hornPrediction causes triggers t w

                        Per-trigger exclusion implies existential exclusion.

                        At pressB_plays, Horn's existential holds (button C is excluded) but von Fintel's universal fails (button B does cause the sound): per-trigger exclusion is strictly stronger, and participants' "No" responses to specific other buttons require it.