iGEN
Visit IGEN World Explore IGEN Expo
EXPLORE UPGRADE PLANS
BREAKING
Moody's Assigns First-Time Baa2 Rating to RBL Bank, One Notch Above India's Sovereign Sebi Bars Zee's Subhash Chandra, Punit Goenka From Market for One Year Zepto Defers IPO by Two to Three Quarters After Tepid Investor Response Tim Cook: India Among Apple's Best Global Markets as June Quarter Records Revenue Domestic funds reach record 21% stake in Indian companies as FPI ownership drops to 17% Cybercriminals widen net as assessees rush to meet I-T return filing deadline Bloomberg Delays India's Sovereign Bond Index Inclusion as Market Reforms Need Further Testing Gold loans jump 93.8% y-o-y, fuel bank credit growth in Q1FY27 Snapchat joins YouTube, LinkedIn and Substack in fight against 'AI slop' Amazon speeds last-mile delivery, expands robotics fleet past 1 million Moody's Assigns First-Time Baa2 Rating to RBL Bank, One Notch Above India's Sovereign Sebi Bars Zee's Subhash Chandra, Punit Goenka From Market for One Year Zepto Defers IPO by Two to Three Quarters After Tepid Investor Response Tim Cook: India Among Apple's Best Global Markets as June Quarter Records Revenue Domestic funds reach record 21% stake in Indian companies as FPI ownership drops to 17% Cybercriminals widen net as assessees rush to meet I-T return filing deadline Bloomberg Delays India's Sovereign Bond Index Inclusion as Market Reforms Need Further Testing Gold loans jump 93.8% y-o-y, fuel bank credit growth in Q1FY27 Snapchat joins YouTube, LinkedIn and Substack in fight against 'AI slop' Amazon speeds last-mile delivery, expands robotics fleet past 1 million
Home ›› Technology ›› Ai ›› Llms ›› Study: LLM Accuracy Declines Predictably as Reasoning Steps Increase in Clinical AI Tasks

Study: LLM Accuracy Declines Predictably as Reasoning Steps Increase in Clinical AI Tasks

A study on arXiv introduces a hop-count taxonomy to predict LLM failure on clinical question answering. Tests across Claude and GPT models show monotone accuracy decline with reasoning depth, with extended thinking failing to flatten the curve.

iG
iGEN Editorial
June 16, 2026
Study: LLM Accuracy Declines Predictably as Reasoning Steps Increase in Clinical AI Tasks

Large language models (LLMs) are being deployed in clinical settings to answer questions from electronic health records (EHRs), but their reliability on multi-step reasoning is coming into question. A new study on arXiv — "Compositional Reasoning Depth Predicts Clinical AI Failure: Empirical Evidence Consistent with Transformer Compositionality Limits in Electronic Health Record Question Answering" by Sanjay Basu — provides empirical evidence that accuracy declines systematically as the number of reasoning steps increases, and that this decline is predictable.

The researchers pre-specified a hop-count taxonomy classifying the number of distinct reasoning steps required to answer a clinical question from an EHR. They annotated 313 clinician-generated MedAlign EHR question-answer pairs across four hop levels and evaluated 301 questions in a within-model ablation (claude-sonnet-4-6, zero-shot vs. extended thinking) and cross-architecture replications (gpt-4o and gpt-5.4-2026-03-05, zero-shot).

Monotone Accuracy Decline Across Models

All three models, spanning two providers and two OpenAI generations (GPT-4 and GPT-5), showed monotone accuracy decline with hop count:

  • Claude Sonnet zero-shot fell from 30.6% at hop=1 to 17.6% at hop=4 (Cochran-Armitage z=-2.30, p=0.011; odds ratio per hop 0.72, 95% CI [0.56,0.92], p=0.008).
  • GPT-4o replicated this decline from 37.8% to 14.7% (OR 0.58 [0.45,0.75], p<0.001).
  • gpt-5.4-2026-03-05 confirmed the pattern from 37.8% to 23.5% (OR 0.80 [0.66,0.98], p=0.027).
