EMNLP 2024finding0 citations

Achieving Stronger Generation via Simple Contrastive Tuning

Zhimeng Wang, Pinzheng Wang, Juntao Li, Yibin Chen, Min Zhang

Abstract

Instruction tuning is widely used to unlock the abilities of Large Language Models (LLMs) in following human instructions, resulting in substantial performance improvements across various downstream tasks.Furthermore, contrastive decoding methods are employed to enhance instruction-tuned models. To further explore the potential of contrastive decoding, we introduce the Contrastive Tuning and Decoding (CTD) framework, which enhances model performance without requiring additional data or significant computational resources.When performing Contrastive Tuning, we optimize a correction model by targeting discrepancies between the original outputs and labels. During Contrastive Decoding, the correction model adjusts the logits of the SFT model using the same input to ensure better adherence to instructions.With the lightweight CTD framework, we refine the behavior of instruction-tuned models, improving their performance on the challenging SUPNATINST dataset with unfamiliar data distributions across various models and prompt formats.

BibTeX
@inproceedings{wang-etal-2024-achieving,
    title = "Achieving Stronger Generation via Simple Contrastive Tuning",
    author = "Wang, Zhimeng  and
      Wang, Pinzheng  and
      Li, Juntao  and
      Chen, Yibin  and
      Zhang, Min",
    editor = "Al-Onaizan, Yaser  and
      Bansal, Mohit  and
      Chen, Yun-Nung",
    booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2024",
    month = nov,
    year = "2024",
    address = "Miami, Florida, USA",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.findings-emnlp.525/",
    doi = "10.18653/v1/2024.findings-emnlp.525",
    pages = "8986--8999"
}
Achieving Stronger Generation via Simple Contrastive Tuning · EMNLP 2024