EMNLP 2024finding14 citations

Learning to Plan for Retrieval-Augmented Large Language Models from Knowledge Graphs

Junjie Wang, Mingyang Chen, Binbin Hu, Dan Yang, Ziqi Liu, Yue Shen, Peng Wei, Zhiqiang Zhang

Abstract

Improving the performance of large language models (LLMs) in complex question-answering (QA) scenarios has always been a research focal point. Recent studies have attempted to enhance LLMs’ performance by combining step-wise planning with external retrieval. While effective for advanced models like GPT-3.5, smaller LLMs face challenges in decomposing complex questions, necessitating supervised fine-tuning. Previous work has relied on manual annotation and knowledge distillation from teacher LLMs, which are time-consuming and not accurate enough. In this paper, we introduce a novel framework for enhancing LLMs’ planning capabilities by using planning data derived from knowledge graphs (KGs). LLMs fine-tuned with this data have improved planning capabilities, better equipping them to handle complex QA tasks that involve retrieval. Evaluations on multiple datasets, including our newly proposed benchmark, highlight the effectiveness of our framework and the benefits of KG-derived planning data.

BibTeX
@inproceedings{wang-etal-2024-learning-plan,
    title = "Learning to Plan for Retrieval-Augmented Large Language Models from Knowledge Graphs",
    author = "Wang, Junjie  and
      Chen, Mingyang  and
      Hu, Binbin  and
      Yang, Dan  and
      Liu, Ziqi  and
      Shen, Yue  and
      Wei, Peng  and
      Zhang, Zhiqiang  and
      Gu, Jinjie  and
      Zhou, Jun  and
      Pan, Jeff Z.  and
      Zhang, Wen  and
      Chen, Huajun",
    editor = "Al-Onaizan, Yaser  and
      Bansal, Mohit  and
      Chen, Yun-Nung",
    booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2024",
    month = nov,
    year = "2024",
    address = "Miami, Florida, USA",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.findings-emnlp.459/",
    doi = "10.18653/v1/2024.findings-emnlp.459",
    pages = "7813--7835"
}