paper-with-me

Papers

Capability-Aligned Hierarchical Learning for Tool-Augmented LLMs

2026-06-08 · Haotong Yang, Ting Long, Yi Chang arxiv

Tool learning enables LLMs to invoke external tools to accomplish tasks. Prior studies have demonstrated the effectiveness of a hierarchical structure: a high-level policy handles global planning and decomposes tasks into manageable sub-tasks, and a low-level policy focuses on invoking tools to solve these sub-tasks. However, these works typically optimize the high-level and low-level policies separately, leading to planner-executor misalignment and limiting LLM performance on tool-use tasks. In this paper, we propose a method called Capability-Aligned Hierarchical Learning (CAHL), which leverages RLVR to jointly optimize both policies, enabling better alignment between the high-level planner and the low-level executor. Experiments on constrained tool-use benchmarks (API-Bank and BFCL) and an open-ended environment (Bamboogle) demonstrate the effectiveness of CAHL.

📄 PDF Abstract BibTeX arXiv:2606.09371

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Beyond Semantic Similarity: Reducing Unnecessary API Calls via Behavior-Aligned Retriever

2025-08-20 · Yixin Chen, Ying Xiong, Shangyu Wu, Yufei Cui 외 arxiv

Tool-augmented large language models (LLMs) leverage external functions to extend their capabilities, but inaccurate function calls can lead to inefficiencies and increased costs.Existing methods address this challenge b…

Contrastive LearningSemantic Similarity

The Future is Agentic: Definitions, Perspectives, and Open Challenges of Multi-Agent Recommender Systems

2025-07-02 · Reza Yousefi Maragheh, Yashar Deldjoo

Large language models (LLMs) are rapidly evolving from passive engines of text generation into agentic entities that can plan, remember, invoke external tools, and co-operate with one another. This perspective paper inve…

Explanation GenerationHallucinationRecommendation SystemsText Generation+1

HCAG: Hierarchical Abstraction and Retrieval-Augmented Generation on Theoretical Repositories with LLMs

2026-03-19 · Yusen Wu, Xiaotie Deng arxiv

Existing Retrieval-Augmented Generation (RAG) methods for code struggle to capture the high-level architectural patterns and cross-file dependencies inherent in complex, theory-driven codebases, such as those in algorith…

Code Generation

T-Eval: Evaluating the Tool Utilization Capability of Large Language Models Step by Step

2023-12-21 · Zehui Chen, Weihua Du, Wenwei Zhang, Kuikun Liu 외

Large language models (LLM) have achieved remarkable performance on various NLP tasks and are augmented by tools for broader applications. Yet, how to evaluate and analyze the tool-utilization capability of LLMs is still…

Instruction FollowingRetrieval

Verification-Guided Context Optimization for Tool Calling via Hierarchical LLMs-as-Editors

2025-12-15 · Henger Li, Shuangjie You, Flavio Di Palo, Yiyue Qian 외 arxiv

Tool calling enables large language models (LLMs) to interact with external environments through tool invocation, providing a practical way to overcome the limitations of pretraining. However, the effectiveness of tool u…

Prompt Engineering