CLJun 23, 2019

Smaller Text Classifiers with Discriminative Cluster Embeddings

arXiv:1906.09532v11091 citations
Originality Incremental advance
AI Analysis

This addresses model size reduction for text classification, but it is incremental as it builds on existing embedding and clustering methods.

The paper tackled the problem of large model sizes in neural text classifiers by learning a hard word clustering end-to-end, reducing deployed model sizes while maintaining accuracy through parameter-efficient variations.

Word embedding parameters often dominate overall model sizes in neural methods for natural language processing. We reduce deployed model sizes of text classifiers by learning a hard word clustering in an end-to-end manner. We use the Gumbel-Softmax distribution to maximize over the latent clustering while minimizing the task loss. We propose variations that selectively assign additional parameters to words, which further improves accuracy while still remaining parameter-efficient.

Code Implementations1 repo
Foundations

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

Your Notes