English

Deep Active Learning for Text Classification with Diverse Interpretations

Computation and Language 2021-08-25 v1 Machine Learning

Abstract

Recently, Deep Neural Networks (DNNs) have made remarkable progress for text classification, which, however, still require a large number of labeled data. To train high-performing models with the minimal annotation cost, active learning is proposed to select and label the most informative samples, yet it is still challenging to measure informativeness of samples used in DNNs. In this paper, inspired by piece-wise linear interpretability of DNNs, we propose a novel Active Learning with DivErse iNterpretations (ALDEN) approach. With local interpretations in DNNs, ALDEN identifies linearly separable regions of samples. Then, it selects samples according to their diversity of local interpretations and queries their labels. To tackle the text classification problem, we choose the word with the most diverse interpretations to represent the whole sentence. Extensive experiments demonstrate that ALDEN consistently outperforms several state-of-the-art deep active learning methods.

Keywords

Cite

@article{arxiv.2108.10687,
  title  = {Deep Active Learning for Text Classification with Diverse Interpretations},
  author = {Qiang Liu and Yanqiao Zhu and Zhaocheng Liu and Yufeng Zhang and Shu Wu},
  journal= {arXiv preprint arXiv:2108.10687},
  year   = {2021}
}

Comments

Accepted to CIKM 2021. Authors' version

R2 v1 2026-06-24T05:22:40.535Z