English

SEMQA: Semi-Extractive Multi-Source Question Answering

Computation and Language 2024-07-02 v2 Artificial Intelligence Machine Learning

Abstract

Recently proposed long-form question answering (QA) systems, supported by large language models (LLMs), have shown promising capabilities. Yet, attributing and verifying their generated abstractive answers can be difficult, and automatically evaluating their accuracy remains an ongoing challenge. In this work, we introduce a new QA task for answering multi-answer questions by summarizing multiple diverse sources in a semi-extractive fashion. Specifically, Semi-extractive Multi-source QA (SEMQA) requires models to output a comprehensive answer, while mixing factual quoted spans -- copied verbatim from given input sources -- and non-factual free-text connectors that glue these spans together into a single cohesive passage. This setting bridges the gap between the outputs of well-grounded but constrained extractive QA systems and more fluent but harder to attribute fully abstractive answers. Particularly, it enables a new mode for language models that leverages their advanced language generation capabilities, while also producing fine in-line attributions by-design that are easy to verify, interpret, and evaluate. To study this task, we create the first dataset of this kind, QuoteSum, with human-written semi-extractive answers to natural and generated questions, and define text-based evaluation metrics. Experimenting with several LLMs in various settings, we find this task to be surprisingly challenging, demonstrating the importance of QuoteSum for developing and studying such consolidation capabilities.

Keywords

Cite

@article{arxiv.2311.04886,
  title  = {SEMQA: Semi-Extractive Multi-Source Question Answering},
  author = {Tal Schuster and Adam D. Lelkes and Haitian Sun and Jai Gupta and Jonathan Berant and William W. Cohen and Donald Metzler},
  journal= {arXiv preprint arXiv:2311.04886},
  year   = {2024}
}

Comments

NAACL 2024

R2 v1 2026-06-28T13:15:25.365Z