ACL 2024system demonstrations3 citations

CogMG: Collaborative Augmentation Between Large Language Model and Knowledge Graph

Tong Zhou, Yubo Chen, Kang Liu, Jun Zhao

Abstract

Large language models have become integral to question-answering applications despite their propensity for generating hallucinations and factually inaccurate content. Querying knowledge graphs to reduce hallucinations in LLM meets the challenge of incomplete knowledge coverage in knowledge graphs. On the other hand, updating knowledge graphs by information extraction and knowledge graph completion faces the knowledge update misalignment issue. In this work, we introduce a collaborative augmentation framework, CogMG, leveraging knowledge graphs to address the limitations of LLMs in QA scenarios, explicitly targeting the problems of incomplete knowledge coverage and knowledge update misalignment. The LLMs identify and decompose required knowledge triples that are not present in the KG, enriching them and aligning updates with real-world demands. We demonstrate the efficacy of this approach through a supervised fine-tuned LLM within an agent framework, showing significant improvements in reducing hallucinations and enhancing factual accuracy in QA responses. Our code and video are publicly available.

BibTeX
@inproceedings{zhou-etal-2024-cogmg,
    title = "{C}og{MG}: Collaborative Augmentation Between Large Language Model and Knowledge Graph",
    author = "Zhou, Tong  and
      Chen, Yubo  and
      Liu, Kang  and
      Zhao, Jun",
    editor = "Cao, Yixin  and
      Feng, Yang  and
      Xiong, Deyi",
    booktitle = "Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 3: System Demonstrations)",
    month = aug,
    year = "2024",
    address = "Bangkok, Thailand",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.acl-demos.35/",
    doi = "10.18653/v1/2024.acl-demos.35",
    pages = "365--373"
}
CogMG: Collaborative Augmentation Between Large Language Model and Knowledge Graph · ACL 2024