← Search

Xinshang Wang

13 accepted papers

2026

Draft-and-Audit Reinforcement Learning for Optimization Modeling

ICML 2026poster

Natural language to optimization (NL2Opt) requires translating unstructured text into executable mathematical models. Beyond simple syntax errors, this task suffers from silent modeling failures, where incorrect formulations execute successfully but yield invalid results. We propose Draft-and-Audit …

Cited by 0SourceScholar
2026

PILOT-Bench: Probabilistic Interaction for LLM Operations in Tool-driven Scenarios

ICLR 2026poster

We introduce PILOT-Bench, a benchmark that evaluates LLM workflow execution under simulated realistic conditions of instruction quality variability and tool execution uncertainty. Unlike existing benchmarks that encounter these challenges incidentally, our work makes uncertainty the primary focus of…

Cited by 0SourcecodeScholar
2026

Simultaneous Confidence Bounds for Aggregated Effects via Exact Subset Optimization

ICML 2026poster

We study simultaneous confidence bounds for aggregated effects over downward-closed subset families of independent statistical tests. The bounds are obtained by bootstrap calibration of the maximum normalized aggregated effect over the relevant subset family, yielding valid post-hoc inference for da…

Cited by 0SourceScholar
2026

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

ICML 2026poster

Operations Research practitioners routinely debug infeasible models through an iterative process: analyzing Irreducible Infeasible Subsystems (\IIS{}), identifying constraint conflicts, and systematically repairing formulations until feasibility is achieved. Yet existing LLM benchmarks evaluate OR a…

Cited by 0SourceScholar
2025

Expressive Power of Graph Neural Networks for (Mixed-Integer) Quadratic Programs

ICML 2025poster

Quadratic programming (QP) is the most widely applied category of problems in nonlinear programming. Many applications require real-time/fast solutions, though not necessarily with high precision. Existing methods either involve matrix decomposition or use the preconditioned conjugate gradient metho…

Cited by 2SourcePDFScholar
2024

Rethinking the Capacity of Graph Neural Networks for Branching Strategy

NeurIPS 2024poster

Graph neural networks (GNNs) have been widely used to predict properties and heuristics of mixed-integer linear programs (MILPs) and hence accelerate MILP solvers. This paper investigates the capacity of GNNs to represent strong branching (SB), the most effective yet computationally expensive heuris…

Cited by 4SourcePDFScholar
2023

HeteRSGD: Tackling Heterogeneous Sampling Costs via Optimal Reweighted Stochastic Gradient Descent

AISTATS 2023poster

One implicit assumption in current stochastic gradient descent (SGD) algorithms is the identical cost for sampling each component function of the finite-sum objective. However, there are applications where the costs differ substantially, for which SGD schemes with uniform sampling invoke a high samp…

Cited by 0SourcePDFScholar
2023

On Representing Linear Programs by Graph Neural Networks

ICLR 2023top-25%

Learning to optimize is a rapidly growing area that aims to solve optimization problems or improve existing optimization algorithms using machine learning (ML). In particular, the graph neural network (GNN) is considered a suitable ML model for optimization problems whose variables and constraints a…

2023

On Representing Mixed-Integer Linear Programs by Graph Neural Networks

ICLR 2023poster

While Mixed-integer linear programming (MILP) is NP-hard in general, practical MILP has received roughly 100--fold speedup in the past twenty years. Still, many classes of MILPs quickly become unsolvable as their sizes increase, motivating researchers to seek new acceleration techniques for MILPs. W…

2021

A Primal-Dual Online Algorithm for Online Matching Problem in Dynamic Environments

AAAI 2021technical

Recently, the online matching problem has attracted much attention due to its wide application on real-world decision-making scenarios. In stationary environments, by adopting the stochastic user arrival model, existing methods are proposed to learn dual optimal prices and are shown to achieve a fas…

Cited by 2SourcePDFScholar
2018

The Lingering of Gradients: How to Reuse Gradients Over Time

NeurIPS 2018poster

Classically, the time complexity of a first-order method is estimated by its number of gradient computations. In this paper, we study a more refined complexity by taking into account the ``lingering'' of gradients: once a gradient is computed at $x_k$, the additional time to compute gradients at $x_…

Cited by 4SourcePDFScholar