CLMar 30, 2018

Learning General Purpose Distributed Sentence Representations via Large Scale Multi-task Learning

arXiv:1804.00079v1339 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of extending word representation success to sentences for NLP applications, showing incremental but substantial gains in performance.

The paper tackles the problem of learning general-purpose fixed-length sentence representations by proposing a multi-task learning framework that trains a single recurrent encoder on over 100 million sentences across diverse objectives, leading to consistent improvements over previous methods in transfer learning and low-resource settings.

A lot of the recent success in natural language processing (NLP) has been driven by distributed vector representations of words trained on large amounts of text in an unsupervised manner. These representations are typically used as general purpose features for words across a range of NLP problems. However, extending this success to learning representations of sequences of words, such as sentences, remains an open problem. Recent work has explored unsupervised as well as supervised learning techniques with different training objectives to learn general purpose fixed-length sentence representations. In this work, we present a simple, effective multi-task learning framework for sentence representations that combines the inductive biases of diverse training objectives in a single model. We train this model on several data sources with multiple training objectives on over 100 million sentences. Extensive experiments demonstrate that sharing a single recurrent sentence encoder across weakly related tasks leads to consistent improvements over previous methods. We present substantial improvements in the context of transfer learning and low-resource settings using our learned general-purpose representations.

Code Implementations4 repos
Foundations

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

Your Notes