paper-with-me

홈 › Papers

Toward Better EHR Reasoning in LLMs: Reinforcement Learning with Expert Attention Guidance

2025-08-19 · Yue Fang, Yuxin Guo, Jiaran Gao, Hongxin Ding, Xinke Jiang, Weibin Liao, Yongxin Xu, Yinghao Zhu, Zhibang Yang, Liantao Ma, Junfeng Zhao, Yasha Wang arxiv

Improving large language models (LLMs) for electronic health record (EHR) reasoning is essential for enabling accurate and generalizable clinical predictions. While LLMs excel at medical text understanding, they underperform on EHR-based prediction tasks due to challenges in modeling temporally structured, high-dimensional data. Existing approaches often rely on hybrid paradigms, where LLMs serve merely as frozen prior retrievers while downstream deep learning (DL) models handle prediction, failing to improve the LLM's intrinsic reasoning capacity and inheriting the generalization limitations of DL models. To this end, we propose EAG-RL, a novel two-stage training framework designed to intrinsically enhance LLMs' EHR reasoning ability through expert attention guidance, where expert EHR models refer to task-specific DL models trained on EHR data. Concretely, EAG-RL first constructs high-quality, stepwise reasoning trajectories using expert-guided Monte Carlo Tree Search to effectively initialize the LLM's policy. Then, EAG-RL further optimizes the policy via reinforcement learning by aligning the LLM's attention with clinically salient features identified by expert EHR models. Extensive experiments on two real-world EHR datasets show that EAG-RL improves the intrinsic EHR reasoning ability of LLMs by an average of 14.62%, while also enhancing robustness to feature perturbations and generalization to unseen clinical domains. These results demonstrate the practical potential of EAG-RL for real-world deployment in clinical prediction tasks. Our code have been available at https://github.com/devilran6/EAG-RL.

📄 PDF Abstract BibTeX arXiv:2508.13579

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

$n$-Musketeers: Reinforcement Learning Shapes Collaboration Among Language Models

2026-02-09 · Ryozo Masukawa, Sanggeon Yun, Hyunwoo Oh, SuhgHeon Jeong 외 arxiv

Recent progress in reinforcement learning with verifiable rewards (RLVR) shows that small, specialized language models (SLMs) can exhibit structured reasoning without relying on large monolithic LLMs. We introduce soft h…

Reinforcement Learning

Reinforcement Fine-Tuning Powers Reasoning Capability of Multimodal Large Language Models

2025-05-24 · Haoyuan Sun, Jiaqi Wu, Bo Xia, Yifu Luo 외

Standing in 2025, at a critical juncture in the pursuit of Artificial General Intelligence (AGI), reinforcement fine-tuning (RFT) has demonstrated significant potential in enhancing the reasoning capability of large lang…

Position

Automatic Attack Discovery for Few-Shot Class-Incremental Learning via Large Language Models

2025-12-03 · Haidong Kang, Wei Wu, Hanling Wang arxiv

Few-shot class incremental learning (FSCIL) is a more realistic and challenging paradigm in continual learning to incrementally learn unseen classes and overcome catastrophic forgetting on base classes with only a few tr…

Few-Shot Class-Incremental LearningClass Incremental LearningReinforcement LearningContinual Learning

CLARity: Reasoning Consistency Alone Can Teach Reinforced Experts

2025-10-10 · Jiuheng Lin, Cong Jiang, Zirui Wu, Jiarui Sun 외 arxiv

Training expert LLMs in domains with scarce data is difficult, often relying on multiple-choice questions (MCQs). However, standard outcome-based reinforcement learning (RL) on MCQs is risky. While it may improve accurac…

Reinforcement Learning

StepTool: A Step-grained Reinforcement Learning Framework for Tool Learning in LLMs

2024-10-10 · Yuanqing Yu, Zhefan Wang, Weizhi Ma, Zhicheng Guo 외

Despite having powerful reasoning and inference capabilities, Large Language Models (LLMs) still need external tools to acquire real-time information retrieval or domain-specific expertise to solve complex tasks, which i…

Information RetrievalPolicy Gradient Methods