ACL 2025finding0 citations

FaVe: Factored and Verified Search Rationale for Long-form Answer

Jihyuk Kim, Sungjin Lee, Seung-won Hwang, Yang Liu

Abstract

Targeting long-form question-answering, chain-of-query (CoQ) has been studied, integrating chain-of-thought (CoT) with retrieval-augmented generation. CoQ answers the complex question step-by-step, through simpler subquestions (SQs) from which relevant knowledge is retrieved. By doing so, CoQ aims to improve the answer comprehensiveness and verifiability, at the expense of latency. Our first contribution is showing that the chaining often incurs harmful effects on both objectives, and SQs left unverified often fail to answer the given question. Second, we propose a better alternative to CoQ, union-of-query which adopts a factored approach to break the harmful chain. Finally, we propose to verify SQs before answers, by fine-tuning the SQ generator using verified SQs and introducing a selector verifying SQs in test time. Employing vicuna-13b, our approach, denoted by FaVe (short for Factored and Verified search), even outperforms ChatGPT baselines while maintaining efficiency.

BibTeX
@inproceedings{kim-etal-2025-fave,
    title = "{F}a{V}e: Factored and Verified Search Rationale for Long-form Answer",
    author = "Kim, Jihyuk  and
      Lee, Sungjin  and
      Hwang, Seung-won  and
      Liu, Yang",
    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.993/",
    doi = "10.18653/v1/2025.findings-acl.993",
    pages = "19402--19416",
    ISBN = "979-8-89176-256-5"
}
FaVe: Factored and Verified Search Rationale for Long-form Answer · ACL 2025