paper-with-me

홈 › Papers

Learning to Ask: When LLM Agents Meet Unclear Instruction

2024-08-31 · Wenxuan Wang, Juluan Shi, Zixuan Ling, Yuk-Kit Chan, Chaozheng Wang, Cheryl Lee, Youliang Yuan, Jen-tse Huang, Wenxiang Jiao, Michael R. Lyu

Equipped with the capability to call functions, modern large language models (LLMs) can leverage external tools for addressing a range of tasks unattainable through language skills alone. However, the effective execution of these tools relies heavily not just on the advanced capabilities of LLMs but also on precise user instructions, which often cannot be ensured in the real world. To evaluate the performance of LLMs tool-use under imperfect instructions, we meticulously examine the real-world instructions queried from users, analyze the error patterns, and build a challenging tool-use benchmark called Noisy ToolBench (NoisyToolBench). We find that due to the next-token prediction training objective, LLMs tend to arbitrarily generate the missed argument, which may lead to hallucinations and risks. To address this issue, we propose a novel framework, Ask-when-Needed (AwN), which prompts LLMs to ask questions to users whenever they encounter obstacles due to unclear instructions. Moreover, to reduce the manual labor involved in user-LLM interaction and assess LLMs performance in tool utilization from both accuracy and efficiency perspectives, we design an automated evaluation tool named ToolEvaluator. Our experiments demonstrate that the AwN significantly outperforms existing frameworks for tool learning in the NoisyToolBench. We will release all related code and datasets to support future research.

📄 PDF Abstract BibTeX arXiv:2409.00557

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Gricean Norms as a Basis for Effective Collaboration

2025-03-18 · Fardin Saad, Pradeep K. Murukannaiah, Munindar P. Singh

Effective human-AI collaboration hinges not only on the AI agent's ability to follow explicit instructions but also on its capacity to navigate ambiguity, incompleteness, invalidity, and irrelevance in communication. Gri…

Large Language ModelNavigate

Agent Benchmarks Fail Public Sector Requirements

2026-01-28 · Jonathan Rystrøm, Chris Schmitz, Karolina Korgul, Jan Batzner 외 arxiv

Deploying Large Language Model-based agents (LLM agents) in the public sector requires assuring that they meet the stringent legal, procedural, and structural requirements of public-sector institutions. Practitioners and…

Transforming Human-Centered AI Collaboration: Redefining Embodied Agents Capabilities through Interactive Grounded Language Instructions

2023-05-18 · Shrestha Mohanty, Negar Arabzadeh, Julia Kiseleva, Artem Zholus 외

Human intelligence's adaptability is remarkable, allowing us to adjust to new tasks and multi-modal environments swiftly. This skill is evident from a young age as we acquire new abilities and solve problems by imitating…

Stay on the Path: Instruction Fidelity in Vision-and-Language Navigation

2019-05-29 · ACL 2019 7 · Vihan Jain, Gabriel Magalhaes, Alexander Ku, Ashish Vaswani 외

Advances in learning and representations have reinvigorated work that connects language to other modalities. A particularly exciting direction is Vision-and-Language Navigation(VLN), in which agents interpret natural lan…

Instruction FollowingVision and Language Navigation

Reinforcement Learning of Implicit and Explicit Control Flow in Instructions

2021-02-25 · Ethan A. Brooks, Janarthanan Rajendran, Richard L. Lewis, Satinder Singh

Learning to flexibly follow task instructions in dynamic environments poses interesting challenges for reinforcement learning agents. We focus here on the problem of learning control flow that deviates from a strict step…

Minecraftreinforcement-learningReinforcement LearningReinforcement Learning (RL)+2