菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-08
📄 Abstract - Joint Optimization of Reasoning and Dual-Memory for Self-Learning Diagnostic Agent

Clinical expertise improves not only by acquiring medical knowledge, but by accumulating experience that yields reusable diagnostic patterns. Recent LLMs-based diagnostic agents have shown promising progress in clinical reasoning for decision support. However, most approaches treat cases independently, limiting experience reuse and continual adaptation. We propose SEA, a self-learning diagnostic agent with cognitively inspired dual-memory module. We design a reinforcement training framework tailored to our designed agent for joint optimization of reasoning and memory management. We evaluate SEA in two complementary settings. On standard evaluation with MedCaseReasoning dataset, SEA achieves 92.46% accuracy, outperforming the strongest baseline by +19.6%, demonstrating the benefit of jointly optimizing reasoning and memory. On the long-horizon with ER-Reason dataset, SEA attains the best final accuracy (0.7214) and the largest improvement (+0.35 Acc@100), while baseline methods show limited or unstable gains. Expert evaluation further indicates that rules consolidated from SEA show strong clinical correctness, usefulness and trust, suggesting that the induced rules in dual-memory module are reliable and practically meaningful. Overall, SEA improves both diagnostic reasoning ability and continual learning by effectively transforming experience into reusable knowledge.

顶级标签: llm agents medical
详细标签: diagnostic agent dual-memory reinforcement learning clinical reasoning continual learning 或 搜索:

自学习诊断智能体的推理与双记忆联合优化 / Joint Optimization of Reasoning and Dual-Memory for Self-Learning Diagnostic Agent


1️⃣ 一句话总结

这篇论文提出了一个名为SEA的自学习医疗诊断智能体,它通过模仿人类认知的双记忆系统,将过往诊断经验转化为可复用的知识规则,从而在联合优化推理与记忆管理后,显著提升了诊断准确率和持续学习能力。

源自 arXiv: 2604.07269