Force Classification¶
A classification method — instantiates Premise–Action Decoupling
Classifies what kind of act a message actually performs — notice, question, demand, offer, or ruling — so the response it genuinely compels can be told apart from the assent it merely implies.
Force Classification sorts a message by its illocutionary force — the kind of act it performs, not the words it contains. A message can wear the costume of a neutral notice while acting as a demand, or dress a ruling as a question. Once you name the force — this is an informative notice; this is a directive; this is an offer; this is a verdict already entered — two things fall out that were tangled before: what response the act actually obligates, and whether producing that response would count as conceding anything. Its defining move is to attack the coupling directly: it exposes the join by which "you engaged" gets read as "you agreed," by showing that the act's real force never licensed that reading in the first place. Where Literal Content Parsing asks what does this say, Force Classification asks what is this doing to me.
Example¶
A company receives a letter from a regulator that opens, "We consider your current arrangement to fall within the scope of Directive 14, and invite your response by the 30th." Read at face value it feels like a settled finding demanding compliance. Force Classification pulls the single message apart into distinct acts. The clause "we consider … to fall within scope" has the force of an assertion of a position — a contestable claim, not an entered ruling. "Invite your response" has the force of an offer of a procedural window, not a directive. And nowhere does the letter carry the force of a binding determination; the jurisdiction is asserted, not adjudicated.
That classification rewrites the recipient's options. A reply that supplies information by the 30th is answering the offer — it is not, by its force, an acceptance of the assertion that the arrangement is in scope. So the company can meet the deadline on the surface task while stating plainly that it does not concede scope, because the letter's own force never bundled the two. What looked like "respond and thereby admit jurisdiction" is revealed as two separable acts with two separable responses.
How it works¶
- Take the parsed acts — from Literal Content Parsing, one message often decomposes into several acts; classify each, not the message as a whole.
- Assign a force — is this act an assertion (a claim, contestable), a question (seeks information), a directive (commands action), a commissive (commits the sender), or a verdictive (enters a settled ruling)? The taxonomy is the instrument.
- Read off the genuine response obligation — a notice obligates nothing; a question obligates at most an answer; only a valid directive from an entitled sender obligates compliance.
- Locate the coupling — name the exact point where the message presents engagement as assent, and show which force would have to be present for that to hold — and that it is not.
The distinguishing discipline is that force is about act-type, upstream of both the literal content and the truth of any embedded claim. It classifies; it does not test conditions or extract premises.
Tuning parameters¶
- Taxonomy granularity — how many force categories you carry. A coarse notice/demand/offer split is fast and communicable; a fine speech-act taxonomy catches the mixed and disguised acts but is heavier to apply.
- Charity of reading — whether you classify by the sender's plausible intent or by the act's conventional force. Reading for intent is diplomatic; reading for conventional force is what protects the recipient when intent and wording diverge.
- Decomposition depth — whether a message gets one force label or one per constituent act. Deeper decomposition finds the disguised sub-act (the ruling hidden inside the invitation) but multiplies the labels.
- Coupling-flagging threshold — how aggressively you call out an engagement-as-assent join. Aggressive flagging catches soft coercion; over-flagging turns ordinary requests into standoffs.
When it helps, and when it misleads¶
Its strength is that it dissolves the false bind at its root: most "engage and concede / refuse and pay" traps rely on the recipient never distinguishing the act that genuinely compels a response from the claim that is merely riding along. Naming the force restores the legitimate surface response without the tacit concession.
It misleads when the label is forced. Real messages carry mixed force, and a tidy single classification can flatten a genuine directive into a mere "notice" you were entitled to ignore — a costly misread when the sender was entitled to command. The most self-serving misuse is running it backwards: relabeling an act to escape an obligation you actually owe ("that was only a suggestion") rather than to expose a concession you never owed. And force is partly conventional and context-bound, so a classification made in a vacuum can be wrong about what the act does here. The discipline that keeps it honest is to classify by the act's conventional force in its actual setting, and to treat whether that setting's conditions truly hold as a separate check.[1]
How it implements the components¶
Force Classification realizes the pragmatic, act-type components — the layer that turns "what was said" into "what it does to me":
engagement_assent_coupling— its central target: it locates and names the join by which participating in the surface act is presented as assenting to the embedded claim.response_coupling_rule— from the assigned force it reads the rule for how (and whether) a response couples to assent: a reply to a question does not ratify the questioner's presuppositions; compliance with a valid directive is a different matter.action_boundary— the force fixes the boundary of what the act actually commits the recipient to, separating a nil-commitment acknowledgement from a genuinely binding one.
It does not extract the literal content or the buried claim (surface_action, embedded_premise) — that is Literal Content Parsing; and it does not test whether the conditions for a ratifying inference actually hold here (authority_and_convention_context, ratification_inference_rule) — that is Context-Condition Testing.
Related¶
- Instantiates: Premise–Action Decoupling — Force Classification is the step that tells engagement from assent by naming what the act does.
- Consumes: Literal Content Parsing supplies the decomposed content whose force this classifies.
- Sibling mechanisms: Context-Condition Testing · Literal Content Parsing · Non-Ratifying Response Option · Presupposition Challenge Marker · Wording Test · Premise–Action Split
References¶
[1] Illocutionary force — the act a speaker performs in saying something (asserting, questioning, ordering, promising, ruling), as distinct from the sentence's literal meaning — is the core notion of speech-act theory (Austin, How to Do Things with Words; Searle). Classifying force is how you tell an act that obligates a response from one that only appears to. ↩