paper-with-me

Papers

Lost in Stories: Consistency Bugs in Long Story Generation by LLMs

2026-03-06 · Junjie Li, Xinrui Guo, Yuhao Wu, Roy Ka-Wei Lee, Hongzhi Li, Yutao Xie arxiv

What happens when a storyteller forgets its own story? Large Language Models (LLMs) can now generate narratives spanning tens of thousands of words, but they often fail to maintain consistency throughout. When generating long-form narratives, these models can contradict their own established facts, character traits, and world rules. Existing story generation benchmarks focus mainly on plot quality and fluency, leaving consistency errors largely unexplored. To address this gap, we present ConStory-Bench, a benchmark designed to evaluate narrative consistency in long-form story generation. It contains 2,000 prompts across four task scenarios and defines a taxonomy of five error categories with 19 fine-grained subtypes. We also develop ConStory-Checker, an automated pipeline that detects contradictions and grounds each judgment in explicit textual evidence. Evaluating a range of LLMs through five research questions, we find that consistency errors show clear tendencies: they are most common in factual and temporal dimensions, tend to appear around the middle of narratives, occur in text segments with higher token-level entropy, and certain error types tend to co-occur. These findings can inform future efforts to improve consistency in long-form narrative generation. Our project page is available at https://picrew.github.io/constory-bench.github.io/.

📄 PDF Abstract BibTeX arXiv:2603.05890

Code (0)

등록된 구현이 없습니다.

Tasks

Story Generation

Similar Papers 제목 키워드 기반

EmoStory: Emotion-Aware Story Generation

2026-03-11 · Jingyuan Yang, Rucong Chen, Weibin Luo, Hui Huang arxiv

Story generation aims to produce image sequences that depict coherent narratives while maintaining subject consistency across frames. Although existing methods have excelled in producing coherent and expressive stories, …

Story Generation

Consistency and Coherency Enhanced Story Generation

2020-10-17 · Wei Wang, Piji Li, Hai-Tao Zheng

Story generation is a challenging task, which demands to maintain consistency of the plots and characters throughout the story. Previous works have shown that GPT2, a large-scale language model, has achieved good perform…

Language ModellingStory Generation

SceneDecorator: Towards Scene-Oriented Story Generation with Scene Planning and Scene Consistency

2025-10-27 · Quanjian Song, Donghao Zhou, Jingyu Lin, Fei Shen 외 arxiv

Recent text-to-image models have revolutionized image generation, but they still struggle with maintaining concept consistency across generated images. While existing works focus on character consistency, they often over…

Story GenerationImage Generation

StoryBox: Collaborative Multi-Agent Simulation for Hybrid Bottom-Up Long-Form Story Generation Using Large Language Models

2025-10-13 · Zehao Chen, Rong Pan, Haoran Li arxiv

Human writers often begin their stories with an overarching mental scene, where they envision the interactions between characters and their environment. Inspired by this creative process, we propose a novel approach to l…

Story Generation

Re3: Generating Longer Stories With Recursive Reprompting and Revision

2022-10-13 · Kevin Yang, Yuandong Tian, Nanyun Peng, Dan Klein

We consider the problem of automatically generating longer stories of over two thousand words. Compared to prior work on shorter stories, long-range plot coherence and relevance are more central challenges here. We propo…

Language ModelingLanguage ModellingReranking