Step-by-Step Optimization-like Reasoning in LLMs over Expanding Search Spaces
Quick Answer
The paper introduces OPT*, a scalable framework for training LLMs in step-by-step optimization-like reasoning, enhancing decision-making in complex search spaces.
Quick Take
It evaluates two regimes: solver-guided online policy optimization and search-based offline RL, demonstrating improved reasoning capabilities without new human labels.
Key Points
- OPT* provides feasibility checkers and evaluators for scalable optimization tasks.
- The framework expands search spaces using a complexity parameter without new labels.
- Two regimes are explored: solver-guided optimization and search-based offline RL.
- Empirical results show training on OPT* enhances step-by-step reasoning efficiency.
- Success in large search spaces relates to information extracted per search budget.
Paper Resources
Source Excerpt
arXiv:2606. 05464v1 Announce Type: new Abstract: Verifiable reward training has improved mathematical and coding reasoning, but these domains capture only part of step-by-step decision making. Many real-world tasks require finding a high-value feasible plan among many valid alternatives.
We introduce OPT*, a scalable family of optimization-style tasks for training and evaluating step-by-step optimization-like reasoning along a complexity axis: each task provides a feasibility checker and evaluator, while a complexity parameter expands the search space without requiring new human labels. …
Want this in your inbox every morning?
Daily brief at your local 8am — bilingual EN/中文, free.
More from arXiv cs.AI
See more →RAIL Guard: Closing the Evaluation-to-Remediation Gap in Responsible AI for Agents
RAIL Guard introduces a closed-loop AI pipeline for large language models (LLMs) that evaluates outputs across eight dimensions and iteratively remediates failures, achieving 96.9% convergence compared to 49.1% for traditional block-and-retry methods. The system reduces unsafe agent executions by 33% without impacting task completion and is available as open-source SDKs.