paper-with-me

홈 › Papers

Beyond Inference-Time Search: Reinforcement Learning Synthesizes Reusable Solvers

2026-05-18 · Soheyl Massoudi, Gabriel Apaza, Milad Habibi, Mark Fuge arxiv

Large language models (LLMs) typically approach combinatorial optimization as an inference-time procedure, solving each instance separately through sampling, search, or repeated prompting. We ask whether reinforcement learning can instead shift part of this reasoning cost into the weights of a code LLM, so that the model synthesizes a reusable solver for an entire problem family. We study this question on Synergistic Dependency Selection (SDS), a controlled variant of constrained Quadratic Knapsack designed to expose a specific failure mode: local signals and strict feasibility constraints make greedy heuristics attractive but unreliable. Under identical scaffolding, Best-of-64 base-model sampling saturates at an approximately 28.7% gap to the global Virtual Best Solver (VBS); code audits show that the base model often retrieves Simulated Annealing templates but misimplements the Metropolis acceptance rule. We fine-tune Qwen2.5-Coder-14B-Instruct with Group Relative Policy Optimization (GRPO) using a feasibility-gated reward and light structural scaffolding. The resulting policy converges to a constraint-aware Simulated Annealing template in 99.8% of feasible SDS outputs, achieves a 5.0% gap to that VBS, and is 91 times cheaper in post-generation execution/search cost than cumulative Best-of-64 evaluation. A compile-once check shows that one best frozen solver per seed remains highly competitive when reused unchanged across the SDS test set, while an additional-domain evaluation on Job Shop Scheduling provides narrower but positive evidence that the scaffold transfers beyond SDS. Negative ablations reveal the limits of this recipe: standard stabilizers degrade performance, a soft feasibility gate fails, and results remain sensitive to reward normalization and domain-specific design choices.

📄 PDF Abstract BibTeX arXiv:2605.18374

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

PaCoRe: Learning to Scale Test-Time Compute with Parallel Coordinated Reasoning

2026-01-09 · Jingcheng Hu, Yinmin Zhang, Shijie Shang, Xiaobo Yang 외 arxiv

We introduce Parallel Coordinated Reasoning (PaCoRe), a training-and-inference framework designed to overcome a central limitation of contemporary language models: their inability to scale test-time compute (TTC) far bey…

Reinforcement Learning

RLHF: A comprehensive Survey for Cultural, Multimodal and Low Latency Alignment Methods

2025-11-06 · Raghav Sharma, Manan Mehta, Sai Tiger Raina arxiv

Reinforcement Learning from Human Feedback (RLHF) is the standard for aligning Large Language Models (LLMs), yet recent progress has moved beyond canonical text-based methods. This survey synthesizes the new frontier of …

Reinforcement Learning

EDGE: Experience-Distillation for Guided Exploration in Agentic Reinforcement Learning

2026-08-22 · Can Xie, Yuyi Zhou, Wen Yang, Ziyi zhang 외 arxiv

Reinforcement learning with outcome-based objectives such as GRPO enables LLM-based agents to solve complex, long-horizon tasks, yet the reusable exploration patterns embedded in interaction trajectories are largely disc…

Reinforcement Learning

What's Trending in Difference-in-Differences? A Synthesis of the Recent Econometrics Literature

2022-01-04 · Jonathan Roth, Pedro H. C. Sant'Anna, Alyssa Bilinski, John Poe

This paper synthesizes recent advances in the econometrics of difference-in-differences (DiD) and provides concrete recommendations for practitioners. We begin by articulating a simple set of ``canonical'' assumptions un…

Econometrics

Beyond Value: CHECKLIST for Testing Inferences in Planning-Based RL

2022-06-04 · Kin-Ho Lam, Delyar Tabatabai, Jed Irvine, Donald Bertucci 외

Reinforcement learning (RL) agents are commonly evaluated via their expected value over a distribution of test scenarios. Unfortunately, this evaluation approach provides limited evidence for post-deployment generalizati…

Reinforcement Learning (RL)