English

Scaling Textual Gradients via Sampling-Based Momentum

Computation and Language 2025-11-19 v3 Artificial Intelligence

Abstract

LLM-based prompt optimization, that uses LLM-provided "textual gradients" (feedback) to refine prompts, has emerged an effective method for automatic prompt engineering. However, its scalability and stability are unclear when using more data in training. We systematically investigate the potential and challenges of scaling training data in textual gradient descent. We show that naively scaling training examples is infeasible due to both explicit context-length limits and an implicit context wall, where long-context degradation yields diminishing returns. Inspired by prior wisdom in stochastic gradient descent, we propose Textual Stochastic Gradient Descent with Momentum (TSGD-M), which reweights updates through momentum sampling, using bootstrapped minibatch validation accuracy as importance weights over historical prompts. We introduce Gumbel-Top-kk sampling for prompt generation, balancing exploration--exploitation and improving sampling efficiency while maintaining a low-variance running mean estimator. TSGD-M integrates seamlessly into existing prompt optimization frameworks, including TextGrad, DSPy-COPRO, and AdalFlow, and achieves consistent gains across 5 benchmarks.

Keywords

Cite

@article{arxiv.2506.00400,
  title  = {Scaling Textual Gradients via Sampling-Based Momentum},
  author = {Zixin Ding and Junyuan Hong and Zhan Shi and Jiachen T. Wang and Zinan Lin and Li Yin and Meng Liu and Zhangyang Wang and Yuxin Chen},
  journal= {arXiv preprint arXiv:2506.00400},
  year   = {2025}
}
R2 v1 2026-07-01T02:52:02.744Z