paper-with-me

Papers

SparseDoctor: Towards Efficient Chat Doctor with Mixture of Experts Enhanced Large Language Models

2025-09-15 · Jianbin Zhang, Yulin Zhu, Wai Lun Lo, Richard Tai-Chiu Hsung, Harris Sik-Ho Tsang, Kai Zhou arxiv

Large language models (LLMs) have achieved great success in medical question answering and clinical decision-making, promoting the efficiency and popularization of the personalized virtual doctor in society. However, the traditional fine-tuning strategies on LLM require the updates of billions of parameters, substantially increasing the training cost, including the training time and utility cost. To enhance the efficiency and effectiveness of the current medical LLMs and explore the boundary of the representation capability of the LLMs on the medical domain, apart from the traditional fine-tuning strategies from the data perspective (i.e., supervised fine-tuning or reinforcement learning from human feedback), we instead craft a novel sparse medical LLM named SparseDoctor armed with contrastive learning enhanced LoRA-MoE (low rank adaptation-mixture of experts) architecture. To this end, the crafted automatic routing mechanism can scientifically allocate the computational resources among different LoRA experts supervised by the contrastive learning. Additionally, we also introduce a novel expert memory queue mechanism to further boost the efficiency of the overall framework and prevent the memory overflow during training. We conduct comprehensive evaluations on three typical medical benchmarks: CMB, CMExam, and CMMLU-Med. Experimental results demonstrate that the proposed LLM can consistently outperform the strong baselines such as the HuatuoGPT series.

📄 PDF Abstract BibTeX arXiv:2509.14269

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningContrastive LearningQuestion Answering

Similar Papers 제목 키워드 기반

BiMediX: Bilingual Medical Mixture of Experts LLM

2024-02-20 · Sara Pieri, Sahal Shaji Mullappilly, Fahad Shahbaz Khan, Rao Muhammad Anwer 외

In this paper, we introduce BiMediX, the first bilingual medical mixture of experts LLM designed for seamless interaction in both English and Arabic. Our model facilitates a wide range of medical interactions in English …

Mixture-of-ExpertsMultiple-choiceOpen-Ended Question AnsweringQuestion Answering

Chatlaw: A Multi-Agent Collaborative Legal Assistant with Knowledge Graph Enhanced Mixture-of-Experts Large Language Model

2023-06-28 · Jiaxi Cui, Munan Ning, Zongjian Li, Bohua Chen 외

AI legal assistants based on Large Language Models (LLMs) can provide accessible legal consulting services, but the hallucination problem poses potential legal risks. This paper presents Chatlaw, an innovative legal assi…

HallucinationKnowledge GraphsLanguage ModelingLanguage Modelling+3

MedGPTEval: A Dataset and Benchmark to Evaluate Responses of Large Language Models in Medicine

2023-05-12 · Jie Xu, Lu Lu, Sen yang, Bilin Liang 외

METHODS: First, a set of evaluation criteria is designed based on a comprehensive literature review. Second, existing candidate criteria are optimized for using a Delphi method by five experts in medicine and engineering…

Benchmarking

ChatDoctor: A Medical Chat Model Fine-Tuned on a Large Language Model Meta-AI (LLaMA) Using Medical Domain Knowledge

2023-03-24 · Yunxiang Li, Zihan Li, Kai Zhang, Ruilong Dan 외

The primary aim of this research was to address the limitations observed in the medical knowledge of prevalent large language models (LLMs) such as ChatGPT, by creating a specialized language model with enhanced accuracy…

Information RetrievalLanguage ModelingLanguage ModellingLarge Language Model+3

Nemotron 3 Nano: Open, Efficient Mixture-of-Experts Hybrid Mamba-Transformer Model for Agentic Reasoning

2025-12-23 · NVIDIA, :, Aaron Blakeman, Aaron Grattafiori 외 arxiv

We present Nemotron 3 Nano 30B-A3B, a Mixture-of-Experts hybrid Mamba-Transformer language model. Nemotron 3 Nano was pretrained on 25 trillion text tokens, including more than 3 trillion new unique tokens over Nemotron …