paper-with-me

Papers

Strategy-Aware Optimization Modeling with Reasoning LLMs

2026-05-04 · Ruiqing Zhao, Fengzhi Li, Yuan Zuo, Rui Liu, Yansong Liu, Yunfei Ma, Fanyu Meng, Junlan Feng arxiv

Large language models (LLMs) can generate syntactically valid optimization programs, yet often struggle to reliably choose an effective modeling strategy, leading to incorrect formulations and inefficient solver behavior. We propose SAGE, a strategy-aware framework that makes Modeling Strategy explicit in both data construction and post-training. SAGE builds a solver-verified multi-strategy dataset and trains a student model with supervised fine-tuning followed by Segment-Weighted GRPO using a composite reward over format compliance, correctness, and solver efficiency. Across eight benchmarks spanning synthetic and real-world settings, SAGE improves average pass@1 from 72.7 to 80.3 over the strongest open-source baseline. With multiple generations, SAGE discovers more distinct correct formulations and improves component-level diversity at pass@16 by 19-29%. At the largest scale, SAGE produces more compact constraint systems with 14.2% fewer constraints than the baseline, consistent with solver-efficient modeling. Overall, these results show that making Modeling Strategy explicit improves automated optimization modeling. Code is available at https://github.com/rachhhhing/SAGE.

📄 PDF Abstract BibTeX arXiv:2605.02545

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

VIDEOP2R: Video Understanding from Perception to Reasoning

2025-11-14 · Yifan Jiang, Yueying Wang, Rui Zhao, Toufiq Parag 외 arxiv

Reinforcement fine-tuning (RFT), a two-stage framework consisting of supervised fine-tuning (SFT) and reinforcement learning (RL) has shown promising results on improving reasoning ability of large language models (LLMs)…

Reinforcement Learning

STRIDE-ED: A Strategy-Grounded Stepwise Reasoning Framework for Empathetic Dialogue Systems

2026-04-08 · Hongru Ji, Yuyin Fan, Meng Zhao, Xianghua Li 외 arxiv

Empathetic dialogue requires not only recognizing a user's emotional state but also making strategy-aware, context-sensitive decisions throughout response generation. However, the lack of a comprehensive empathy strategy…

Reinforcement LearningResponse Generation

Plan before Solving: Problem-Aware Strategy Routing for Mathematical Reasoning with LLMs

2025-09-29 · Shihao Qi, Jie Ma, Ziang Yin, Lingling Zhang 외 arxiv

Existing methods usually leverage a fixed strategy, such as natural language reasoning, code-augmented reasoning, tool-integrated reasoning, or ensemble-based reasoning, to guide Large Language Models (LLMs) to perform m…

Computational EfficiencyMathematical Reasoning

RPO-RAG: Aligning Small LLMs with Relation-aware Preference Optimization for Knowledge Graph Question Answering

2026-01-27 · Kaehyun Um, KyuHwan Yeom, Haerim Yang, Minyoung Choi 외 arxiv

Large Language Models (LLMs) have recently demonstrated remarkable reasoning abilities, yet hallucinate on knowledge-intensive tasks. Retrieval-augmented generation (RAG) mitigates this issue by grounding answers in exte…

Graph Question AnsweringKnowledge Graphs

DeepVideo-R1: Video Reinforcement Fine-Tuning via Difficulty-aware Regressive GRPO

2025-06-09 · Jinyoung Park, Jeehye Na, Jinyoung Kim, Hyunwoo J. Kim

Recent works have demonstrated the effectiveness of reinforcement learning (RL)-based post-training in enhancing the reasoning capabilities of large language models (LLMs). In particular, Group Relative Policy Optimizati…

Data AugmentationLarge Language ModelReinforcement Learning (RL)