paper-with-me

홈 › Papers

Don't Blindly Trust It: How Unreliable Feedback Breaks Tool-Using LLM Agents

2026-06-19 · Chubin Zhang, Zhenglin Wan, Xingrui Yu, Pengfei Zhou, Wangbo Zhao, Jingxuan Wu, Yaxin Zhou, Ivor Tsang arxiv

Tool-augmented agents are typically evaluated by their gains under reliable external feedback. Yet these gains leave open a key counterfactual: when feedback is unreliable, would the agent be better off receiving no task evidence? We study this question with a controlled matched-loop comparison that fixes the agent loop, prompt, action space, and decoding, while varying only the returned observation: faithful, misleading, or absent. Across question answering and fact verification, persistent misleading feedback produces a value inversion: agents that benefit from clean tools can perform worse than the matched no-feedback fallback. On HotpotQA, Qwen2.5-7B reaches 44.8 F1 with clean retrieval and 22.3 F1 with no feedback, but drops to 4.7 F1 under shuffled retrieval. The inversion persists under stronger clean retrieval and locally plausible distractors, but weakens when later clean evidence can repair the trajectory. Early trajectory signals predict many failures, yet simple repairs remain fallback-limited: rejecting bad evidence helps only when the exposed fallback is reliable. These results show that clean-tool gains can overstate tool value, and that matched no-feedback fallback controls are necessary for evaluating tool-augmented agents.

📄 PDF Abstract BibTeX arXiv:2606.21409

Code (0)

등록된 구현이 없습니다.

Tasks

Question AnsweringFact Verification

Similar Papers 제목 키워드 기반

Learning to Suggest Breaks: Sustainable Optimization of Long-Term User Engagement

2022-11-24 · Eden Saig, Nir Rosenfeld

Optimizing user engagement is a key goal for modern recommendation systems, but blindly pushing users towards increased consumption risks burn-out, churn, or even addictive habits. To promote digital well-being, most pla…

Recommendation Systems

EduPanel: A Three-Agent LLM Judge for Teaching Videos -- Reliability, Complementarity, and Human Trust Calibration

2026-07-20 · Jia-Kai Dong, Yi-Cheng Lin, Hung-yi Lee hf

Teaching videos are becoming a major medium for education, creating a growing need for scalable evaluation of their pedagogical quality. Existing automatic judges do not fully address this setting because teaching qualit…

Online Algorithms with Unreliable Guidance

2026-02-24 · Julien Dallot, Yuval Emek, Yuval Gil, Maciej Pacut 외 arxiv

This paper introduces online algorithms with unreliable guidance (OAG), a model for ML-augmented online decision-making that cleanly separates the predictive and algorithmic components, thus offering a single, well-defin…

PlotGen: Multi-Agent LLM-based Scientific Data Visualization via Multimodal Feedback

2025-02-03 · Kanika Goswami, Puneet Mathur, Ryan Rossi, Franck Dernoncourt

Scientific data visualization is pivotal for transforming raw data into comprehensible visual representations, enabling pattern recognition, forecasting, and the presentation of data-driven insights. However, novice user…

Code GenerationData Visualization

Learning Can Converge Stably to the Wrong Belief under Latent Reliability

2026-03-23 · Zhipeng Zhang, Zhenjie Yao, Kai Li, Lei Yang arxiv

Learning systems are typically optimized by minimizing loss or maximizing reward, assuming that improvements in these signals reflect progress toward the true objective. However, when feedback reliability is unobservable…

Reinforcement Learning