CLFeb 11, 2021

Text Compression-aided Transformer Encoding

arXiv:2102.05951v154 citations
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in NLP text encoding for tasks relying heavily on encoding, but it appears incremental as it builds on existing Transformer methods with added compression modules.

The paper tackles the problem that Transformer encoders do not specifically focus on the backbone information (gist) of input text, proposing explicit and implicit text compression approaches to enhance encoding, and evaluation on benchmark datasets shows these approaches improve results compared to strong baselines.

Text encoding is one of the most important steps in Natural Language Processing (NLP). It has been done well by the self-attention mechanism in the current state-of-the-art Transformer encoder, which has brought about significant improvements in the performance of many NLP tasks. Though the Transformer encoder may effectively capture general information in its resulting representations, the backbone information, meaning the gist of the input text, is not specifically focused on. In this paper, we propose explicit and implicit text compression approaches to enhance the Transformer encoding and evaluate models using this approach on several typical downstream tasks that rely on the encoding heavily. Our explicit text compression approaches use dedicated models to compress text, while our implicit text compression approach simply adds an additional module to the main model to handle text compression. We propose three ways of integration, namely backbone source-side fusion, target-side fusion, and both-side fusion, to integrate the backbone information into Transformer-based models for various downstream tasks. Our evaluation on benchmark datasets shows that the proposed explicit and implicit text compression approaches improve results in comparison to strong baselines. We therefore conclude, when comparing the encodings to the baseline models, text compression helps the encoders to learn better language representations.

Foundations

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

Your Notes