Pruned Graph Neural Network for Short Story Ordering
Melika Golestani, Zeinab Borhanifard, Farnaz Tahmasebian, and Heshaam, Faili

TL;DR
This paper introduces a novel graph neural network approach for sentence ordering in short stories, utilizing sentence-entity graphs and a BERT-based semantic model to improve coherence and outperform existing methods.
Contribution
It proposes a new sentence-entity graph construction method and an aggregation technique that enhances sentence ordering accuracy in short stories.
Findings
Significant improvement in PMR and Tau metrics over baselines.
Effective use of sentence-entity graphs with pronoun replacement.
Enhanced semantic encoding with BERT-based representations.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Multimodal Machine Learning Applications
MethodsGraph Neural Network
