Meta Prompting for AGI Systems

Yifan Zhang,Yang Yuan,Andrew Chi-Chih Yao
DOI: https://doi.org/10.48550/arxiv.2311.11482
2023-01-01
Abstract:In this work, we present a comprehensive study of Meta Prompting (MP), aninnovative technique reshaping the utilization of language models (LMs) and AIsystems in problem-solving and data interaction. Grounded in type theory andcategory theory, Meta Prompting emphasizes the structure and syntax ofinformation over traditional content-centric methods. The paper explores theformal definitions of Meta Prompting, sets it apart from few-shot prompting,and underlines its effectiveness in various AI applications. A key focus isapplying Meta Prompting for complex reasoning tasks, showing how it effectivelydeconstructs intricate problems into simpler sub-problems, enhancing tokenefficiency, and enabling more equitable problem-solving comparisons, especiallyagainst few-shot prompting methods. Additionally, the paper introduces MetaPrompting for prompting tasks, allowing LLMs to self-generate new prompts in arecursive, metaprogramming-like manner. Empirical experiments, including usinga Qwen-72B base language model equipped with meta prompt withoutinstruction-tuning to solve MATH problems with accuracy at 46.3the supervised fine-tuned counterpart trained with extensive mathematical QAinstruction pairs and even the initial version of GPT-4, solving GSM8K problemswith 83.5and solving the Game of 24 tasks with a 100demonstrate the meta prompting's efficacy in achieving high accuracy andefficiency, showcasing Meta Prompting's transformative impact on AIproblem-solving. The code is available athttps://github.com/meta-prompting/meta-prompting.
What problem does this paper attempt to address?