TextReg: Mitigating Prompt Distributional Overfitting via Regularized Text-Space Optimization
About
Large language models (LLMs) are highly sensitive to the prompts used to specify task objectives and behavioral constraints. Many recent prompt optimization methods iteratively rewrite prompts using LLM-generated feedback, but the resulting prompts often become longer, accumulate narrow sample-specific rules, and generalize poorly beyond the training distribution. We study this failure mode as prompt distributional overfitting and argue that it reflects a lack of representation control in discrete text-space optimization. We formalize this view through representational inefficiency, a dual-factor measure that decomposes prompt inefficiency into capacity cost and scope narrowness, attributing distributional prompt overfitting to their coupled growth during optimization. We propose TextReg, a regularization framework that realizes a soft-penalty objective through regularized textual gradients, combining Dual-Evidence Gradient Purification, Semantic Edit Regularization, and Regularization-Guided Prompt Update. Across multiple reasoning benchmarks, TextReg substantially improves out-of-distribution (OOD) generalization, with accuracy gains of up to +11.8% over TextGrad and +16.5% over REVOLVE.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Arithmetic Reasoning | MultiArith (test) | Accuracy96.7 | 115 | |
| Arithmetic Reasoning | SVAMP (test) | Accuracy90.1 | 70 | |
| Logical deduction | BBH Logical Deduction (Seven Objects) (test) | Accuracy55.2 | 22 | |
| tracking shuffled objects seven objects | BBH (test) | Accuracy92.2 | 20 | |
| Logical deduction | Logical Deduction 5 objects (test) | Accuracy61.1 | 16 | |
| Tracking Shuffled Objects | Tracking Shuffled Objects 5 objects (test) | Accuracy (TSO 5-obj)94.1 | 16 |