PresentAgent: Multimodal Agent for Presentation Video Generation
Jingwei Shi, Zeyu Zhang, Biao Wu, Yanjie Liang, Meng Fang, Ling Chen, Yang Zhao
TL;DR
The paper introduces PresentAgent, a modular system that converts long-form documents into narrated presentation videos by segmenting content, planning slide layouts, generating oral narration, and synchronizing audio with visuals. It also presents PresentEval, a two-path evaluation framework combining objective quiz-based comprehension and subjective VL-based quality assessments, along with the Doc2Present benchmark of 30 document–presentation pairs. Experimental results show PresentAgent variants approaching human-level performance in both factual understanding and viewer-perceived quality, underscoring the viability of integrated multimodal generation for accessible, explainable content. The work advances the state of document-to-presentation generation by coupling language, vision, and speech components within a controllable, evaluable pipeline.
Abstract
We present PresentAgent, a multimodal agent that transforms long-form documents into narrated presentation videos. While existing approaches are limited to generating static slides or text summaries, our method advances beyond these limitations by producing fully synchronized visual and spoken content that closely mimics human-style presentations. To achieve this integration, PresentAgent employs a modular pipeline that systematically segments the input document, plans and renders slide-style visual frames, generates contextual spoken narration with large language models and Text-to-Speech models, and seamlessly composes the final video with precise audio-visual alignment. Given the complexity of evaluating such multimodal outputs, we introduce PresentEval, a unified assessment framework powered by Vision-Language Models that comprehensively scores videos across three critical dimensions: content fidelity, visual clarity, and audience comprehension through prompt-based evaluation. Our experimental validation on a curated dataset of 30 document-presentation pairs demonstrates that PresentAgent approaches human-level quality across all evaluation metrics. These results highlight the significant potential of controllable multimodal agents in transforming static textual materials into dynamic, effective, and accessible presentation formats. Code will be available at https://github.com/AIGeeksGroup/PresentAgent.
