CLSep 16, 2020

UNION: An Unreferenced Metric for Evaluating Open-ended Story Generation

arXiv:2009.07602v11012 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of assessing story quality in natural language generation for researchers and practitioners, though it is incremental as it builds on existing BERT-based methods.

The paper tackled the problem of evaluating open-ended story generation by proposing UNION, an unreferenced metric that correlates better with human judgments than existing referenced metrics, achieving improved performance on two story datasets.

Despite the success of existing referenced metrics (e.g., BLEU and MoverScore), they correlate poorly with human judgments for open-ended text generation including story or dialog generation because of the notorious one-to-many issue: there are many plausible outputs for the same input, which may differ substantially in literal or semantics from the limited number of given references. To alleviate this issue, we propose UNION, a learnable unreferenced metric for evaluating open-ended story generation, which measures the quality of a generated story without any reference. Built on top of BERT, UNION is trained to distinguish human-written stories from negative samples and recover the perturbation in negative stories. We propose an approach of constructing negative samples by mimicking the errors commonly observed in existing NLG models, including repeated plots, conflicting logic, and long-range incoherence. Experiments on two story datasets demonstrate that UNION is a reliable measure for evaluating the quality of generated stories, which correlates better with human judgments and is more generalizable than existing state-of-the-art metrics.

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