@cite{klecha-2016}: Modality and Embedded Temporal Operators #
@cite{klecha-2016}
Klecha's theory: modals shift the evaluation time, not just attitude verbs. This means tense under a modal is checked against the modal's evaluation time, explaining modal-tense interactions that other theories leave unaddressed.
Core Mechanisms #
- Modal eval time shift: modals shift the temporal evaluation context, parallel to how attitude verbs shift it
- Tense under modals: embedded tense is checked against the modal's eval time, not speech time
Key Innovation #
Most tense theories (Abusch, Von Stechow, Kratzer, Ogihara) only address tense under attitude verbs. Klecha extends the eval-time shift to modals: "John might have left" involves past tense checked against the modal's evaluation time, not against speech time.
This is formalized via the evalTimeIndex field on TensePronoun: modals
update this index just as attitude verbs do.
Klecha's modal eval time shift: a modal operator shifts the temporal evaluation context for its complement, parallel to attitude verbs.
modalEvalTime: the time at which the modal is evaluated
g: temporal assignment
evalIdx: index of the eval time variable
The result is a new assignment where g(evalIdx) = modalEvalTime.
Equations
- Semantics.Tense.ModalTense.modalEvalTimeShift modalEvalTime g evalIdx = Core.Tense.updateTemporal g evalIdx modalEvalTime
Instances For
After modal eval time shift, the eval time IS the modal's eval time.
Klecha's modal-tense interaction: tense constraint checked against the modal's eval time, not against speech time.
Example: "John might have left"
- Modal "might" shifts eval time
- Past "have left" is checked against modal eval time
- Result: the leaving is past relative to the modal evaluation, not necessarily past relative to speech time
Equations
- Semantics.Tense.ModalTense.modalTenseInteraction tenseFeature refTime modalEvalTime = tenseFeature.constrains refTime modalEvalTime
Instances For
Klecha derives the modal-tense interaction: past tense under a modal is checked against the modal's eval time.
This is THE key result: eval time is visible to modals, not just to attitude verbs.
The evalTimeIndex on TensePronoun IS Klecha's mechanism: modals update this index to shift the eval time for embedded tense.