Abstract–Full-Text Alignment Review¶
Alignment review — instantiates Summary-Substance Alignment Audit
Walks an abstract claim by claim back into the full text, demanding a specific supporting passage for each — and flags the findings the abstract quietly leaves out.
An Abstract–Full-Text Alignment Review takes a document's own structured summary — the abstract — and maps every claim it makes onto the passage of the body meant to support it, asking of each: where exactly is this established, and does that passage support it at the strength stated? Its defining move is that the map runs both directions. A general impression that "the abstract reads fairly" is not allowed: each abstract claim must resolve to a specific figure, table, or result or be flagged, and — the reverse sweep — each load-bearing finding or limitation in the body that the abstract never mentions is flagged as an omission. This bidirectionality is what separates it from a one-way provenance grid; it catches both the claim with no support and the support with no claim.
Example¶
A program-committee reviewer reads a submitted machine-learning paper whose abstract states the method "outperforms state-of-the-art across benchmarks." Walking the claim into the body, the reviewer finds Table 3: the method wins on 2 of the 7 benchmarks, ties on three, trails on two, and the headline average is carried by a single dataset. The alignment matrix records the row "outperforms across benchmarks" → Table 3 / §5.2 → overstated (wins 2/7; "across" unsupported). The reverse sweep adds an omission row: the paper's own limitations paragraph reports a ≈4× training-cost increase that the abstract never mentions — exactly the fact a reader deciding whether to adopt the method would need. The abstract goes back to match the table, not because the reviewer felt it was rosy, but because two specific claims failed to anchor and one finding failed to appear.
How it works¶
- Decompose the abstract into atomic claims — one assertion per row.
- Anchor each to the exact location in the body that bears on it, and grade the match at the strength asserted, so "reduces X" and "may reduce X" score differently.
- Reverse-sweep the body for material findings, caveats, and negative results that have no counterpart in the abstract.
- Return the filled two-way matrix — overstated claims and omitted findings both visible as rows.
Tuning parameters¶
- Claim granularity — how finely the abstract is cut; finer catches buried overstatement but costs reviewer time.
- Strength-matching strictness — how exactly abstract modality must match the body's; strict settings catch hedge-stripping, loose ones tolerate ordinary compression.
- Reverse-sweep depth — whether every body finding is checked for abstract presence or only the primary results; deeper sweeps catch selective reporting.
- Anchor specificity — whether a claim may anchor to any supporting passage or must anchor to the primary pre-specified result — the strict form is what defeats cherry-picking.
- Independence — author self-check versus an independent reviewer, trading cost for credibility.
When it helps, and when it misleads¶
Its strength is forcing every abstract claim to earn a specific evidentiary home and forcing every important finding to earn a place in the abstract — which is what catches spin, the favorable re-description of a study its own results don't support.[1] Reporting standards for structured abstracts (such as CONSORT for Abstracts) exist for the same reason.
Its limits are real. It is only as good as the reviewer's reading of the body, and it catches claim-level distortion better than framing distortion carried in emphasis and word choice. Its classic misuse is being run backwards — writing the desired abstract first, then hunting the body for any passage that can be pointed at as an anchor. The discipline that guards against this is independence plus the primary-result rule: a claim anchors to the pre-specified primary outcome, not to whichever secondary finding flatters it.
How it implements the components¶
This review realizes the mapping-and-tracing core of the audit — only what a bidirectional claim review produces:
claim_alignment_matrix— the two-way, row-per-claim map (abstract→body for overstatement, body→abstract for omission), carrying a verdict for each, is this matrix.evidence_anchor_and_trace_link— every row holds the specific passage, figure, or table that confirms or refutes the claim, and the trace link back to it.
It does not extract the raw claim surfaces as a standalone list or weigh an author's incentive to amplify: the atomized summary claims come from the Summary-Claim Traceability Matrix, and promotional-incentive grading is Press-Release Claim Review. Which qualifier changes count as material belongs to Qualifier-Drop Scan and Certainty & Causality Inflation Check.
Related¶
- Instantiates: Summary-Substance Alignment Audit — supplies the anchored, bidirectional claim map the rest of the audit reasons over.
- Sibling mechanisms: Summary-Claim Traceability Matrix · Press-Release Claim Review · Headline–Body Consistency Check · Certainty & Causality Inflation Check · Qualifier-Drop Scan
Notes¶
The nearest sibling is the Summary-Claim Traceability Matrix, and the line between them is worth keeping: the traceability matrix is a reusable artifact that traces summary claims to the body one direction; this is an editorial review that also runs the body back against the abstract to catch what was left out, and grades overstatement rather than only recording support.
References¶
[1] In evidence-based-medicine meta-research, spin is the use of reporting practices that present a study's results as more favorable than the findings support — most often by foregrounding a significant secondary outcome when the pre-specified primary outcome is null. ↩