CLSep 28, 2025

Beyond Magic Words: Sharpness-Aware Prompt Evolving for Robust Large Language Models with TARE

arXiv:2509.24130v27 citationsh-index: 24
Originality Incremental advance
AI Analysis

This work addresses the problem of prompt instability for users of LLMs, offering a novel approach to enhance robustness, though it is incremental in the context of existing prompt optimization techniques.

The paper tackles the brittleness of prompt optimization in Large Language Models by introducing a formal treatment of textual sharpness and proposing TARE, a derivative-free framework that minimizes sharpness to improve robustness under paraphrasing, achieving better accuracy preservation compared to accuracy-only methods.

The performance of Large Language Models (LLMs) hinges on carefully engineered prompts. However, prevailing prompt optimization methods, ranging from heuristic edits and reinforcement learning to evolutionary search, primarily target point-wise accuracy. They seldom enforce paraphrase invariance or searching stability, and therefore cannot remedy this brittleness in practice. Automated prompt search remains brittle: small, semantically preserving paraphrases often cause large performance swings. We identify this brittleness as the textual sharpness of the prompt landscape. In this work, we provide the first formal treatment of textual sharpness in the discrete, semantic space of prompts, together with an operational robustness criterion over a semantic neighborhood; the design is black-box or API-only, requiring no gradients to update the model's parameters. Then we introduce TARE (Textual Sharpness-Aware Evolving), a derivative-free framework that alternates between an inner, sampling-based adversarial search that stresses a prompt with hard paraphrases and an outer, robust selection that prefers candidates whose neighborhoods remain strong. We further propose ATARE, which learns anisotropic weights to shape the semantic neighborhood and adapts its radius over time to balance exploration and fidelity. Diverse tasks evaluate our methods, whose design for minimizing textual sharpness gap leads to prompts that preserve accuracy under paraphrasing, outperforming accuracy-only prompt search while remaining computationally practical.

Foundations

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

Your Notes