菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-06-08
📄 Abstract - Experience Makes Skillful: Enabling Generalizable Medical Agent Reasoning via Self-Evolving Skill Memory

Medical agent systems are increasingly expected to support interactive clinical decision making rather than only static question answering. In such settings, effective agents must reuse prior experience across evolving cases, yet existing memory mechanisms often retain raw historical traces that are redundant, noisy, and difficult to govern. More importantly, they rarely distinguish which memories are truly useful for future reasoning. This limits their ability to accumulate compact and reliable experience for long-horizon clinical reasoning. To close this gap, we propose SkeMex, a post-deployment self-evolution framework that improves medical agents through a skill-based memory without updating model weights. SkeMex distills informative interaction trajectories into structured skills that encode reusable procedural knowledge, and organizes them into a multi-branch repository spanning general, task-specific, and action-level experience. To determine which memories should be reused and retained, SkeMex estimates context-dependent utility from environment feedback and uses it to guide value-aware retrieval and repository governance. A closed-loop ``Read--Write--Assess--Govern" lifecycle further supports continual evolution by writing new skills, updating utilities, promoting useful memories, and removing harmful entries. Experiments across diverse clinical tasks show that SkeMex consistently outperforms representative memory-based agents in both offline and online settings. It also generalizes across model backbones and supports transferable skill memory. All data and code will be released publicly.

顶级标签: medical agents machine learning
详细标签: skill memory self-evolution clinical reasoning memory management reinforcement learning 或 搜索:

经验成就技能:通过自我进化的技能记忆实现可泛化的医疗智能体推理 / Experience Makes Skillful: Enabling Generalizable Medical Agent Reasoning via Self-Evolving Skill Memory


1️⃣ 一句话总结

本文提出了一种名为SkeMex的框架,让医疗AI智能体在部署后能像人一样从过往交互中自动提炼出结构化“技能”并不断更新记忆库,从而在不修改模型参数的前提下,更高效、更可靠地应对复杂的临床决策任务,并显著提升在不同任务和模型上的泛化能力。

源自 arXiv: 2606.09365