ACL 2024findings2 citations

CaLM: Contrasting Large and Small Language Models to Verify Grounded Generation

I-Hung Hsu, Zifeng Wang, Long Le, Lesly Miculicich, Nanyun Peng, Chen-Yu Lee, Tomas Pfister

Abstract

Grounded generation aims to equip language models (LMs) with the ability to produce more credible and accountable responses by accurately citing verifiable sources. However, existing methods, by either feeding LMs with raw or preprocessed materials, remain prone to errors. To address this, we introduce CaLM, a novel verification framework. CaLM leverages the insight that a robust grounded response should be consistent with information derived solely from its cited sources. Our framework empowers smaller LMs, which rely less on parametric memory and excel at processing relevant information given a query, to validate the output of larger LMs. Larger LM responses that closely align with the smaller LMs’ output, which relies exclusively on cited documents, are verified. Responses showing discrepancies are iteratively refined through a feedback loop. Experiments on three open-domain question-answering datasets demonstrate significant performance gains of 1.5% to 7% absolute average without any required model fine-tuning.

BibTeX
@inproceedings{hsu-etal-2024-calm,
    title = "{C}a{LM}: Contrasting Large and Small Language Models to Verify Grounded Generation",
    author = "Hsu, I-Hung  and
      Wang, Zifeng  and
      Le, Long  and
      Miculicich, Lesly  and
      Peng, Nanyun  and
      Lee, Chen-Yu  and
      Pfister, Tomas",
    editor = "Ku, Lun-Wei  and
      Martins, Andre  and
      Srikumar, Vivek",
    booktitle = "Findings of the Association for Computational Linguistics: ACL 2024",
    month = aug,
    year = "2024",
    address = "Bangkok, Thailand",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.findings-acl.759/",
    doi = "10.18653/v1/2024.findings-acl.759",
    pages = "12782--12803"
}
CaLM: Contrasting Large and Small Language Models to Verify Grounded Generation · ACL 2024