CLLGDec 3, 2020

CUT: Controllable Unsupervised Text Simplification

arXiv:2012.01936v17 citations
AI Analysis

This work provides a method for researchers and practitioners to control the output complexity of text simplification models without relying on supervised data, which is an incremental improvement for the field of natural language processing.

This paper addresses controllable text simplification in unsupervised settings by proposing two mechanisms: back translation with control tokens and simplicity-aware beam search. The back-translation approach self-supervises to produce desired text complexity, achieving a SARI score of 46.88% and FKGL of 3.65% on the Newsela dataset.

In this paper, we focus on the challenge of learning controllable text simplifications in unsupervised settings. While this problem has been previously discussed for supervised learning algorithms, the literature on the analogies in unsupervised methods is scarse. We propose two unsupervised mechanisms for controlling the output complexity of the generated texts, namely, back translation with control tokens (a learning-based approach) and simplicity-aware beam search (decoding-based approach). We show that by nudging a back-translation algorithm to understand the relative simplicity of a text in comparison to its noisy translation, the algorithm self-supervises itself to produce the output of the desired complexity. This approach achieves competitive performance on well-established benchmarks: SARI score of 46.88% and FKGL of 3.65% on the Newsela dataset.

Foundations

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

Your Notes