CLNov 7, 2023

GNAT: A General Narrative Alignment Tool

arXiv:2311.03627v1131 citationsh-index: 57
Originality Incremental advance
AI Analysis

This provides a general tool for aligning narratives in NLP tasks, addressing challenges with distant versions like translations and summaries, but it is incremental as it builds on existing algorithms.

The authors tackled the problem of aligning narrative texts that differ greatly in length and content, such as summaries and translations, by developing GNAT, which combines the Smith-Waterman algorithm with text similarity metrics and uses Gumbel distribution for p-values. They demonstrated its performance across four domains, including summary-to-book alignment and plagiarism detection.

Algorithmic sequence alignment identifies similar segments shared between pairs of documents, and is fundamental to many NLP tasks. But it is difficult to recognize similarities between distant versions of narratives such as translations and retellings, particularly for summaries and abridgements which are much shorter than the original novels. We develop a general approach to narrative alignment coupling the Smith-Waterman algorithm from bioinformatics with modern text similarity metrics. We show that the background of alignment scores fits a Gumbel distribution, enabling us to define rigorous p-values on the significance of any alignment. We apply and evaluate our general narrative alignment tool (GNAT) on four distinct problem domains differing greatly in both the relative and absolute length of documents, namely summary-to-book alignment, translated book alignment, short story alignment, and plagiarism detection -- demonstrating the power and performance of our methods.

Foundations

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

Your Notes