paper-with-me

Papers

Training LLMs for EHR-Based Reasoning Tasks via Reinforcement Learning

2025-05-30 · Jiacheng Lin, Zhenbang Wu, Jimeng Sun

We present EHRMIND, a practical recipe for adapting large language models (LLMs) to complex clinical reasoning tasks using reinforcement learning with verifiable rewards (RLVR). While RLVR has succeeded in mathematics and coding, its application to healthcare contexts presents unique challenges due to the specialized knowledge and reasoning required for electronic health record (EHR) interpretation. Our pilot study on the MEDCALC benchmark reveals two key failure modes: (1) misapplied knowledge, where models possess relevant medical knowledge but apply it incorrectly, and (2) missing knowledge, where models lack essential domain knowledge. To address these cases, EHRMIND applies a two-stage solution: a lightweight supervised fine-tuning (SFT) warm-up that injects missing domain knowledge, stabilizes subsequent training, and encourages structured, interpretable outputs; followed by RLVR, which reinforces outcome correctness and refines the model's decision-making. We demonstrate the effectiveness of our method across diverse clinical applications, including medical calculations (MEDCALC), patient-trial matching (TREC CLINICAL TRIALS), and disease diagnosis (EHRSHOT). EHRMIND delivers consistent gains in accuracy, interpretability, and cross-task generalization. These findings offer practical guidance for applying RLVR to enhance LLM capabilities in healthcare settings.

📄 PDF Abstract BibTeX arXiv:2505.24105

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

LogicPuzzleRL: Cultivating Robust Mathematical Reasoning in LLMs via Reinforcement Learning

2025-06-05 · Zhen Hao Wong, Jingwen Deng, Runming He, Zirong Chen 외

Large language models (LLMs) excel at many supervised tasks but often struggle with structured reasoning in unfamiliar settings. This discrepancy suggests that standard fine-tuning pipelines may instill narrow, domain-sp…

Mathematical Reasoningreinforcement-learningReinforcement Learning

LaViDa-R1: Advancing Reasoning for Unified Multimodal Diffusion Language Models

2026-02-15 · Shufan Li, Yuchen Zhu, Jiuxiang Gu, Kangning Liu 외 arxiv

Diffusion language models (dLLMs) recently emerged as a promising alternative to auto-regressive LLMs. The latest works further extended it to multimodal understanding and generation tasks. In this work, we propose LaViD…

Reinforcement LearningImage Editing

How Difficulty-Aware Staged Reinforcement Learning Enhances LLMs' Reasoning Capabilities: A Preliminary Experimental Study

2025-04-01 · Yunjie Ji, Sitong Zhao, Xiaoyu Tian, Haotian Wang 외

Enhancing the reasoning capabilities of Large Language Models (LLMs) with efficiency and scalability remains a fundamental challenge in artificial intelligence research. This paper presents a rigorous experimental invest…

Code GenerationMathMathematical ReasoningReinforcement Learning (RL)

Improving the Reasoning of Multi-Image Grounding in MLLMs via Reinforcement Learning

2025-07-01 · Bob Zhang, Haoran Li, Tao Zhang, Jianan Li 외 arxiv

Multimodal Large Language Models (MLLMs) perform well in single-image visual grounding but struggle with real-world tasks that demand cross-image reasoning and multi-modal instructions. To address this, we adopt a reinfo…

Reinforcement LearningVisual Grounding

Enhancing the Code Reasoning Capabilities of LLMs via Consistency-based Reinforcement Learning

2026-05-18 · Zhanyue Qin, Jia Feng, Yibo Lyu, Yun Peng 외 arxiv

Code reasoning refers to the task of predicting the output of a program given its source code and specific inputs. It can measure the reasoning capability of large language models (LLMs) and also benefit downstream tasks…

Reinforcement LearningMathematical ReasoningCode Generation