RSA Model for Scope Freezing #
RSA model showing that "frozen" scope readings can be rescued by world priors.
Architecture #
- Phenomena/ScopeFreezing: Provides examples with observed availability
- Grammar (Minimalism/CCG): Both predict freezing for possessor, double-object, etc.
- RSA: Takes grammar's parse, shows world priors can rescue frozen readings
The Key Claim #
Grammar theories say: frozen = grammatically impossible (categorical) RSA says: frozen = strongly dispreferred (gradient, rescuable by context)
This module provides the domain types and meaning functions for the scope freezing RSA model.
Equations
- RSA.ScopeFreezing.instBEqWorld.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
Equations
Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Surface (exists>forall) truth conditions
Equations
Instances For
Inverse (forall>exists) truth conditions
Equations
Instances For
Equations
Instances For
Equations
Equations
- RSA.ScopeFreezing.instBEqUtterance.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Equations
Instances For
Equations
Instances For
Rescue prior: strongly favor inverse-only world
Equations
Instances For
Phenomena-Dependent Content #
Definitions and theorems that depend on Phenomena types (Availability, Example,
possessor_baseline, possessor_frozen, etc.) have been moved to
Linglib.Phenomena.Quantification.Studies.RSAScopeFreezing.
This includes: interpPriorFromAvailability, interpPriorFromExample,
baseline, frozen, grammarInterpPrior, and all associated theorems.