Automating Complex Document Workflows via Stepwise and Rollback-Enabled Operation Orchestration
Renjun Hu, Yue Bai, Hanhui Ye, Liao Xiang, Qiming Zhang, Wu Mianzhi, Yanbin Zhang
aaai
Research metadataShow detailsHide details
- Affiliations
- Not available
- Published
- 2026-03-17
- Processed
- 7/25/2026, 12:50:21 PM
- Analysis model
- gemini-2.5-flash
- Analysis status
- analyzed
- Local PDF artifact
- papers/pdf/2026/automating-complex-document-workflows-via-stepwise-and-rollb.pdf
Summary
This paper introduces AutoDW, a novel execution framework designed to automate complex, multi-step document workflows. AutoDW addresses the limitations of prior agentic systems in handling long-horizon tasks by integrating stepwise planning and adaptive rollback mechanisms. Its core idea is to incrementally plan API actions based on user instructions, intent-filtered API candidates, and evolving document states, while employing robust argument-level and API-level rollback for dynamic correction and fault tolerance. The main empirical claim is that AutoDW achieves state-of-the-art performance, with 90% instruction-level and 62% session-level completion rates on a new benchmark, DWBench, outperforming strong baselines by 40% and 76% respectively.
Problem
The paper identifies several bottlenecks in automating complex document workflows with existing agentic systems:
- Limited control over operational process: Prior agentic systems can execute isolated instructions but struggle with automating multi-step, session-level workflows due to insufficient control over the operational process.