Burden Shift Detection¶
Diagnostic detector — instantiates Informal Fallacy Diagnosis and Repair
Catches when the obligation to prove quietly moves from the claimant to the critic, so "you can't disprove it" stops passing as evidence.
Some arguments fail not because a premise is false but because of who is being asked to prove what. Burden Shift Detection watches the dialectical bookkeeping: it fixes who properly carries the burden of proof for a given claim, and to what standard, and then flags the moment the argument tries to relocate that burden onto the other side. The signature move it catches is the demand that the critic disprove a claim — "no one has shown it's harmful, so it's fine" — which treats the absence of a refutation as if it were positive support. This mechanism is purely procedural: it says nothing about whether the claim is true, only about who owes the argument and how much. That narrowness is the point — it is the one check that operates on the allocation of proof rather than its content.
Example¶
A moderator is reviewing a heated thread in a consumer forum about a food preservative. One commenter writes: "Nobody has ever proven that this additive is dangerous at these doses, so it's perfectly safe to keep using — prove me wrong." Burden Shift Detection is the step that separates the rhetoric from the reasoning. First it fixes the default: the person asserting that a substance is safe at a given exposure is making a positive claim and carries the burden of supporting it; "safe" is not the free default just because harm is unproven. Then it sets the standard by the setting — a casual forum is not a regulatory filing, but a safety assertion still needs more than the silence of the record.
Against that baseline the move is exposed: the commenter has converted "harm is unproven" into "safety is proven" and handed the whole burden to anyone who doubts. The output is not a verdict on the additive but a one-line finding: the claimant, not the critic, owes evidence that the additive is safe at these doses, and absence of a harm study does not discharge that. That reframing lets the thread argue about the actual evidence instead of about who has to go first.
How it works¶
- Fix the default burden. Classify the claim (positive existence claim, a proposal to change the status quo, a bare assertion) and assign the burden by a stated rule — typically, he who asserts must support, and the party seeking to move from the status quo carries the load.
- Set the standard from the setting. Calibrate how much evidence discharges the burden to the forum and the stakes, so a low-stakes aside and a high-stakes safety claim are not held to the same bar.
- Watch for the relocation tells. Flag the recognizable moves: treating "not disproven" as "proven," demanding the critic meet a higher standard than the claimant ever did, or answering a request for support with a counter-demand for refutation.
- Report where the burden sits. Emit a short record stating who properly owes what, so the exchange can resume on the corrected footing.
Tuning parameters¶
- Default-burden rule — whether you pin the burden on the asserter, the status-quo-changer, or the positive-claimant. Too strict a rule can freeze a bad status quo; too loose lets any bare assertion stand as a default truth.
- Standard of proof — how much evidence counts as discharging the burden, scaled to stakes. A high bar guards against error but can be weaponized to stall by demanding impossible proof.
- Symmetry enforcement — whether both sides are held to the same standard. Asymmetric standards are themselves a burden-shifting tell, so tightening this dial catches more but risks pedantry.
- Flag sensitivity — how aggressively you call a shift. Turned up, every "I'm not convinced yet" reads as an accusation; turned down, genuine stonewalling slips through.
When it helps, and when it misleads¶
Its strength is that it neutralizes the most common way ignorance is dressed as evidence: the argument from ignorance, in which "you can't prove it isn't so" is offered as if it were proof that it is.[n1] By naming who owes the argument, it keeps a debate from stalling on the question of who has to go first, and it appropriately protects a status quo from being overturned by mere unfalsified assertion.
Its failure mode is that burden allocation is itself contestable. Mechanically applying "the asserter proves" can wrongly shield an entrenched but harmful status quo, or unfairly load the burden onto a whistleblower who has raised a legitimate concern. The classic misuse is the reverse of the fallacy it catches — using "you haven't met your burden" to demand a standard of proof no one could satisfy, and calling that a win. The guarding discipline is to state the burden rule and the standard out loud and in advance, and to hold both parties to them symmetrically, rather than assigning the burden opportunistically to whichever side one already disagrees with.
How it implements the components¶
burden_and_standard_of_proof_record— its core artifact: the explicit record of who carries the burden for the claim and what standard discharges it, against which the shift is measured.audience_and_stakes_context— it reads the forum and stakes to set that standard, since what counts as "enough" proof differs between an offhand claim and a safety-critical one.
It does not screen whether a given premise is true or on-point — premise_acceptability_screen and relevance_and_context_map belong to Premise Relevance & Acceptability Test, which tests the content of a premise rather than the procedural question of who must supply one.
Related¶
- Instantiates: Informal Fallacy Diagnosis and Repair — supplies the procedural, burden-of-proof check within the wider diagnosis.
- Sibling mechanisms: Premise Relevance & Acceptability Test · Fallacy Label Justification Note · Fallacy Triage Matrix · Counterexample Probe
Editorial Notes¶
Form Classification¶
Form family: Assessment, Review & Assurance
Rationale: Catches when the obligation to prove quietly moves from the claimant to the critic, so 'you can't disprove it' stops passing as evidence, making its operative form a bounded evaluation of existing evidence or work that produces a finding or disposition.
Independent corroboration: The frozen evidence defines Burden Shift Detection as 'Catches when the obligation to prove quietly moves from the claimant to the critic, so 'you can't disprove it' stops passing as evidence', so its operative form is Assessment, Review & Assurance.
Review outcome: Independent reviewer agreement; high confidence.
Origin Attribution¶
Primary origin: Philosophy
Origin pattern: Convergent development
Present-day reach: Multi-domain
Rationale: Informal logic and philosophical argumentation provide the governing lineage for detecting when a claimant illicitly turns a demand for support into a demand that the critic disprove the claim.
Related originating lineages:
- Law & Governance — Legal procedure independently formalized production and persuasion burdens and legitimate conditions for shifting them.
- Rhetoric — Argumentation practice supplies dialogue moves, critical questions, and turn-by-turn burden bookkeeping.
Review resolution: Argumentation research treats burden allocation as a procedural property of dialogue and models when it changes across stages. Informal-fallacy scholarship therefore best explains the detector's governing purpose, while legal rules and rhetorical practice are independently formative rather than mere applications.
Attribution caveat: Law also recognizes legitimate burden shifts after presumptions or prima facie showings; the diagnostic must distinguish those from the informal fallacy it targets.
Review outcome: Researched adjudication after independent review; high confidence.
Sources consulted:
- Stanford Encyclopedia of Philosophy: Fallacies
- The Carneades Model of Argument and Burden of Proof
- Cornell LII: Burden of Persuasion
Notes¶
[n1] The argument from ignorance (Locke's term argumentum ad ignorantiam) treats a proposition as true simply because it has not been proven false, or false because unproven true. Burden Shift Detection targets exactly this move by insisting the claimant, not the doubter, discharge the burden. ↩