AICLNov 20, 2023

Meta Prompting for AI Systems

arXiv:2311.11482v927 citationsh-index: 8Has Code
Originality Highly original
AI Analysis

This addresses the challenge of inefficient and example-dependent prompting in AI systems, offering a novel paradigm for automated prompt engineering.

The authors tackled the problem of improving large language models' reasoning capabilities by introducing Meta Prompting, a framework that focuses on task structure rather than content-specific examples, and demonstrated that it achieves state-of-the-art results on MATH, GSM8K, and Game of 24 with a Qwen-72B model while providing substantial token efficiency gains.

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, achieves state-of-the-art results on MATH, GSM8K, and Game of 24. These results are achieved with substantial token efficiency gains over traditional few-shot methods. Project Page: https://github.com/meta-prompting/meta-prompting.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes