When Users Change Their Mind: Evaluating Interruptible Agents (April 2026)
FreeTests agent ability to handle user interruptions during mid-task execution — critical requirement for realistic deployment in dynamic environments
About When Users Change Their Mind: Evaluating Interruptible Agents (April 2026)
When Users Change Their Mind: Evaluating Interruptible Agents is a research paper and benchmark (InterruptBench) that systematically studies the ability of LLM-based agents to handle user interruptions during long-horizon web navigation tasks. The paper formalizes three realistic interruption types: addition (adding a new requirement), revision (changing an existing goal), and retraction (removing a requirement). The benchmark is derived from WebArena-Lite and includes a unified simulation framework for testing agents in single- and multi-turn interruption settings. The authors evaluate six strong LLM backbones and find that handling interruptions effectively remains challenging for even large-scale models. Code, dataset, and benchmark are freely available.
Key Features
Pros & Cons
- First systematic study of interruptible agents in long-horizon web navigation
- Realistic interruption types grounded in real-world scenarios
- Open-source benchmark and dataset for reproducibility
- Evaluates multiple large-scale LLM backbones
- Strict semantic constraints ensure high-quality interruption scenarios
- Limited to web navigation domain; not tested in other environments
- Interruption types (addition, revision, retraction) may not cover all possible user changes
- Results show handling interruptions remains challenging even for large models
- No focus on non-LLM or multi-modal agents