paper-with-me

홈 › Papers

HiL-Bench (Human-in-Loop Benchmark): Do Agents Know When to Ask for Help?

2026-04-10 · Tu Trinh, Mohamed Elfeki, Guangze Luo, Kelvin Luu, Nathan Hunt, Ernesto Hernandez, Nandan Marwaha, Yannis Yiming He, Charles Wang, Fernando Carabedo, Alessa Castillo, Bing Liu arxiv

Frontier coding agents solve complex tasks when given complete context but collapse when specifications are incomplete or ambiguous. The bottleneck is not raw capability, but judgment: knowing when to act autonomously and when to ask for help. Current benchmarks are blind to this failure mode. They supply unambiguous detailed instructions and solely reward execution correctness, so an agent that makes a lucky guess for a missing requirement will score identically to one that would have asked to be certain. We present HiL-Bench (Human-in-the-Loop Benchmark) to measure this selective escalation skill. Each task contains human-validated blockers (missing information, ambiguous requests, contradictory information) that surface only through progressive exploration, not upfront inspection. Our core metric, Ask-F1, the harmonic mean of question precision and blocker recall, captures the tension between over-asking and silent guessing; its structure architecturally prevents gaming through question spam. Evaluation across SWE and text-to-SQL domains reveals a large universal judgment gap: no frontier model recovers more than a fraction of its full-information performance when deciding whether to ask. Failure analysis identifies three key help-seeking patterns: overconfident wrong beliefs with no gap detection; high uncertainty detection yet persistent errors; broad, imprecise escalation without self-correction. These consistent patterns confirm poor help-seeking is a model-level flaw, not task-specific. RL training on shaped Ask-F1 reward shows judgment is trainable: a 32B model improves both help-seeking quality and task pass rate, with gains that transfer across domains. The model does not learn domain-specific heuristics for when to ask; it learns to detect unresolvable uncertainty and act on it.

📄 PDF Abstract BibTeX arXiv:2604.09408

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

nuPlan-R: A Closed-Loop Planning Benchmark for Autonomous Driving via Reactive Multi-Agent Simulation

2025-11-13 · Mingxing Peng, Ruoyu Yao, Xusen Guo, Jun Ma arxiv

Recent advances in closed-loop planning benchmarks have significantly improved the evaluation of autonomous vehicles. However, existing benchmarks still rely on rule-based reactive agents such as the Intelligent Driver M…

Computational EfficiencyAutonomous VehiclesAutonomous Driving

BENCHAGENTS: Automated Benchmark Creation with Agent Interaction

2024-10-29 · Natasha Butt, Varun Chandrasekaran, Neel Joshi, Besmira Nushi 외

Evaluations are limited by benchmark availability. As models evolve, there is a need to create benchmarks that can measure progress on new generative capabilities. However, creating new benchmarks through human annotatio…

DiversityText Generation

Continual Learning of Domain Knowledge from Human Feedback in Text-to-SQL

2025-11-10 · Thomas Cook, Kelly Patel, Sivapriya Vellaichamy, Udari Madhushani Sehwag 외 arxiv

Large Language Models (LLMs) can generate SQL queries from natural language questions but struggle with database-specific schemas and tacit domain knowledge. We introduce a framework for continual learning from human fee…

Continual Learning

TOBench: A Task-Oriented Omni-Modal Benchmark for Real-World Tool-Using Agents

2026-05-16 · Zhiqiang Liu, Wenhui Dong, Yilang Tan, Yuwen Qu 외 arxiv

Tool-using agents are increasingly expected to operate across realistic professional workflows, where they must interpret multimodal inputs, coordinate external tools, inspect intermediate artifacts, and revise their act…

Multimodal Reasoning

AI-Supervisor: Autonomous AI Research Supervision via a Persistent Research World Model

2026-03-25 · Yunbo Long arxiv

Existing automated research systems operate as stateless, linear pipelines -- generating outputs without maintaining any persistent understanding of the research landscape they navigate. They process papers sequentially,…