SALNet: Semi-Supervised Few-Shot Text Classification with Attention-Based Lexicon Construction

Abstract

We propose a semi-supervised bootstrap learning framework for few-shot text classification. From a small amount of the initial dataset, our framework obtains a larger set of reliable training data by using the attention weights from an LSTM-based trained classifier. We first train an LSTM-based text classifier from a given labeled dataset using the attention mechanism. Then, we collect a set of words for each class called a lexicon, which is supposed to be a representative set of words for each class based on the attention weights calculated for the classification task. We bootstrap the classifier using the new data that are labeled by the combination of the classifier and the constructed lexicons to improve the prediction accuracy. As a result, our approach outperforms the previous state-of-the-art methods including semi-supervised learning algorithms and pretraining algorithms for few-shot text classification task on four publicly available benchmark datasets. Moreover, we empirically confirm that the constructed lexicons are reliable enough and substantially improve the performance of the original classifier.

Cite

Text

Lee et al. "SALNet: Semi-Supervised Few-Shot Text Classification with Attention-Based Lexicon Construction." AAAI Conference on Artificial Intelligence, 2021. doi:10.1609/AAAI.V35I14.17558

Markdown

[Lee et al. "SALNet: Semi-Supervised Few-Shot Text Classification with Attention-Based Lexicon Construction." AAAI Conference on Artificial Intelligence, 2021.](https://mlanthology.org/aaai/2021/lee2021aaai-salnet/) doi:10.1609/AAAI.V35I14.17558

BibTeX

@inproceedings{lee2021aaai-salnet,
  title     = {{SALNet: Semi-Supervised Few-Shot Text Classification with Attention-Based Lexicon Construction}},
  author    = {Lee, Ju Hyoung and Ko, Sang-Ki and Han, Yo-Sub},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2021},
  pages     = {13189-13197},
  doi       = {10.1609/AAAI.V35I14.17558},
  url       = {https://mlanthology.org/aaai/2021/lee2021aaai-salnet/}
}