Meta Prompting for AI Systems
Yifan Zhang, Yang Yuan, Andrew Chi-Chih Yao

TL;DR
Meta Prompting (MP) enhances large language models' reasoning by focusing on task structure rather than content examples, with a formal foundation and recursive refinement leading to state-of-the-art results.
Contribution
The paper introduces Meta Prompting as a formal framework for task-structured prompting and recursive self-improvement in LLMs, with theoretical guarantees.
Findings
State-of-the-art performance on MATH, GSM8K, and Game of 24 datasets.
Significant token efficiency gains over few-shot methods.
Formal modeling of recursive prompt refinement as a monad.
Abstract
We introduce Meta Prompting (MP), a framework that elevates the reasoning capabilities of large language models (LLMs) by focusing on the formal structure of a task rather than content-specific examples. We establish a theoretical foundation for this paradigm, formalizing MP as a functor that maps a category of tasks to a category of structured prompts, thereby guaranteeing that compositional problem-solving strategies can be systematically decomposed into modular prompt structures. We extend this concept to Recursive Meta Prompting (RMP), an automated process where an LLM can generate and refine its own prompts. We model this self-improvement loop formally as a monad, providing a principled framework for automated prompt engineering. Our claims are validated through extensive experiments demonstrating that a Qwen-72B base model, guided by a single, example-agnostic meta-prompt,…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Ferroelectric and Negative Capacitance Devices · Natural Language Processing Techniques
MethodsAttention Is All You Need · Linear Layer · Layer Normalization · Multi-Head Attention · Adam · Byte Pair Encoding · Absolute Position Encodings · Softmax · Dense Connections · Label Smoothing
