CLAILGJun 9

APEX: Automated Prompt Engineering eXpert with Dynamic Data Selection

arXiv:2606.11459v118.5h-index: 23
Predicted impact top 47% in CL · last 90 daysOriginality Incremental advance
AI Analysis

For practitioners using LLMs, APEX reduces the computational cost of automatic prompt optimization by focusing on high-leverage data subsets.

APEX introduces a data-efficient prompt optimization framework that dynamically selects informative data during evolutionary search, outperforming initial prompts by 11.2% on Gemini 2.5 Flash and 6.8% on Gemma 3 27B under a fixed budget of 5,000 evaluation calls.

Large Language Models are highly sensitive to prompt formulation, necessitating automatic prompt optimization to unlock their full potential. While evolutionary algorithms have emerged as the dominant paradigm, they suffer from a critical bottleneck: data efficiency. Current methods treat the development dataset as a static benchmark, wasting significant compute budget on uninformative data. In this work, we introduce APEX (Automatic Prompt Engineering eXpert), a novel framework that optimizes the data usage alongside the prompt search. APEX dynamically stratifies the dataset into Easy, Hard, and Mixed tiers based on the optimization lineage. By prioritizing the Mixed tier, which identifies the data where the LLM has mixed performance, we identify two high-leverage subsets: the addressable frontier for generating informative mutations and the rank-sensitive frontier for distinguishing candidate quality. We evaluate APEX across three diverse benchmarks: IFBench, SimpleQA Verified, and FACTS Grounding. Under a fixed budget of 5,000 evaluation calls, due to its data efficiency, APEX outperforms the initial prompt by an average of 11.2% on Gemini 2.5 Flash and 6.8% on Gemma 3 27B, demonstrating that a data-centric approach is key to efficient and effective prompt optimization.

Foundations

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

Your Notes