Benchmark for document agents
DocOps
A Verifiable Benchmark for Autonomous Agents in Complex Document Operations
1Chinese Information Processing Laboratory, Institute of Software, Chinese Academy of Sciences
2University of Chinese Academy of Sciences 3Baidu Inc.
Introduction
Autonomous LLM agents are moving from passive chat interfaces toward active participants in digital workspaces. Yet current document evaluations remain constrained by two dominant paradigms: (1) static document understanding, which treats documents as read-only repositories for extraction or question answering, and (2) workflow-oriented software evaluation, which treats the document as a passive payload moved between applications.
Consequently, it remains an open research question whether current agents can reliably execute end-to-end document-centric tasks while maintaining global document state consistency, and achieving user objectives without introducing destructive modifications.
To this end, we introduce DocOps, a rigorously verifiable evaluation framework designed to systematically assess LLM agents on complex end-to-end document manipulation. A primary contribution of this work is the formulation of a principled taxonomy that deconstructs the operational black box of document manipulation.
As illustrated in the overview figure, our taxonomy maps the operational space across two orthogonal axes: atomic capabilities and workflow depth. First, we isolate document interaction into three interdependent dimensions: content, format, and structure. Second, we establish a four-tiered complexity gradient: L1/L2 isolate single- and multi-dimensional atomic edits, while L3/L4 escalate to long-horizon, cross-document workflows inspired by real-world interaction scenarios.
This hierarchical taxonomy serves not merely as a categorization scheme, but as a fine-grained agentic diagnostic framework, enabling researchers to localize whether failures stem from localized structural disruption or a collapse in long-term state tracking. Each task is paired with a deterministic native-document verifier that checks target postconditions, native validity, and preservation constraints on the final artifact.
Experimental Results
| LLM Agent | DocTools | Terminus-2 | Codex w/ Skill | Codex w/o Skill | Claude Code w/ Skill | Claude Code w/o Skill |
|---|---|---|---|---|---|---|
| Closed-source models | ||||||
| GPT-5.5 | 0.138 | 0.524 | 0.671 | 0.648 | -- | -- |
| GPT-5.4 | 0.119 | 0.452 | 0.662 | 0.638 | -- | -- |
| Claude Sonnet 4.6 | 0.119 | 0.419 | -- | -- | 0.519 | 0.552 |
| Open-source models | ||||||
| DeepSeek-V4-Pro | 0.057 | 0.467 | 0.424 | 0.400 | 0.400 | 0.433 |
| Gemma4-31B | 0.033 | 0.281 | 0.338 | 0.324 | 0.300 | 0.233 |
| Qwen3.6-27B | 0.095 | 0.476 | 0.210 | 0.248 | 0.424 | 0.386 |
| Qwen3.6-35B-A3B | 0.086 | 0.386 | 0.219 | 0.205 | 0.338 | 0.329 |
| Qwen3.5-122B-A10B | 0.100 | 0.362 | 0.281 | 0.290 | 0.290 | 0.295 |
| Qwen3.5-27B | 0.114 | 0.362 | 0.295 | 0.271 | 0.371 | 0.300 |
| Qwen3.5-35B-A3B | 0.105 | 0.300 | 0.176 | 0.157 | 0.295 | 0.262 |
| Qwen3.5-9B | 0.081 | 0.233 | 0.086 | 0.062 | 0.176 | 0.181 |
| GLM-4.5-Air | 0.071 | 0.162 | -- | -- | 0.167 | 0.129 |