paper-with-me

홈 › Papers

World Feedback for Clinical Agents: Diagnosing RL in FHIR Environments

2026-07-01 · Ananya Mantravadi, Harshit Rajgarhia, Prasanna Desikan, Abhishek Mukherji arxiv

Clinical protocol-execution tasks -- checking a lab value, applying a threshold, placing a correctly structured FHIR order -- are natural candidates for RL from world feedback: once clinical SMEs encode decision logic into a verifier, that verifier grades unlimited rollouts without per-episode annotation. But applying RL requires a sound feedback channel and sufficient base capability. We audit MedAgentBench v1/v2, find a 41.7\% silent-finish ceiling that makes inaction the RL dominant strategy, and construct \textbf{MedAgentBench-v3 (MAB-v3)} (508 tasks, 8.9\% ceiling). Training Qwen3-8B exposes two structural barriers: a \emph{capability ceiling} (10/20 task types have 0\% base performance, zero gradient) and a \emph{format-knowledge barrier} (3/20 types require exact clinical codes undiscoverable by exploration). Pure RL reaches 18.2\% pass@1 vs.\ 34.1\% for rule-based SFT; the 15.9~pp gap is attributable entirely to these barriers. A decision/format-knowledge/lookup taxonomy predicts RL learnability and prescribes the fix: SFT to inject codes, RL to learn conditionals.

📄 PDF Abstract BibTeX arXiv:2607.01470

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

FHIR-AgentBench: Benchmarking LLM Agents for Realistic Interoperable EHR Question Answering

2025-09-12 · Gyubok Lee, Elea Bach, Eric Yang, Tom Pollard 외 arxiv

The recent shift toward the Health Level Seven Fast Healthcare Interoperability Resources (HL7 FHIR) standard opens a new frontier for clinical AI, demanding LLM agents to navigate complex, resource-based data models ins…

Question AnsweringCode Generation

Reinforcement Learning for Tool-Calling Agents in Fast Healthcare Interoperability Resources (FHIR)

2026-05-13 · Marius S. Knorr, Robert Müller, Jan P. Bremer, Nils Schweingruber arxiv

Fast Healthcare Interoperability Resources (FHIR) is the dominant standard for interoperable exchange of healthcare data. In FHIR, electronic health records form a directed graph of resources. Answering clinically meanin…

Reinforcement LearningQuestion Answering

Infherno: End-to-end Agent-based FHIR Resource Synthesis from Free-form Clinical Notes

2025-07-16 · Johann Frei, Nils Feldhus, Lisa Raithel, Roland Roller 외 arxiv

For clinical data integration and healthcare services, the HL7 FHIR standard has established itself as a desirable format for interoperability between complex health data. Previous attempts at automating the translation …

Detecting Clinical Discrepancies in Health Coaching Agents: A Dual-Stream Memory and Reconciliation Architecture

2026-04-29 · Samuel L Pugh, Eric Yang, Alexander Muir Sutherland, Alessandra Breschi arxiv

As Large Language Model (LLM) agents transition from single-session tools to persistent systems managing longitudinal healthcare journeys, their memory architectures face a critical challenge: reconciling two imperfect s…

FHIRPath-QA: Executable Question Answering over FHIR Electronic Health Records

2026-02-26 · Michael Frew, Nishit Bheda, Bryan Tripp arxiv

Though patients are increasingly granted digital access to their electronic health records (EHRs), existing interfaces may not support precise, trustworthy answers to patient-specific questions. Large language models (LL…

Question AnsweringText Generation