paper-with-me

Papers

Enhancing LLMs' Clinical Reasoning with Real-World Data from a Nationwide Sepsis Registry

2025-05-05 · Junu Kim, Chaeeun Shim, Sungjin Park, Su Yeon Lee, Gee Young Suh, Chae-Man Lim, Seong Jin Choi, Song Mi Moon, Kyoung-Ho Song, Eu Suk Kim, Hong Bin Kim, Sejoong Kim, Chami Im, Dong-Wan Kang, Yong Soo Kim, Hee-Joon Bae, Sung Yoon Lim, Han-Gil Jeong, Edward Choi

Although large language models (LLMs) have demonstrated impressive reasoning capabilities across general domains, their effectiveness in real-world clinical practice remains limited. This is likely due to their insufficient exposure to real-world clinical data during training, as such data is typically not included due to privacy concerns. To address this, we propose enhancing the clinical reasoning capabilities of LLMs by leveraging real-world clinical data. We constructed reasoning-intensive questions from a nationwide sepsis registry and fine-tuned Phi-4 on these questions using reinforcement learning, resulting in C-Reason. C-Reason exhibited strong clinical reasoning capabilities on the in-domain test set, as evidenced by both quantitative metrics and expert evaluations. Furthermore, its enhanced reasoning capabilities generalized to a sepsis dataset involving different tasks and patient cohorts, an open-ended consultations on antibiotics use task, and other diseases. Future research should focus on training LLMs with large-scale, multi-disease clinical datasets to develop more powerful, general-purpose clinical reasoning models.

📄 PDF Abstract BibTeX arXiv:2505.02722

Code (1)

starmpcc/c-reason 공식 구현

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

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

2025-08-19 · Yue Fang, Yuxin Guo, Jiaran Gao, Hongxin Ding 외 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 underper…

Reinforcement Learning

Medicine on the Edge: Comparative Performance Analysis of On-Device LLMs for Clinical Reasoning

2025-02-13 · Leon Nissen, Philipp Zagar, Vishnu Ravi, Aydin Zahedivash 외

The deployment of Large Language Models (LLM) on mobile devices offers significant potential for medical applications, enhancing privacy, security, and cost-efficiency by eliminating reliance on cloud-based services and …

Computational Efficiency

RPRO: Ranked Preference Reinforcement Optimization for Enhancing Medical QA and Diagnostic Reasoning

2025-08-31 · Chia-Hsuan Hsu, Jun-En Ding, Hsin-Ling Hsu, Chih-Ho Hsu 외 arxiv

Medical question answering requires advanced reasoning that integrates domain knowledge with logical inference. However, existing large language models (LLMs) often generate reasoning chains that lack factual accuracy an…

Reinforcement LearningQuestion Answering

Integrating clinical reasoning into large language model-based diagnosis through etiology-aware attention steering

2025-08-01 · Peixian Li, Yu Tian, Ruiqi Tu, Chengkai Wu 외 arxiv

Objective: Large Language Models (LLMs) demonstrate significant capabilities in medical text understanding and generation. However, their diagnostic reliability in complex clinical scenarios remains limited. This study a…

parameter-efficient fine-tuning

PALLM: Evaluating and Enhancing PALLiative Care Conversations with Large Language Models

2024-09-23 · Zhiyuan Wang, Fangxu Yuan, Virginia LeBaron, Tabor Flickinger 외

Effective patient-provider communication is crucial in clinical care, directly impacting patient outcomes and quality of life. Traditional evaluation methods, such as human ratings, patient feedback, and provider self-as…

In-Context Learning