paper-with-me

홈 › Papers

ReLoop: Structured Modeling and Behavioral Verification for Reliable LLM-Based Optimization

2026-02-17 · Junbo Jacob Lian, Yujun Sun, Huiling Chen, Chaoyu Zhang, Hanzhang Qin, Chung-Piaw Teo arxiv

Large language models (LLMs) can translate natural language into optimization code, but silent failures pose a critical risk: code that executes and returns solver-feasible solutions may encode semantically incorrect formulations -- a feasibility-correctness gap reaching 90 percentage points on compositional problems. We introduce ReLoop, which addresses this gap through two complementary mechanisms. Structured generation decomposes code production into a four-stage reasoning chain (understand, formalize, synthesize, verify), preventing formulation errors at their source. Behavioral verification detects errors that survive generation by testing whether the formulation responds correctly to solver-based parameter perturbation -- an external semantic signal that bypasses LLM self-review and requires no ground truth. The two mechanisms are complementary by error structure: structured generation drives the largest gains on compositional problems (+8.5pp accuracy on RetailOpt-190 with Claude Opus 4.6), while behavioral verification dominates on localized defects (+4.4pp on MAMO-ComplexLP, its largest contribution across benchmarks). Combined with diagnostic execution recovery, ReLoop reaches 100% executable code on Claude Opus 4.6 and consistently improves accuracy on chat-tuned foundation models across three benchmarks; we further identify a known limitation of narrowly-tuned SFT models, whose learned output formats are brittle to chain-of-thought prompts -- an interaction we document and analyze. We release RetailOpt-190, 190 compositional retail optimization scenarios targeting the multi-constraint interactions where LLMs most frequently fail.

📄 PDF Abstract BibTeX arXiv:2602.15983

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ReLoop: "Seeing Twice and Thinking Backwards" via Closed-loop Training to Mitigate Hallucinations in Multimodal understanding

2025-07-07 · Jianjiang Yang, Ziyan Huang, Yanshu Li

While Multimodal Large Language Models (MLLMs) have achieved remarkable progress in open-ended visual question answering, they remain vulnerable to hallucinations. These are outputs that contradict or misrepresent input …

HallucinationQuestion AnsweringVisual Question Answering

RELOOP: Recursive Retrieval with Multi-Hop Reasoner and Planners for Heterogeneous QA

2025-10-23 · Ruiyi Yang, Hao Xue, Imran Razzak, Hakim Hacid 외 arxiv

Retrieval-augmented generation (RAG) remains brittle on multi-step questions and heterogeneous evidence sources, trading accuracy against latency and token/tool budgets. This paper introduces RELOOP, a structure aware fr…

Knowledge Graphs

ReLoop: A Self-Correction Continual Learning Loop for Recommender Systems

2022-04-24 · Guohao Cai, Jieming Zhu, Quanyu Dai, Zhenhua Dong 외

Deep learning-based recommendation has become a widely adopted technique in various online applications. Typically, a deployed model undergoes frequent re-training to capture users' dynamic behaviors from newly collected…

Continual LearningRecommendation Systems

ReLoop2: Building Self-Adaptive Recommendation Models via Responsive Error Compensation Loop

2023-06-15 · Jieming Zhu, Guohao Cai, JunJie Huang, Zhenhua Dong 외

Industrial recommender systems face the challenge of operating in non-stationary environments, where data distribution shifts arise from evolving user behaviors over time. To tackle this challenge, a common approach is t…

Recommendation Systems

SCRIBE: Structured Mid-Level Supervision for Tool-Using Language Models

2026-01-07 · Yuxuan Jiang, Francis Ferraro arxiv

Training reliable tool-augmented agents remains a significant challenge, largely due to the difficulty of credit assignment in multi-step reasoning. While process-level reward models offer a promising direction, existing…

Reinforcement Learning