Documentation

Linglib.Studies.DegenTonhauser2021

[DT21]: Prior Beliefs Modulate Projection #

Does a listener's prior belief about a content modulate how strongly that content projects — i.e., how committed the speaker is taken to be to it when it sits under an entailment-canceling operator? The prior literature conflicted: [Mah20] found that politically charged complements project more when a priori more plausible, while [Lor18] found no effect of world knowledge on the projection of the prestate of stop. [DT21] resolve the conflict in favor of modulation: across 20 clause-embedding predicates and 20 contents, higher-prior content projects more, at the group and the individual level.

The deep claim is structural: projection tracks prior credence monotonically. We make that the pivot. An account is prior-sensitive when it is monotone in prior credence (PriorSensitive); such an account predicts the observed per-content modulation by its very shape (sensitive_predicts_modulation), whereas the prior-insensitive null account predicts no modulation at all (priorInsensitive_not_sensitive). This is the account family the paper argues for — projection as a posterior credence in a Bayesian / RSA listener ([QGL16], [GF16]). It is the prior analogue of the at-issueness predictor of projection in [TBD18]: both are gradient Rat01 → Rat01 maps into the same projection space.

Main definitions #

Main results #

Empirical findings (prose, per [DT21]) #

Regression coefficients are documented here, not encoded as theorems. Experiment 1 (within-participant, N = 286): the prior manipulation was successful (β = 0.45, SE = 0.01, t = 31.12), and prior probability predicted projection at every level — categorical high/low fact (β = 0.14, t = 12.24), group-level continuous prior (β = 0.31, t = 12.58), and the participant's own continuous prior (β = 0.28, t = 13.85). Model comparison favored the individual-level predictor decisively (BIC 2291 < group-level 2586 < categorical 2654). The by-predicate projection ranking was highly stable (Spearman r = .991 with prior work), reproducing the predicate-level projection variability documented by [TBD18]. Experiment 2 (between-participant) replicated the effect: prior manipulation β = 0.54 (t = 15.07; Exp 2a, N = 75; prior ratings r = .977 with Exp 1) and projection β = 0.18 categorical / β = 0.34 group-level (t = 12.81 / 13.27; Exp 2b, N = 266). The main-clause control projected at floor (mean certainty 0.21).

Implementation notes #

Per-predicate mean certainty (projection) and prior credence are computed from the authors' data (results/9-prior-projection/data/cd.csv at github.com/judith-tonhauser/projective-probability, n = 286) and stored in Data.Examples.DegenTonhauser2021; degrees use the shared Core.Order.Rat01 projection space. The continuous data is checked by #guard (string-keyed paperFeatures do not kernel-reduce); the provable content is the account-shape theorems. Predicates are bridged to their Fragment lexical entries.

The 20 clause-embedding predicates #

The 20 clause-embedding predicates investigated in [DT21], listed alphabetically as in Figure 1C. The set spans cognitive (know), emotive (beAnnoyed), communication (announce), and inferential (prove) predicates. For the traditional factive/nonfactive classification see DegenTonhauser2022.traditionalClass.

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

      Projection as a function of prior credence #

      The account family the paper argues for: projection strength is a function of the listener's prior credence in the content. A prior-sensitive account is monotone in that credence; the null account is constant (prior-insensitive). The monotone shape alone predicts the modulation; the constant one cannot.

      @[reducible, inline]

      A predictor of projection strength from prior credence in the complement — the same gradient shape as the at-issueness predictor of [TBD18].

      Equations
      Instances For

        The prior-insensitive null account: projection is constant in prior credence.

        Equations
        Instances For

          An account is prior-sensitive when projection is strictly monotone in prior credence — the structural form of the paper's positive prior coefficient.

          Equations
          Instances For

            The endpoints of the prior scale are distinct, so a constant account is detectably non-modulating.

            The null account predicts identical projection for any two priors.

            The null account is not prior-sensitive: it cannot produce the observed gap.

            theorem DegenTonhauser2021.sensitive_predicts_modulation {acc : PriorAccount} (h : PriorSensitive acc) {p q : Core.Order.Rat01} (hpq : p < q) :
            acc p < acc q

            A prior-sensitive account predicts stronger projection for higher-prior content — the modulation, derived from the account's shape, not stipulated.

            Data: prior modulates projection for every predicate #

            The per-predicate means (Data.Examples.DegenTonhauser2021) show, for all 20 predicates, both a higher prior credence and a higher projection in the high condition — the joint pattern a prior-sensitive account predicts and the null account rules out.

            A per-predicate projection datum: mean certainty (projection) and prior credence in the higher- vs. lower-probability conditions.

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

                Lift a LinguisticExample row to a ProjectionByPrior.

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

                  Higher prior credence in the high condition (the manipulation held).

                  Equations
                  Instances For

                    Higher projection in the high condition (the modulation).

                    Equations
                    Instances For

                      Fragment bridge #

                      Map each predicate to its Fragment verb entry (18 of 20; beAnnoyed and beRight are copular — use toPredicateCore for full coverage).

                      Equations
                      Instances For

                        Map each predicate to its Verb — the semantic spine shared by verbal and copular entries. Covers all 20; copular entries go through ClauseEmbeddingAdj.toVerb.

                        Equations
                        Instances For

                          All 20 predicates (alphabetical).

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

                            All 20 predicates are listed.

                            theorem DegenTonhauser2021.verbEntry_coverage :
                            (List.filter (fun (p : Predicate) => (toVerbEntry p).isSome) allPredicates).length = 18

                            18 of 20 predicates have VerbEntry entries (all except copular beAnnoyed and beRight).

                            Every predicate takes a finite clause complement (as primary or alternate frame), matching the experimental design.