ACL 2025short0 citations

Enhancing Input-Label Mapping in In-Context Learning with Contrastive Decoding

Keqin Peng, Liang Ding, Yuanxin Ouyang, Meng Fang, Yancheng Yuan, Dacheng Tao

Abstract

Large language models (LLMs) excel at a range of tasks through in-context learning (ICL), where only a few task examples guide their predictions. However, prior research highlights that LLMs often overlook input-label mapping information in ICL, relying more on their pre-trained knowledge. To address this issue, we introduce In-Context Contrastive Decoding (ICCD), a novel method that emphasizes input-label mapping by contrasting the output distributions between positive and negative in-context examples. Experiments on 7 natural language understanding (NLU) tasks show that our ICCD method brings consistent and significant improvement (up to +1.8 improvement on average) upon 6 different scales of LLMs without requiring additional training. Our approach is versatile, enhancing performance with various demonstration selection methods, demonstrating its broad applicability and effectiveness. The code and scripts are released at https://github.com/Romainpkq/CD_ICL.

BibTeX
@inproceedings{peng-etal-2025-enhancing,
    title = "Enhancing Input-Label Mapping in In-Context Learning with Contrastive Decoding",
    author = "Peng, Keqin  and
      Ding, Liang  and
      Ouyang, Yuanxin  and
      Fang, Meng  and
      Yuan, Yancheng  and
      Tao, Dacheng",
    editor = "Che, Wanxiang  and
      Nabende, Joyce  and
      Shutova, Ekaterina  and
      Pilehvar, Mohammad Taher",
    booktitle = "Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 2: Short Papers)",
    month = jul,
    year = "2025",
    address = "Vienna, Austria",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2025.acl-short.77/",
    doi = "10.18653/v1/2025.acl-short.77",
    pages = "997--1004",
    ISBN = "979-8-89176-252-7"
}
Enhancing Input-Label Mapping in In-Context Learning with Contrastive Decoding · ACL 2025