CLAug 8, 2022

Generating Coherent Narratives by Learning Dynamic and Discrete Entity States with a Contrastive Framework

Tsinghua
arXiv:2208.03985v211 citationsh-index: 74
Originality Incremental advance
AI Analysis

This addresses narrative coherence issues in text generation for applications like stories and news, representing an incremental improvement over existing methods.

The paper tackled the problem of generating incoherent event sequences in narratives by modeling dynamic and discrete entity states, resulting in more coherent and diverse narratives than strong baselines on two datasets.

Despite advances in generating fluent texts, existing pretraining models tend to attach incoherent event sequences to involved entities when generating narratives such as stories and news. We conjecture that such issues result from representing entities as static embeddings of superficial words, while neglecting to model their ever-changing states, i.e., the information they carry, as the text unfolds. Therefore, we extend the Transformer model to dynamically conduct entity state updates and sentence realization for narrative generation. We propose a contrastive framework to learn the state representations in a discrete space, and insert additional attention layers into the decoder to better exploit these states. Experiments on two narrative datasets show that our model can generate more coherent and diverse narratives than strong baselines with the guidance of meaningful entity states.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes