paper-with-me

Papers

StepORLM: A Self-Evolving Framework With Generative Process Supervision For Operations Research Language Models

2025-09-26 · Chenyu Zhou, Tianyi Xu, Jianghao Lin, Dongdong Ge arxiv

Large Language Models (LLMs) have shown promising capabilities for solving Operations Research (OR) problems. While reinforcement learning serves as a powerful paradigm for LLM training on OR problems, existing works generally face two key limitations. First, outcome reward suffers from the credit assignment problem, where correct final answers can reinforce flawed reasoning. Second, conventional discriminative process supervision is myopic, failing to evaluate the interdependent steps of OR modeling holistically. To this end, we introduce StepORLM, a novel self-evolving framework with generative process supervision. At its core, StepORLM features a co-evolutionary loop where a policy model and a generative process reward model (GenPRM) iteratively improve on each other. This loop is driven by a dual-feedback mechanism: definitive, outcome-based verification from an external solver, and nuanced, holistic process evaluation from the GenPRM. The combined signal is used to align the policy via Weighted Direct Preference Optimization (W-DPO) and simultaneously refine the GenPRM. Our resulting 8B-parameter StepORLM establishes a new state-of-the-art across six benchmarks, significantly outperforming vastly larger generalist models, agentic methods, and specialized baselines. Moreover, the co-evolved GenPRM is able to act as a powerful and universally applicable process verifier, substantially boosting the inference scaling performance of both our own model and other existing LLMs.

📄 PDF Abstract BibTeX arXiv:2509.22558

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Endogenous Reprompting: Self-Evolving Cognitive Alignment for Unified Multimodal Models

2026-01-28 · Zhenchen Tang, Songlin Yang, Zichuan Wang, Bo Peng 외 arxiv

Unified Multimodal Models (UMMs) exhibit strong understanding, yet this capability often fails to effectively guide generation. We identify this as a Cognitive Gap: the model lacks the understanding of how to enhance its…

Reinforcement Learning

SEVerA: Verified Synthesis of Self-Evolving Agents

2026-03-26 · Debangshu Banerjee, Changming Xu, Eugene Ie, Ming Zhang 외 arxiv

Recent advances have shown the effectiveness of self-evolving LLM agents on tasks such as program repair and scientific discovery. In this paradigm, a planner LLM synthesizes an agent program that invokes parametric mode…

Code GenerationProgram Repair

Harness-Aware Self-Evolving: Co-Evolving Model Weights, Harness, and Task Solutions

2026-07-04 · Haochen Luo, Yi Huang, Sichun Luo, Fengyuan Liu 외 arxiv

Self-evolving frameworks usually optimize task solutions while treating the surrounding harness as fixed. We introduce Harness-Aware Self-Evolving (HASE), an agentic reinforcement-learning framework in which a single mod…

MobEvolve: An Agentic Self-Evolving Heuristic System for Interpretable Human Mobility Generation

2026-06-01 · Junlin He, Yihong Tang, Tong Nie, Ao Qu 외 arxiv

Human mobility generation aims to synthesize realistic trip chains for target populations based on individual features. Existing paradigms, including deep generative models, LLM-based methods, and traditional heuristics,…

AgenticGEO: A Self-Evolving Agentic System for Generative Engine Optimization

2026-03-02 · Jiaqi Yuan, Jialu Wang, Zihan Wang, Qingyun Sun 외 arxiv

Generative search engines represent a transition from traditional ranking-based retrieval to Large Language Model (LLM)-based synthesis, transforming optimization goals from ranking prominence towards content inclusion. …