paper-with-me

Papers

HuatuoGPT-o1, Towards Medical Complex Reasoning with LLMs

2024-12-25 · Junying Chen, Zhenyang Cai, Ke Ji, Xidong Wang, Wanlong Liu, Rongsheng Wang, Jianye Hou, Benyou Wang

The breakthrough of OpenAI o1 highlights the potential of enhancing reasoning to improve LLM. Yet, most research in reasoning has focused on mathematical tasks, leaving domains like medicine underexplored. The medical domain, though distinct from mathematics, also demands robust reasoning to provide reliable answers, given the high standards of healthcare. However, verifying medical reasoning is challenging, unlike those in mathematics. To address this, we propose verifiable medical problems with a medical verifier to check the correctness of model outputs. This verifiable nature enables advancements in medical reasoning through a two-stage approach: (1) using the verifier to guide the search for a complex reasoning trajectory for fine-tuning LLMs, (2) applying reinforcement learning (RL) with verifier-based rewards to enhance complex reasoning further. Finally, we introduce HuatuoGPT-o1, a medical LLM capable of complex reasoning, which outperforms general and medical-specific baselines using only 40K verifiable problems. Experiments show complex reasoning improves medical problem-solving and benefits more from RL. We hope our approach inspires advancements in reasoning across medical and other specialized domains.

📄 PDF Abstract BibTeX arXiv:2412.18925

Code (1)

freedomintelligence/huatuogpt-o1 공식 구현 pytorch

Tasks

Reinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Measuring Stability Beyond Accuracy in Small Open-Source Medical Large Language Models for Pediatric Endocrinology

2025-12-26 · Vanessa D'Amario, Randy Daniel, Alessandro Zanetti, Dhruv Edamadaka 외 arxiv

Small open-source medical large language models (LLMs) offer promising opportunities for low-resource deployment and broader accessibility. However, their evaluation is often limited to accuracy on medical multiple choic…

HuatuoGPT-II, One-stage Training for Medical Adaption of LLMs

2023-11-16 · Junying Chen, Xidong Wang, Ke Ji, Anningzhe Gao 외

Adapting a language model into a specific domain, a.k.a `domain adaption', is a common practice when specialized knowledge, e.g. medicine, is not encapsulated in a general language model like Llama2. The challenge lies i…

Domain AdaptationLanguage ModelingLanguage Modelling

HuatuoGPT, towards Taming Language Model to Be a Doctor

2023-05-24 · Hongbo Zhang, Junying Chen, Feng Jiang, Fei Yu 외

In this paper, we present HuatuoGPT, a large language model (LLM) for medical consultation. The core recipe of HuatuoGPT is to leverage both \textit{distilled data from ChatGPT} and \textit{real-world data from doctors} …

Language ModelingLanguage ModellingLarge Language Model

SemiHVision: Enhancing Medical Multimodal Models with a Semi-Human Annotated Dataset and Fine-Tuned Instruction Generation

2024-10-19 · Junda Wang, Yujan Ting, Eric Z. Chen, Hieu Tran 외

Multimodal large language models (MLLMs) have made significant strides, yet they face challenges in the medical domain due to limited specialized knowledge. While recent medical MLLMs demonstrate strong performance in la…

DiagnosticGPUVisual Question Answering (VQA)

Disentangling Reasoning and Knowledge in Medical Large Language Models

2025-05-16 · Rahul Thapa, Qingyang Wu, Kevin Wu, Harrison Zhang 외

Medical reasoning in large language models (LLMs) aims to emulate clinicians' diagnostic thinking, but current benchmarks such as MedQA-USMLE, MedMCQA, and PubMedQA often mix reasoning with factual recall. We address thi…

DiagnosticMedQA