English

Contrastive Instruction Tuning

Computation and Language 2024-06-07 v2 Artificial Intelligence Machine Learning

Abstract

Instruction tuning has been used as a promising approach to improve the performance of large language models (LLMs) on unseen tasks. However, current LLMs exhibit limited robustness to unseen instructions, generating inconsistent outputs when the same instruction is phrased with slightly varied forms or language styles. This behavior indicates LLMs' lack of robustness to textual variations and generalizability to unseen instructions, potentially leading to trustworthiness issues. Accordingly, we propose Contrastive Instruction Tuning, which maximizes the similarity between the hidden representations of semantically equivalent instruction-instance pairs while minimizing the similarity between semantically different ones. To facilitate this approach, we augment the existing FLAN collection by paraphrasing task instructions. Experiments on the PromptBench benchmark show that CoIN consistently improves LLMs' robustness to unseen instructions with variations across character, word, sentence, and semantic levels by an average of +2.5% in accuracy. Code is available at https://github.com/luka-group/CoIN.

Keywords

Cite

@article{arxiv.2402.11138,
  title  = {Contrastive Instruction Tuning},
  author = {Tianyi Lorena Yan and Fei Wang and James Y. Huang and Wenxuan Zhou and Fan Yin and Aram Galstyan and Wenpeng Yin and Muhao Chen},
  journal= {arXiv preprint arXiv:2402.11138},
  year   = {2024}
}

Comments

ACL 2024 Findings

R2 v1 2026-06-28T14:51:33.916Z