LGCLIRMLNov 4, 2019

Metric Learning for Dynamic Text Classification

arXiv:1911.01026v1997 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of adapting text classifiers to evolving label sets in applications like intent classification, though it is incremental as it builds on existing metric learning approaches.

The paper tackles the problem of dynamic text classification where label sets change over time, by replacing fixed output layers with a learned metric space for nearest-neighbor classification, showing robustness to label changes and improved performance in low-data regimes.

Traditional text classifiers are limited to predicting over a fixed set of labels. However, in many real-world applications the label set is frequently changing. For example, in intent classification, new intents may be added over time while others are removed. We propose to address the problem of dynamic text classification by replacing the traditional, fixed-size output layer with a learned, semantically meaningful metric space. Here the distances between textual inputs are optimized to perform nearest-neighbor classification across overlapping label sets. Changing the label set does not involve removing parameters, but rather simply adding or removing support points in the metric space. Then the learned metric can be fine-tuned with only a few additional training examples. We demonstrate that this simple strategy is robust to changes in the label space. Furthermore, our results show that learning a non-Euclidean metric can improve performance in the low data regime, suggesting that further work on metric spaces may benefit low-resource research.

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