LGCLNov 14, 2022

Towards Abstractive Timeline Summarisation using Preference-based Reinforcement Learning

arXiv:2211.07596v2h-index: 1
AI Analysis

This work addresses the challenge of producing more readable and concise timeline summaries for news analysis, though it is incremental as it builds on existing abstractive summarisation techniques with a novel adaptation method.

The paper tackles the problem of generating abstractive timeline summaries from multiple news sources, which existing abstractive models often underperform extractive methods on, by proposing a preference-based reinforcement learning approach that fine-tunes pretrained models using a compound reward function based on keywords and pairwise preferences. The method outperforms a comparable extractive method on two out of three benchmark datasets and is preferred by human evaluators over both extractive and pretrained abstractive models.

This paper introduces a novel pipeline for summarising timelines of events reported by multiple news sources. Transformer-based models for abstractive summarisation generate coherent and concise summaries of long documents but can fail to outperform established extractive methods on specialised tasks such as timeline summarisation (TLS). While extractive summaries are more faithful to their sources, they may be less readable and contain redundant or unnecessary information. This paper proposes a preference-based reinforcement learning (PBRL) method for adapting pretrained abstractive summarisers to TLS, which can overcome the drawbacks of extractive timeline summaries. We define a compound reward function that learns from keywords of interest and pairwise preference labels, which we use to fine-tune a pretrained abstractive summariser via offline reinforcement learning. We carry out both automated and human evaluation on three datasets, finding that our method outperforms a comparable extractive TLS method on two of the three benchmark datasets, and participants prefer our method's summaries to those of both the extractive TLS method and the pretrained abstractive model. The method does not require expensive reference summaries and needs only a small number of preferences to align the generated summaries with human preferences.

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