@cite{ruytenbeek-etal-2017}: Indirect Request Processing, Sentence Types #
and Illocutionary Forces
Journal of Pragmatics 119 (2017) 46–62.
Two French eye-tracking experiments testing the literalist view that sentence types encode illocutionary force at the semantic level. Both studies support non-literalist theories: directive force in non-imperative constructions arises from semantic features they share with imperatives, not from sentence type per se.
Three mechanisms for non-imperative directive force #
The paper invokes three (overlapping) routes by which a non-imperative construction can carry directive force:
- Shared deontic semantics (@cite{kaufmann-2012}; paper §3.4
Discussion). A construction whose modal flavor matches the
imperative's deontic semantics is directive-compatible. Vous devez VP
and the permission reading of Vous pouvez VP (paper §3.4)
instantiate this route. Formalised as
SentType.deonticMatch. - Preparatory-condition questioning (@cite{clark-1979}; paper §1
Introduction). An interrogative that questions an addressee
preparatory condition (canonically
.ability) is directive-compatible. Pouvez-vous VP? and Est-il possible de VP? instantiate this route. Formalised asSentType.prepConditionQueried; the deeper characterisationinterrogative + circumstantial-modalis proved equivalent inprepConditionQueried_iff_interrog_circumstantial. - Force-dynamic enablement (@cite{johnson-1987}, @cite{sweetser-1990},
@cite{talmy-2000}; paper §4 General Discussion, p. 61). The four
constructions that semantically encode the addressee's enablement
to perform the action — both interrogative IRs and both
ability/possibility declaratives — pattern together. Formalised as
SentType.enablementEncoded, derived directly frommodalForce = some .possibilityin this paper's domain. This is the broader generalisation that distinguishes the corrected formalisation from earlier versions that categorically denied directive force to Il est possible de VP.
The three mechanisms overlap. Vous pouvez VP fires (1) and (3); the
two interrogative IRs fire (2) and (3); Il est possible de VP fires
(3) only. The joint SentType.isDirective diagnostic licenses
directive force when any mechanism fires (or when the construction is
itself an imperative).
A note on empirical numbers #
Hand-transcribed RT means, fixation durations, and move-response proportions read off Figs. 3/5/6/8 in the original version of this file were either reconstructions of percentages reported in the paper text, upper-bound stipulations, or eyeball reads of bar charts that are demonstrably off (per the 2026-04-24 audit and 2026-05-13 PDF re-audit). The paper's actual claims are β estimates with confidence intervals (Study 1 §2.3, Study 2 §3.3) and significance tests. This file records the directional ordering predictions and lets statistics live in docstrings — Lean is not the right place for hand-transcribed regression coefficients.
Cross-paper bridges #
Theories/Semantics/Modality/Assert.lean: the imperative'sprimaryFlavor = .deonticis the layered foundation;SentType.modalFlavorfor the imperative branch derives from it.Phenomena/Directives/Studies/Roberts2023.lean: a chronologically later sibling that contradicts the imperative's deontic-flavor assignment; the cross-paper wedge lives in Roberts2023.Phenomena/Politeness/Studies/FrancikClark1985.lean: another consumer ofCore.Discourse.PreparatoryCondition. Both that file'sRequestForm.queriedConditionand this file'sSentType.queriedPrepareOption PreparatoryCondition-valued projections sharing the Searle/Francik substrate.
Mood substrate choice #
This file uses Core.Mood.IllocutionaryMood rather than the
Minimalist-derived SAPMood. The two are isomorphic on the
declarative/interrogative/imperative cases used here, and
IllocutionaryMood is the canonical substrate (SAPMood adds
syntax-derivation machinery the paper does not invoke). This also
keeps the file independent of the Minimalist substrate.
Sentence types and modal projections #
The eight sentence types appearing across Studies 1 and 2.
Study 1 §2.1 (p. 51) uses imperative, canYouInterrog,
possibleInterrog, and ctrlInterrog (24 trials = 4 × 6).
Study 2 §3.1 (p. 56) uses imperative (3 You must + 3 control
imperatives), mustDeclarative, canDeclarative, possibleDecl,
and plainDeclarative (24 trials). The 3 control imperatives in
Study 2 collapse to imperative here since they are imperatives
without a polar response option.
- imperative : SentType
Mettez le cercle rouge… — Study 1 + Study 2 imperative.
- canYouInterrog : SentType
Pouvez-vous VP? — Study 1 conventionalised IR.
- possibleInterrog : SentType
Est-il possible de VP? — Study 1 non-conventionalised IR.
- ctrlInterrog : SentType
Le cercle rouge est-il…? — Study 1 control interrogative.
- mustDeclarative : SentType
Vous devez VP — Study 2 deontic-necessity declarative.
- canDeclarative : SentType
Vous pouvez VP — Study 2 modal declarative. The paper's §3.4 Discussion attributes the directive readings to the permission sense of pouvoir (deontic possibility, not circumstantial ability); the paper's §4 General Discussion offers the broader force-dynamic enablement analysis (mechanism 3) as the unified pattern.
- possibleDecl : SentType
Il est possible de VP — Study 2 existential-possibility declarative. Per paper §2.1 the modal base is unrestricted (in the sense of @cite{kratzer-1991}); we choose
.circumstantialas the canonical flavor since Pouvez-vous VP? (semantically close per p. 50) is restricted to the ability reading in the experimental contexts. - plainDeclarative : SentType
Le cercle rouge est… — Study 2 control declarative.
Instances For
Equations
- RuytenbeekEtAl2017.instDecidableEqSentType x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
- RuytenbeekEtAl2017.instReprSentType = { reprPrec := RuytenbeekEtAl2017.instReprSentType.repr }
Equations
- One or more equations did not get rendered due to their size.
Instances For
Morphosyntactic mood of each sentence type.
Equations
- RuytenbeekEtAl2017.SentType.imperative.mood = Core.Mood.IllocutionaryMood.imperative
- RuytenbeekEtAl2017.SentType.canYouInterrog.mood = Core.Mood.IllocutionaryMood.interrogative
- RuytenbeekEtAl2017.SentType.possibleInterrog.mood = Core.Mood.IllocutionaryMood.interrogative
- RuytenbeekEtAl2017.SentType.ctrlInterrog.mood = Core.Mood.IllocutionaryMood.interrogative
- RuytenbeekEtAl2017.SentType.mustDeclarative.mood = Core.Mood.IllocutionaryMood.declarative
- RuytenbeekEtAl2017.SentType.canDeclarative.mood = Core.Mood.IllocutionaryMood.declarative
- RuytenbeekEtAl2017.SentType.possibleDecl.mood = Core.Mood.IllocutionaryMood.declarative
- RuytenbeekEtAl2017.SentType.plainDeclarative.mood = Core.Mood.IllocutionaryMood.declarative
Instances For
Contextually salient modal flavor for each sentence type.
The imperative branch is derived from
Semantics.Modality.Assert.primaryFlavor rather than restipulated
(layered grounding — see imperative_modalFlavor_eq_assert below).
canDeclarative = .deontic follows the paper's §3.4 Discussion
explanation of the Vous pouvez VP directive readings via the
permission sense of pouvoir. canYouInterrog = .circumstantial
follows the paper's §2.1 (p. 50) statement that the experimental
contexts force the ability reading of pouvez/possible.
ctrlInterrog and plainDeclarative carry no modal, hence the
Option codomain.
Equations
- RuytenbeekEtAl2017.SentType.imperative.modalFlavor = some (Semantics.Modality.Assert.primaryFlavor Core.Mood.IllocutionaryMood.imperative)
- RuytenbeekEtAl2017.SentType.canYouInterrog.modalFlavor = some Core.Modality.ModalFlavor.circumstantial
- RuytenbeekEtAl2017.SentType.possibleInterrog.modalFlavor = some Core.Modality.ModalFlavor.circumstantial
- RuytenbeekEtAl2017.SentType.ctrlInterrog.modalFlavor = none
- RuytenbeekEtAl2017.SentType.mustDeclarative.modalFlavor = some Core.Modality.ModalFlavor.deontic
- RuytenbeekEtAl2017.SentType.canDeclarative.modalFlavor = some Core.Modality.ModalFlavor.deontic
- RuytenbeekEtAl2017.SentType.possibleDecl.modalFlavor = some Core.Modality.ModalFlavor.circumstantial
- RuytenbeekEtAl2017.SentType.plainDeclarative.modalFlavor = none
Instances For
Modal force (necessity / possibility) for each sentence type.
Equations
- RuytenbeekEtAl2017.SentType.imperative.modalForce = some Core.Modality.ModalForce.necessity
- RuytenbeekEtAl2017.SentType.canYouInterrog.modalForce = some Core.Modality.ModalForce.possibility
- RuytenbeekEtAl2017.SentType.possibleInterrog.modalForce = some Core.Modality.ModalForce.possibility
- RuytenbeekEtAl2017.SentType.ctrlInterrog.modalForce = none
- RuytenbeekEtAl2017.SentType.mustDeclarative.modalForce = some Core.Modality.ModalForce.necessity
- RuytenbeekEtAl2017.SentType.canDeclarative.modalForce = some Core.Modality.ModalForce.possibility
- RuytenbeekEtAl2017.SentType.possibleDecl.modalForce = some Core.Modality.ModalForce.possibility
- RuytenbeekEtAl2017.SentType.plainDeclarative.modalForce = none
Instances For
The imperative's flavor matches the one Hacquard's SAP architecture assigns to imperative speech acts — derived, not coincidentally equal. Layered Grounding for the headline @cite{kaufmann-2012} commitment.
Mechanism 1 — shared deontic semantics (@cite{kaufmann-2012}) #
A construction is mechanism-1-compatible with directive force when its
modal flavor matches the imperative's. The check is a single equality
on ModalFlavor. Mechanism 1 does not distinguish necessity from
possibility — that ranking is a quantitative finding (paper §3.3:
You must yields more directive interpretations than You can,
z = -8.11, p < 0.001) which mechanism 1 alone underdetermines.
A sentence type is mechanism-1-compatible iff its modal flavor matches the imperative's. Encodes @cite{kaufmann-2012}'s deontic-modal account of imperatives: any construction with the same modal flavor is a candidate directive.
Equations
Instances For
Mechanism 2 — preparatory-condition questioning (@cite{clark-1979}) #
Per @cite{clark-1979}, asking about a preparatory condition for a
request licenses the directive interpretation without sharing the
imperative's modal semantics. The substrate
Core.Discourse.PreparatoryCondition (Searle's hierarchy: ability /
knowledge / memory / perception / permission / willingness) is the
target type; the projection SentType.queriedPrep mirrors
Phenomena/Politeness/Studies/FrancikClark1985.lean's
RequestForm.queriedCondition.
The preparatory condition queried by each sentence type, when one
is queried. The two interrogative IRs both query .ability (per
paper §2.1 p. 50, the experimental contexts force the ability
reading). The empty .queriedPrep cases are the imperative,
declaratives, and the control interrogative — none of which raise
a polar question over an addressee precondition.
Equations
Instances For
Mechanism 2 directive licensing: the construction queries an addressee preparatory condition.
Equations
- s.prepConditionQueried = (s.queriedPrep.isSome = true)
Instances For
Deeper characterisation of mechanism 2 in this paper's domain:
queriedPrep = some .ability iff the construction is an
interrogative with circumstantial modal flavor. This is the
structural content of @cite{clark-1979}'s "convention of means"
applied to the paper's specific stimulus set, where circumstantial
modal force in an interrogative form picks out exactly the
ability-questioning indirect requests.
Mechanism 3 — force-dynamic enablement (@cite{johnson-1987}, #
@cite{sweetser-1990}, @cite{talmy-2000})
Per the paper's §4 General Discussion (p. 61), all four constructions that semantically encode the addressee's enablement to perform the action — Pouvez-vous VP?, Vous pouvez VP, Est-il possible de VP?, and Il est possible de VP — pattern together as candidate directives. This is the broader generalisation that mechanism 2 (questioning only) misses: declarative ability/possibility constructions also encode the enablement-to-act semantic content, and the paper's data show that Il est possible de VP indeed receives directive interpretations (though fewer than Vous pouvez VP; z = -3.29, p = 0.0028, §3.3).
Force-dynamic enablement in this paper's domain reduces to "the
construction has possibility modal force": the four enablement-encoding
constructions are precisely the four with modalForce = some .possibility. The derivation is captured directly in the definition;
the explicit four-construction list (matching the paper's prose at
p. 61) appears in mechanism_attribution.
Mechanism 3 directive licensing: the construction encodes a force-dynamic enablement pattern, characterised in this paper's domain by possibility modal force. The four ability/possibility constructions in the paper instantiate this.
Equations
- s.enablementEncoded = (s.modalForce = some Core.Modality.ModalForce.possibility)
Instances For
Equations
Joint diagnostic #
The paper's non-literalist model: a sentence type is directive-compatible iff at least one mechanism fires (or the construction is itself an imperative). The imperative is direct (no indirection); Vous devez VP fires (1); Vous pouvez VP fires (1) and (3); the two interrogative IRs fire (2) and (3); Il est possible de VP fires (3) only; the two controls fire none.
Joint diagnostic: directive force is licensed by mechanism 1, 2, or 3 (or by being an imperative outright).
Equations
- s.isDirective = (s = RuytenbeekEtAl2017.SentType.imperative ∨ s.deonticMatch ∨ s.prepConditionQueried ∨ s.enablementEncoded)
Instances For
Predictions #
Six of the eight sentence types are directive (imperative + the five
modal sentences); the two non-modal controls are not. The joint
isDirective diagnostic produces this partition. The
mechanism-attribution table records which mechanism licenses each
directive sentence type — the empirical content of the paper's
non-literalist analysis.
The paper's headline qualitative finding (§4 General Discussion): the joint diagnostic correctly partitions the eight sentence types into directive (imperative + 5 modal sentences) and non-directive (2 controls).
Mechanism-attribution table: which sentence types each mechanism licenses, and which it rejects. Documents the empirical content of the three-mechanism analysis: mechanism 1 (deontic match) fires on the imperative, Vous devez VP, and Vous pouvez VP; mechanism 2 (preparatory-condition questioning) fires only on the two interrogative IRs; mechanism 3 (force-dynamic enablement) fires on all four ability/possibility constructions.
Force–type mismatch (the headline anti-literalist claim) #
The paper's core theoretical claim (§4 General Discussion) is that sentence type does NOT encode illocutionary force: declarative sentence types can carry directive force (via mechanisms 1/3 for Vous devez VP, Vous pouvez VP, and Il est possible de VP), and interrogative sentence types can carry directive force (via mechanisms 2/3 for the two IRs).
The literalist default is the Searle taxonomy: declarative mood maps to assertive force, interrogative mood maps to question-class directives (asking, not commanding). Both defaults are falsified by the existence of force–type mismatch witnesses below.
A sentence-type carries a force–type mismatch when its
morphosyntactic mood is m but it nonetheless licenses directive
interpretation. The five mismatch cases (mustDeclarative,
canDeclarative, possibleDecl, canYouInterrog,
possibleInterrog) all instantiate this.
Equations
- s.forceTypeMismatch m = (s.mood = m ∧ s.isDirective)
Instances For
The literalist Searle default for declarative mood is
.assertive, not .directive. The paper's data falsify the
consequence "declarative-mood utterances cannot carry directive
force" (witnessed by anti_literalism_for_declaratives).
Anti-literalism witness: there is a sentence type whose
morphosyntactic mood is declarative yet which licenses directive
interpretation. (mustDeclarative, canDeclarative, and
possibleDecl all witness this; mustDeclarative is the canonical
paper Study 2 case.)
Anti-literalism witness: there is a sentence type whose
morphosyntactic mood is interrogative yet which licenses directive
interpretation. (canYouInterrog and possibleInterrog both
witness this; either is the canonical paper Study 1 case.)
The five non-imperative sentence types that carry directive force — declarative-form mismatches and interrogative-form mismatches alike.
Bridge to French Fragment #
The SentType.modalFlavor and SentType.modalForce projections are
consistent with the lexical entries in Fragments/French/Modals.lean:
each sentence type's force–flavor pair appears in the corresponding
modal verb's forceFlavors list. This is a derive-don't-duplicate
consistency check — changing a Fragment entry's flavor inventory will
break these theorems.
Vous devez VP = deontic necessity, present in devoir's force-flavor inventory.
Vous pouvez VP = deontic possibility (permission), present in pouvoir's force-flavor inventory.
Il est possible de VP = circumstantial possibility, present in the impersonal construction's force-flavor inventory.