ACL 2025finding0 citations

Inter-Passage Verification for Multi-evidence Multi-answer QA

Bingsen Chen, Shenji Wan, Xi Ye, Chen Zhao

Abstract

Multi-answer question answering (QA), where questions can have many valid answers, presents a significant challenge for existing retrieval-augmented generation-based QA systems, as these systems struggle to retrieve and then synthesize a large number of evidence passages. To tackle these challenges, we propose a new multi-answer QA framework – Retrieval-augmented Independent Reading with Inter-passage Verification (RI²VER). Our framework retrieves a large set of passages and processes each passage individually to generate an initial high-recall but noisy answer set. Then we propose a new inter-passage verification pipeline that validates every candidate answer through (1) Verification Question Generation, (2) Gathering Additional Evidence, and (3) Verification with inter-passage synthesis. Evaluations on the QAMPARI and RoMQA datasets demonstrate that our framework significantly outperforms existing baselines across various model sizes, achieving an average F1 score improvement of 11.17%. Further analysis validates that our inter-passage verification pipeline enables our framework to be particularly beneficial for questions requiring multi-evidence synthesis.

BibTeX
@inproceedings{chen-etal-2025-inter,
    title = "Inter-Passage Verification for Multi-evidence Multi-answer {QA}",
    author = "Chen, Bingsen  and
      Wan, Shenji  and
      Ye, Xi  and
      Zhao, Chen",
    editor = "Che, Wanxiang  and
      Nabende, Joyce  and
      Shutova, Ekaterina  and
      Pilehvar, Mohammad Taher",
    booktitle = "Findings of the Association for Computational Linguistics: ACL 2025",
    month = jul,
    year = "2025",
    address = "Vienna, Austria",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2025.findings-acl.354/",
    doi = "10.18653/v1/2025.findings-acl.354",
    pages = "6811--6829",
    ISBN = "979-8-89176-256-5"
}
Inter-Passage Verification for Multi-evidence Multi-answer QA · ACL 2025