Feedback Descent: Open-Ended Text Optimization via Pairwise Comparison
Yoonho Lee, Joseph Boen, Chelsea Finn
TL;DR
Feedback Descent tackles open-ended text optimization by replacing scalar rewards with rich, structured textual feedback, enabling gradient-like updates in semantic space without weight changes. At each iteration a language model proposes a refined artifact, and a separate evaluator provides a binary preference plus explanatory rationale, which accumulates into a history of directional cues guiding edits. The approach is demonstrated across three domains—SVG design, prompt optimization, and DOCKSTRING molecule discovery—where it achieves competitive or superior results relative to domain-specific baselines such as GEPA and specialized molecular optimizers. It also formalizes the notion that textual rationales can enable dimension-free progress under favorable conditions, and shows that inference-time, text-based optimization can yield novel, high-quality solutions with practical impact in design, language tasks, and drug discovery, exemplified by a molecule ranking $s = -\text{Vina} - 10 \times (1 - \text{QED})$. Overall, Feedback Descent presents a versatile, domain-agnostic framework for continual improvement of text-representable artifacts through high-bandwidth, rationale-guided feedback.
Abstract
We introduce \textit{Feedback Descent}, a framework that optimizes text artifacts -- prompts, code, and molecules -- through structured textual feedback, rather than relying solely on scalar rewards. By preserving detailed critiques instead of compressing them to binary preferences, Feedback Descent widens the information bottleneck in preference learning, enabling directed optimization in text space rather than weight space. We show that in-context learning can transform structured feedback into gradient-like directional information, enabling targeted edits. Unlike prior approaches that collapse judgments into single bits, our evaluators pair each comparison with textual feedback, which functions as high-bandwidth supervision. The iteration loop is done purely at inference time, without modifying any model weights, and is task-agnostic. We evaluate Feedback Descent on three diverse domains and find that it outperforms state-of-the-art prompt optimization (GEPA), reinforcement learning methods (GRPO, REINVENT), and even specialized graph-based molecular optimizers. In the DOCKSTRING molecule discovery benchmark, Feedback Descent identifies novel drug-like molecules surpassing the $99.9$th percentile of a database with more than $260{,}000$ compounds across six protein targets.
