ResearchStudio-Reel: Automate the Last Mile of Research from Paper to Poster, Video, and Blog

Hugging Face Daily Papers Papers

Summary

ResearchStudio-Reel automates research dissemination by composing specialized LLM skills around a shared paper extractor, generating consistent and editable posters, videos, and blogs with hard pass/fail quality gates, outperforming previous methods.

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
Original Article
View Cached Full Text

Cached at: 07/07/26, 02:41 AM

Paper page - ResearchStudio-Reel: Automate the Last Mile of Research from Paper to Poster, Video, and Blog

Source: https://huggingface.co/papers/2607.04438 Published on Jul 5

#3 Paper of the day Authors:

,

,

,

,

,

,

,

,

,

,

,

,

,

,

,

,

,

,

Abstract

ResearchStudio-Reel automates research dissemination by composing specialized skills around a shared paper extractor, generating consistent and editable artifacts including posters, videos, and blogs with hard pass/fail quality gates.

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 wrapdeterministic primitivesin ameasured-fill loopwhose exits are hard pass/failrender gates. We instantiate this as ResearchStudio-Reel, five Claude Code and Codex skills organized into one shared extractor (Paper2Assets), threeeditable generators(Paper2Poster, Paper2Video, Paper2Blog), and oneinteractive 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-containedHTML viewerwhose 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 bylayout-aware DOCX repair, ResearchStudio-Reel is the only pipeline to ship all three editable artifacts. Project is available at https://aka.ms/ResearchStudio

View arXiv pageView PDFProject pageAdd to collection

Get this paper in your agent:

hf papers read 2607\.04438

Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash

Models citing this paper0

No model linking this paper

Cite arxiv.org/abs/2607.04438 in a model README.md to link it from this page.

Datasets citing this paper0

No dataset linking this paper

Cite arxiv.org/abs/2607.04438 in a dataset README.md to link it from this page.

Spaces citing this paper0

No Space linking this paper

Cite arxiv.org/abs/2607.04438 in a Space README.md to link it from this page.

Collections including this paper0

No Collection including this paper

Add this paper to acollectionto link it from this page.

Similar Articles

Academic Research Skills for Claude Code

Hacker News Top

A plugin suite for Claude Code that assists academic researchers with the full pipeline from research to publication, emphasizing human-in-the-loop integrity checks and style calibration.

@Phoenixyin13: I believe this is the Cursor moment for academia. The Stanford REAP team has launched http://CoPaper.AI, which is systematically eliminating the manual labor of traditional empirical papers. Link: https://copaper.ai/landing If previously using large models to write papers only helped with polishing and...

X AI KOLs Timeline

The Stanford REAP team has launched CoPaper.AI, a tool that can automatically generate a reproducible empirical paper with complete Stata/R code and charts within 30 minutes after inputting raw data, aiming to end the manual labor of traditional papers.