paper-with-me

Papers

Entity Binding Failures in Tool-Augmented Agents

2026-06-29 · Rahul Suresh Babu, Shashank Indukuri arxiv

Tool-augmented language-model agents are often evaluated by whether they select the correct tool, produce valid API arguments, and complete the requested task. However, an agent may choose the right tool and still act on the wrong external entity. For example, a request to "email Alex about the launch" may lead the agent to contact the wrong Alex, attach the wrong launch document, reply in the wrong thread, or update the wrong customer account. We call these errors entity binding failures. This paper studies entity binding failures as a distinct reliability and safety problem in tool-augmented agents. We formalize the separation between tool correctness and entity correctness, introduce a taxonomy of wrong-entity failures in enterprise workflows, and evaluate entity-aware execution mechanisms including entity-resolution preconditions, confidence-gated binding, clarification under ambiguity, and provenance tracking. In a controlled diagnostic evaluation across 60 tasks, five model backends, and six tool-use methods, all methods achieved 0.0 percent wrong-tool error, yet action-oriented baselines still produced wrong-entity actions in 24.0-26.0 percent of runs. Entity-aware methods eliminated wrong-entity actions and risk-weighted wrong-entity exposure in this setting, but reduced direct task completion by deferring under ambiguity. These findings show that safe tool use requires not only selecting the correct tool, but also reliably binding natural-language references to the correct real-world entity before action.

📄 PDF Abstract BibTeX arXiv:2606.30531

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ID-RAG: Identity Retrieval-Augmented Generation for Long-Horizon Persona Coherence in Generative Agents

2025-09-29 · Daniel Platnick, Mohamed E. Bengueddache, Marjan Alirezaie, Dava J. Newman 외 arxiv

Generative agents powered by language models are increasingly deployed for long-horizon tasks. However, as long-term memory context grows over time, they struggle to maintain coherence. This deficiency leads to critical …

Entity Binding Failures in Speech LLM Reasoning: Diagnosis and Chain-of-Thought Intervention

2026-06-03 · Ming-Hao Hsu, Xiaohai Tian, Jun Zhang, Zhizheng Wu arxiv

Speech Large Language Models (SLLMs) underperform their text counterparts on complex reasoning. We reveal that this gap is not a uniform cognitive deficit. Evaluating two architecturally diverse SLLMs, we show speech-to-…

Toward cryptographically verifiable authorization for autonomous AI agents: A security hypothesis, preliminary formal model, and proof-of-concept implementation

2026-07-23 · M. Llambí-Morillas, D. Fernández-Fernández arxiv

Autonomous AI agents increasingly execute actions, invoke tools, and operate on protected resources with limited human oversight. Existing authentication and authorization mechanisms establish identity and delegate autho…

MultiBind: A Benchmark for Attribute Misbinding in Multi-Subject Generation

2026-03-23 · Wenqing Tian, Hanyi Mao, Zhaocheng Liu, Lihua Zhang 외 arxiv

Subject-driven image generation is increasingly expected to support fine-grained control over multiple entities within a single image. In multi-reference workflows, users may provide several subject images, a background …

Image Generation

PHREEQC-MCQ-200: A Diagnostic Benchmark for Tool-Augmented Scientific Simulator Agents

2026-07-01 · Ke Zhang, Sahchit Chundur, Mohammad Javad Qomi, Maziar Raissi arxiv

Large language model agents are increasingly connected to scientific software, yet it remains unclear when tool access makes scientific computation more reliable rather than merely more complex. We introduce PHREEQC-MCQ-…