paper-with-me

홈 › Papers

ReflecTool: Towards Reflection-Aware Tool-Augmented Clinical Agents

2024-10-23 · Yusheng Liao, Shuyang Jiang, Yanfeng Wang, Yu Wang

Large Language Models (LLMs) have shown promising potential in the medical domain, assisting with tasks like clinical note generation and patient communication. However, current LLMs are limited to text-based communication, hindering their ability to interact with diverse forms of information in clinical environments. Despite clinical agents succeeding in diverse signal interaction, they are oriented to a single clinical scenario and hence fail for broader applications. To evaluate clinical agents holistically, we propose ClinicalAgent Bench~(CAB), a comprehensive medical agent benchmark consisting of 18 tasks across five key realistic clinical dimensions. Building on this, we introduce ReflecTool, a novel framework that excels at utilizing domain-specific tools within two stages. The first optimization stage progressively enlarges a long-term memory by saving successful solving processes and tool-wise experience of agents in a tiny pre-defined training set. In the following inference stage, ReflecTool can search for supportive successful demonstrations from already built long-term memory to guide the tool selection strategy, and a verifier improves the tool usage according to the tool-wise experience with two verification methods--iterative refinement and candidate selection. Extensive experiments on ClinicalAgent Benchmark demonstrate that ReflecTool surpasses the pure LLMs with more than 10 points and the well-established agent-based methods with 3 points, highlighting its adaptability and effectiveness in solving complex clinical tasks.

📄 PDF Abstract BibTeX arXiv:2410.17657

Code (3)

bluezeros/reflectool 공식 구현 pytorch
mediabrain-sjtu/medicalgpt-zh pytorch
mediabrain-sjtu/ming pytorch

Similar Papers 제목 키워드 기반

ReGRPO: Reflection-Augmented Policy Optimization for Tool-Using Agents

2026-06-30 · Binjie Zhang, Mike Zheng Shou arxiv

Tool-augmented vision-language models (VLMs) can solve multimodal, multi-step tasks by calling external tools, yet they remain fragile in practice. Existing works have two common gaps. Supervised fine-tuning (SFT) is bui…

Advancing Tool-Augmented Large Language Models via Meta-Verification and Reflection Learning

2025-06-05 · Zhiyuan Ma, Jiayu Liu, Xianzhen Luo, Zhenya Huang 외

Empowering large language models (LLMs) with effective tool utilization capabilities is crucial for enabling AI agents to solve complex problems. However, current models face two major limitations: (1) unreliable tool pl…

Imitation Learning

Failure Makes the Agent Stronger: Enhancing Accuracy through Structured Reflection for Reliable Tool Interactions

2025-09-23 · Junhao Su, Yuanliang Wan, Junwei Yang, Hengyu Shi 외 arxiv

Tool-augmented large language models (LLMs) are usually trained with supervised imitation or coarse-grained reinforcement learning that optimizes single tool calls. Current self-reflection practices rely on heuristic pro…

Reinforcement Learning

Ophiuchus: Incentivizing Tool-augmented "Think with Images" for Joint Medical Segmentation, Understanding and Reasoning

2025-12-16 · Yankai Jiang, Yujie Zhang, Peng Zhang, Wenjie Li 외 arxiv

Recent medical MLLMs have made significant progress in generating step-by-step textual reasoning chains. However, they still struggle with complex clinical tasks that necessitate dynamic and iterative focusing on fine-gr…

Reinforcement Learning

Repairing Tool Calls Using Post-tool Execution Reflection and RAG

2025-10-17 · Jason Tsay, Zidane Wright, Gaodan Fang, Kiran Kate 외 arxiv

Agentic systems interact with external systems by calling tools such as Python functions, REST API endpoints, or command line tools such as kubectl in Kubernetes. These tool calls often fail for various syntactic and sem…