paper-with-me

홈 › Papers

Case-Based Calibration of Adaptive Reasoning and Execution for LLM Tool Use

2026-05-14 · Renning Pang, Tian Lan, Leyuan Liu, Piao Tong, Sheng Cao, Xiaosong Zhang arxiv

Tool use extends large language models beyond parametric knowledge, but reliable execution requires balancing appropriate reasoning depth with strict structural validity. We approach this problem from a case-based perspective to present CAST, a case-driven framework that treats historical execution trajectories as structured cases. Instead of reusing raw exemplar outputs, CAST extracts case-derived signals to identify complexity profiles for estimating optimal reasoning strategies, alongside failure profiles to map likely structural breakdowns. The framework translates this knowledge into a fine-grained reward design and adaptive reasoning, enabling the model to autonomously internalize case-based strategies during reinforcement learning. Experiments on BFCLv2 and ToolBench demonstrate that CAST improves both schema-faithful execution and task-level tool-use success while reducing unnecessary deliberation. The approach achieves up to 5.85 percentage points gain in overall execution accuracy and reduces average reasoning length by 26%, significantly mitigating high-impact structural errors. Ultimately, this demonstrates how historical execution cases can provide reusable adaptation knowledge for calibrated tool use.

📄 PDF Abstract BibTeX arXiv:2605.15041

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

When to Trust Tools? Adaptive Tool Trust Calibration For Tool-Integrated Math Reasoning

2026-04-09 · Ruotao Xu, Yixin Ji, Yu Luo, Jinpeng Li 외 arxiv

Large reasoning models (LRMs) have achieved strong performance enhancement through scaling test time computation, but due to the inherent limitations of the underlying language models, they still have shortcomings in tas…

ET-Agent: Incentivizing Effective Tool-Integrated Reasoning Agent via Behavior Calibration

2026-01-11 · Yifei Chen, Guanting Dong, Zhicheng Dou arxiv

Large Language Models (LLMs) can extend their parameter knowledge limits by adopting the Tool-Integrated Reasoning (TIR) paradigm. However, existing LLM-based agent training framework often focuses on answers' accuracy, …

Tool-Augmented Hybrid Ensemble Reasoning with Distillation for Bilingual Mathematical Problem Solving

2025-12-22 · Peiqing Lu, Yuan Zhang, Haoyun Zhang, Jiasen Zheng 외 arxiv

Bilingual mathematical problem solving needs a clear link between language reasoning and symbolic calculation. Large language models often handle language well but are weak in accurate computation. This paper presents HE…

Reinforcement LearningKnowledge DistillationMathematical Reasoning

DualResearch: Entropy-Gated Dual-Graph Retrieval for Answer Reconstruction

2025-10-10 · Jinxin Shi, Zongsheng Cao, Runmin Ma, Yusong Hu 외 arxiv

The deep-research framework orchestrates external tools to perform complex, multi-step scientific reasoning that exceeds the native limits of a single large language model. However, it still suffers from context pollutio…

QAgent: An LLM-based Multi-Agent System for Autonomous OpenQASM programming

2025-08-26 · Zhenxiao Fu, Fan Chen, Lei Jiang arxiv

Programming quantum circuits at the OpenQASM level is essential for achieving hardware-aware optimization and reliable execution on noisy intermediate-scale quantum (NISQ) devices, yet it remains challenging due to the n…

Few-Shot LearningCode Generation