Prompt Recursive Search: A Living Framework with Adaptive Growth in LLM Auto-Prompting
Xiangyu Zhao, Chengqian Ma

TL;DR
This paper introduces the Prompt Recursive Search (PRS) framework, which adaptively generates solutions in LLMs to improve accuracy and efficiency across diverse NLP tasks, addressing limitations of existing prompt methods.
Contribution
The paper proposes a novel PRS framework that dynamically generates problem-specific solutions, reducing errors and token usage, and demonstrates significant accuracy improvements over traditional methods.
Findings
PRS improves accuracy by 8-22% on benchmark datasets.
The framework reduces token consumption compared to static prompts.
Experimental results show effectiveness across different LLM sizes and domains.
Abstract
Large Language Models (LLMs) exhibit remarkable proficiency in addressing a diverse array of tasks within the Natural Language Processing (NLP) domain, with various prompt design strategies significantly augmenting their capabilities. However, these prompts, while beneficial, each possess inherent limitations. The primary prompt design methodologies are twofold: The first, exemplified by the Chain of Thought (CoT), involves manually crafting prompts specific to individual datasets, hence termed Expert-Designed Prompts (EDPs). Once these prompts are established, they are unalterable, and their effectiveness is capped by the expertise of the human designers. When applied to LLMs, the static nature of EDPs results in a uniform approach to both simple and complex problems within the same dataset, leading to the inefficient use of tokens for straightforward issues. The second method involves…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques
