CLSep 15, 2021

Transformer-based Lexically Constrained Headline Generation

arXiv:2109.07080v1662 citations
Originality Incremental advance
AI Analysis

This work addresses a domain-specific need in automated journalism or marketing for generating constrained headlines, representing an incremental improvement over existing methods.

The paper tackles the problem of generating headlines that must include a specific phrase, such as a company name, by proposing a Transformer-based method that guarantees phrase inclusion while maintaining high quality. Experiments on the Japanese News Corpus show that the method achieves ROUGE scores comparable to previous Transformer-based methods and outperforms previous generation strategies.

This paper explores a variant of automatic headline generation methods, where a generated headline is required to include a given phrase such as a company or a product name. Previous methods using Transformer-based models generate a headline including a given phrase by providing the encoder with additional information corresponding to the given phrase. However, these methods cannot always include the phrase in the generated headline. Inspired by previous RNN-based methods generating token sequences in backward and forward directions from the given phrase, we propose a simple Transformer-based method that guarantees to include the given phrase in the high-quality generated headline. We also consider a new headline generation strategy that takes advantage of the controllable generation order of Transformer. Our experiments with the Japanese News Corpus demonstrate that our methods, which are guaranteed to include the phrase in the generated headline, achieve ROUGE scores comparable to previous Transformer-based methods. We also show that our generation strategy performs better than previous strategies.

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