Skip to content

Over-Claim Guard

Conservative-wording reference for Typst papers (English / bilingual). The goal is not timid prose — it is to state evidence strength precisely: strong evidence earns strong wording, weak evidence gets weak wording.

Scope

This guide decides how to word a claim once its evidence strength is known — which verb / qualifier to pick so the sentence does not outrun the evidence. Settle evidence sufficiency first (does the visible figure / metric / citation support the claim at all), then pick wording here. Where substance and phrasing seem to conflict, substance wins.

Certainty ladder (verbs, strongest → weakest)

demonstrate / prove                         ← intervention + controlled experiment

reveal / identify / find                    ← strong effect, multi-method or replicated

indicate / suggest                          ← significant but single-method

support / be consistent with                ← trend, agrees with prior work

may indicate / could suggest / appear to    ← marginal or predictive

hint at / point toward                      ← very weak signal or hypothesis

Pick the rung that matches the evidence. Do not climb a rung the data cannot reach.

Substitution tables

1. Causal (the most common over-claim: correlation stated as causation)

❌ over-claim✅ conservative
caused byassociated with / linked to
drives / drivingcontributes to / is associated with
determinesinfluences / shapes
responsible forimplicated in / associated with
results inis followed by / co-occurs with
proves thatindicates / provides evidence that

Causal wording is allowed only with a controlled intervention (ablation, randomized assignment, A/B test), an instrumental-variable design, or an already-established mechanism your data reproduce. Otherwise use association wording.

2. Novelty / firstness (reviewers verify these in seconds)

❌ over-claim✅ conservative
the first tothe first, to our knowledge / among the first to
novel (self-labeled)name what is new; drop the label
unprecedentedsubstantial / notable
previously unknownnot extensively studied

3. Universality (one setting studied, all settings claimed)

❌ over-claim✅ conservative
always / nevergenerally / rarely
in all casesin the cases studied
universallyacross the benchmarks evaluated
any datasetthe datasets sampled

4. Effect size (vague magnitude word with no number)

❌ over-claim✅ conservative
strong improvementreduces error by X%
large effectβ = X.XX (95% CI: …)
significant gainimproved from X to Y (p = …)
highly significantp < 1 × 10⁻¹⁰
robustconsistent across N runs / stable under [perturbation]

If the number itself carries the weight, drop the adjective — the number speaks.

5. Temporal / inferred order (present data, past mechanism)

❌ over-claim✅ conservative
X drove the changethe change is consistent with X
occurred at time Testimates suggest ~T (CI: …)
migrated from A to Bthe data are consistent with a path A→B

6. Application / impact (downstream uses not demonstrated here)

❌ over-claim✅ conservative
will revolutionizehas potential implications for
will be widely usedmay be useful for / could inform
solves the problem of Xaddresses one aspect of X
ready for deploymentprovides a candidate approach for [setting]

7. Comparison (disparaging prior work)

❌ over-claim✅ conservative
previous methods failed toprevious methods were limited by
outperforms all prior workcompares favorably with [specific methods]
resolves the long-standing debateadds evidence to one side of the debate

High-frequency trap phrases

trapsafe replacement
"Our results demonstrate X." (X causal)"Our results are consistent with X."
"This is the first work to …""To our knowledge, among the first to …"
"X plays a critical role in Y.""X has been implicated in Y / may contribute to Y."
"These findings have important implications for …""These findings provide a basis for further study of …"
"X is a key driver of Y.""X is associated with Y."
"Strongly supports""Is consistent with / provides evidence in line with"

Reverse calibration: when NOT to hedge

Hedging weak evidence is right; hedging strong evidence is timid. Use strong wording when:

  • a controlled intervention (ablation / RCT / A-B) gives a causal result → demonstrate;
  • multiple methods / datasets / seeds replicate the result → robustly, with the evidence named;
  • an established mechanism is reproduced → confirms / validates;
  • a large effect with a strong statistic → strong wording plus the number.

Self-check (scan after drafting a paragraph)

  • [ ] Used first / novel? Did you actually search the literature, or add "to our knowledge"?
  • [ ] Used cause / drive / determine? Is there an intervention? If not → associated with.
  • [ ] Used all / always / universally? Is the scope bounded to what you studied?
  • [ ] Used significant / strong / substantial? Is a number attached?
  • [ ] Listed implications you did not demonstrate? Add may / could.
  • [ ] Disparaged prior work? Reframe to "limited by", not "failed".

Script support

deai_check.py flags a focused set of unambiguous over-claim phrases (causal / firstness / universality / application) as [Script] LOW traces and points back to this guide. The script is a safety net for the obvious cases; the tables above cover the judgment calls it cannot make.

Released under the MIT License.