English

DAIL: Data Augmentation for In-Context Learning via Self-Paraphrase

Computation and Language 2023-11-07 v1 Artificial Intelligence

Abstract

In-Context Learning (ICL) combined with pre-trained large language models has achieved promising results on various NLP tasks. However, ICL requires high-quality annotated demonstrations which might not be available in real-world scenarios. To overcome this limitation, we propose \textbf{D}ata \textbf{A}ugmentation for \textbf{I}n-Context \textbf{L}earning (\textbf{DAIL}). DAIL leverages the intuition that large language models are more familiar with the content generated by themselves. It first utilizes the language model to generate paraphrases of the test sample and employs majority voting to determine the final result based on individual predictions. Our extensive empirical evaluation shows that DAIL outperforms the standard ICL method and other ensemble-based methods in the low-resource scenario. Additionally, we explore the use of voting consistency as a confidence score of the model when the logits of predictions are inaccessible. We believe our work will stimulate further research on ICL in low-resource settings.

Keywords

Cite

@article{arxiv.2311.03319,
  title  = {DAIL: Data Augmentation for In-Context Learning via Self-Paraphrase},
  author = {Dawei Li and Yaxuan Li and Dheeraj Mekala and Shuyao Li and Yulin wang and Xueqi Wang and William Hogan and Jingbo Shang},
  journal= {arXiv preprint arXiv:2311.03319},
  year   = {2023}
}

Comments

Course project for DSC 253 (Advanced Data-Driven Text Mining) at UCSD

R2 v1 2026-06-28T13:12:58.782Z