Papers › SPoRC-VIST: A Benchmark for Evaluating Generative Natural Narrative in Vision-Language Models

SPoRC-VIST: A Benchmark for Evaluating Generative Natural Narrative in Vision-Language Models

3 Jan 2026arXiv:2601.01062added by Syntology

Yunlin Zeng

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Vision-Language Models (VLMs) have achieved remarkable success in descriptive tasks such as image captioning and visual question answering (VQA). However, their ability to generate engaging, long-form narratives -- specifically multi-speaker podcast dialogues -- remains under-explored and difficult to evaluate. Standard metrics like BLEU and ROUGE fail to capture the nuances of conversational naturalness, personality, and narrative flow, often rewarding safe, repetitive outputs over engaging storytelling. In this work, we present a novel pipeline for end-to-end visual podcast generation, and fine-tune a Qwen3-VL-32B model on a curated dataset of 4,000 image-dialogue pairs. Crucially, we use a synthetic-to-real training strategy: we train on high-quality podcast dialogues from the Structured Podcast Research Corpus (SPoRC) paired with synthetically generated imagery, and evaluate on real-world photo sequences from the Visual Storytelling Dataset (VIST). This rigorous setup tests the model's ability to generalize from synthetic training data to real-world visual domains. We propose a comprehensive evaluation framework that moves beyond textual overlap, and use AI-as-a-judge (Gemini 3 Pro, Claude Opus 4.5, GPT 5.2) and novel style metrics (average turn length, speaker switch rate) to assess quality. Our experiments demonstrate that our fine-tuned 32B model significantly outperforms a 235B base model in conversational naturalness ($>$80\% win rate) and narrative depth (+50\% turn length), while maintaining identical visual grounding capabilities (CLIPScore: 20.39).

PaperPDFCode 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="2601.01062")

Code

Syntology Ran 0 of 16 code samples harvested from 1 repository linked to this paper; 16 have no recorded run.

By repository: found in paper text by Syntology: 16 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Yunlin-Zeng/visual-podcast-VLM found in paper text by SyntologyNOASSERTION report

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

16 samples harvested; 0 ran; 0 honoured the contract we drafted; 16 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.

16unverified

Licence: 16 of the 16 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 Yunlin-Zeng/visual-podcast-VLM. “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.

call_claude Yunlin-Zeng/visual-podcast-VLM/scripts_bedrock/extract_excerpts.py found in paper text by Syntology unverified licence not identified · pointer only · 4ddc98171ac805c1 · report
call_claude Yunlin-Zeng/visual-podcast-VLM/scripts_bedrock/extract_excerpts_2025-11-24.py found in paper text by Syntology unverified licence not identified · pointer only · fd6d9ed42ff95570 · report
clean_prompt Yunlin-Zeng/visual-podcast-VLM/scripts_bedrock/2025-11-24_generate_images.py found in paper text by Syntology unverified licence not identified · pointer only · 1627a59e4de4ab71 · report
compute_distinct_n Yunlin-Zeng/visual-podcast-VLM/evaluation_50_samples/evaluate_metrics.py found in paper text by Syntology unverified licence not identified · pointer only · 3b1e4fe1c35a715d · report
generate_image Yunlin-Zeng/visual-podcast-VLM/scripts_bedrock/2025-11-24_generate_images.py found in paper text by Syntology unverified licence not identified · pointer only · 57addbe111d83710 · report
load_dataset Yunlin-Zeng/visual-podcast-VLM/scripts_235B/precompute_vision_embeddings_235b.py found in paper text by Syntology unverified licence not identified · pointer only · 81e9e093f2fff831 · report
load_model_and_processor Yunlin-Zeng/visual-podcast-VLM/scripts_235B/precompute_vision_embeddings_235b.py found in paper text by Syntology unverified licence not identified · pointer only · dc782ec4f7c2a5d2 · report
load_training_data Yunlin-Zeng/visual-podcast-VLM/scripts_235B/finetune_235B.py found in paper text by Syntology unverified licence not identified · pointer only · 3e00dc55066dfff6 · report
load_transcript Yunlin-Zeng/visual-podcast-VLM/evaluation_50_samples/evaluate_metrics.py found in paper text by Syntology unverified licence not identified · pointer only · 6b6ce8f17c73e260 · report
normalize_text Yunlin-Zeng/visual-podcast-VLM/evaluation_50_samples/evaluate_metrics.py found in paper text by Syntology unverified licence not identified · pointer only · 017711da98a034fb · report
prepare_dataset Yunlin-Zeng/visual-podcast-VLM/scripts_235B/finetune_235B.py found in paper text by Syntology unverified licence not identified · pointer only · a5c5ad9dfba730d2 · report
process_podcast Yunlin-Zeng/visual-podcast-VLM/scripts_bedrock/extract_excerpts.py found in paper text by Syntology unverified licence not identified · pointer only · cbba8fdf5f64ec33 · report
process_podcast Yunlin-Zeng/visual-podcast-VLM/scripts_bedrock/extract_excerpts_2025-11-24.py found in paper text by Syntology unverified licence not identified · pointer only · 815a04180fcfa667 · report
process_scene Yunlin-Zeng/visual-podcast-VLM/scripts_bedrock/2025-11-24_generate_images.py found in paper text by Syntology unverified licence not identified · pointer only · 3dc8411d11ee2742 · report
resolve_image_paths Yunlin-Zeng/visual-podcast-VLM/scripts_235B/precompute_vision_embeddings_235b.py found in paper text by Syntology unverified licence not identified · pointer only · 1ce170dbdbf5bfbe · report
validate_excerpt Yunlin-Zeng/visual-podcast-VLM/scripts_bedrock/extract_excerpts_2025-11-24.py found in paper text by Syntology unverified licence not identified · pointer only · a12e9590dd99e847 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2601.01062, was issued in January 2026, after that date, so the archive has no leaderboard rows for it.

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