paper-with-me

홈 › Papers

Automating Complex Document Workflows via Stepwise and Rollback-Enabled Operation Orchestration

2025-12-04 · Yanbin Zhang, Hanhui Ye, Yue Bai, Qiming Zhang, Liao Xiang, Wu Mianzhi, Renjun Hu arxiv

Workflow automation promises substantial productivity gains in everyday document-related tasks. While prior agentic systems can execute isolated instructions, they struggle with automating multi-step, session-level workflows due to limited control over the operational process. To this end, we introduce AutoDW, a novel execution framework that enables stepwise, rollback-enabled operation orchestration. AutoDW incrementally plans API actions conditioned on user instructions, intent-filtered API candidates, and the evolving states of the document. It further employs robust rollback mechanisms at both the argument and API levels, enabling dynamic correction and fault tolerance. These designs together ensure that the execution trajectory of AutoDW remains aligned with user intent and document context across long-horizon workflows. To assess its effectiveness, we construct a comprehensive benchmark of 250 sessions and 1,708 human-annotated instructions, reflecting realistic document processing scenarios with interdependent instructions. AutoDW achieves 90% and 62% completion rates on instruction- and session-level tasks, respectively, outperforming strong baselines by 40% and 76%. Moreover, AutoDW also remains robust for the decision of backbone LLMs and on tasks with varying difficulty. Code and data will be open-sourced. Code: https://github.com/YJett/AutoDW

📄 PDF Abstract BibTeX arXiv:2512.04445

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Generator-Assistant Stepwise Rollback Framework for Large Language Model Agent

2025-03-04 · Xingzuo Li, Kehai Chen, Yunfei Long, Xuefeng Bai 외

Large language model (LLM) agents typically adopt a step-by-step reasoning framework, in which they interleave the processes of thinking and acting to accomplish the given task. However, this paradigm faces a deep-rooted…

Decision MakingLanguage ModelingLanguage ModellingLarge Language Model

Data-Efficient Information Extraction from Form-Like Documents

2022-01-07 · Beliz Gunel, Navneet Potti, Sandeep Tata, James B. Wendt 외

Automating information extraction from form-like documents at scale is a pressing need due to its potential impact on automating business workflows across many industries like financial services, insurance, and healthcar…

FormTransfer Learning

DocOps: A Verifiable Benchmark for Autonomous Agents in Complex Document Operations

2026-07-22 · Jiazhen Jiang, Boxi Cao, Lingyong Yan, Yaojie Lu 외 arxiv

As autonomous agents rapidly evolve, their ability to reliably manipulate ubiquitous digital documents has become critical for enabling general-purpose AI assistants and automating complex workspace workflows. In this pa…

Improving Legal Entity Recognition Using a Hybrid Transformer Model and Semantic Filtering Approach

2024-10-11 · Duraimurugan Rajamanickam

Legal Entity Recognition (LER) is critical in automating legal workflows such as contract analysis, compliance monitoring, and litigation support. Existing approaches, including rule-based systems and classical machine l…

Semantic SimilaritySemantic Textual SimilaritySpecificity

LLM Benchmarking with LLaMA2: Evaluating Code Development Performance Across Multiple Programming Languages

2025-03-24 · Patrick Diehl, Nojoud Nader, Maxim Moraru, Steven R. Brandt

The rapid evolution of large language models (LLMs) has opened new possibilities for automating various tasks in software development. This paper evaluates the capabilities of the Llama 2-70B model in automating these ta…

Benchmarking