ACL 2025finding0 citations

Fine-grained Knowledge Enhancement for Retrieval-Augmented Generation

Jingxuan Han, Zhendong Mao, Yi Liu, Yexuan Che, Zheren Fu, Quan Wang

Abstract

Retrieval-augmented generation (RAG) effectively mitigates hallucinations in large language models (LLMs) by filling knowledge gaps with retrieved external information. Most existing studies primarily retrieve knowledge documents based on semantic similarity to assist in answering questions but ignore the fine-grained necessary information within documents. In this paper, we propose a novel fine-grained knowledge enhancement method (FKE) for RAG, where fine-grained knowledge primarily includes sentence-level information easily overlooked in the document-based retrieval process. Concretely, we create a disentangled Chain-of-Thought prompting procedure to retrieve fine-grained knowledge from the external knowledge corpus. Then we develop a decoding enhancement strategy to constrain the document-based decoding process using fine-grained knowledge, thereby facilitating more accurate generated answers. Given an existing RAG pipeline, our method could be applied in a plug-and-play manner to enhance its performance with no additional modules or training process. Extensive experiments verify the effectiveness and generality of our method.

BibTeX
@inproceedings{han-etal-2025-fine,
    title = "Fine-grained Knowledge Enhancement for Retrieval-Augmented Generation",
    author = "Han, Jingxuan  and
      Mao, Zhendong  and
      Liu, Yi  and
      Che, Yexuan  and
      Fu, Zheren  and
      Wang, Quan",
    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.522/",
    doi = "10.18653/v1/2025.findings-acl.522",
    pages = "10031--10044",
    ISBN = "979-8-89176-256-5"
}
Fine-grained Knowledge Enhancement for Retrieval-Augmented Generation · ACL 2025