EMNLP 2024main1 citations

Analysis of Plan-based Retrieval for Grounded Text Generation

Ameya Godbole, Nicholas Monath, Seungyeon Kim, Ankit Singh Rawat, Andrew McCallum, Manzil Zaheer

Abstract

In text generation, hallucinations refer to the generation of seemingly coherent text that contradicts established knowledge. One compelling hypothesis is that hallucinations occur when a language model is given a generation task outside its parametric knowledge (due to rarity, recency, domain, etc.). A common strategy to address this limitation is to infuse the language models with retrieval mechanisms, providing the model with relevant knowledge for the task. In this paper, we leverage the planning capabilities of instruction-tuned LLMs and analyze how planning can be used to guide retrieval to further reduce the frequency of hallucinations. We empirically evaluate several variations of our proposed approach on long-form text generation tasks. By improving the coverage of relevant facts, plan-guided retrieval and generation can produce more informative responses while providing a higher rate of attribution to source documents.

BibTeX
@inproceedings{godbole-etal-2024-analysis,
    title = "Analysis of Plan-based Retrieval for Grounded Text Generation",
    author = "Godbole, Ameya  and
      Monath, Nicholas  and
      Kim, Seungyeon  and
      Rawat, Ankit Singh  and
      McCallum, Andrew  and
      Zaheer, Manzil",
    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.727/",
    doi = "10.18653/v1/2024.emnlp-main.727",
    pages = "13101--13119"
}
Analysis of Plan-based Retrieval for Grounded Text Generation · EMNLP 2024