paper-with-me

홈 › Papers

ORLoopBench: Solver-in-the-Loop Benchmarks for Self-Correction and Behavioral Rationality in Operations Research

2026-01-28 · Ruicheng Ao, David Simchi-Levi, Xinshang Wang arxiv

Operations Research practitioners debug infeasible models through an iterative process: inspecting Irreducible Infeasible Subsystems ( IIS), identifying constraint conflicts, and repairing formulations until feasibility is restored. Existing LLM benchmarks mostly treat OR as one-shot translation from problem descriptions to solver code, omitting this diagnostic loop. We formalize infeasible-model repair as a solver-in-the-loop Markov Decision Process in which each action triggers solver re-execution and IIS recomputation, yielding deterministic, verifiable feedback. We introduce ORLoopBench, a benchmark suite with two components: OR-Debug-Bench releases 5,362 LP/MILP repair instances, while OR-Bias-Bench evaluates closed-form operational decision rationality across inventory settings. Solver-verified RLVR training enables an 8B model to surpass frontier APIs on LP repair (95.3% vs 92.4% RR @5), improves diagnostic behavior, and transfers to MILP repair. The same evaluation exposes semantic drift in whole-model code regeneration: feasible regenerated MILPs can solve the wrong problem. Process-level evaluation with solver oracles enables targeted training for reliable OR self-correction.

📄 PDF Abstract BibTeX arXiv:2601.21008

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

LLMs as ASP Programmers: Self-Correction Enables Task-Agnostic Nonmonotonic Reasoning

2026-04-30 · Adam Ishay, Joohyung Lee arxiv

Recent large language models (LLMs) have achieved impressive reasoning milestones but continue to struggle with high computational costs, logical inconsistencies, and sharp performance degradation on high-complexity prob…

Solver-in-the-Loop: Learning from Differentiable Physics to Interact with Iterative PDE-Solvers

2020-06-30 · NeurIPS 2020 12 · Kiwon Um, Robert Brand, Yun, Fei 외

Finding accurate solutions to partial differential equations (PDEs) is a crucial task in all scientific and engineering disciplines. It has recently been shown that machine learning methods can improve the solution accur…

OptiAgent: End-to-End Optimization Modeling via Multi-Agent Iterative Refinement

2026-07-06 · Adriana Laurindo Monteiro, Nayse Fagundes, Gabriel Mattos Langeloh, Gustavo de Oliveira Kanno 외 arxiv

We propose OptiAgent, a multi-agent framework that, given a natural language description of an Operations Research problem, is able to output a solver-ready mathematical formulation as well as executable code. Our archit…

Use Property-Based Testing to Bridge LLM Code Generation and Validation

2025-06-23 · Lehan He, Zeren Chen, Zhe Zhang, Jing Shao 외

Large Language Models (LLMs) excel at code generation, but ensuring their outputs to be functionally correct, especially in complex programming tasks, is a persistent challenge. While traditional Test-Driven Development …

Code Generationtest driven development

LoopExpose: An Unsupervised Framework for Arbitrary-Length Exposure Correction

2025-11-08 · Ao Li, Chen Chen, Zhenyu Wang, Tao Huang 외 arxiv

Exposure correction is essential for enhancing image quality under challenging lighting conditions. While supervised learning has achieved significant progress in this area, it relies heavily on large-scale labeled datas…