CLLGMay 10, 2018

Joint Embedding of Words and Labels for Text Classification

arXiv:1805.04174v11186 citations
Originality Incremental advance
AI Analysis

This addresses text classification for NLP applications, offering an incremental improvement with enhanced interpretability and efficiency.

The authors tackled text classification by framing it as a joint embedding problem where labels and words share the same vector space, using an attention mechanism to weight relevant words. Their method achieved state-of-the-art results with significant improvements in accuracy and speed on large datasets.

Word embeddings are effective intermediate representations for capturing semantic regularities between words, when learning the representations of text sequences. We propose to view text classification as a label-word joint embedding problem: each label is embedded in the same space with the word vectors. We introduce an attention framework that measures the compatibility of embeddings between text sequences and labels. The attention is learned on a training set of labeled samples to ensure that, given a text sequence, the relevant words are weighted higher than the irrelevant ones. Our method maintains the interpretability of word embeddings, and enjoys a built-in ability to leverage alternative sources of information, in addition to input text sequences. Extensive results on the several large text datasets show that the proposed framework outperforms the state-of-the-art methods by a large margin, in terms of both accuracy and speed.

Code Implementations2 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