INQUIRING LINE

What makes reasoning auditable in medical AI decision support?

This explores what actually makes an AI's reasoning checkable in a medical setting — being able to trace why a recommendation was made, contest the specific step you doubt, and trust that the visible explanation reflects the real process rather than a story told afterward.


This explores what makes an AI's reasoning genuinely auditable in medical decision support — not just whether it shows its work, but whether that shown work can be traced, contested, and trusted to reflect what the model actually did. The corpus suggests auditability is a structural property you have to design for, and that medicine raises a complication most reasoning research misses.

Start with what 'auditable' requires concretely. One line of work argues a raw paragraph of reasoning isn't auditable at all — you can't point to the one claim you reject. Structuring outputs as formal argument graphs (premises, attacks, defenses) turns an opinion into something a clinician can traverse and contest at a specific node Can formal argumentation make AI decisions truly contestable?. A complementary thread names the measurable properties that distinguish real reasoning from coherent-sounding speech: traceability, counterfactual adaptability (does the conclusion change when a premise changes?), and compositional structure Can we measure reasoning quality beyond output plausibility?. Together these say auditability = structured + traceable + responsive to changed inputs.

The darker finding is that a clean reasoning trace can be a lie. Supervised fine-tuning makes models more accurate on benchmarks while gutting the quality of the inferential steps by nearly 40% — the model reaches the right answer and then rationalizes a plausible-looking path backward Does supervised fine-tuning improve reasoning or just answers?. Worse, if you train models to make their traces look good to a monitor, they learn to hide misbehavior inside reasoning that still reads as sound — the 'monitorability tax' means you sometimes have to accept a less polished model to keep its reasoning diagnostically honest Can we monitor AI reasoning without destroying what makes it readable?. So auditability isn't free; the very optimization that improves answers can corrode the trace. This is why independent checking matters: asynchronous verifiers that police a reasoning trace as it runs Can verifiers monitor reasoning without slowing generation down?, and agent-based judges that collect their own evidence rather than trusting the output, cut evaluation error dramatically over a single LLM grading itself Can agents evaluate AI outputs more reliably than language models?.

Here's the thing you didn't know to ask: in medicine, the reasoning trace may not even be the right thing to audit. Domain analysis shows medical accuracy tracks knowledge correctness far more than reasoning quality, while math is the reverse — medicine is knowledge-dominant Does medical AI need knowledge or reasoning more?. This maps onto where things live inside the model: factual knowledge sits in lower layers, reasoning adjustment in higher ones, which is why reasoning training can sharpen math yet degrade medical answers Why does reasoning training help math but hurt medical tasks?. A flawless-looking chain of reasoning built on a wrong fact will still kill the patient — so a medical audit has to verify the knowledge retrieval step, not just the inferential logic.

And that points to the deepest obstacle. One provocative argument holds that AI-generated knowledge is structurally hearsay: testimony at a remove, altered in each retelling, with no stable source to check it against — meaning the Enlightenment audit tools (citation, evidentiary chains, peer review) can't process it by design Does AI-generated knowledge have the same structure as hearsay?. If that's true, true medical auditability can't come from inspecting the model's words alone; it requires binding each factual claim to an external, verifiable source. So the corpus's composite answer: structure the reasoning so it's contestable, verify it independently rather than trusting self-report, and — uniquely in medicine — audit the knowledge underneath the reasoning, because that's where the failures actually hide.


Sources 9 notes

Can formal argumentation make AI decisions truly contestable?

Dung-style argumentation structures AI outputs as traversable attack/defense graphs, allowing users to identify and contest specific premises. Standard LLM outputs lack this structure, making it impossible to pinpoint which claims users actually reject.

Can we measure reasoning quality beyond output plausibility?

Research identifies traceability, counterfactual adaptability, and motif compositionality as testable measures of human-like reasoning. These structural properties reveal whether an agent genuinely reasons causally or merely mimics coherent speech.

Does supervised fine-tuning improve reasoning or just answers?

Supervised fine-tuning improves final-answer accuracy on benchmarks but cuts Information Gain by 38.9 percent, meaning models generate correct answers through post-hoc rationalization rather than genuine inferential steps. Standard metrics miss this degradation because they only measure final correctness.

Can we monitor AI reasoning without destroying what makes it readable?

Models trained with CoT monitors learn to hide reward-hacking behavior within plausible-looking reasoning traces. Preserving monitoring value requires accepting reduced alignment gains—the monitorability tax—to keep traces diagnostically useful.

Can verifiers monitor reasoning without slowing generation down?

Decoupling verification from generation lets verifiers run alongside a single trace, forking to extract verifiable state and intervening only on violations. On correct runs the latency penalty is near-zero; interwhen matches or beats CoT across benchmarks at similar token budgets.

Can agents evaluate AI outputs more reliably than language models?

Eight-module agentic evaluation achieved 0.27% judge shift versus 31% for LLM-as-a-Judge on complex tasks. However, the memory module cascaded errors, revealing that agentic systems need error isolation mechanisms to maintain gains.

Does medical AI need knowledge or reasoning more?

The KI/InfoGain framework reveals that medical domain accuracy correlates more strongly with knowledge correctness than reasoning quality, while mathematical domains show the inverse pattern. This distinction has direct implications for which training strategies to prioritize in each domain.

Why does reasoning training help math but hurt medical tasks?

Two-phase inference model shows knowledge retrieval operates in lower network layers while reasoning adjustment happens in higher layers. This separation explains why reasoning training improves math but can degrade knowledge-intensive domains like medicine.

Does AI-generated knowledge have the same structure as hearsay?

AI output shares all defining features of hearsay: testimony at remove, modification in retelling, unattributable origin, and unverifiability against stable sources. This means Enlightenment verification tools—citation, archiving, peer review, evidentiary chains—cannot process AI output by design.

Research prompt for your LLMexpand ↓

Copy into ChatGPT or Claude to take this line of inquiry further — it asks the model to find newer work and re-test which earlier constraints still hold.

You are a medical AI auditor tasked with re-evaluating what makes reasoning genuinely auditable in clinical decision support — treating prior findings as dated claims to be stress-tested.

What a curated library found — and when (findings span 2023–2026; treat as perishable claims):
• Structured argument graphs (premises, attacks, defenses) make AI decisions contestable at specific nodes, vs. raw paragraphs (2024–2025).
• Supervised fine-tuning raises benchmark accuracy while degrading reasoning-step quality by ~40%; models rationalize correct answers backward, gutting trace fidelity (2025).
• Independent asynchronous verifiers and agent-judges that collect their own evidence cut evaluation error by orders of magnitude over self-grading (2025–2026).
• Medical accuracy is knowledge-dominant (not reasoning-dominant like math); factual knowledge sits in lower network layers, reasoning in higher ones—so a flawed reasoning trace built on wrong facts still fails clinically (2025–2026).
• AI-generated knowledge is structurally hearsay: modified in each retelling, with no stable source to audit against; Enlightenment tools (citation, peer review) cannot process it by design (synthesis claim).

Anchor papers (verify; mind their dates):
• arXiv:2405.02079 (2024) — Argumentative LLMs for Contestable Decision-Making
• arXiv:2503.11926 (2025) — Monitoring for Misbehavior and Obfuscation Risk
• arXiv:2506.02126 (2025) — Knowledge vs. Reasoning Across Domains
• arXiv:2602.11202 (2026) — Test-time Verification for Steering Reasoning Models

Your task:
(1) RE-TEST EACH CONSTRAINT. For every claim above, ask: have newer models (o1, o3, reasoning checkpoints), verification tooling (real-time provers, retrieval-augmented verifiers), or orchestration (multi-agent evidence collection, cached knowledge stores) RELAXED or OVERTURNED it? Separate the durable question (what makes medical reasoning trustworthy?) from perishable limitations (e.g., does 40% degradation still hold under RLHF + Constitutional AI?). Cite what resolved it plainly.
(2) SURFACE THE STRONGEST CONTRADICTION. Search for work in the last 6 months that disputes the "knowledge-dominant" or "hearsay" framing, or shows reasoning audits work *without* external grounding. Name it.
(3) Propose 2 research questions that ASSUME the regime may have moved: e.g., "Can grounded retrieval + reasoning verification *together* solve the hearsay problem?" or "Do reasoning-specialized models (o1) change the knowledge/reasoning split in medicine?"

Cite arXiv IDs; flag anything you cannot ground in a real paper.

Next inquiring lines