CLOct 26, 2023

StyleBART: Decorate Pretrained Model with Style Adapters for Unsupervised Stylistic Headline Generation

arXiv:2310.17743v2131 citationsh-index: 10
Originality Incremental advance
AI Analysis

This addresses the problem of generating attractive, style-specific headlines for users without requiring paired data, though it builds incrementally on existing unsupervised approaches.

The paper tackles unsupervised stylistic headline generation by proposing StyleBART, which decorates a pretrained BART model with style-specific adapters, achieving new state-of-the-art performance in this task.

Stylistic headline generation is the task to generate a headline that not only summarizes the content of an article, but also reflects a desired style that attracts users. As style-specific article-headline pairs are scarce, previous researches focus on unsupervised approaches with a standard headline generation dataset and mono-style corpora. In this work, we follow this line and propose StyleBART, an unsupervised approach for stylistic headline generation. Our method decorates the pretrained BART model with adapters that are responsible for different styles and allows the generation of headlines with diverse styles by simply switching the adapters. Different from previous works, StyleBART separates the task of style learning and headline generation, making it possible to freely combine the base model and the style adapters during inference. We further propose an inverse paraphrasing task to enhance the style adapters. Extensive automatic and human evaluations show that StyleBART achieves new state-of-the-art performance in the unsupervised stylistic headline generation task, producing high-quality headlines with the desired style.

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