Search papers, labs, and topics across Lattice.
The paper introduces LAVES, a hierarchical LLM-based multi-agent system, to generate high-quality instructional videos from educational problems by decomposing the generation workflow into specialized agents for problem-solving, visualization, and narration. LAVES addresses limitations of end-to-end video generation models in scenarios requiring logical rigor and precise knowledge representation. The system achieves a throughput of over one million videos per day with a 95% cost reduction compared to industry standards, while maintaining a high acceptance rate, by constructing a structured executable video script compiled into synchronized visuals and narration.
Generate a million educational videos a day at 5% of the cost using a novel LLM-based multi-agent system that orchestrates problem-solving, visualization, and narration.
Although recent end-to-end video generation models demonstrate impressive performance in visually oriented content creation, they remain limited in scenarios that require strict logical rigor and precise knowledge representation, such as instructional and educational media. To address this problem, we propose LAVES, a hierarchical LLM-based multi-agent system for generating high-quality instructional videos from educational problems. The LAVES formulates educational video generation as a multi-objective task that simultaneously demands correct step-by-step reasoning, pedagogically coherent narration, semantically faithful visual demonstrations, and precise audio--visual alignment. To address the limitations of prior approaches--including low procedural fidelity, high production cost, and limited controllability--LAVES decomposes the generation workflow into specialized agents coordinated by a central Orchestrating Agent with explicit quality gates and iterative critique mechanisms. Specifically, the Orchestrating Agent supervises a Solution Agent for rigorous problem solving, an Illustration Agent that produces executable visualization codes, and a Narration Agent for learner-oriented instructional scripts. In addition, all outputs from the working agents are subject to semantic critique, rule-based constraints, and tool-based compilation checks. Rather than directly synthesizing pixels, the system constructs a structured executable video script that is deterministically compiled into synchronized visuals and narration using template-driven assembly rules, enabling fully automated end-to-end production without manual editing. In large-scale deployments, LAVES achieves a throughput exceeding one million videos per day, delivering over a 95% reduction in cost compared to current industry-standard approaches while maintaining a high acceptance rate.