paper-with-me

Papers

READY: Reward Discovery for Meta-Black-Box Optimization

2026-01-29 · Zechuan Huang, Zhiguang Cao, Hongshu Guo, Yue-Jiao Gong, Zeyuan Ma arxiv

Meta-Black-Box Optimization (MetaBBO) is an emerging avenue within Optimization community, where algorithm design policy could be meta-learned by reinforcement learning to enhance optimization performance. So far, the reward functions in existing MetaBBO works are designed by human experts, introducing certain design bias and risks of reward hacking. In this paper, we use Large Language Model~(LLM) as an automated reward discovery tool for MetaBBO. Specifically, we consider both effectiveness and efficiency sides. On effectiveness side, we borrow the idea of evolution of heuristics, introducing tailored evolution paradigm in the iterative LLM-based program search process, which ensures continuous improvement. On efficiency side, we additionally introduce multi-task evolution architecture to support parallel reward discovery for diverse MetaBBO approaches. Such parallel process also benefits from knowledge sharing across tasks to accelerate convergence. Empirical results demonstrate that the reward functions discovered by our approach could be helpful for boosting existing MetaBBO works, underscoring the importance of reward design in MetaBBO. We provide READY's project at https://anonymous.4open.science/r/ICML_READY-747F.

📄 PDF Abstract BibTeX arXiv:2601.21847

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Differentiable Evolutionary Reinforcement Learning

2025-12-15 · Sitao Cheng, Tianle Li, Xuhan Huang, Xunjian Yin 외 arxiv

Crafting effective reward signals remains a central challenge in Reinforcement Learning (RL), especially for complex reasoning tasks. Existing automated reward optimization methods typically rely on derivative-free searc…

Reinforcement LearningMathematical Reasoning

None To Optima in Few Shots: Bayesian Optimization with MDP Priors

2025-11-02 · Diantong Li, Kyunghyun Cho, Chong Liu arxiv

Bayesian Optimization (BO) is an efficient tool for optimizing black-box functions, but its theoretical guarantees typically hold in the asymptotic regime. In many critical real-world applications such as drug discovery …

Drug Discovery

MEMETRON: Metaheuristic Mechanisms for Test-time Response Optimization of Large Language Models

2025-06-10 · Son The Nguyen, Theja Tulabandhula

Large language models (LLMs) are increasingly used for both open-ended and structured tasks, yet their inference-time behavior is still largely dictated by heuristic decoding strategies such as greedy search, sampling, o…

Reranking

Symbol: Generating Flexible Black-Box Optimizers through Symbolic Equation Learning

2024-02-04 · Jiacheng Chen, Zeyuan Ma, Hongshu Guo, Yining Ma 외

Recent Meta-learning for Black-Box Optimization (MetaBBO) methods harness neural networks to meta-learn configurations of traditional black-box optimizers. Despite their success, they are inevitably restricted by the lim…

Meta-LearningZero-shot Generalization

Generalizable Meta-Heuristic based on Temporal Estimation of Rewards for Large Scale Blackbox Optimization

2018-12-17 · Mingde Zhao, Hongwei Ge, Yi Lian, Kai Zhang

The generalization abilities of heuristic optimizers may deteriorate with the increment of the search space dimensionality. To achieve generalized performance across Large Scale Blackbox Optimization (LSBO) tasks, it isp…

Multi-Armed Bandits