Standard RSA: No Scope Distinction #
Standard RSA computes P(w | u) without any notion of scope. It treats "every student read some book" as an atomic utterance and computes a single distribution over worlds.
RSA gives one answer, but there are two legitimate readings (global vs local EXH).
Standard RSA interpretation game for embedded SI. Note: This game has NO scope parameter - it's scope-blind.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The Expressivity Gap: Formal Statement #
The key observation is that standard RSA, by treating utterances atomically, must give the same probability to worlds that EXH would distinguish by scope.
The distinguishing worlds are w_SA and w_AS:
- Global EXH: allows these (prob > 0)
- Local EXH: excludes these (prob = 0)
- Standard RSA L0: allows these (literal meaning satisfied)
This means standard RSA cannot implement local EXH - it always "leaks" probability to worlds that local EXH would exclude.
The worlds that distinguish global from local EXH. These are true under global EXH but false under local EXH.
Equations
Instances For
Global EXH allows the distinguishing worlds
Local EXH excludes the distinguishing worlds
Standard RSA L0 includes SA (literal meaning satisfied)
The expressivity gap exists.
There exists a world that is:
- Excluded by local EXH (prob 0)
- Included by global EXH (prob > 0)
- Included by standard RSA literal meaning
This shows standard RSA can only express global, not local EXH.
How Compositional RSA Resolves This #
The solution is to make scope a latent variable that the listener infers:
L1(w, scope | u) ∝ P(w) × P(scope) × S1(u | w, scope)
Now the listener can infer either:
- Global scope interpretation (SA, AS possible)
- Local scope interpretation (only SS possible)
This is exactly what ScontrasPearl2021 does for "every horse didn't jump". The scope ambiguity model lifts interpretation to a latent variable.
Compositional RSA = Standard RSA + Scope as Latent Variable.
Compositional RSA scenario: scope is a latent variable
- scope : RSA.Core.EmbeddedSI.ExhScope
Instances For
Compositional RSA can express both readings
Equations
- Comparisons.RSAExhExpressivity.compositionalMeaning config = RSA.Core.EmbeddedSI.exhScopedMeaning config.scope config.world
Instances For
Compositional RSA with local scope excludes SA
Compositional RSA with global scope allows SA
The IBR Perspective #
@cite{franke-2011} shows that IBR (the α→∞ limit of RSA) equals exhMW. But this is still SCOPE-BLIND - it's exhMW applied to the WHOLE sentence.
The IBR/exhMW analysis of "every student read some book":
- Alternatives: {"every some", "every all"}
- exhMW excludes worlds where stronger alternatives are true
- Result: excludes only w_AA (where "every all" is true)
- This matches GLOBAL EXH, not local EXH
Even IBR (the limit of RSA) is scope-blind. To get local readings, scope must be a latent variable.
IBR excludes AA (where "every all" is true)
IBR keeps SA (where "every all" is false)
IBR prediction matches global EXH, not local EXH.
IBR (exhMW) excludes worlds where a stronger alternative is true. "every all" is only true at AA, so IBR excludes only AA. This gives exactly the global EXH reading, not the local one.
The Expressivity Hierarchy #
Standard RSA (scope-blind):
- Treats utterances atomically
- Cannot distinguish scope positions
- In the α→∞ limit, equals global EXH (exhMW)
IBR / exhMW (scope-blind):
- Deterministic limit of RSA
- Still scope-blind
- Implements global EXH only
Compositional RSA (scope-aware):
- Lifts scope to a latent variable
- Can express both global and local readings
- Listener infers scope jointly with world
EXH operator (fully compositional):
- Can be inserted at any scope position
- Gives different meanings at different positions
- Compositional RSA approximates this
Standard RSA ⊂ Compositional RSA ≈ EXH. Standard RSA cannot express local exhaustification. The RSA → IBR → exhMW chain only captures global readings. For local readings, the scope-aware approach of ScontrasPearl2021, LexicalUncertainty, or compositional RSA is needed.
The expressivity hierarchy is strict: Standard RSA < Compositional RSA
Witnessed by the existence of a world that compositional RSA can exclude (with local scope) but standard RSA cannot.