Epistemic Profile Layer #
Connective layer bundling evidential source, epistemic authority (egophoricity),
and mirativity into a unified EpistemicProfile. Bridges these feature-geometric
dimensions to the model-theoretic level (KContext / ContextTower).
Motivation #
[GS24] identify 10 concept areas forming a coherent epistemic
domain. Linglib already covers evidential source (Features/Evidentiality.lean),
epistemic modality (Modality/Kernel.lean), and mirativity (Features/Mirativity.lean),
but these are scattered with no connective tissue. The main gap is egophoricity -- the
dimension of WHO has privileged epistemic access (speaker vs addressee vs third
party), which the glossary argues is independent of evidential source.
Design #
EpistemicAuthority fills the egophoricity gap. EpistemicProfile bundles it
with CoarseSource and MirativityValue for unified epistemic specification.
epistemicAuthority bridges epistemic authority to ContextTower by resolving
from the origin (speech-act context), since egophoric marking reflects the
actual speech-act participants, not reported ones.
Not Yet Formalized #
Engagement, logophoricity, and epistemic vigilance would require substantial new infrastructure (discourse model, binding theory extension, RSA listener model extension respectively) and are left for future work.
Epistemic authority: WHO has privileged access to the propositional content. Egophoric systems ([Tou08], [Flo18], Gawne & Spronck glossary 2) grammaticalize the distinction between:
- ego: speaker has privileged access (1st person knowledge, volition, intention)
- allocutive: addressee has privileged access (2nd person questions)
- nonparticipant: neither speech-act participant has special access
- ego : EpistemicAuthority
- allocutive : EpistemicAuthority
- nonparticipant : EpistemicAuthority
Instances For
Equations
- Semantics.Epistemicity.instDecidableEqEpistemicAuthority x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Epistemic profile: bundles the three orthogonal epistemic dimensions that the glossary identifies as cross-linguistically relevant.
- source: WHAT kind of evidence (Aikhenvald's 3-way)
- authority: WHO has privileged access (egophoric dimension)
- mirativity: WHETHER the content is expected (DeLancey's dimension)
- source : Features.Evidentiality.CoarseSource
- mirativity : Features.Mirativity.MirativityValue
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Equations
- One or more equations did not get rendered due to their size.
- Semantics.Epistemicity.instBEqEpistemicProfile.beq x✝¹ x✝ = false
Instances For
Determine epistemic authority from a ContextTower, resolving from the origin (speech-act context). Egophoric marking reflects the actual speech-act participants: ego if the knower is the speaker, allocutive if the knower is the addressee, nonparticipant otherwise.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Ego authority with direct evidence: the canonical "strong assertion" profile. The speaker saw it themselves -- maximally authoritative.
Equations
Instances For
Non-ego authority with inferential evidence: the canonical profile for epistemic 'must' ([vFG10]). Speaker infers, no privileged access.
Equations
Instances For
In ego-authority contexts, direct evidence is the default source. This captures the generalization that 1st-person volitional claims ("I'm going to leave") use ego marking, not evidential marking.
In allocutive contexts, evidential source is typically irrelevant -- the addressee's authority overrides source distinctions. (Tibetan -payin ego vs -pa'dug non-ego; Akhvakh -eri ego vs -ari non-ego)
Equations
- Semantics.Epistemicity.allocutiveProfile s = { source := s, authority := Semantics.Epistemicity.EpistemicAuthority.allocutive }
Instances For
Epistemic authority is invariant under tower push: egophoric marking reflects speech-act participants (from origin), not embedded ones.