EMNLP 2024main2 citations

DVD: Dynamic Contrastive Decoding for Knowledge Amplification in Multi-Document Question Answering

Jing Jin, Houfeng Wang, Hao Zhang, Xiaoguang Li, Zhijiang Guo

Abstract

Large language models (LLMs) are widely used in question-answering (QA) systems but often generate information with hallucinations. Retrieval-augmented generation (RAG) offers a potential remedy, yet the uneven retrieval quality and irrelevant contents may distract LLMs.In this work, we address these issues at the generation phase by treating RAG as a multi-document QA task.We propose a novel decoding strategy, Dynamic Contrastive Decoding, which dynamically amplifies knowledge from selected documents during the generation phase. involves constructing inputs batchwise, designing new selection criteria to identify documents worth amplifying, and applying contrastive decoding with a specialized weight calculation to adjust the final logits used for sampling answer tokens. Zero-shot experimental results on ALCE-ASQA, NQ, TQA and PopQA benchmarks show that our method outperforms other decoding strategies. Additionally, we conduct experiments to validate the effectiveness of our selection criteria, weight calculation, and general multi-document scenarios. Our method requires no training and can be integrated with other methods to improve the RAG performance. Our codes will be publicly available at https://github.com/JulieJin-km/Dynamic_Contrastive_Decoding.

BibTeX
@inproceedings{jin-etal-2024-dvd,
    title = "{DVD}: Dynamic Contrastive Decoding for Knowledge Amplification in Multi-Document Question Answering",
    author = "Jin, Jing  and
      Wang, Houfeng  and
      Zhang, Hao  and
      Li, Xiaoguang  and
      Guo, Zhijiang",
    editor = "Al-Onaizan, Yaser  and
      Bansal, Mohit  and
      Chen, Yun-Nung",
    booktitle = "Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing",
    month = nov,
    year = "2024",
    address = "Miami, Florida, USA",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.emnlp-main.266/",
    doi = "10.18653/v1/2024.emnlp-main.266",
    pages = "4624--4637"
}