Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

RiOT: Efficient Prompt Refinement with Residual Optimization Tree

About

Recent advancements in large language models (LLMs) have highlighted their potential across a variety of tasks, but their performance still heavily relies on the design of effective prompts. Existing methods for automatic prompt optimization face two challenges: lack of diversity, limiting the exploration of valuable and innovative directions and semantic drift, where optimizations for one task can degrade performance in others. To address these issues, we propose Residual Optimization Tree (RiOT), a novel framework for automatic prompt optimization. RiOT iteratively refines prompts through text gradients, generating multiple semantically diverse candidates at each step, and selects the best prompt using perplexity. Additionally, RiOT incorporates the text residual connection to mitigate semantic drift by selectively retaining beneficial content across optimization iterations. A tree structure efficiently manages the optimization process, ensuring scalability and flexibility. Extensive experiments across five benchmarks, covering commonsense, mathematical, logical, temporal, and semantic reasoning, demonstrate that RiOT outperforms both previous prompt optimization methods and manual prompting.

Chenyi Zhou, Zhengyan Shi, Yuan Yao, Lei Liang, Huajun Chen, Qiang Zhang• 2025

Related benchmarks

TaskDatasetResultRank
Mathematical ReasoningGSM8K (test)
Accuracy81.2
751
Commonsense ReasoningStrategyQA (test)
Accuracy74.6
81
Mathematical ReasoningAMC12 (test)
Accuracy46
8
Multiple-Choice ReasoningDate Understanding (test)
Accuracy78.2
8
True/False ReasoningLogiQA 2.0 (test)
Accuracy0.614
8
Generative ReasoningObject Counting (test)
Accuracy86.9
8
Showing 6 of 6 rows

Other info

Code

Follow for update