Documentation

Linglib.Phenomena.Modality.Studies.YingEtAl2025

Ying et al. (2025) — English-modal bridge to LaBToM threshold semantics #

@cite{ying-zhi-xuan-wong-mansinghka-tenenbaum-2025}

Connects the English modal fragment (Fragments.English.FunctionWords) to the epistemic threshold semantics of @cite{ying-zhi-xuan-wong-mansinghka-tenenbaum-2025} ("Understanding Epistemic Language with a Language-Augmented Bayesian Theory of Mind", TACL 13:613–637), formalized in Theories.Semantics.Attitudes.EpistemicThreshold.

The Bridge #

Each English epistemic modal auxiliary maps to an EpistemicEntry with a fitted credence threshold (LaBToM's grid-search best-fit values; see the table in EpistemicThreshold.lean). The bridge proves:

  1. Form agreement: the Fragment's form field matches the Theory's name
  2. Force–threshold consistency: necessity-force modals have strictly higher thresholds than possibility-force modals on their epistemic reading
  3. Within-force scalar ordering: threshold ordering captures scalar differences (must > should, may > might) that binary force cannot express

Dependency Direction #

Fragments/English/FunctionWords.lean (AuxEntry, modalMeaning)
                ↓
Theories/Semantics/Attitudes/EpistemicThreshold.lean (EpistemicEntry, θ)
                ↓
Phenomena/Modality/Studies/YingEtAl2025.lean (this file)

Map an English modal auxiliary to its epistemic threshold entry. Only epistemic modals have a threshold; non-epistemic uses (deontic, circumstantial) are none.

The mapping derives from the Fragment's form field — no duplication of lexical data.

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

    Extract the epistemic force of a modal auxiliary, if it has an epistemic reading. Returns none for purely deontic/circumstantial modals (e.g., shall).

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

      Per-entry verification: the Fragment's form maps to the Theory's threshold value from @cite{ying-zhi-xuan-wong-mansinghka-tenenbaum-2025} Table 1(b). These check the form→entry→threshold pipeline; they break if either the Fragment's form field or the Theory's threshold changes.

      The key empirical prediction: necessity-force epistemic modals have strictly higher thresholds than possibility-force epistemic modals.

      □ modals: must (0.95) > should (0.80)
      ◇ modals: may (0.30) > might/could (0.20)
      □ > ◇: should (0.80) > may (0.30)
      

      This connects two independent characterizations of the same items:

      Thresholds decrease monotonically with force: must (□) > should (□w) > may (◇) > might = could (◇). The □ > □w gap is captured by the 3-way ModalForce distinction; the within-◇ gap remains a scalar difference.