paper-with-me

홈 › Papers

GraphPlan: Story Generation by Planning with Event Graph

2021-02-05 · INLG (ACL) 2021 8 · Hong Chen, Raphael Shu, Hiroya Takamura, Hideki Nakayama

Story generation is a task that aims to automatically produce multiple sentences to make up a meaningful story. This task is challenging because it requires high-level understanding of semantic meaning of sentences and causality of story events. Naive sequence-to-sequence models generally fail to acquire such knowledge, as the logical correctness can hardly be guaranteed in a text generation model without the strategic planning. In this paper, we focus on planning a sequence of events assisted by event graphs, and use the events to guide the generator. Instead of using a sequence-to-sequence model to output a storyline as in some existing works, we propose to generate an event sequence by walking on an event graph. The event graphs are built automatically based on the corpus. To evaluate the proposed approach, we conduct human evaluation both on event planning and story generation. Based on large-scale human annotation results, our proposed approach is shown to produce more logically correct event sequences and stories.

📄 PDF Abstract BibTeX arXiv:2102.02977

Code (0)

등록된 구현이 없습니다.

Tasks

Story GenerationText Generation

Similar Papers 제목 키워드 기반

GraphPlanner: Graph Memory-Augmented Agentic Routing for Multi-Agent LLMs

2026-04-26 · Tao Feng, Haozhen Zhang, Zijie Lei, Peixuan Han 외 arxiv

LLM routing has achieved promising results in integrating the strengths of diverse models while balancing efficiency and performance. However, to support more realistic and challenging applications, routing must extend i…

Computational EfficiencyReinforcement Learning

NGEP: A Graph-based Event Planning Framework for Story Generation

2022-10-19 · Chen Tang, Zhihao Zhang, Tyler Loakman, Chenghua Lin 외

To improve the performance of long text generation, recent studies have leveraged automatically planned event structures (i.e. storylines) to guide story generation. Such prior works mostly employ end-to-end neural gener…

HallucinationStory GenerationText Generation

Plan-And-Write: Towards Better Automatic Storytelling

2018-11-14 · Lili Yao, Nanyun Peng, Ralph Weischedel, Kevin Knight 외

Automatic storytelling is challenging since it requires generating long, coherent natural language to describes a sensible sequence of events. Despite considerable efforts on automatic story generation in the past, prior…

Story Generation

Persona-Guided Planning for Controlling the Protagonist's Persona in Story Generation

2022-04-22 · Zhexin Zhang, Jiaxin Wen, Jian Guan, Minlie Huang

Endowing the protagonist with a specific personality is essential for writing an engaging story. In this paper, we aim to control the protagonist's persona in story generation, i.e., generating a story from a leading con…

SentenceStory Generation

StoryWriter: A Multi-Agent Framework for Long Story Generation

2025-06-19 · Haotian Xia, Hao Peng, Yunjia Qi, Xiaozhi Wang 외

Long story generation remains a challenge for existing large language models (LLMs), primarily due to two main factors: (1) discourse coherence, which requires plot consistency, logical coherence, and completeness in the…

Story Generation