ResearchStudio-Reel: Automate the Last Mile of Research from Paper to Poster, Video, and Blog
arXiv · HuggingFace · ▲61
Abstract (verbatim)
Research dissemination, turning a paper into a poster, a talk video, and a blog post, is still a manual last mile. Prior automation treats each artifact in isolation that each re-extract the paper from scratch, usually ship one-way renders the author cannot reopen in PowerPoint or Word, and gates quality on soft VLM-preference scores that plateau while load-bearing sections still read as empty. We argue this last mile is best built as a composition of skills: thin agent-readable contracts that share one upstream extractor and wrap deterministic primitives in a measured-fill loop whose exits are hard pass/fail render gates. We instantiate this as ResearchStudio-Reel, five Claude Code and Codex skills organized into one shared extractor (Paper2Assets), three editable generators (Paper2Poster, Paper2Video, Paper2Blog), and one interactive convergence layer (Paper2Reel). Paper2Assets extracts each paper once into a shared bundle that can be reused by every downstream skill; The three generators produce a print-ready poster, a synchronized talk video, and a bilingual blog that stay factually consistent and round-trip through PowerPoint or Word; Paper2Reel then binds all three into a self-contained HTML viewer whose section-level clicks jump the video, slides, captions, and blog to matching content. On the Paper2Poster benchmark, our posters lead every aesthetic and information sub-criterion against both prior automated systems and single-shot frontier LLMs, surpassing the authors' own on aesthetics under two held-out VLM judges and winning overall on 84% to 93% of papers; capability audits further show that, by uniquely pairing narration-aligned on-slide highlights with a bilingual blog gated by layout-aware DOCX repair, ResearchStudio-Reel is the only pipeline to ship all three editable artifacts. Project is available at https://aka.ms/ResearchStudio
Background
Background Analysis
The final stage of research dissemination—transforming academic papers into conference posters, presentation videos, and blog posts—remains a manually intensive process, occurring precisely when researchers have the least capacity. These outputs serve distinct audiences: posters for in-person conferences, videos for online engagement, and blogs for non-expert outreach. Current automation approaches suffer from three critical shortcomings: first, each output requires independent extraction of paper content, leading to inconsistencies (e.g., mismatched figure references across formats); second, generated files are often non-editable (e.g., PDFs or videos), preventing authors from revising them in familiar tools like PowerPoint or Word; third, quality assessment relies on subjective visual scores, potentially overlooking critical content gaps.
ResearchStudio-Reel addresses these issues through a modular architecture. Its core innovation is a shared knowledge extraction layer (Paper2Assets) that processes paper content once, extracting figures, metadata, and key claims. This unified bundle is then reused by three editable generators: a poster tool producing PowerPoint files, a video generator building narrated slides from editable decks, and a bilingual blog output in Word format. A "measured-fill loop" mechanism ensures quality by iterating until deterministic criteria are met, rather than relying on ambiguous machine learning scores.
Key differentiators from prior work include: 1) Cross-format factual consistency, eliminating manual cross-checking; 2) Native editability of all outputs, allowing post-generation adjustments; 3) An integrated interactive viewer (Paper2Reel) that links posters, videos, and blogs, enabling seamless navigation between related content. Experiments show its posters outperform both automated systems and human authors in aesthetic and informational criteria, while the video generator achieves precise alignment between narration and visual highlights. By treating dissemination as a coordinated workflow rather than isolated tasks, this work marks a shift toward systematic solutions for research communication automation.




