paper-with-me

Papers

Think-Augmented Function Calling: Improving LLM Parameter Accuracy Through Embedded Reasoning

2026-01-26 · Lei Wei, Xiao Peng, Jinpeng Ou, Bin Wang arxiv

Large language models (LLMs) have demonstrated remarkable capabilities in function calling for autonomous agents, yet current mechanisms lack explicit reasoning transparency during parameter generation, particularly for complex functions with interdependent parameters. While existing approaches like chain-of-thought prompting operate at the agent level, they fail to provide fine-grained reasoning guidance for individual function parameters. To address these limitations, we propose Think-Augmented Function Calling (TAFC), a novel framework that enhances function calling accuracy through explicit reasoning at both function and parameter levels. Our method introduces a universal "think" parameter augmentation that enables models to articulate their decision-making process, with dynamic optimization for parameter descriptions to improve reasoning quality. For complex parameters, TAFC automatically triggers granular reasoning based on complexity scoring, ensuring appropriate justification for critical decisions. Additionally, we propose reasoning-guided optimization to align generated reasoning with human expectations. TAFC requires no architectural modifications to existing LLMs while maintaining full API compatibility. Evaluation on ToolBench across proprietary and open-source models demonstrates significant improvements in parameter generation accuracy and reasoning coherence for multi-parameter functions, while providing enhanced interpretability for debugging AI agent behaviors.

📄 PDF Abstract BibTeX arXiv:2601.18282

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ToolACE: Winning the Points of LLM Function Calling

2024-09-02 · Weiwen Liu, Xu Huang, Xingshan Zeng, Xinlong Hao 외

Function calling significantly extends the application boundary of large language models, where high-quality and diverse training data is critical for unlocking this capability. However, real function-calling data is qui…

From Language to Action in Arabic: Reliable Structured Tool Calling via Data-Centric Fine-Tuning

2026-03-04 · Omer Nacar, Deema Alquffari, Saleh Alsharideh, Adeem AlOtaibi 외 arxiv

Function-calling language models are essential for agentic AI systems that translate natural language into executable structured actions, yet existing models exhibit severe structural instability when applied to Arabic. …

R2IF: Aligning Reasoning with Decisions via Composite Rewards for Interpretable LLM Function Calling

2026-04-22 · Aijia Cheng, Kailong Wang, Ling Shi, Yongxin Zhao arxiv

Function calling empowers large language models (LLMs) to interface with external tools, yet existing RL-based approaches suffer from misalignment between reasoning processes and tool-call decisions. We propose R2IF, a r…

Olmo 3

2025-12-15 · Team Olmo, :, Allyson Ettinger, Amanda Bertsch 외 arxiv

We introduce Olmo 3, a family of state-of-the-art, fully-open language models at the 7B and 32B parameter scales. Olmo 3 model construction targets long-context reasoning, function calling, coding, instruction following,…

Instruction Following

Adaptable and Precise: Enterprise-Scenario LLM Function-Calling Capability Training Pipeline

2024-12-20 · Guancheng Zeng, Wentao Ding, Beining Xu, Chi Zhang 외

Enterprises possess a vast array of API assets scattered across various functions, forming the backbone of existing business processes. By leveraging these APIs as functional tools, enterprises can design diverse, scenar…

Computational Efficiency