English

Embedding Hallucination for Few-Shot Language Fine-tuning

Computation and Language 2022-05-04 v1 Artificial Intelligence

Abstract

Few-shot language learners adapt knowledge from a pre-trained model to recognize novel classes from a few-labeled sentences. In such settings, fine-tuning a pre-trained language model can cause severe over-fitting. In this paper, we propose an Embedding Hallucination (EmbedHalluc) method, which generates auxiliary embedding-label pairs to expand the fine-tuning dataset. The hallucinator is trained by playing an adversarial game with the discriminator, such that the hallucinated embedding is indiscriminative to the real ones in the fine-tuning dataset. By training with the extended dataset, the language learner effectively learns from the diverse hallucinated embeddings to overcome the over-fitting issue. Experiments demonstrate that our proposed method is effective in a wide range of language tasks, outperforming current fine-tuning methods. Further, we show that EmbedHalluc outperforms other methods that address this over-fitting problem, such as common data augmentation, semi-supervised pseudo-labeling, and regularization. The code will be made available at: https://github.com/yiren-jian/EmbedHalluc.

Keywords

Cite

@article{arxiv.2205.01307,
  title  = {Embedding Hallucination for Few-Shot Language Fine-tuning},
  author = {Yiren Jian and Chongyang Gao and Soroush Vosoughi},
  journal= {arXiv preprint arXiv:2205.01307},
  year   = {2022}
}

Comments

accepted to NAACL 2022

R2 v1 2026-06-24T11:05:31.992Z