English

Attribute or Abstain: Large Language Models as Long Document Assistants

Computation and Language 2024-10-24 v2

Abstract

LLMs can help humans working with long documents, but are known to hallucinate. Attribution can increase trust in LLM responses: The LLM provides evidence that supports its response, which enhances verifiability. Existing approaches to attribution have only been evaluated in RAG settings, where the initial retrieval confounds LLM performance. This is crucially different from the long document setting, where retrieval is not needed, but could help. Thus, a long document specific evaluation of attribution is missing. To fill this gap, we present LAB, a benchmark of 6 diverse long document tasks with attribution, and experiments with different approaches to attribution on 5 LLMs of different sizes. We find that citation, i.e. response generation and evidence extraction in one step, performs best for large and fine-tuned models, while additional retrieval can help for small, prompted models. We investigate whether the "Lost in the Middle'' phenomenon exists for attribution, but do not find this. We also find that evidence quality can predict response quality on datasets with simple responses, but not so for complex responses, as models struggle with providing evidence for complex claims.

Keywords

Cite

@article{arxiv.2407.07799,
  title  = {Attribute or Abstain: Large Language Models as Long Document Assistants},
  author = {Jan Buchmann and Xiao Liu and Iryna Gurevych},
  journal= {arXiv preprint arXiv:2407.07799},
  year   = {2024}
}

Comments

Accepted at EMNLP 2024. Code and data: https://github.com/UKPLab/arxiv2024-attribute-or-abstain

R2 v1 2026-06-28T17:35:58.300Z