[RHKF22]: A speaker's decision to speak cues informative content #
Rohde, Hoek, Keshev & Franke (2022) argue that comprehenders separate the
prior probability of a situation from the likelihood a speaker would choose
to describe it: atypical (newsworthy) situations, precisely because their
low prior probability makes them mention-worthy, yield likely utterances.
This file formalises that Bayesian conceptualisation as a silence-augmented
[BLG16]-style speaker: a two-value world (near-mean
typical vs. newsworthy atypical), a WithSilence-lifted utterance space,
and derived closed forms for the speaker's decision to report vs. stay
silent. Exp 1 varies thinks that vs. announced that completion contexts;
Exps 2–4 (out-of-the-blue and large-audience conditions) further strengthen
the effect.
Main definitions #
Value— the two-outcome value space (typicalvs.atypical).Utterance—WithSilence Value;noneis silence,some vreportsv.L0— literal listener: silence returns the prior,some vreturnsPMF.pure v.speaker— rationality-1S1Beliefwithκs-weighted content andκn-weighted silence.
Main theorems #
speaker_apply_none,speaker_apply_some_self— closed forms.newsworthy_speech,newsworthy_silence— atypical situations yield likelier self-reports; typical situations yield likelier silence.announce_shifts_toward_atypical— cross-multiplied odds form of the Exp 1 announce-vs-think shift.speech_preferred_of_cheap— when speech is no more expensive than silence and the world is not a priori certain, reporting dominates.
Situations and utterances #
Equations
- RohdeEtAl2022.instDecidableEqValue x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
- RohdeEtAl2022.instReprValue = { reprPrec := RohdeEtAl2022.instReprValue.repr }
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- RohdeEtAl2022.instInhabitedValue = { default := RohdeEtAl2022.instInhabitedValue.default }
Equations
- RohdeEtAl2022.instFintypeValue = { elems := { val := ↑RohdeEtAl2022.Value.enumList, nodup := RohdeEtAl2022.Value.enumList_nodup }, complete := RohdeEtAl2022.instFintypeValue._proof_1 }
Utterance space: none is silence; some v is a report of value v.
Instances For
Model #
Literal listener L0: silence conveys nothing, so the listener falls back
on the prior; a report some v picks out v via PMF.pure. Cost factor:
silence carries weight κn, content utterances carry weight κs.
Literal listener. Silence returns the prior.
Equations
- RohdeEtAl2022.L0 p (some v) = PMF.pure v
- RohdeEtAl2022.L0 p none = p
Instances For
Cost factor: κn on silence, κs on every content utterance.
Equations
- RohdeEtAl2022.cost κs κn = RSA.liftCostFactor κn fun (x : RohdeEtAl2022.Value) => κs
Instances For
Partition function #
Score sum ∑' u, L0(w|u)^1 · cost u. Collapses to κs + p w · κn.
Equations
- RohdeEtAl2022.Z p κs κn w = ∑' (u : RohdeEtAl2022.Utterance), (RohdeEtAl2022.L0 p u) w ^ 1 * RohdeEtAl2022.cost κs κn u
Instances For
Partition closed form: the value-report matching w scores κs,
silence scores p w · κn, and the other value-report scores 0.
Speaker #
Speaker at world w, rationality 1.
Equations
- RohdeEtAl2022.speaker p κs κn hκs hκsT hκnT w = RSA.S1Belief (RohdeEtAl2022.L0 p) (RohdeEtAl2022.cost κs κn) 1 w ⋯ ⋯
Instances For
Closed forms #
Numerator κs for some w (self-report), p w · κn for none (silence),
over the shared partition κs + p w · κn.
Newsworthiness #
When the atypical value has lower prior mass, the softmax speaker prefers
reporting atypical in the atypical world and staying silent in the typical
world: "improbable situations yield likely utterances".
Speech is likelier in the atypical situation than in the typical one.
Silence is likelier in the typical situation than in the atypical one.
Announce-condition shift (Exp 1) #
The paper's key Exp 1 contrast is announced that ... (speech) vs.
thinks that ... (bare prior). Conditioning on the speaker having spoken
shifts the posterior odds toward atypical: with p atypical > 0, the
cross-multiplied form below says the atypical-weighted announce likelihood
outweighs the typical-weighted one. See [BLG16] for the
null-utterance framework this specialises.
The announced that ... condition shifts posterior odds toward the
newsworthy value: cross-multiplied form.
Regime toggle: cheap speech dominates silence #
When the speech cost weight is no less than silence's (κn ≤ κs, i.e., a
report is no more expensive than staying silent) and the world is not a
priori certain (p w < 1), the speaker at w prefers reporting w to
silence. Recovers the [BLG16] regime where silence is a
never-preferred honesty fallback.