Papers › SEED-Story: Multimodal Long Story Generation with Large Language Model

SEED-Story: Multimodal Long Story Generation with Large Language Model

11 Jul 2024arXiv:2407.08683archive 2025-07-28

Shuai Yang, Yuying Ge, Yang Li, Yukang Chen, Yixiao Ge, Ying Shan, Yingcong Chen

With the remarkable advancements in image generation and open-form text generation, the creation of interleaved image-text content has become an increasingly intriguing field. Multimodal story generation, characterized by producing narrative texts and vivid images in an interleaved manner, has emerged as a valuable and practical task with broad applications. However, this task poses significant challenges, as it necessitates the comprehension of the complex interplay between texts and images, and the ability to generate long sequences of coherent, contextually relevant texts and visuals. In this work, we propose SEED-Story, a novel method that leverages a Multimodal Large Language Model (MLLM) to generate extended multimodal stories. Our model, built upon the powerful comprehension capability of MLLM, predicts text tokens as well as visual tokens, which are subsequently processed with an adapted visual de-tokenizer to produce images with consistent characters and styles. We further propose multimodal attention sink mechanism to enable the generation of stories with up to 25 sequences (only 10 for training) in a highly efficient autoregressive manner. Additionally, we present a large-scale and high-resolution dataset named StoryStream for training our model and quantitatively evaluating the task of multimodal story generation in various aspects.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2407.08683")

Code

Syntology Ran 14 of 17 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 3 ran · our draft was wrong; 3 ran · fixture could not drive it; 8 ran with no contract checked.

By repository: official repository: 17 samples from 1 repository, 14 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

tencentarc/seed-story officialmentioned in papermentioned on GitHubpytorchNOASSERTION report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 14 ran; 0 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

3ran · our draft was wrong
3ran · fixture could not drive it
8ran
3unverified

Licence: 17 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from tencentarc/seed-story. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

repeat_kv tencentarc/seed-story/src/models_clm/modeling_llama_4_35.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · 30d7eec482ebf6b1 · report
add_subtitle tencentarc/seed-story/src/inference/gen_george.py official repository ran licence not identified · pointer only · b23ef17a95f4057a · report
apply_rotary_pos_emb tencentarc/seed-story/src/models_clm/modeling_llama_4_35.py official repository ran · fixture could not drive it no licence file found · pointer only · d61c483a3c2b3156 · report
apply_rotary_pos_emb tencentarc/seed-story/src/models_clm/modeling_llama_xformer.py official repository ran · fixture could not drive it no licence file found · pointer only · f725bc2d76076485 · report
cosine_loss tencentarc/seed-story/src/models/discrete_models.py official repository ran fingerprinted licence not identified · pointer only · 66a2fe5698649c4c · report
create_json_structure tencentarc/seed-story/StoryStream/build_story.py official repository ran fingerprinted licence not identified · pointer only · 2c162a9ad508c175 · report
encode_image tencentarc/seed-story/StoryStream/build_story_v2.py official repository ran · our draft was wrong no licence file found · pointer only · f41cb1a19b154297 · report
extract_info_from_output tencentarc/seed-story/StoryStream/build_story.py official repository ran fingerprinted licence not identified · pointer only · d75e2fd34b44dd96 · report
generate_story tencentarc/seed-story/StoryStream/build_story.py official repository ran licence not identified · pointer only · 1c2a0387fb195e14 · report
get_2d_sincos_pos_embed tencentarc/seed-story/src/models/qwen_visual.py official repository ran fingerprinted no licence file found · pointer only · 77e8a3ac46f3afec · report
get_abs_pos tencentarc/seed-story/src/models/qwen_visual.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 50c4398a8645438a · report
read_json_and_extract_content tencentarc/seed-story/src/eval/gpt_comparative_eval.py official repository ran licence not identified · pointer only · a49b0eb559884898 · report
rotate_half tencentarc/seed-story/src/models_clm/modeling_llama_4_35.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · b99eea6376d1e212 · report
split_entries tencentarc/seed-story/StoryStream/chunk_data.py official repository ran licence not identified · pointer only · e1fb527ab9de5e39 · report
api_call tencentarc/seed-story/StoryStream/build_story_v2.py official repository unverified licence not identified · pointer only · d3a1dc8794e15989 · report
construct_dataset tencentarc/seed-story/StoryStream/build_story_v2.py official repository unverified licence not identified · pointer only · 4b99bf78b5f9552e · report
get_2d_sincos_pos_embed_from_grid tencentarc/seed-story/src/models/qwen_visual.py official repository unverified no licence file found · pointer only · 2884deadbb637c3e · report

Tasks

Image GenerationLanguage ModelingLanguage ModellingLarge Language ModelMultimodal Large Language ModelStory GenerationText Generation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

AttentionSoftmax

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections