CLJun 25, 2018

Prior Attention for Style-aware Sequence-to-Sequence Models

arXiv:1806.09439v1
Originality Incremental advance
AI Analysis

This work addresses style control in text generation for applications like simplification, but it is incremental as it builds on existing attention-based models.

The authors tackled the problem of controlling output style in sequence-to-sequence models by introducing prior attention generated from a latent code vector, enabling steering of attributes like length and lexical simplification in sentence simplification tasks.

We extend sequence-to-sequence models with the possibility to control the characteristics or style of the generated output, via attention that is generated a priori (before decoding) from a latent code vector. After training an initial attention-based sequence-to-sequence model, we use a variational auto-encoder conditioned on representations of input sequences and a latent code vector space to generate attention matrices. By sampling the code vector from specific regions of this latent space during decoding and imposing prior attention generated from it in the seq2seq model, output can be steered towards having certain attributes. This is demonstrated for the task of sentence simplification, where the latent code vector allows control over output length and lexical simplification, and enables fine-tuning to optimize for different evaluation metrics.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes