EMNLP 2021main23 citations

FLiText: A Faster and Lighter Semi-Supervised Text Classification with Convolution Networks

Chen Liu, Zhang Mengchao, Fu Zhibing, Panpan Hou, Yu Li

Abstract

In natural language processing (NLP), state-of-the-art (SOTA) semi-supervised learning (SSL) frameworks have shown great performance on deep pre-trained language models such as BERT, and are expected to significantly reduce the demand for manual labeling. However, our empirical studies indicate that these frameworks are not suitable for lightweight models such as TextCNN, LSTM and etc. In this work, we develop a new SSL framework called FLiText, which stands for Faster and Lighter semi-supervised Text classification. FLiText introduces an inspirer network together with the consistency regularization framework, which leverages a generalized regular constraint on the lightweight models for efficient SSL. As a result, FLiText obtains new SOTA performance for lightweight models across multiple SSL benchmarks on text classification. Compared with existing SOTA SSL methods on TextCNN, FLiText improves the accuracy of lightweight model TextCNN from 51.00% to 90.49% on IMDb, 39.8% to 58.06% on Yelp-5, and from 55.3% to 65.08% on Yahoo! Answer. In addition, compared with the fully supervised method on the full dataset, FLiText just uses less than 1% of labeled data to improve the accuracy by 6.59%, 3.94%, and 3.22% on the datasets of IMDb, Yelp-5, and Yahoo! Answer respectively.

BibTeX
@inproceedings{liu-etal-2021-flitext,
    title = "{FL}i{T}ext: A Faster and Lighter Semi-Supervised Text Classification with Convolution Networks",
    author = "Liu, Chen  and
      Mengchao, Zhang  and
      Zhibing, Fu  and
      Hou, Panpan  and
      Li, Yu",
    editor = "Moens, Marie-Francine  and
      Huang, Xuanjing  and
      Specia, Lucia  and
      Yih, Scott Wen-tau",
    booktitle = "Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing",
    month = nov,
    year = "2021",
    address = "Online and Punta Cana, Dominican Republic",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2021.emnlp-main.192/",
    doi = "10.18653/v1/2021.emnlp-main.192",
    pages = "2481--2491"
}
FLiText: A Faster and Lighter Semi-Supervised Text Classification with Convolution Networks · EMNLP 2021