Papers
Topics
Authors
Recent
Search
2000 character limit reached

ATP-Bench: Towards Agentic Tool Planning for MLLM Interleaved Generation

Published 31 Mar 2026 in cs.AI | (2603.29902v1)

Abstract: Interleaved text-and-image generation represents a significant frontier for Multimodal LLMs (MLLMs), offering a more intuitive way to convey complex information. Current paradigms rely on either image generation or retrieval augmentation, yet they typically treat the two as mutually exclusive paths, failing to unify factuality with creativity. We argue that the next milestone in this field is Agentic Tool Planning, where the model serves as a central controller that autonomously determines when, where, and which tools to invoke to produce interleaved responses for visual-critical queries. To systematically evaluate this paradigm, we introduce ATP-Bench, a novel benchmark comprising 7,702 QA pairs (including 1,592 VQA pairs) across eight categories and 25 visual-critical intents, featuring human-verified queries and ground truths. Furthermore, to evaluate agentic planning independent of end-to-end execution and changing tool backends, we propose a Multi-Agent MLLM-as-a-Judge (MAM) system. MAM evaluates tool-call precision, identifies missed opportunities for tool use, and assesses overall response quality without requiring ground-truth references. Our extensive experiments on 10 state-of-the-art MLLMs reveal that models struggle with coherent interleaved planning and exhibit significant variations in tool-use behavior, highlighting substantial room for improvement and providing actionable guidance for advancing interleaved generation. Dataset and code are available at https://github.com/Qwen-Applications/ATP-Bench.

Summary

  • The paper introduces ATP, a novel framework enabling MLLMs to autonomously plan and interleave text with context-relevant images for visual-critical tasks.
  • The paper operationalizes ATP-Bench with 7,702 QA pairs, hybrid sourcing of visual assets, and multi-stage human curation to ensure precise tool invocation.
  • Experimental findings reveal significant variance in tool coordination, with Gemini 3 Pro excelling while exposing planning deficiencies in complex visual domains.

Agentic Tool Planning as the Next Milestone in MLLM Interleaved Generation: An Analysis of ATP-Bench

Motivation and Paradigm Shift

The integration of interleaved text-and-image generation within Multimodal LLMs (MLLMs) has advanced the expressiveness and efficiency in communication for various user-centric tasks. While current frameworks either focus on image generation (via diffusion or autoregressive approaches) or retrieval-augmented mechanisms (citing existing visual assets), they largely treat factuality and creative synthesis as mutually exclusive, failing to address scenarios necessitating seamless orchestration of multiple visual tools within an answer. The ATP-Bench paper introduces Agentic Tool Planning (ATP) as a core competency for next-generation MLLMs, requiring models to decide autonomously when, where, and which set of visual tools to invokeโ€”a paradigm targeting the synthesis of responses that tightly interleave text with context-relevant images for visual-critical queries.

Construction of ATP-Bench

ATP-Bench operationalizes agentic tool planning via a high-coverage benchmark featuring:

  • 7,702 QA pairs (1,592 VQA), eight topical categories (Academic, Manual, Recipe, Fashion, Renovation, Product, Travel, Encyclopedia), and 25 fine-grained visual intents.
  • Hybrid sourcing: Both reference (in-context) and generative imagery (diffusion, search, edit, code) are systematically integrated, grounding queries in realistic multimodal user scenarios.

The benchmark's data pipeline couples domain-specific document/image curation, automated prompt-driven synthesis of queries and responses (Gemini 2.5 Pro), and rigorous multi-stage human verificationโ€”the queries and tool calls are annotated for unambiguity, visual criticality, and placement fidelity. Figure 1

Figure 1

Figure 1

Figure 1: The ATP-Bench query collection pipeline ensures each sample meets visual-criticality and grounding requirements via layered model and manual curation.

Ground truth responses are constructed in three controlled steps: (i) factual textual answer generation, (ii) proactive visual gap identification and tool call insertion with strict criteria for necessity and semantic proximity, (iii) fine-grained human review for parameter accuracy, placement, and tool selection.

Tool Suite and Agentic Evaluation

ATP-Bench requires models to orchestrate five tool types:

  • Reference: Cite existing images from context.
  • Diffusion: Generate conceptual or illustrative images.
  • Search: Retrieve real-world visuals via engines.
  • Edit: Apply localized modifications to existing images.
  • Code: Produce data-driven diagrams or visualizations.

