ACL 2025finding0 citations

Select, Read, and Write: A Multi-Agent Framework of Full-Text-based Related Work Generation

Xiaochuan Liu, Ruihua Song, Xiting Wang, Xu Chen

Abstract

Automatic related work generation (RWG) can save people’s time and effort when writing a draft of related work section (RWS) for further revision. However, existing methods for RWG always suffer from shallow comprehension due to taking the limited portions of references papers as input and isolated explanation for each reference due to ineffective capturing the relationships among them. To address these issues, we focus on full-text-based RWG task and propose a novel multi-agent framework. Our framework consists of three agents: a selector that decides which section of the papers is going to read next, a reader that digests the selected section and updates a shared working memory, and a writer that generates RWS based on the final curated memory. To better capture the relationships among references, we also propose two graph-aware strategies for selector, enabling to optimize the reading order with constrains of the graph structure. Extensive experiments demonstrate that our framework consistently improves performance across three base models and various input configurations. The graph-aware selectors outperform alternative selectors, achieving state-of-the-art results. The code and data are available at https://github.com/1190200817/Full_Text_RWG.

BibTeX
@inproceedings{liu-etal-2025-select,
    title = "Select, Read, and Write: A Multi-Agent Framework of Full-Text-based Related Work Generation",
    author = "Liu, Xiaochuan  and
      Song, Ruihua  and
      Wang, Xiting  and
      Chen, Xu",
    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.366/",
    doi = "10.18653/v1/2025.findings-acl.366",
    pages = "7009--7028",
    ISBN = "979-8-89176-256-5"
}
Select, Read, and Write: A Multi-Agent Framework of Full-Text-based Related Work Generation · ACL 2025