Affiliation:
1. Dept. of CSIE, National Taiwan University, Taiwan
Abstract
In NLP (natural language processing), zero-shot topic classification requires machines to understand the contextual meanings of texts in a downstream task without using the corresponding labeled texts for training, which is highly desirable for various applications [2]. In this paper, we propose a novel approach to construct a zero-shot task-specific model called WC-SBERT with satisfactory performance. The proposed approach is highly efficient since it uses light self-training requiring target labels (target class names of downstream tasks) only, which is distinct from other research that uses both the target labels and the unlabeled texts for training. In particular, during the pre-training stage, WC-SBERT uses contrastive learning with the multiple negative ranking loss [9] to construct the pre-trained model based on the similarity between Wiki categories. For the self-training stage, online contrastive loss is utilized to reduce the distance between a target label and Wiki categories of similar Wiki pages to the label. Experimental results indicate that compared to existing self-training models, WC-SBERT achieves rapid inference on approximately 6.45 million Wiki text entries by utilizing pre-stored Wikipedia text embeddings, significantly reducing inference time per sample by a factor of 2,746 to 16,746. During the fine-tuning step, the time required for each sample is reduced by a factor of 23 to 67. Overall, the total training time shows a maximum reduction of 27.5 times across different datasets. Most importantly, our model has achieved SOTA (state-of-the-art) accuracy on two of the three commonly used datasets for evaluating zero-shot classification, namely the AG News (0.84) and Yahoo! Answers (0.64) datasets. The code for WC-SBERT is publicly available on GitHub
1
, and the dataset can also be accessed on Hugging Face
2
.
Publisher
Association for Computing Machinery (ACM)
Reference29 articles.
1. Sören Auer Christian Bizer Georgi Kobilarov Jens Lehmann Richard Cyganiak and Zachary Ives. 2007. DBpedia: A Nucleus for a Web of Open Data. In The Semantic Web Karl Aberer Key-Sun Choi Natasha Noy Dean Allemang Kyung-Il Lee Lyndon Nixon Jennifer Golbeck Peter Mika Diana Maynard Riichiro Mizoguchi Guus Schreiber and Philippe Cudré-Mauroux (Eds.). Springer Berlin Heidelberg Berlin Heidelberg 722–735.
2. Zero-Shot Taxonomy Mapping for Document Classification
3. Ming-Wei Chang, Lev Ratinov, Dan Roth, and Vivek Srikumar. 2008. Importance of Semantic Representation: Dataless Classification. In Proceedings of the 23rd National Conference on Artificial Intelligence - Volume 2 (Chicago, Illinois) (AAAI’08). AAAI Press, 830–835.
4. Qianben Chen, Richong Zhang, Yaowei Zheng, and Yongyi Mao. 2022. Dual Contrastive Learning: Text Classification via Label-Aware Data Augmentation. CoRR abs/2201.08702 (2022). arXiv:2201.08702 https://arxiv.org/abs/2201.08702
5. Zewei Chu, Karl Stratos, and Kevin Gimpel. 2020. Natcat: Weakly Supervised Text Classification with Naturally Annotated Datasets. CoRR abs/2009.14335 (2020). arXiv:2009.14335 https://arxiv.org/abs/2009.14335