Provenance Before Prose: Claim-Locked Reporting
Summary
This paper proposes claim-locked reporting, a provenance-before-prose protocol that fixes statistical evidence before LLM generation to improve reproducibility and accuracy in scientific reports.
View Cached Full Text
Cached at: 08/27/26, 09:18 AM
# 1. Introduction
Source: [https://arxiv.org/html/2608.25336](https://arxiv.org/html/2608.25336)
Xidian UniversityAccepted to EMNLP: August 2026
Provenance Before Prose: Claim\-Locked Reporting for Statistical Text Generation
Xiao Fan, Jingyuan Li\*, Hongbin Guo, Yubo Han, Yi Zhang\*
Xidian University
\{xiufan, hongbin, hanyubo\}@stu\.xidian\.edu\.cn\{lijingyuan, yizhang\}@xidian\.edu\.cn
\*Corresponding authors\.
[Code](https://github.com/XiuFan719/Claim-Locked-Reporting)
AbstractLarge language models \(LLMs\) can fluently verbalize statistical evidence, yet statistical reports can still drift numerical values, invert effect directions, or restate thresholded contrasts as categorical effects\. We frame these failures as a control problem: the evidence\-bearing content of a scientific report should be fixed by structured statistical results rather than sampled during prose generation\. We therefore use cross\-run reproducibility to stress\-test whether report\-visible numbers and claims are bound before prose generation\. Existing controls operate at the text or slot level; a deterministic hybrid template reproduces only61\.1%61\.1\\%of report\-visible numerical content across seeds because the LLM still selects which findings and numbers the template renders\. We propose*claim\-locked reporting*, a provenance\-before\-prose protocol that fixes the evidence source, numbers, direction, and allowed language strength of each reportable claim before the LLM writes connective wording\. Across fMRI functional\-connectivity reporting and randomized controlled trial reporting on Evidence Inference 2\.0, claim\-locked reporting improves reproducibility over the hybrid template by37\.437\.4and20\.520\.5points, respectively\. Blinded human audits support the observed direction\-preservation and governance trends\. In an fMRI cost analysis with DeepSeek, claim\-locked reporting also yields the lowest observed token use and median generation latency\. Code is available at[https://github\.com/XiuFan719/Claim\-Locked\-Reporting](https://github.com/XiuFan719/Claim-Locked-Reporting)\.
Consider a functional magnetic resonance imaging \(fMRI\) report produced by a large language model \(LLM\)\. Before any prose is written, the statistical results are already fixed by the analysis\. Yet across runs, the same results can still lead to different reports\. One report may include a finding that another omits, report a different numerical detail, or describe the same group effect with stronger or weaker wording\. Such variation changes the evidence\-bearing content of the report\. When the underlying results have not changed, the set of reported findings and numbers, together with their interpretive strength, should remain stable across runs\.
LLMs are increasingly used to draft scientific and clinical reports, and much of the current reliability framing asks whether generated text is faithful to an observable or retrievable source, such as an image, a patient record, or a retrieved passage\[[Van Veen et al\., 2024](https://arxiv.org/html/2608.25336#bib.bib4),[Bannur et al\., 2024](https://arxiv.org/html/2608.25336#bib.bib5),[Tu et al\., 2024](https://arxiv.org/html/2608.25336#bib.bib6),[Singhal et al\., 2023](https://arxiv.org/html/2608.25336#bib.bib3)\]\. For LLM\-generated statistical reports, the reliability question is different\. Functional connectivity \(FC\) analyses, randomized controlled trial \(RCT\) summaries, and epidemiological reports are written from statistical results that have already been computed: counts, effect estimates, directions, thresholds, covariate conditions, or evidence spans\[[Bullmore and Sporns, 2009](https://arxiv.org/html/2608.25336#bib.bib18),[Zalesky et al\., 2010](https://arxiv.org/html/2608.25336#bib.bib19),[Marek et al\., 2022](https://arxiv.org/html/2608.25336#bib.bib14)\]\. A report may use numbers or terms that appear in the source while still changing the statistical claim it conveys, for example by drifting a number, reversing a direction, or overstating the strength of an association\. We refer to this family of errors as*statistical claim distortion*\. Reliability in statistical reporting requires preserving not only source\-supported content, but also the statistical meaning of that content\.
Existing controls intervene at different points in the generation pipeline\. For clarity, we group them into two levels\. Text\-level control includes prompting, retrieval\[[Lewis et al\., 2020](https://arxiv.org/html/2608.25336#bib.bib7)\], structured output\[[Willard and Louf, 2023](https://arxiv.org/html/2608.25336#bib.bib8),[Beurer\-Kellner et al\., 2023](https://arxiv.org/html/2608.25336#bib.bib10)\], and post\-hoc verification\[[Manakul et al\., 2023](https://arxiv.org/html/2608.25336#bib.bib9)\]\. These methods can constrain the generation process or output form, but the model still decides which statistical inferences to state and how strongly to state them\. Slot\-level control combines selected fields with deterministic surface realization\[[Reiter and Dale, 2000](https://arxiv.org/html/2608.25336#bib.bib27),[Gatt and Krahmer, 2018](https://arxiv.org/html/2608.25336#bib.bib28)\]\. It ensures that a selected field is rendered consistently, but it does not decide which field should be selected in the first place\. When the LLM chooses the slots, the reported numbers, directions, and language strength can still vary across runs\.
This leaves a claim\-level gap\. Existing controls can constrain the text or render selected slots, but they do not fix the reportable statistical claim before rendering\. We address this gap with claim\-locked reporting, a third control level that binds each reportable claim to its evidence source, numbers, effect direction, and allowed language strength before the LLM writes\. A claim builder converts the structured evidence record into a claim ledger; a risk auditor and policy controller determine which claims are admissible and how strongly they may be stated; a deterministic renderer emits numbers, tables, entity labels, and direction tags from the ledger; and the LLM writes only connective prose around the locked claims\. The protocol changes what the model is allowed to decide\. We evaluate claim\-locked reporting across FC reporting and RCT reporting using complementary automatic and human analyses of report stability, statistical correctness, and claim governance\. Additional experiments examine component contributions and practical generation cost\. Our contributions are summarized as follows:
- •We frame statistical claim distortion as a reliability problem in LLM\-generated statistical reporting, and use cross\-run reproducibility as a stress test of whether evidence\-bearing content is fixed before prose generation\.
- •We propose claim\-locked reporting, a provenance\-before\-prose protocol that binds each reportable claim to its evidence source, numbers, direction, and allowed language strength before prose generation\.
- •We evaluate the protocol on obesity\-related FC reporting and RCT reporting on Evidence Inference 2\.0 against grounded baselines, supplemented by component analysis and blinded human audits\. Claim\-locked reporting improves reproducibility over the hybrid template by37\.437\.4and20\.520\.5points in the two settings, respectively\.
## 2\. Related Work
#### Statistical reporting versus faithful generation\.
Classical natural language generation separates content planning from surface realization\[[Reiter and Dale, 2000](https://arxiv.org/html/2608.25336#bib.bib27),[Gatt and Krahmer, 2018](https://arxiv.org/html/2608.25336#bib.bib28)\]: the system first decides what to communicate and then how to express it\. Neural data\-to\-text generation later learned content selection and realization jointly from structured records\[[Lebret et al\., 2016](https://arxiv.org/html/2608.25336#bib.bib20),[Wiseman et al\., 2017](https://arxiv.org/html/2608.25336#bib.bib21)\], and explicitly modeling content selection and planning was subsequently shown to improve generation quality\[[Puduppully et al\., 2019](https://arxiv.org/html/2608.25336#bib.bib22)\]\. Statistical reporting, however, exposes a distinction this line of work does not make: selecting the correct records does not guarantee a correct statistical claim\. The same supported evidence can still be verbalized with the wrong direction, stripped of an adjustment condition, or stated with unjustified strength\. LLM\-era faithfulness evaluation operates on the generated output\. FActScore\[[Min et al\., 2023](https://arxiv.org/html/2608.25336#bib.bib23)\]decomposes text into atomic facts and evaluates whether they are supported, while SelfCheckGPT\[[Manakul et al\., 2023](https://arxiv.org/html/2608.25336#bib.bib9)\]uses consistency across sampled generations as a signal of hallucination; broader surveys similarly organize failures around factual support and consistency\[[Ji et al\., 2023](https://arxiv.org/html/2608.25336#bib.bib25),[Huang et al\., 2025](https://arxiv.org/html/2608.25336#bib.bib26)\]\. These methods evaluate properties of generated content rather than explicitly representing the statistical claim that the content supports\. A report may therefore contain individually supported facts while changing their joint statistical meaning\. Such errors concern what the report claims, not merely whether its individual facts appear in the source\. We therefore treat these failures as a control problem rather than relying solely on post\-generation detection\.
#### Constrained generation for statistical reporting\.
Existing approaches improve grounding or constrain generation through retrieval\-augmented generation \(RAG\)\[[Lewis et al\., 2020](https://arxiv.org/html/2608.25336#bib.bib7)\], constrained decoding and structured generation\[[Willard and Louf, 2023](https://arxiv.org/html/2608.25336#bib.bib8),[Beurer\-Kellner et al\., 2023](https://arxiv.org/html/2608.25336#bib.bib10)\], and post\-hoc verification\[[Manakul et al\., 2023](https://arxiv.org/html/2608.25336#bib.bib9)\]\. These approaches constrain evidence access, output structure, or generated text\. Statistical reporting, however, requires the numerical value, direction, inferential scope, and interpretive strength of a claim to remain jointly tied to its supporting evidence\. Claim\-locked reporting therefore treats the provenance\-bound statistical claim, rather than text or selected fields, as the unit of control\.
## 3\. Claim\-Locked Reporting
### 3\.1 Statistical Evidence Record
Claim\-locked reporting starts from a structured evidence record rather than from raw imaging or trial documents\. The record is the fixed statistical input to the claim builder and contains only results that have already been computed by a domain analysis pipeline\.
In the FC instantiation, subject\-level connectivity matrices and phenotypic variables are converted into this record by a standard edge\-wise statistical analysis\. We fit an edge\-wise generalized linear model \(GLM\) contrasting binary group labels against demographic covariates, followed by Benjamini–Hochberg false\-discovery\-rate \(FDR\) control acrossM=N\(N−1\)/2M=N\(N\-1\)/2region\-of\-interest \(ROI\) pairs\[[Benjamini and Hochberg, 1995](https://arxiv.org/html/2608.25336#bib.bib11)\]\. A parallel model additionally adjusts for body mass index \(BMI\), the continuous covariate used to derive the group labels, providing the covariate\-absorption stress test \(§[5\.2](https://arxiv.org/html/2608.25336#S5.SS2)\)\. The resulting record stores FDR\-surviving edge counts, lobe\-pair summaries, hub descriptions, representative edges, optional behavior associations, and covariate\-adjusted sensitivity results\. For FC literature\-context claims, an LLM\-assisted literature\-support label initializes the wording\-strength ceiling and is frozen before report generation\.
In the RCT instantiation, the evidence record is provided by Evidence Inference 2\.0\[[DeYoung et al\., 2020](https://arxiv.org/html/2608.25336#bib.bib24)\]\. Each instance contains an intervention, comparator, outcome, direction label, and an evidence span containing the supporting numerical content\.
### 3\.2 Locked Statistical Claim
Three components construct and constrain the locked claims before report generation: the claim builder, risk auditor, and policy controller\. They operate over a shared data structure, the claim ledger\.
#### Claim builder\.
The claim builder converts the evidence record into the claim ledger, a set of typed claims\. Each claim stores a claim type, canonical text, one or more evidence pointers into the record, the numerical fields it reports, an effect direction when applicable, a literature\-support level, and an allowed language strength\. A claim is instantiated only when its required fields resolve to evidence pointers\. As a result, a statement such as “the analysis demonstrates a causal mechanism” is never instantiated unless such a claim is explicitly supported by the evidence record\. Because downstream rendering and writing are driven by the ledger, this step fixes the set of inferences the report may contain before the LLM is involved\.
#### Risk auditor\.
The risk auditor is a read\-only layer\. It inspects each claim and emits a per\-claim audit record without modifying the ledger\. Each claim is checked against a pre\-specified set of statistical\-reporting risk categories\. The taxonomy is organized around five evidence\-bearing properties that must be preserved when a statistical claim is verbalized: numerical support, direction preservation, entity/source support, inferential scope, and interpretive strength\. Domain\-specific audit rules instantiate these properties using risks documented in the corresponding scientific literature\. In FC, these include motion\-related confounding\[[Power et al\., 2012](https://arxiv.org/html/2608.25336#bib.bib17)\], post\-selection and circular\-analysis effects\[[Vul et al\., 2009](https://arxiv.org/html/2608.25336#bib.bib15),[Kriegeskorte et al\., 2009](https://arxiv.org/html/2608.25336#bib.bib16)\], and replicability concerns\[[Marek et al\., 2022](https://arxiv.org/html/2608.25336#bib.bib14),[Botvinik\-Nezer et al\., 2020](https://arxiv.org/html/2608.25336#bib.bib13)\]\.
The categories are domain\-specific, but they instantiate the same auditor interface: a fixed trigger over structured evidence fields maps to a policy action before prose generation\. In FC, the triggers operate over edges, hubs, ROI names, covariate\-adjusted models, and brain–behavior associations\. In RCT reporting, they operate over Evidence Inference fields, including intervention, comparator, outcome, direction label, and evidence span\. Appendix[D](https://arxiv.org/html/2608.25336#A4)summarizes how the shared control targets are instantiated in the two domains\.
Direction inversion is handled by binding each directional claim to a ledger\-stored direction field rather than to a free\-text label, so report\-visible direction tags are rendered directly from that field\. The auditor also rejects any claim whose evidence pointer fails to resolve against the stage outputs, enforcing the provenance requirement before writing\. For each flagged claim, it records the required action to be applied by the policy controller\.
Figure 1:Three levels of control for statistical text generation\. Text\-level methods, including prompting, retrieval, and structured output, leave claims, numbers, directions, and language strength to the LLM\. The hybrid template adds slot\-level rendering, but the LLM still selects which claims and numbers fill the slots\. Claim\-locked reporting fixes the evidence source, numbers, direction, and allowed language strength before prose generation; the LLM controls only connective wording\.
#### Policy controller\.
The policy controller turns audit records into rendering and writing constraints through two operations\. First, it applies a monotone strength downgrade: a flagged claim’s allowed language strength can only be lowered, never raised, and a forbidden claim is marked non\-renderable and excluded from every report block\. Second, it accumulates writer constraints, namely per\-category natural\-language directives that are later passed to the LLM as explicit instructions\. For group\-covariate circularity, for example, the constraint forbids describing the binary group label as an effect independent of the continuous covariate\. The auditor decides which claims carry a risk; the policy controller decides what may be said about a flagged claim and whether it remains renderable\. The same policy interface applies in the RCT setting, where risk tags are triggered over Evidence Inference fields rather than FC\-specific fields\.
### 3\.3 Deterministic Renderer and LLM Writer
Report writing has two channels\. The deterministic renderer emits all numerical content \(GLM counts, hub tables, representative edges, limitations\) directly from evidence pointers\. The LLM writes only short connective paragraphs under the active policy constraints; if its output envelope is malformed or omits required sections, generation fails rather than producing a partial report\. An audit outcome never asks the LLM to recompute statistics; it only restricts how a pre\-computed claim may be verbalized\.
Because both systems use deterministic rendering, their key distinction lies in the renderer input\. In the hybrid template, the LLM reads the evidence record, selects values and list entries for predefined slots, and the renderer verbalizes those LLM\-selected slots\. In claim\-locked reporting, the renderer receives ledger\-bound claims whose source, numbers, direction, and allowed strength were already fixed by the builder and policy controller\. The LLM still contributes local coherence, but it no longer decides which statistical content becomes reportable, nor how strongly it is stated\.
### 3\.4 Worked Example: A Locked Claim
We illustrate the pipeline with the group\-effect claim from the in\-house FC cohort\. The evidence record contains two GLM stages: the primary model reports10,04110\{,\}041FDR\-surviving group\-effect edges, whereas the BMI\-adjusted model reports88, a99\.9%99\.9\\%collapse\. The claim builder therefore creates a single group\-effect summary claim pointing to both stages, with the fields10,04110\{,\}041,88, and99\.9%99\.9\\%, a direction field indicating absorption after adjustment, and an initial language\-strength limit from the literature\-support label\. The risk auditor attaches the group\-covariate circularity tag, and the policy controller downgrades the claim to cautious language and forbids phrases such as “independent obesity effect” and “obesity\-specific mechanism”\. The renderer emits the before\-and\-after counts directly from the ledger, while the LLM writes only cautious connective prose stating that the categorical group label largely reflects continuous BMI variation\. Thus, unlike a free\-form writer or a hybrid template rendering an LLM\-selected primary count, claim\-locked reporting fixes the claim, direction, and allowed strength before writing\. Appendix[A\.1](https://arxiv.org/html/2608.25336#A1.SS1)gives the corresponding ledger entry\.
### 3\.5 Evaluation Axes
We define three evaluation axes to test whether a statistical\-report generator preserves fixed evidence as it moves from a structured record to prose\. The evaluation definitions are fixed before evaluation\. Implementation details for the automatic metrics are given in Appendix[A\.2](https://arxiv.org/html/2608.25336#A1.SS2), and the human audits are described in Appendix[E](https://arxiv.org/html/2608.25336#A5)\. We report the three axes separately because they characterize distinct failure modes: cross\-run stability of report\-visible content, governance of rhetorical strength, and per\-run correctness of numbers and directions\.
#### Evaluation as protocol testing\.
The evaluation focuses on preservation of fixed statistical evidence through the reporting pipeline\. In open\-ended factuality evaluation, the model may choose which facts to mention, and the output is later checked against a reference\. In claim\-locked reporting, the intended behavior is different: claim selection, numerical realization, direction framing, and strength calibration should no longer be unconstrained LLM choices\. The axes below therefore test whether each control level keeps these properties fixed at the report surface\.
#### Cross\-run reproducibility\.
Cross\-run reproducibility measures whether the same evidence yields the same report\-visible numerical content under different seeds and providers\. We compute pooled cross\-seed Jaccard overlap \(JJ\) of report\-visible numerical tokens, reported as a percentage\. Numerical matching uses absolute tolerance10−310^\{\-3\}or relative tolerance5%5\\%, with a heuristic filter for section, table, and ordinal numbers\. This axis is used as a stress test for whether numerical content is fixed before prose generation or resampled during generation\. For visualization only, Figure[2](https://arxiv.org/html/2608.25336#S3.F2)plotsz\(1−J\)z\(1\-J\), z\-scored across methods\.
#### Claim governance\.
Claim governance evaluates whether risk\-flagged claims are expressed with appropriate rhetorical strength in the final report\. We report two direct measures\.Strongcounts sentences that contain strong assertion terms without a hedge in the same sentence, with lower values indicating fewer over\-strong statements\.Hedgemeasures the use of cautionary language for claims flagged by the risk taxonomy\. For the summary visualization in Figure[2](https://arxiv.org/html/2608.25336#S3.F2), we form the governance composite as the unweighted mean ofz\(Strong\)z\(\\mathrm\{Strong\}\)and−z\(Hedge\)\-z\(\\mathrm\{Hedge\}\), with lower values indicating stronger compliance\.
#### Per\-run correctness\.
The numerical audit flag \(Num\) marks report\-visible numbers without an evidence match\. Direction correctness is evaluated separately by setting\. For RCT, a blinded human audit measures whether the generated report preserves, inverts, or leaves unresolved the gold direction \(§[5\.4](https://arxiv.org/html/2608.25336#S5.SS4)\)\. For FC, a rule\-based lexical check compares direction wording against the ledger\-stored direction field and is used only as a supplementary diagnostic because lexical direction checks are brittle under negation and comparator phrasing\.
The key controlled contrast is between the hybrid template and claim\-locked reporting\. Both systems render deterministically, so the comparison tests whether reliability improves when the control unit moves from LLM\-selected slots to evidence\-bound claims\. Scalar faithfulness metrics are treated as diagnostic, while blinded human audits are used to check whether the main governance and direction trends are visible to independent annotators\.
Figure 2:Summary landscape of the reproducibility\-error and governance composites per method; lower is better on both axes, which are reported separately rather than merged into a single score\. \(a\) fMRI; \(b\) RCT\.
## 4\. Experimental Setup
We evaluate on two statistical\-reporting settings that stress different parts of the same control problem: cohort\-level neuroimaging reports and clinical\-trial summaries\.
#### fMRI FC setting\.
We use obesity\-related FC reporting as a representative cohort\-level statistical\-reporting task: the same phenotypic variables can serve as scientific descriptors, continuous covariates, and confounds, so a report must preserve not only numbers and directions but the inferential scope of each claim after covariate adjustment\. We evaluate two cohorts: an obesity\-focused institutional cohort of428428participants \(248248obese,180180normal\-weight\) and the public Human Connectome Project \(HCP\) S1200 cohort\[[Van Essen et al\., 2013](https://arxiv.org/html/2608.25336#bib.bib2)\]with712712adults \(232232obese,480480normal\-weight\) after excluding the overweight stratum\. Both include demographic and clinical phenotypes as regression covariates, useg=0g\{=\}0for BMI<25<25andg=1g\{=\}1for BMI≥30\\geq 30following World Health Organization \(WHO\) thresholds\[[World Health Organization, 2000](https://arxiv.org/html/2608.25336#bib.bib12)\], and use the Brainnetome\-246 parcellation\[[Fan et al\., 2016](https://arxiv.org/html/2608.25336#bib.bib1)\]\. The evaluation spans seven methods across two cohorts, two writer providers, and five seeds, yielding2020cells per method\.
#### RCT setting\.
We use Evidence Inference 2\.0\[[DeYoung et al\., 2020](https://arxiv.org/html/2608.25336#bib.bib24)\], a public BioNLP benchmark of clinical\-trial questions paired with full\-text articles and human\-annotated evidence spans\. We sample200200records deduplicated by source article, retaining only records with annotator consensus, a non\-null direction label, and at least two numerical tokens in the evidence span\. This yields112112significantly increased and8888significantly decreased records; the no\-significant\-difference class is excluded because a direction\-inversion audit is undefined when the gold direction is null\. The RCT results are therefore a directional\-claim benchmark\. Each method runs with two seeds and two providers, yielding800800cells per method\.
#### Human and scalar sub\-samples\.
For the scalar\-metric comparison \(§[5\.5](https://arxiv.org/html/2608.25336#S5.SS5)\), we evaluate FActScore and SelfCheckGPT on a3030\-record RCT sub\-sample; cross\-metric comparison is restricted to RCT because FActScore’s evidence\-span ground truth has no direct fMRI analogue\. The same3030records are used for the human direction audit, yielding30×7×2×2=84030\\times 7\\times 2\\times 2=840generation cells\. FActScore requires one LLM judge call per generation; SelfCheckGPT follows the original protocol withN=10N=10\. The fMRI governance sanity check uses matched report snippets from free\-form, hybrid template, and claim\-locked reporting; four reviewers count two failure types, unhedged strong\-language and unsupported\-content violations, without seeing method identity\.
#### Methods and fairness\.
Five grounded baselines combine evidence injection with one structural or post\-hoc control each: Free\-form, Prompt\-only \(faithfulness instruction\), Structured \(output schema\), Retrieval \(evidence\-block citation grounding\), and Post\-hoc verifier \(generate then check\)\. The hybrid template implements slot\-level control through deterministic rendering but still lets the LLM select which fields to render, isolating slot\-level control from claim\-level control\. Claim\-locked reporting implements the full protocol\. We use two writer providers, Moonshotkimi\-k2\.6\(temperature1\.01\.0\) and DeepSeekdeepseek\-v4\-pro\(temperature0\.70\.7\)\. All methods receive the identical structured evidence record for a given cohort, provider, and seed; they differ only in the control point applied between record and report\. Appendix[B](https://arxiv.org/html/2608.25336#A2)gives the per\-method control envelope\.
## 5\. Results
### 5\.1 Main Controlled Contrast: Slot Rendering Is Not Enough
Table 1:Main fMRI comparison \(n=20n=20cells per row\)\. Hedge is risk\-conditioned; Num is a numerical audit flag\. Bold = best among the seven methods \(Repro\., Strong, Num\.\)\.Table[1](https://arxiv.org/html/2608.25336#S5.T1)and Figure[2](https://arxiv.org/html/2608.25336#S3.F2)\(a\) compare the three control levels of Figure[1](https://arxiv.org/html/2608.25336#S3.F1): text\-level control remains unstable, slot\-level control improves stability, and claim\-locked reporting makes evidence\-bearing content nearly invariant across seeds\.
#### Cross\-run reproducibility\.
Grounded baselines reach15\.215\.2–32\.3%32\.3\\%cross\-seed reproducibility, indicating that report\-visible numerical content remains a sampling outcome under these controls\. Deterministic rendering is a major lever but not a sufficient one: the hybrid template reaches only61\.1%61\.1\\%, because the LLM still selects which content enters the template\. Claim\-locked reporting reaches98\.5%98\.5\\%\. A ledger\-rendered system is expected to reach a high absolute value, so the informative quantity is the37\.437\.4\-point gap over the hybrid template, which also renders deterministically; the gap isolates the effect of additionally fixing which evidence\-bound claims are renderable\. A paired bootstrap over matched units \(20,000 resamples\) gives a 95% confidence interval \(CI\) of\[\+15\.1,\+59\.7\]\[\+15\.1,\+59\.7\]points for this difference\. The pattern also appears across both writer providers: the pooled metric reaches98\.5%98\.5\\%for fMRI and100\.0%100\.0\\%for RCT although the two providers have different numerical and hedging priors\. The same control\-level pattern holds on the public HCP cohort alone: claim\-locked reaches98\.0%98\.0\\%reproducibility versus62\.0%62\.0\\%for the hybrid template and46\.0%46\.0\\%for free\-form generation\.
#### Governance and numerical flags\.
The remaining columns of Table[1](https://arxiv.org/html/2608.25336#S5.T1)point the same way\. Deterministic rendering alone does not control governance: the hybrid template retains2\.252\.25unhedged\-strong sentences because it still lets the LLM choose claim framing and language strength, whereas claim\-locked, which fixes those attributes in the ledger, cuts this to0\.750\.75\. The paired difference \(Claim\-locked minus Hybrid\) is−1\.50\-1\.50sentences, with a 95% CI of\[−2\.05,−1\.00\]\[\-2\.05,\-1\.00\]\. Claim\-locked and the hybrid template both reach0\.000\.00on the per\-run numerical flag\. For claim\-locked this follows from ledger rendering; for the hybrid it shows that selected numerical slots can be rendered without numerical flags even though selected content remains unstable\. The informative numerical trade\-off therefore appears in the RCT setting \(§[5\.3](https://arxiv.org/html/2608.25336#S5.SS3)\); the post\-hoc verifier is the least reproducible baseline precisely because its rewrite pass adds report\-visible content after the draft has already been sampled\.
#### What reproducibility does and does not show\.
Cross\-run reproducibility is one\-sided evidence\. Failing it means evidence\-bearing content is still being sampled during generation; passing it means the content is stable, not that it is correct\. Numerical, directional, and human\-audit measures therefore characterize correctness and governance separately, and the reliability axes are reported as distinct measurements rather than merged into one score\.
Table 2:Per\-report resource use on the fMRI evaluation with DeepSeek as the writer\.Table 3:Group\-covariate absorption stress test: FDR\-surviving group\-effect edges before and after adding the continuous covariate \(BMI\) used to derive the group label\.
#### Component analysis\.
Table[A2](https://arxiv.org/html/2608.25336#A3.T2)reports three nested configurations that separate the contributions of the main components\. The first uses the claim\-builder output while leaving numerical realization to the LLM\. The second additionally uses the deterministic renderer, with the risk auditor and policy controller disabled, to isolate the effect of deterministic realization\. The full configuration then activates the risk auditor and policy controller\. For fMRI, reproducibility increases from85\.0%85\.0\\%to98\.0%98\.0\\%when the deterministic renderer is introduced, while activating the risk auditor and policy controller leaves reproducibility nearly unchanged at98\.5%98\.5\\%but reduces Strong from1\.401\.40to0\.750\.75\. The same rendering\-related stabilization is observed for RCT, where reproducibility increases from90\.3%90\.3\\%to100\.0%100\.0\\%\.
#### Operational efficiency\.
Moving evidence\-bearing realization out of LLM generation also reduces writer\-side resource use\. Table[2](https://arxiv.org/html/2608.25336#S5.T2)reports per\-report resource use across both fMRI cohorts and repeated seeded runs with DeepSeek as the writer\. Claim\-locked uses one LLM call, while the post\-hoc verifier uses two; the deterministic components add no LLM calls and have small local runtime relative to generation latency\. Claim\-locked yields the lowest observed input/output token use and median latency in this comparison\.
### 5\.2 A Concrete Failure Case: Group\-Covariate Absorption
The group\-covariate absorption case is a concrete instance of the failure mode: a statistic that a slot\-level system can render with the correct number yet still report at the wrong inferential scope\. A primary group contrast in the in\-house cohort gives10,04110\{,\}041FDR\-surviving edges; after adding continuous BMI as a covariate, only88remain, and the HCP cohort drops from550550to00\(Table[3](https://arxiv.org/html/2608.25336#S5.T3)\)\. A free writer, or a template that renders the LLM\-selected primary count, can verbalize10,04110\{,\}041as a categorical obesity\-group effect\. Claim\-locked reporting binds the before\-and\-after\-adjustment claim together with its cautious allowed strength, so the renderer cannot emit the primary count under independent\-effect wording\. This case illustrates an inferential\-scope risk that paragraph\-level grounding does not capture\.
### 5\.3 RCT Transfer and a Reliability Trade\-off
The RCT setting tests transfer to a public directional\-claim benchmark and exhibits a different reliability profile from fMRI\. Table[4](https://arxiv.org/html/2608.25336#S5.T4)and Figure[2](https://arxiv.org/html/2608.25336#S3.F2)\(b\) show that the benchmark does not produce a monotone text\-level to slot\-level to claim\-level reproducibility ladder\. Several text\-level baselines are already highly reproducible because each RCT output is short and contains few report\-visible numerical tokens\. In this setting, the hybrid template has less numerical content to stabilize, while its LLM\-populated numeric envelope can still vary across seeds\. Claim\-locked reporting fixes the reportable directional claim and numerical fields before writing, whereas the hybrid template still renders LLM\-selected slots\. Claim\-locked reaches the reproducibility optimum for report\-visible numerical tokens \(J=1\.000J=1\.000\), while the hybrid template has the lowest raw numerical audit flag \(0\.110\.11versus0\.230\.23\)\. Relative to the hybrid template, the reproducibility gain is\+20\.5\+20\.5points with a 95% paired\-bootstrap CI of\[\+17\.8,\+23\.1\]\[\+17\.8,\+23\.1\]\.
Because the raw Num column is intentionally high\-recall, we further calibrate the numerical audit flags underlying Table[4](https://arxiv.org/html/2608.25336#S5.T4)\(Appendix[F](https://arxiv.org/html/2608.25336#A6)\) by separating parsing artifacts, benign metadata, and harmful statistical\-result fabrications\. The calibration finds no harmful fabrication in the claim\-locked outputs, whereas the hybrid template and free\-form generation yield approximately2\.5%2\.5\\%and5\.9%5\.9\\%, respectively\. This reverses the apparent raw\-Num ordering for the risk\-bearing component: slot rendering can prune incidental numbers in a single output, but it does not by itself prevent unsupported statistical results when the LLM still selects the numeric slot content\. These results show that evidential validity depends on fixing reportable claims before generation in addition to deterministic rendering\.
Table 4:RCT results on Evidence Inference 2\.0 \(n=800n=800cells per row\)\. Strong is near floor because conclusions are short\. Num is a conservative, high\-recall numerical audit flag\.
### 5\.4 Human Audits
Table 5:Human audit of direction preservation on the RCT subset \(120120reports per method\)\. Pres\. = preserved direction; Inv\. = inverted direction; Unres\. = unresolved direction, including reports that do not state a clear direction or whose direction cannot be reliably determined\. Inv\. rate==Inv\.//\(Pres\.\+\+Inv\.\)\. Unres\. is reported descriptively and is excluded from the inversion\-rate denominator\.Because Evidence Inference provides gold direction labels whereas the fMRI setting has no comparable report\-level gold annotation, the two settings support different human checks \(Appendix[E](https://arxiv.org/html/2608.25336#A5)\)\. The RCT audit evaluates direction preservation directly, while the fMRI audit provides a reader\-facing check of governance violations\. In the fMRI governance audit, four reviewers count two violation types in matched report snippets without seeing method identity; all four assign claim\-locked the lowest average counts, with human means of2\.55/1\.85/0\.602\.55/1\.85/0\.60for strong\-language and1\.65/2\.33/0\.531\.65/2\.33/0\.53for unsupported\-content violations across free\-form, hybrid, and claim\-locked\. The method ordering matches the automatic counts\.
The RCT direction audit \(Table[5](https://arxiv.org/html/2608.25336#S5.T5)\) evaluates whether each report preserves the gold direction, inverts it, or leaves the direction unresolved\. A second reviewer independently labeled a stratified5050\-report subset, yielding98\.0%98\.0\\%raw agreement and Cohen’sκ=0\.970\\kappa=0\.970\. Across the baselines, inversion rates range from5\.6%5\.6\\%to14\.3%14\.3\\%, whereas claim\-locked reporting produces no inversions\. The audit measures preservation of a direction already resolved from the evidence span: baselines must preserve that direction through generation, whereas claim\-locked carries the resolved direction into the ledger before generation\.
### 5\.5 Scalar\-Metric Diagnostics
Scalar faithfulness metrics provide a complementary but different view of report quality\. On the3030\-record RCT sub\-sample, FActScore\[[Min et al\., 2023](https://arxiv.org/html/2608.25336#bib.bib23)\]and SelfCheckGPT\[[Manakul et al\., 2023](https://arxiv.org/html/2608.25336#bib.bib9)\]produce markedly different rankings across methods \(Table[6](https://arxiv.org/html/2608.25336#S5.T6)\)\. Claim\-locked ranks lowest under FActScore \(0\.5520\.552\) but highest under SelfCheckGPT \(0\.9740\.974\)\.
Table 6:FActScore and SelfCheckGPT on the3030\-record RCT sub\-sample\. Higher is better for both metrics\.The disagreement reflects differences in what the metrics reward\. FActScore emphasizes lexical support against the evidence span, whereas SelfCheckGPT measures consistency across sampled outputs; neither directly tests preservation of a statistical direction or relation\.
#### False pass\.
In one pharmacokinetics example, the gold result indicates a decrease, but a free\-form report states the opposite direction\. Because the report reuses numerical values present in the evidence span, FActScore nevertheless assigns a score of1\.001\.00\.
#### False reject\.
In another trial, the gold result is an increase from2\.772\.77to5\.765\.76\. Claim\-locked renders this relation correctly, but FActScore assigns0\.000\.00because the direction is expressed through the numerical contrast rather than a lexical match to the evidence span\.
These cases show that lexical support, sampling consistency, and statistical claim preservation capture distinct reliability properties\.
## 6\. Conclusion
We presented claim\-locked reporting for statistical text generation\. The idea is simple: before an LLM writes, decide which statistical claims are reportable, where they come from, what direction they carry, which numbers they report, and how strongly they may be stated, and then let the model write only the connective prose\. This moves the control unit from generated text, to rendered slots, to evidence\-bound claims\. The hybrid template isolates the question because it shares deterministic rendering but still renders LLM\-selected slots\. The61\.1%61\.1\\%\-to\-98\.5%98\.5\\%reproducibility gain attributes additional stability to fixing which evidence\-bound claims are renderable before generation\. In the RCT setting, claim\-locked reporting does not dominate every raw numerical audit flag, but manual calibration finds no harmful statistical\-result fabrication in its outputs, whereas slot\-level rendering alone still admits unsupported statistical results \(Appendix[F](https://arxiv.org/html/2608.25336#A6)\); blinded human audits support the governance trend\. The same design also reduces writer\-side token use and median generation latency in the fMRI cost analysis\.
## Limitations
Claim\-locked reporting controls how structured statistical evidence is verbalized; it does not perform statistical validation, discover mechanisms, or guarantee truth beyond the evidence record\. Errors in preprocessing, model specification, covariate selection, or evidence extraction propagate into the report if already present upstream\. The BMI absorption result in §[5\.2](https://arxiv.org/html/2608.25336#S5.SS2)is a stress test for group\-covariate circularity, not a biological finding about obesity\.
The automatic metrics are scalable protocol tests for predefined statistical\-reporting risks, not substitutes for expert judgment, and the risk taxonomy is fixed and benchmark\-specific rather than exhaustive\. Cross\-run reproducibility is also necessary but not sufficient: a report can be reproducibly incorrect, so we pair it with governance and correctness axes rather than treating it as a faithfulness score on its own\. The human governance and direction audits are targeted sanity checks rather than a full expert\-preference benchmark, and the RCT direction audit evaluates direction preservation after an upstream direction label has been resolved\.
The RCT evaluation covers only the increased and decreased direction labels; null or inconclusive findings require an explicit neutral ledger state that forbids efficacy\-implying language\. The protocol is transferable at the control level but domain\-specific in instantiation: a minimal deployment still needs a claim schema, entity inventory, risk tags, and audit patterns\. The literature\-support label is assigned with LLM assistance and then frozen before generation; future work should replace or validate this step with expert\-curated support labels\. The institutional FC cohort cannot be redistributed under its data\-use protocol; we therefore include the public HCP\-based FC setting and the public Evidence Inference 2\.0 setting, and release prompts, generated reports, evidence records where permitted, audit scripts, and code\.
## Ethics Statement
The institutional FC cohort used in this work was collected under a protocol approved by the Institutional Review Board of Xijing Hospital, and all participants provided written informed consent \(trial registration: ChiCTR\-OOB\-15006346\)\. The data are used under a data\-use agreement that does not permit redistribution\. The public HCP S1200 cohort is used under the HCP Open Access Data Use Terms, and Evidence Inference 2\.0 is a public benchmark of published clinical\-trial literature\. The blinded audits in this paper involve only the authors and trained research\-team members labeling model outputs, a low\-risk task that required no separate ethics\-board review\. A locked report can still be misleading if the upstream evidence record is manipulated or statistically misspecified; claim\-locked reporting controls prose generation, not the validity of the upstream analysis\.
## Acknowledgments
This work was supported by the National Natural Science Foundation of China \(Grant Nos\. 62431022, 62501453, and 82302292\), the National Key R&D Program of China \(Grant No\. 2022YFC3500603\), the Natural Science Basic Research Program of Shaanxi \(Grant Nos\. 2023\-ZDLSF\-07 and 2024JC\-YBQN\-0923\), the Xidian University Specially Funded Project for Interdisciplinary Exploration \(Grant Nos\. TZJH2024012, TZJH2024015, TZJH2024018, and TZJH2024019\), the China Postdoctoral Science Foundation \(Grant No\. 2024M752537\), and the Postdoctoral Research Program of Shaanxi \(Grant No\. 2025BSHSDZZ188\)\.
Generative AI models were used as part of the experimental setup, as described in Section 4\. Separately, AI tools were used only for limited language refinement of the manuscript\. All scientific content, analyses, interpretation, and conclusions were developed and verified by the authors\.
## References
- S\. Bannur, K\. Bouzid, D\. C\. Castro, A\. Schwaighofer, A\. Thieme, S\. Bond\-Taylor, M\. Ilse, F\. Pérez\-García, V\. Salvatelli, H\. Sharma, F\. Meissen, M\. Ranjit, S\. Srivastav, J\. Gong, N\. C\. F\. Codella, F\. Falck, O\. Oktay, M\. P\. Lungren, M\. T\. Wetscherek, J\. Alvarez\-Valle, and S\. L\. HylandMAIRA\-2: grounded radiology report generation\.arXiv preprint arXiv:2406\.04449\.Cited by:[§1](https://arxiv.org/html/2608.25336#S1.p2.1)\.
- Benjamini and Hochberg \(1995\)Y\. Benjamini and Y\. HochbergControlling the false discovery rate: a practical and powerful approach to multiple testing\.Journal of the Royal Statistical Society, Series B57\(1\),pp\. 289–300\.Cited by:[§3\.1](https://arxiv.org/html/2608.25336#S3.SS1.p2.1)\.
- Beurer\-Kellneret al\.\(2023\)L\. Beurer\-Kellner, M\. Fischer, and M\. VechevPrompting is programming: a query language for large language models\.PACMPL7\(PLDI\),pp\. 1946–1969\.Cited by:[§1](https://arxiv.org/html/2608.25336#S1.p3.1),[§2](https://arxiv.org/html/2608.25336#S2.SS0.SSS0.Px2.p1.1)\.
- Botvinik\-Nezeret al\.\(2020\)R\. Botvinik\-Nezer, F\. Holzmeister, C\. F\. Camerer, A\. Dreber, J\. Huber, M\. Johannesson, M\. Kirchler, R\. Iwanir, J\. A\. Mumford, R\. A\. Adcock,et al\.Variability in the analysis of a single neuroimaging dataset by many teams\.Nature582\(7810\),pp\. 84–88\.Cited by:[§3\.2](https://arxiv.org/html/2608.25336#S3.SS2.SSS0.Px2.p1.1)\.
- Bullmore and Sporns \(2009\)E\. Bullmore and O\. SpornsComplex brain networks: graph theoretical analysis of structural and functional systems\.Nature Reviews Neuroscience10\(3\),pp\. 186–198\.Cited by:[§1](https://arxiv.org/html/2608.25336#S1.p2.1)\.
- DeYounget al\.\(2020\)J\. DeYoung, E\. Lehman, B\. Nye, I\. J\. Marshall, and B\. C\. WallaceEvidence inference 2\.0: more data, better models\.InBioNLP Workshop at ACL,pp\. 123–132\.Cited by:[§3\.1](https://arxiv.org/html/2608.25336#S3.SS1.p3.1),[§4](https://arxiv.org/html/2608.25336#S4.SS0.SSS0.Px2.p1.1)\.
- Fanet al\.\(2016\)L\. Fan, H\. Li, J\. Zhuo, Y\. Zhang, J\. Wang, L\. Chen, Z\. Yang, C\. Chu, S\. Xie, A\. R\. Laird, P\. T\. Fox, S\. B\. Eickhoff, C\. Yu, and T\. JiangThe Human Brainnetome Atlas: a new brain atlas based on connectional architecture\.Cerebral Cortex26\(8\),pp\. 3508–3526\.Cited by:[§4](https://arxiv.org/html/2608.25336#S4.SS0.SSS0.Px1.p1.1)\.
- Gatt and Krahmer \(2018\)A\. Gatt and E\. KrahmerSurvey of the state of the art in natural language generation: core tasks, applications and evaluation\.Journal of Artificial Intelligence Research61,pp\. 65–170\.Cited by:[§1](https://arxiv.org/html/2608.25336#S1.p3.1),[§2](https://arxiv.org/html/2608.25336#S2.SS0.SSS0.Px1.p1.1)\.
- Huanget al\.\(2025\)L\. Huang, W\. Yu, W\. Ma, W\. Zhong, Z\. Feng, H\. Wang, Q\. Chen, W\. Peng, X\. Feng, B\. Qin,et al\.A survey on hallucination in large language models: principles, taxonomy, challenges, and open questions\.ACM transactions on information systems43\(2\),pp\. 1–55\.Cited by:[§2](https://arxiv.org/html/2608.25336#S2.SS0.SSS0.Px1.p1.1)\.
- Jiet al\.\(2023\)Z\. Ji, N\. Lee, R\. Frieske, T\. Yu, D\. Su, Y\. Xu, E\. Ishii, Y\. J\. Bang, A\. Madotto, and P\. FungSurvey of hallucination in natural language generation\.ACM Computing Surveys55\(12\),pp\. 1–38\.Cited by:[§2](https://arxiv.org/html/2608.25336#S2.SS0.SSS0.Px1.p1.1)\.
- Kriegeskorteet al\.\(2009\)N\. Kriegeskorte, W\. K\. Simmons, P\. S\. F\. Bellgowan, and C\. I\. BakerCircular analysis in systems neuroscience: the dangers of double dipping\.Nature Neuroscience12\(5\),pp\. 535–540\.Cited by:[§3\.2](https://arxiv.org/html/2608.25336#S3.SS2.SSS0.Px2.p1.1)\.
- Lebretet al\.\(2016\)R\. Lebret, D\. Grangier, and M\. AuliNeural text generation from structured data with application to the biography domain\.InProceedings of the 2016 conference on empirical methods in natural language processing,pp\. 1203–1213\.Cited by:[§2](https://arxiv.org/html/2608.25336#S2.SS0.SSS0.Px1.p1.1)\.
- Lewiset al\.\(2020\)P\. Lewis, E\. Perez, A\. Piktus, F\. Petroni, V\. Karpukhin, N\. Goyal, H\. Küttler, M\. Lewis, W\. Yih, T\. Rocktäschel, S\. Riedel, and D\. KielaRetrieval\-augmented generation for knowledge\-intensive NLP tasks\.Advances in Neural Information Processing Systems33,pp\. 9459–9474\.Cited by:[§1](https://arxiv.org/html/2608.25336#S1.p3.1),[§2](https://arxiv.org/html/2608.25336#S2.SS0.SSS0.Px2.p1.1)\.
- Manakulet al\.\(2023\)P\. Manakul, A\. Liusie, and M\. J\. F\. GalesSelfCheckGPT: zero\-resource black\-box hallucination detection for generative large language models\.InEMNLP,pp\. 9004–9017\.Cited by:[§1](https://arxiv.org/html/2608.25336#S1.p3.1),[§2](https://arxiv.org/html/2608.25336#S2.SS0.SSS0.Px1.p1.1),[§2](https://arxiv.org/html/2608.25336#S2.SS0.SSS0.Px2.p1.1),[§5\.5](https://arxiv.org/html/2608.25336#S5.SS5.p1.1)\.
- Mareket al\.\(2022\)S\. Marek, B\. Tervo\-Clemmens, F\. J\. Calabro, D\. F\. Montez, B\. P\. Kay, A\. S\. Hatoum, M\. R\. Donohue, W\. Foran, R\. L\. Miller, T\. J\. Hendrickson,et al\.Reproducible brain\-wide association studies require thousands of individuals\.Nature603\(7902\),pp\. 654–660\.Cited by:[§1](https://arxiv.org/html/2608.25336#S1.p2.1),[§3\.2](https://arxiv.org/html/2608.25336#S3.SS2.SSS0.Px2.p1.1)\.
- Minet al\.\(2023\)S\. Min, K\. Krishna, X\. Lyu, M\. Lewis, W\. Yih, P\. W\. Koh, M\. Iyyer, L\. Zettlemoyer, and H\. HajishirziFActScore: fine\-grained atomic evaluation of factual precision in long form text generation\.InEMNLP,pp\. 12076–12100\.Cited by:[§2](https://arxiv.org/html/2608.25336#S2.SS0.SSS0.Px1.p1.1),[§5\.5](https://arxiv.org/html/2608.25336#S5.SS5.p1.1)\.
- Poweret al\.\(2012\)J\. D\. Power, K\. A\. Barnes, A\. Z\. Snyder, B\. L\. Schlaggar, and S\. E\. PetersenSpurious but systematic correlations in functional connectivity MRI networks arise from subject motion\.NeuroImage59\(3\),pp\. 2142–2154\.Cited by:[§3\.2](https://arxiv.org/html/2608.25336#S3.SS2.SSS0.Px2.p1.1)\.
- Puduppullyet al\.\(2019\)R\. Puduppully, L\. Dong, and M\. LapataData\-to\-text generation with content selection and planning\.InProceedings of the AAAI conference on artificial intelligence,Vol\.33,pp\. 6908–6915\.Cited by:[§2](https://arxiv.org/html/2608.25336#S2.SS0.SSS0.Px1.p1.1)\.
- Reiter and Dale \(2000\)E\. Reiter and R\. DaleBuilding natural language generation systems\.Cambridge University Press\.Cited by:[§1](https://arxiv.org/html/2608.25336#S1.p3.1),[§2](https://arxiv.org/html/2608.25336#S2.SS0.SSS0.Px1.p1.1)\.
- Singhalet al\.\(2023\)K\. Singhal, S\. Azizi, T\. Tu, S\. S\. Mahdavi, J\. Wei, H\. W\. Chung, N\. Scales, A\. Tanwani, H\. Cole\-Lewis, S\. Pfohl, P\. Payne, M\. Seneviratne, P\. Gamble, C\. Kelly, A\. Babiker, N\. Schärli, A\. Chowdhery, P\. Mansfield, D\. Demner\-Fushman, B\. Agüera y Arcas, D\. Webster, G\. S\. Corrado, Y\. Matias, K\. Chou, J\. Gottweis, N\. Tomasev, Y\. Liu, A\. Rajkomar, J\. Barral, C\. Semturs, A\. Karthikesalingam, and V\. NatarajanLarge language models encode clinical knowledge\.Nature620\(7972\),pp\. 172–180\.Cited by:[§1](https://arxiv.org/html/2608.25336#S1.p2.1)\.
- Tuet al\.\(2024\)T\. Tu, S\. Azizi, D\. Driess, M\. Schaekermann, M\. Amin, P\. Chang, A\. Carroll, C\. Lau, R\. Tanno, I\. Ktena,et al\.Towards generalist biomedical ai\.Nejm Ai1\(3\),pp\. AIoa2300138\.Cited by:[§1](https://arxiv.org/html/2608.25336#S1.p2.1)\.
- Van Essenet al\.\(2013\)D\. C\. Van Essen, S\. M\. Smith, D\. M\. Barch, T\. E\. Behrens, E\. Yacoub, K\. Ugurbil, and W\. H\. ConsortiumThe wu\-minn human connectome project: an overview\.Neuroimage80,pp\. 62–79\.Cited by:[§4](https://arxiv.org/html/2608.25336#S4.SS0.SSS0.Px1.p1.1)\.
- Van Veenet al\.\(2024\)D\. Van Veen, C\. Van Uden, L\. Blankemeier, J\. Delbrouck, A\. Aali, C\. Bluethgen, A\. Pareek, M\. Polacin, E\. Pontes Reis, A\. Seehofnerova, N\. Rohatgi, P\. Hosamani, W\. Collins, N\. Ahuja, C\. P\. Langlotz, J\. Hom, S\. Gatidis, J\. Pauly, and A\. S\. ChaudhariAdapted large language models can outperform medical experts in clinical text summarization\.Nature Medicine30\(4\),pp\. 1134–1142\.Cited by:[§1](https://arxiv.org/html/2608.25336#S1.p2.1)\.
- Vulet al\.\(2009\)E\. Vul, C\. Harris, P\. Winkielman, and H\. PashlerPuzzlingly high correlations in fMRI studies of emotion, personality, and social cognition\.Perspectives on Psychological Science4\(3\),pp\. 274–290\.Cited by:[§3\.2](https://arxiv.org/html/2608.25336#S3.SS2.SSS0.Px2.p1.1)\.
- Willard and Louf \(2023\)B\. T\. Willard and R\. LoufEfficient guided generation for large language models\.arXiv:2307\.09702\.Cited by:[§1](https://arxiv.org/html/2608.25336#S1.p3.1),[§2](https://arxiv.org/html/2608.25336#S2.SS0.SSS0.Px2.p1.1)\.
- Wisemanet al\.\(2017\)S\. Wiseman, S\. M\. Shieber, and A\. M\. RushChallenges in data\-to\-document generation\.InProceedings of the 2017 conference on empirical methods in natural language processing,pp\. 2253–2263\.Cited by:[§2](https://arxiv.org/html/2608.25336#S2.SS0.SSS0.Px1.p1.1)\.
- World Health Organization \(2000\)World Health OrganizationObesity: preventing and managing the global epidemic\.Technical reportWorld Health Organization\.Cited by:[§4](https://arxiv.org/html/2608.25336#S4.SS0.SSS0.Px1.p1.1)\.
- Zaleskyet al\.\(2010\)A\. Zalesky, A\. Fornito, and E\. T\. BullmoreNetwork\-based statistic: identifying differences in brain networks\.NeuroImage53\(4\),pp\. 1197–1207\.Cited by:[§1](https://arxiv.org/html/2608.25336#S1.p2.1)\.
## Appendix AClaim Ledger and Evaluation Metrics
### A\.1 Claim ledger schema
The claim ledger is the single object passed from the pre\-generation control logic to the writer\. Each entry is a typed claim with the following fields: a claim identifier and type; a canonical text; one or more evidence pointers into named pipeline stages \(thesourcefield\); the numerical fields the claim reports; an effect direction where applicable; a literature\-support level; the risk tags attached by the auditor; the allowed language strength after the policy controller’s monotone downgrade; and an explicit forbidden\-language list\. A claim is instantiated only if every evidence pointer resolves against a pipeline stage\. The post\-audit entry for the worked example in §[3\.4](https://arxiv.org/html/2608.25336#S3.SS4)is:
claim\_id: bmi\_absorption\_01source: edgewise\_glm\_summary\.M1\_to\_M3numbers:primary\_edges: 10041bmi\_adjusted\_edges: 8collapse\_rate: 99\.9%direction: absorbed\_after\_bmi\_adjustmentrisk\_tags: \[group\_covariate\_circularity\]allowed\_strength: cautiousforbidden\_language:\- independent obesity effect\- obesity\-specific mechanism
Table A1:Control configurations of the compared methods\. All methods receive the same structured statistical evidence\. They differ in where control is applied and in which reporting decisions remain under LLM control\.The renderer emits this claim’s numbers and direction tag directly from the ledger, and theforbidden\_languagelist is passed to the writer as a hard constraint\. This is the operational distinction the protocol turns on: the hybrid template renders LLM\-selected slots, whereas claim\-locked reporting renders ledger\-bound claims whose source, numbers, direction, and allowed strength were fixed before writing\.
### A\.2 Automatic evaluation metrics
This section specifies the automatic metrics used in the main evaluation\. The RCT direction audit is defined separately in Appendix[E](https://arxiv.org/html/2608.25336#A5)\. For FC, a lexical direction check is retained only as a supplementary diagnostic\.
#### Numerical flag \(Num\)\.
Report\-visible numbers are matched against three support sets: all numeric leaves in the evidence JSON, an explicit derived\-metric whitelist, and a small constant whitelist for conventional values such as section numbers and FDR thresholds\. Matching uses absolute tolerance10−310^\{\-3\}or relative tolerance5%5\\%\. The derived whitelist includes only quantities used by the renderer, such as FDR\-surviving percentages and BMI\-absorption collapse percentages\. Common section, table, week, and ordinal numbers are filtered before scoring, and arbitrary pairwise ratios are deliberately not whitelisted, trading recall for precision\. Num is therefore a conservative commission check rather than a complete mathematical\-verification system\.
#### Strong\-language count \(Strong\)\.
Strong counts prose sentences containing a strong assertion term \(e\.g\., “robust”, “causal”, “conclusive”\) without a hedge in the same sentence \(e\.g\., “may”, “exploratory”, “hypothesis\-generating”\)\. The lexicons are fixed before evaluation\. The check can miss paraphrased overclaims and can mis\-flag a strong term used in a negated context, so it is treated as a diagnostic lexical measure\.
#### Risk\-conditioned hedge use \(Hedge\)\.
Hedge measures the use of cautionary language for claims flagged by the risk taxonomy\. It is evaluated only for risk\-flagged claims and is therefore interpreted as a measure of whether predefined caution constraints reach the report surface, rather than as a general preference for more hedging\.
#### FC lexical direction check\.
For FC only, we additionally use a rule\-based lexical check that compares direction wording against the ledger\-stored direction field\. Because the check is brittle under negation and comparator phrasing, it is treated only as a supplementary diagnostic and is not used as the primary direction\-correctness measure\.
## Appendix BCompared Control Configurations
All methods receive the same structured statistical evidence for a given input\. They differ in where control is applied between the evidence and the final report, and therefore in which reporting decisions remain under LLM control\. Table[A1](https://arxiv.org/html/2608.25336#A1.T1)summarizes these differences\.
#### Free\-form\.
The LLM directly generates the report from the evidence record with only a general grounding instruction\. Claim selection, numerical realization, direction, language strength, and prose remain under LLM control\.
#### Prompt\-only\.
The LLM receives the same evidence together with explicit faithfulness instructions intended to discourage unsupported numbers, direction errors, and overstatement\. These constraints are expressed only through prompting; the model still determines the reportable claims and their realization\.
#### Structured output\.
The output structure is predefined, but the LLM still selects the claims and generates the statistical content within that structure\. This configuration therefore constrains format rather than evidence\-bearing content\.
#### Retrieval\.
The LLM is provided with source\-identified evidence blocks from the same record and is required to ground its report in those blocks\. The evidence is more explicitly localized, but claim selection and verbalization remain under LLM control\.
#### Post\-hoc verifier\.
A verifier revises an initially generated report using the same evidence record, correcting detected numerical, directional, or interpretive inconsistencies\. Control is therefore applied after the report has already been generated rather than before claim selection\.
#### Hybrid template\.
The LLM selects the values and claims that populate predefined slots, after which those slots are rendered deterministically\. This provides slot\-level control, but the evidence\-bearing content placed into the slots remains LLM\-selected\.
#### Claim\-locked\.
Reportable claims are bound to their evidence source, numerical fields, direction, and permitted language strength before prose generation\. The deterministic renderer realizes the locked content, while the LLM is restricted to connective wording\.
### B\.1 Prompt configuration
Each method uses a fixed prompt template that implements its corresponding control condition\. Free\-form generation receives the statistical evidence record directly; prompt\-only adds explicit faithfulness constraints; structured output specifies an output schema; retrieval\-grounded generation requires evidence\-block attribution; the post\-hoc verifier uses a second verification\-and\-revision pass; the hybrid template asks the LLM to populate predefined slots that are subsequently rendered deterministically; and claim\-locked reporting provides the writer with the active claim ledger and policy constraints while numerical content is rendered deterministically\.
The same template is used across records, seeds, and writer providers within each condition\. Exact executable prompt templates, including dynamically injected fields and JSON schemas, are released with the code\.
## Appendix CAdditional Experimental Analyses
### C\.1 Component analysis
We evaluate three claim\-locked configurations under the same records, providers, and seeds as the main comparison\. As shown in Table[A2](https://arxiv.org/html/2608.25336#A3.T2),Builder onlyprovides the LLM with the claim\-builder output while leaving numerical realization to the LLM\.Builder \+ rendereradditionally uses the deterministic renderer while disabling the risk auditor and policy controller, isolating the contribution of deterministic realization\.Full claim\-lockedactivates the complete pipeline, including the risk auditor and policy controller\.
Table A2:Component analysis\. Reproducibility is reported in percent; Strong is the unhedged\-strong count\. Bold marks the full claim\-locked configurationAdding the deterministic renderer to the builder\-only configuration increases reproducibility from85\.0%85\.0\\%to98\.0%98\.0\\%for fMRI and from90\.3%90\.3\\%to100\.0%100\.0\\%for RCT\. Activating the risk auditor and policy controller leaves reproducibility essentially unchanged for fMRI \(98\.0%→98\.5%98\.0\\%\\rightarrow 98\.5\\%\) while reducing Strong from1\.401\.40to0\.750\.75\.
#### Paired\-bootstrap uncertainty\.
For the central Claim\-locked\-versus\-Hybrid comparison, we use20,00020\{,\}000paired bootstrap resamples over matched units, preserving the main\-table structure rather than treating repeated generation cells as independent\. The reproducibility differences are\+37\.4\+37\.4points for fMRI \(95% CI\[\+15\.1,\+59\.7\]\[\+15\.1,\+59\.7\]\) and\+20\.5\+20\.5points for RCT \(95% CI\[\+17\.8,\+23\.1\]\[\+17\.8,\+23\.1\]\)\. The paired fMRI Strong difference \(Claim\-locked minus hybrid\) is−1\.50\-1\.50\(95% CI\[−2\.05,−1\.00\]\[\-2\.05,\-1\.00\]\)\.
## Appendix DRisk\-Tag Instantiations
The risk auditor uses the same interface across domains, while the concrete tags are grounded in domain\-specific evidence\. Table[A3](https://arxiv.org/html/2608.25336#A4.T3)organizes the two settings by five shared control targets: numerical support, direction preservation, entity or source support, inferential scope, and interpretive strength\. The targets remain unchanged across domains; only the evidence used to instantiate them differs\.
Table A3:Shared control targets and their domain\-specific instantiations\. The same auditor–policy interface is used in both settings, while each target is grounded in domain\-specific evidence\.
## Appendix EHuman Audits
#### fMRI governance audit\.
Four reviewers independently annotated matched fMRI report snippets from free\-form, hybrid template, and claim\-locked outputs without seeing method identity\. They counted two types of violations: unhedged strong language and unsupported content\. The former corresponds to the automatic Strong measure\. Unsupported content is included as a supplementary comparison: the automatic rule flags anatomical phrases absent from both the atlas\-derived ROI dictionary and the evidence record, whereas human reviewers judge unsupported content more broadly\. Values in Table[A4](https://arxiv.org/html/2608.25336#A5.T4)are average violation counts per report; lower is better\.
The human judgments follow the corresponding automatic ordering\. Claim\-locked has the lowest average count for both violation types; the hybrid template is intermediate for strong language but highest for unsupported content, while free\-form is highest for strong language\. This provides a reader\-facing check that the qualitative trends identified by the automatic measures are also visible under blinded human judgment\.
Table A4:Blinded fMRI governance audit\. Values are average violation counts per report; lower is better\. The rule\-based counts are shown alongside the four blinded reviewers and their mean\.
#### RCT direction audit\.
A blinded reviewer labeled all840840generated reports from the3030\-record RCT direction\-audit subset\. Each report was classified as preserved, inverted, or unresolved relative to the gold direction\. Unresolved denotes reports for which no reliable direction can be determined from the generated text, including reports that do not state a clear direction\. The inversion rate is computed as Inv\.//\(Pres\.\+\+Inv\.\), with unresolved reports reported separately and excluded from the denominator\. The per\-method results are reported in Table[5](https://arxiv.org/html/2608.25336#S5.T5)\.
A second reviewer independently labeled a stratified5050\-report subset comprising1919preserved,1515inverted, and1616unresolved reports\. Raw agreement was98\.0%98\.0\\%\(49/5049/50reports\), with Cohen’sκ=0\.970\\kappa=0\.970; the single disagreement was between preserved and inverted\.
## Appendix FRCT Numerical\-Flag Calibration
Raw Num is a high\-recall numerical flag and does not distinguish unsupported statistical results from benign mismatches\. We therefore manually inspect the flagged outputs for claim\-locked, hybrid template, and free\-form generation\. Each flag is assigned to one of three categories: a regular\-expression false positive \(Regex FP\), a benign metadata or support\-window mismatch, or a harmful statistical\-result fabrication in which a report\-visible statistical value is absent from the evidence record\. Table[A5](https://arxiv.org/html/2608.25336#A6.T5)summarizes the calibration\.
Table A5:Manual calibration of the RCT numerical flags underlying Table[4](https://arxiv.org/html/2608.25336#S5.T4)\. Benign denotes metadata or support\-window mismatches; Harmful denotes unsupported statistical results\.The calibration changes the interpretation of the raw Num values\. Claim\-locked has the largest raw flag count, but all of its flags are benign or false positives, with no harmful statistical\-result fabrication\. The hybrid template has fewer raw flags but produces unsupported statistical results in2\.5%2\.5\\%of outputs, showing that deterministic rendering does not prevent numerical fabrication when the LLM still selects the slot content\. Free\-form generation has the highest harmful\-fabrication rate at5\.9%5\.9\\%\.Similar Articles
Safeguarding LLM Agents from Misalignment through Provenance Analysis
This paper proposes a provenance-based framework and multi-stage pipeline, \tool, to detect misalignment in LLM agents' tool invocations before execution, reducing error rates significantly compared to LLM-as-a-judge baselines.
A paper on “memory provenance laundering” in LLM agents
A paper explores 'memory provenance laundering' in LLM agents, where long-term memory can turn untrusted observations into seemingly trusted context, and proposes preserving provenance through memory consolidation.
ISNAD: a claim-level provenance framework for multi-agent LLMs that grades the "narrators" (agents/models/scrapers), adapted from classical hadith transmission science
ISNAD introduces a claim-level provenance framework for multi-agent LLMs, inspired by classical hadith transmission science to grade the reliability of narrators (agents, models, scrapers).
Mitigating LLM-based p-Hacking by Preregistering for the Next LLM
Proposes a protocol to mitigate p-hacking in LLM-based research by preregistering experiments and running them on the first eligible model released after preregistration, demonstrating substantial mitigation across multiple models.
Evidence-Ledger Adjudication for Claim-Evidence Traceability
This paper introduces evidence-ledger adjudication, a workflow for claim-evidence traceability in AI-assisted writing, evaluated on a blind benchmark from AVeriTeC, CLIMATE-FEVER, and SciFact, showing agent-based methods outperform baselines.