[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 #
Predicate— the 20 clause-embedding predicates (Figure 1C).PriorAccount := Rat01 → Rat01— predict projection strength from prior credence.PriorSensitive/priorInsensitive— the monotone account family vs. the constant null.ProjectionByPrior— a per-predicate datum (high/low-prior mean certainty and prior credence), lifted fromData.Examples.DegenTonhauser2021.
Main results #
sensitive_predicts_modulation,priorInsensitive_not_sensitive,priorInsensitive_no_modulation— the modulation is derived from account shape.#guards overExamples.allbuild-check that every predicate shows higher prior and higher projection in the high condition (the core finding).all_predicates_take_clause_complementand the coverage lemmas — every predicate is realized by a Fragment entry taking a finite clause.
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.
- acknowledge : Predicate
- admit : Predicate
- announce : Predicate
- beAnnoyed : Predicate
- beRight : Predicate
- confess : Predicate
- confirm : Predicate
- demonstrate : Predicate
- discover : Predicate
- establish : Predicate
- hear : Predicate
- inform : Predicate
- know : Predicate
- pretend : Predicate
- prove : Predicate
- reveal : Predicate
- say : Predicate
- see : Predicate
- suggest : Predicate
- think : Predicate
Instances For
Equations
- DegenTonhauser2021.instDecidableEqPredicate x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
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.
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
- DegenTonhauser2021.priorInsensitive c x✝ = c
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
- DegenTonhauser2021.PriorSensitive acc = StrictMono acc
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.
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.
- predicate : String
- certaintyHigh : Core.Order.Rat01
- certaintyLow : Core.Order.Rat01
- priorHigh : Core.Order.Rat01
- priorLow : Core.Order.Rat01
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Lift a LinguisticExample row to a ProjectionByPrior.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The pooled per-predicate data.
Equations
Instances For
Higher prior credence in the high condition (the manipulation held).
Equations
- DegenTonhauser2021.priorIsHigher d = decide (↑d.priorLow < ↑d.priorHigh)
Instances For
Higher projection in the high condition (the modulation).
Equations
- DegenTonhauser2021.priorModulates d = decide (↑d.certaintyLow < ↑d.certaintyHigh)
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
- DegenTonhauser2021.toVerbEntry DegenTonhauser2021.Predicate.know = some English.Predicates.Verbal.know
- DegenTonhauser2021.toVerbEntry DegenTonhauser2021.Predicate.think = some English.Predicates.Verbal.think
- DegenTonhauser2021.toVerbEntry DegenTonhauser2021.Predicate.discover = some English.Predicates.Verbal.discover
- DegenTonhauser2021.toVerbEntry DegenTonhauser2021.Predicate.see = some English.Predicates.Verbal.see
- DegenTonhauser2021.toVerbEntry DegenTonhauser2021.Predicate.say = some English.Predicates.Verbal.say
- DegenTonhauser2021.toVerbEntry DegenTonhauser2021.Predicate.hear = some English.Predicates.Verbal.hear
- DegenTonhauser2021.toVerbEntry DegenTonhauser2021.Predicate.reveal = some English.Predicates.Verbal.reveal
- DegenTonhauser2021.toVerbEntry DegenTonhauser2021.Predicate.acknowledge = some English.Predicates.Verbal.acknowledge
- DegenTonhauser2021.toVerbEntry DegenTonhauser2021.Predicate.admit = some English.Predicates.Verbal.admit
- DegenTonhauser2021.toVerbEntry DegenTonhauser2021.Predicate.announce = some English.Predicates.Verbal.announce
- DegenTonhauser2021.toVerbEntry DegenTonhauser2021.Predicate.confess = some English.Predicates.Verbal.confess
- DegenTonhauser2021.toVerbEntry DegenTonhauser2021.Predicate.inform = some English.Predicates.Verbal.inform
- DegenTonhauser2021.toVerbEntry DegenTonhauser2021.Predicate.suggest = some English.Predicates.Verbal.suggest
- DegenTonhauser2021.toVerbEntry DegenTonhauser2021.Predicate.pretend = some English.Predicates.Verbal.pretend
- DegenTonhauser2021.toVerbEntry DegenTonhauser2021.Predicate.confirm = some English.Predicates.Verbal.confirm
- DegenTonhauser2021.toVerbEntry DegenTonhauser2021.Predicate.demonstrate = some English.Predicates.Verbal.demonstrate
- DegenTonhauser2021.toVerbEntry DegenTonhauser2021.Predicate.establish = some English.Predicates.Verbal.establish
- DegenTonhauser2021.toVerbEntry DegenTonhauser2021.Predicate.prove = some English.Predicates.Verbal.prove
- DegenTonhauser2021.toVerbEntry DegenTonhauser2021.Predicate.beAnnoyed = none
- DegenTonhauser2021.toVerbEntry DegenTonhauser2021.Predicate.beRight = none
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
- DegenTonhauser2021.toPredicateCore DegenTonhauser2021.Predicate.know = English.Predicates.Verbal.know.toVerb
- DegenTonhauser2021.toPredicateCore DegenTonhauser2021.Predicate.think = English.Predicates.Verbal.think.toVerb
- DegenTonhauser2021.toPredicateCore DegenTonhauser2021.Predicate.discover = English.Predicates.Verbal.discover.toVerb
- DegenTonhauser2021.toPredicateCore DegenTonhauser2021.Predicate.see = English.Predicates.Verbal.see.toVerb
- DegenTonhauser2021.toPredicateCore DegenTonhauser2021.Predicate.say = English.Predicates.Verbal.say.toVerb
- DegenTonhauser2021.toPredicateCore DegenTonhauser2021.Predicate.hear = English.Predicates.Verbal.hear.toVerb
- DegenTonhauser2021.toPredicateCore DegenTonhauser2021.Predicate.reveal = English.Predicates.Verbal.reveal.toVerb
- DegenTonhauser2021.toPredicateCore DegenTonhauser2021.Predicate.acknowledge = English.Predicates.Verbal.acknowledge.toVerb
- DegenTonhauser2021.toPredicateCore DegenTonhauser2021.Predicate.admit = English.Predicates.Verbal.admit.toVerb
- DegenTonhauser2021.toPredicateCore DegenTonhauser2021.Predicate.announce = English.Predicates.Verbal.announce.toVerb
- DegenTonhauser2021.toPredicateCore DegenTonhauser2021.Predicate.confess = English.Predicates.Verbal.confess.toVerb
- DegenTonhauser2021.toPredicateCore DegenTonhauser2021.Predicate.inform = English.Predicates.Verbal.inform.toVerb
- DegenTonhauser2021.toPredicateCore DegenTonhauser2021.Predicate.suggest = English.Predicates.Verbal.suggest.toVerb
- DegenTonhauser2021.toPredicateCore DegenTonhauser2021.Predicate.pretend = English.Predicates.Verbal.pretend.toVerb
- DegenTonhauser2021.toPredicateCore DegenTonhauser2021.Predicate.confirm = English.Predicates.Verbal.confirm.toVerb
- DegenTonhauser2021.toPredicateCore DegenTonhauser2021.Predicate.demonstrate = English.Predicates.Verbal.demonstrate.toVerb
- DegenTonhauser2021.toPredicateCore DegenTonhauser2021.Predicate.establish = English.Predicates.Verbal.establish.toVerb
- DegenTonhauser2021.toPredicateCore DegenTonhauser2021.Predicate.prove = English.Predicates.Verbal.prove.toVerb
- DegenTonhauser2021.toPredicateCore DegenTonhauser2021.Predicate.beAnnoyed = English.Predicates.Copular.beAnnoyed.toVerb
- DegenTonhauser2021.toPredicateCore DegenTonhauser2021.Predicate.beRight = English.Predicates.Copular.beRight.toVerb
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.
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.