Evaluation shifts from traditional reference-matching toward probing the plan quality of tool use. The proposed Multi-Agent MLLM-as-a-Judge (MAM) system utilizes three LLM-based agents:

  • Precision Inspector: Assesses each tool-call for necessity, capability boundary, parameterization, and format, scoring failures in appropriateness or execution.
  • Recall Inspector: Identifies missed visual opportunities not covered by tool invocations.
  • Chief Judge: Synthesizes a holistic 0โ€“100 score based on multi-dimensional performance, robust to ambiguous tool capability boundaries and volatile backend execution.

Experimental Findings

ATP-Bench exposes substantive weaknesses across 10 SOTA MLLMs. The key insights:

  1. Limited Coherent Planning: Most models exhibit deficiencies in generating interleaved plans, notably in task categories such as Travel and Renovation, where visual grounding is critical and tool coordination is nontrivial.
  2. Gemini 3 Pro Outperforms Peers: Gemini 3 Pro consistently achieves the highest Final Score (79.88), Success Rate (81.77%), and lowest Missed Images (0.49), particularly excelling in categories with complex tool orchestration.
  3. Behavioral Variance: Distinct tendencies are observed in tool call frequency and selection. Top-tier models (e.g., Claude Sonnet 4.5, Grok-4.1) employ intermediate call counts, balancing coverage with precision. In contrast, open-source models like LLaMA-3.2-11B either substantially under-call (leading to missed images) or generate malformed tool calls (low success rates). Figure 2

    Figure 2: ATP-Bench task categories and examples signal the diversity of visual-critical intents that challenge current MLLMs' planning and integration capabilities.

    Figure 3

    Figure 3: Differential Tool Adoption Rates highlight the variety of generation, search, edit, and code tool usage strategies; reference is omitted due to its near-universal dominance.

    Figure 4

    Figure 4: Success Rates per tool and model indicate robust execution for search and diffusion while edit and code see degraded reliability, especially in open-source settings.

Ablations further reveal that in-context few-shot demonstrations materially enhance high-capacity model performance on tool planning and visual coverage, but offer marginal improvement for weaker baselines, underscoring the primacy of underlying instruction-following architecture.

Evaluation robustness is strongly validated, with human-MLLM agreement exceeding 85% for tool necessity/recall and ~89% Spearman correlation between MAM and end-to-end human scores, emphasizing the reliability of the proposed agentic metric.

Theoretical and Practical Implications

ATP-Bench and its MAM evaluation system instantiate a new paradigm for multimodal agent benchmarking, reframing task success from output matching to structural tool orchestration. This approach decouples model planning capability from backend execution, systematically measuring agentic intent, visual necessity reasoning, and proactive multimodal enhancementโ€”the competencies foundational for generalist tool-using agents.

Practically, the benchmark provides actionable diagnostics for model weaknesses: e.g., parameter misalignment (img_index errors), unnecessary/prolific tool calls (semantic vacuity), and tool boundary confusion (diffusion vs. search ambiguity). The behavioral analysis across models, categories, and tools illuminates where new architectural augmentations, pretraining protocols, or prompt strategies are most needed.

The findings indicate that despite overall SOTA multimodal advances, task-optimal agentic tool planning remains a significant open problemโ€”most models struggle on complex interleaved reasoning and miss non-trivial fractions of visual gaps. These results encourage future work in model architecture (structured memory for plan formation, robust format grounding), richer tool libraries (beyond text-image, e.g., audio, video), and advanced meta-cognitive strategies for agentic model supervision. Figure 5

Figure 5: Tool boundary manipulation via prompt enhancement demonstrates the sensitivity of tool selection (e.g., search vs. diffusion) to capability framing, emphasizing the modelโ€™s adaptive tool selection based on task context.

Conclusion

ATP-Bench advances the study of multimodal LLMs by crystallizing the challenge of agentic tool planningโ€”unifying retrieval, generation, edit, and code within coherent, visually grounded responses. The combination of a richly annotated benchmark and model-agnostic evaluation provides a rigorous standard for quantifying and dissecting MLLM agentic behavior. The results uncover both significant deficiencies and points of progress, offering a blueprint for future research toward modular, tool-using AI that natively exploits the synergies between factuality and creativity in complex multimodal settings (2603.29902).

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We found no open problems mentioned in this paper.

Collections

Sign up for free to add this paper to one or more collections.

Tweets

Sign up for free to view the 2 tweets with 0 likes about this paper.