SOTAVerified

Positional Encoding to Control Output Sequence Length

2019-04-16NAACL 2019Code Available0· sign in to hype

Sho Takase, Naoaki Okazaki

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Neural encoder-decoder models have been successful in natural language generation tasks. However, real applications of abstractive summarization must consider additional constraint that a generated summary should not exceed a desired length. In this paper, we propose a simple but effective extension of a sinusoidal positional encoding (Vaswani et al., 2017) to enable neural encoder-decoder model to preserves the length constraint. Unlike in previous studies where that learn embeddings representing each length, the proposed method can generate a text of any length even if the target length is not present in training data. The experimental results show that the proposed method can not only control the generation length but also improve the ROUGE scores.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
DUC 2004 Task 1Transformer+LRPE+PE+Re-ranking+EnsembleROUGE-132.85Unverified

Reproductions