A Neural Few-Shot Text Classification Reality Check

Thomas Dopierre, Christophe Gravier, Wilfried Logerais


Abstract
Modern classification models tend to struggle when the amount of annotated data is scarce. To overcome this issue, several neural few-shot classification models have emerged, yielding significant progress over time, both in Computer Vision and Natural Language Processing. In the latter, such models used to rely on fixed word embeddings, before the advent of transformers. Additionally, some models used in Computer Vision are yet to be tested in NLP applications. In this paper, we compare all these models, first adapting those made in the field of image processing to NLP, and second providing them access to transformers. We then test these models equipped with the same transformer-based encoder on the intent detection task, known for having a large amount of classes. Our results reveal that while methods perform almost equally on the ARSC dataset, this is not the case for the Intent Detection task, where most recent and supposedly best competitors perform worse than older and simpler ones (while all are are given access to transformers). We also show that a simple baseline is surprisingly strong. All the new developed models as well as the evaluation framework are made publicly available.
Anthology ID:
2021.eacl-main.79
Volume:
Proceedings of the 16th Conference of the European Chapter of the Association for Computational Linguistics: Main Volume
Month:
April
Year:
2021
Address:
Online
Venue:
EACL
SIG:
Publisher:
Association for Computational Linguistics
Note:
Pages:
935–943
Language:
URL:
https://aclanthology.org/2021.eacl-main.79
DOI:
10.18653/v1/2021.eacl-main.79
Bibkey:
Cite (ACL):
Thomas Dopierre, Christophe Gravier, and Wilfried Logerais. 2021. A Neural Few-Shot Text Classification Reality Check. In Proceedings of the 16th Conference of the European Chapter of the Association for Computational Linguistics: Main Volume, pages 935–943, Online. Association for Computational Linguistics.
Cite (Informal):
A Neural Few-Shot Text Classification Reality Check (Dopierre et al., EACL 2021)
Copy Citation:
PDF:
https://preview.aclanthology.org/ingestion-script-update/2021.eacl-main.79.pdf
Code
 tdopierre/FewShotText