Dynamic Strategy Planning for Efficient Question Answering with Large Language Models
Tanmay Parekh, Pradyot Prakash, Alexander Radovic, Akshay Shekher,, Denis Savenkov

TL;DR
This paper introduces DyPlan, a dynamic strategy selection method for large language models that improves question-answering performance and efficiency by choosing optimal reasoning and retrieval strategies based on input questions.
Contribution
The paper presents DyPlan, a novel approach for dynamic strategy selection in LLMs, enhancing QA performance and reducing computational costs compared to fixed strategies.
Findings
DyPlan improves QA accuracy by 7-13%.
DyPlan reduces costs by 11-32%.
Extended DyPlan-verify further enhances answer quality.
Abstract
Research has shown the effectiveness of reasoning (e.g., Chain-of-Thought), planning (e.g., SelfAsk), and retrieval augmented generation strategies to improve the performance of Large Language Models (LLMs) on various tasks, such as question answering. However, using a single fixed strategy to answer different kinds of questions is suboptimal in performance and inefficient in terms of generated output tokens and performed retrievals. In our work, we propose a novel technique DyPlan, to induce a dynamic strategy selection process in LLMs, to improve performance and reduce costs in question-answering. DyPlan incorporates an initial decision step to select the most suitable strategy conditioned on the input question and guides the LLM's response generation accordingly. We extend DyPlan to DyPlan-verify, adding an internal verification and correction process to further enrich the generated…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsTopic Modeling · Speech and dialogue systems · AI-based Problem Solving and Planning
