English

PlanRAG: A Plan-then-Retrieval Augmented Generation for Generative Large Language Models as Decision Makers

Computation and Language 2024-06-19 v1 Artificial Intelligence Machine Learning

Abstract

In this paper, we conduct a study to utilize LLMs as a solution for decision making that requires complex data analysis. We define Decision QA as the task of answering the best decision, dbestd_{best}, for a decision-making question QQ, business rules RR and a database DD. Since there is no benchmark that can examine Decision QA, we propose Decision QA benchmark, DQA. It has two scenarios, Locating and Building, constructed from two video games (Europa Universalis IV and Victoria 3) that have almost the same goal as Decision QA. To address Decision QA effectively, we also propose a new RAG technique called the iterative plan-then-retrieval augmented generation (PlanRAG). Our PlanRAG-based LM generates the plan for decision making as the first step, and the retriever generates the queries for data analysis as the second step. The proposed method outperforms the state-of-the-art iterative RAG method by 15.8% in the Locating scenario and by 7.4% in the Building scenario, respectively. We release our code and benchmark at https://github.com/myeon9h/PlanRAG.

Keywords

Cite

@article{arxiv.2406.12430,
  title  = {PlanRAG: A Plan-then-Retrieval Augmented Generation for Generative Large Language Models as Decision Makers},
  author = {Myeonghwa Lee and Seonho An and Min-Soo Kim},
  journal= {arXiv preprint arXiv:2406.12430},
  year   = {2024}
}

Comments

NAACL 2024

R2 v1 2026-06-28T17:10:07.037Z