CLMar 13, 2022

Pruned Graph Neural Network for Short Story Ordering

arXiv:2203.06778v11 citationsh-index: 16
Originality Incremental advance
AI Analysis

This work addresses text coherence in natural language generation for short stories, representing an incremental advance over existing methods.

The paper tackles the problem of sentence ordering for short stories by proposing a graph neural network approach that constructs sentence-entity graphs and uses BERT-based representations, achieving state-of-the-art performance with improvements of over 5% in Perfect Match Ratio and 4.3% in Kendall's Tau.

Text coherence is a fundamental problem in natural language generation and understanding. Organizing sentences into an order that maximizes coherence is known as sentence ordering. This paper is proposing a new approach based on the graph neural network approach to encode a set of sentences and learn orderings of short stories. We propose a new method for constructing sentence-entity graphs of short stories to create the edges between sentences and reduce noise in our graph by replacing the pronouns with their referring entities. We improve the sentence ordering by introducing an aggregation method based on majority voting of state-of-the-art methods and our proposed one. Our approach employs a BERT-based model to learn semantic representations of the sentences. The results demonstrate that the proposed method significantly outperforms existing baselines on a corpus of short stories with a new state-of-the-art performance in terms of Perfect Match Ratio (PMR) and Kendall's Tau (Tau) metrics. More precisely, our method increases PMR and Tau criteria by more than 5% and 4.3%, respectively. These outcomes highlight the benefit of forming the edges between sentences based on their cosine similarity. We also observe that replacing pronouns with their referring entities effectively encodes sentences in sentence-entity graphs.

Foundations

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

Your Notes