Model Hop=1 Accuracy Hop=4 Accuracy Odds Ratio per Hop p-value
Claude Sonnet 30.6% 17.6% 0.72 0.008
GPT-4o 37.8% 14.7% 0.58 <0.001
GPT-5.4 37.8% 23.5% 0.80 0.027

Reasoning Difficulty, Not Data Truncation

A pre-specified context-sufficiency audit showed that higher-hop questions were not differentially disadvantaged by EHR truncation: answerability ranged from 93-95% at hops 2-4 versus 79% at hop=1. This confirms the accuracy decline reflects compositional reasoning difficulty, not data issues.

Extended Thinking Does Not Flatten the Curve

Extended thinking — where the model is prompted to reason step-by-step — did not significantly flatten the accuracy-depth curve across three reasoning conditions. Moreover, thinking-token usage scaled with hop count (r=0.31, p<0.0001), consistent with the predicted O(k) computational requirement.

Implications for Enterprise AI Deployment

For enterprise technology decision-makers evaluating LLMs for complex document analysis, compliance checks, or multi-step workflows, the study offers a theory-motivated, cross-architecture predictor of error. Hop count can serve as a deployment risk stratification tool: questions requiring more inferential steps are disproportionately likely to produce errors, regardless of the model provider or generation. The finding holds across Claude and GPT architectures and suggests a fundamental limit of transformer compositionality that even extended thinking cannot overcome.

The study is available on arXiv under a CC BY 4.0 license.


Sources:

Keep Reading

Recommended Stories

New Method LUCID Detects Hallucinations in LLM-Based Knowledge Graph Reasoning Technology

New Method LUCID Detects Hallucinations in LLM-Based Knowledge Graph Reasoning

Researchers introduce LUCID, the first hallucination detection method designed for large language model-based knowledge graph reasoning. By jointly leveraging attention scores, KG semantics, and structural information via a graph neural network, LUCID achieves state-of-the-art performance across nine datasets compared to 15 baselines. The method addresses a critical gap where existing detection techniques overlook structural information in knowledge graphs.

June 20, 2026
MedAI Study Evaluates TxAgent's Therapeutic Reasoning in NeurIPS CURE-Bench Competition Technology

MedAI Study Evaluates TxAgent's Therapeutic Reasoning in NeurIPS CURE-Bench Competition

A MedAI study evaluated TxAgent, an agentic AI system for therapeutic reasoning, in the NeurIPS CURE-Bench 2025 Challenge. TxAgent uses a fine-tuned Llama-3.1-8B model with iterative retrieval-augmented generation and a unified biomedical tool suite. The work was awarded the Excellence Award in Open Science.

June 17, 2026
Research Shows Code Execution Outperforms Natural Language for AI Algorithmic Reasoning Technology

Research Shows Code Execution Outperforms Natural Language for AI Algorithmic Reasoning

A new research paper from arXiv investigates whether code or natural language is more effective for tool-augmented language models performing algorithmic reasoning. By separating intermediate representation from execution mechanism, the study finds that deterministic code execution outperforms natural-language reasoning by 31.6 percentage points, while changing the intermediate representation alone yields only a 0.15pp difference. Results suggest performance gains require reliable external execution.

June 17, 2026
Multi-Sequence Verifiers Cut Inference Latency in Half for LLM Reasoning Technology

Multi-Sequence Verifiers Cut Inference Latency in Half for LLM Reasoning

A new paper by Kim et al. introduces the Multi-Sequence Verifier (MSV), a lightweight verifier that improves calibration for parallel test-time scaling in large language models. MSV enhances best-of-N selection accuracy by up to 6% and enables early-stopping strategies that achieve the same accuracy with less than half the inference latency.

June 16, 2026