The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

A new benchmark built from 223 real-world mixed-integer programs reveals that large language models that excel on toy tasks struggle to translate realistic, industrial-scale optimization requirements into correct formulations, exposing practical failure modes invisible at small scale.

Constructing Industrial-Scale Optimization Modeling Benchmark
Zhong Li, Hongliang Lu, Tao Wei, Yuxuan Chen, Wenyu Liu, Yuan Lan, Fan Zhang, Zaiwen Wen · February 11, 2026
arxiv descriptive medium evidence 7/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Zhong Li unresolved corpus identity
  2. Hongliang Lu unresolved corpus identity
  3. Tao Wei unresolved corpus identity
  4. Yuxuan Chen unresolved corpus identity
  5. Wenyu Liu unresolved corpus identity
  6. Yuan Lan unresolved corpus identity
  7. Fan Zhang unresolved corpus identity
  8. Zaiwen Wen unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Zhong Li provider ID
  2. Hongliang Lu provider ID
  3. Tao Wei provider ID
  4. Wenyue Liu provider ID
  5. Yuxuan Chen provider ID
  6. Yuan Lan provider ID
  7. Fan Zhang provider ID
  8. Zaiwen Wen provider ID
The paper introduces MIPLIB-NL, a 223-instance benchmark mapping real-world MILPs to natural-language specifications and solver code, and shows that LLMs that succeed on toy benchmarks suffer substantial performance drops on these industrial-scale problems.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

Optimization modeling underpins decision-making in logistics, manufacturing, energy, and finance, yet translating natural-language requirements into correct optimization formulations and solver-executable code remains labor-intensive. Although large language models (LLMs) have been explored for this task, evaluation is still dominated by toy-sized or synthetic benchmarks, masking the difficulty of industrial problems with $10^{3}$--$10^{6}$ (or more) variables and constraints. A key bottleneck is the lack of benchmarks that align natural-language specifications with reference formulations/solver code grounded in real optimization models. To fill in this gap, we introduce MIPLIB-NL, built via a structure-aware reverse construction methodology from real mixed-integer linear programs in MIPLIB~2017. Our pipeline (i) recovers compact, reusable model structure from flat solver formulations, (ii) reverse-generates natural-language specifications explicitly tied to this recovered structure under a unified model--data separation format, and (iii) performs iterative semantic validation through expert review and human--LLM interaction with independent reconstruction checks. This yields 223 one-to-one reconstructions that preserve the mathematical content of the original instances while enabling realistic natural-language-to-optimization evaluation. Experiments show substantial performance degradation on MIPLIB-NL for systems that perform strongly on existing benchmarks, exposing failure modes invisible at toy scale.

Summary

Main Finding

The paper introduces MIPLIB-NL, the first NL-to-Optimization benchmark constructed by reverse-generating natural-language problem specifications from real industrial mixed-integer linear programs in MIPLIB 2017. Using a structure-aware reverse construction pipeline (loop/constraint-family recovery, expert-driven NL generation, and iterative semantic validation), the authors produce 223 one-to-one reconstructions that preserve the original mathematical content. State-of-the-art LLM-based NL-to-Opt systems that perform well on existing toy benchmarks suffer substantial performance degradation on MIPLIB-NL, revealing failure modes and overestimation of current capabilities.

Key Points

  • Motivation
    • Prior NL-to-Opt benchmarks are toy-sized or synthetic and flatten industrial compositional structure (indexing, constraint families), leading to inflated estimates of LLM capability.
    • Real industrial MILPs often have loop-based indexing and huge scale (103–106+ variables/constraints) absent from earlier datasets.
  • Dataset (MIPLIB-NL)
    • 223 instances reverse-generated from MIPLIB 2017 (.mps files).
    • Each instance is a faithful one-to-one reconstruction preserving mathematical structure and numerical properties.
    • Instances are provided in a unified model–data separation format so NL descriptions remain compact while models can expand to industrial scale.
    • The dataset exhibits a heavy upper tail of instance sizes — many far larger than prior benchmarks.
  • Construction pipeline (three stages)
  • Structural abstraction: expert-driven recovery of indexed variable groups and repeated constraint families from flat MPS algebra (loop-based scaffold).
  • Structure-preserving Opt→NL generation: experts convert the scaffold into deterministic NL blueprints and readable problem narratives tied to the recovered structure.
  • Semantic validation: independent NL-to-Opt reconstructions, human–LLM interaction, and expert audits ensure semantic sufficiency and exact equivalence when scaffolds are expanded.
  • Structural findings
    • Common industrial loop structures recovered include nested loops, subset-indexed loops, temporal/recursive coupling, sliding-window aggregations, pairwise (complete-graph) instantiation, and extra-dimension replication.
    • Treating families of constraints (loop templates) as primitives is crucial; atomic constraint types alone are insufficient.
  • Evaluation results
    • Broad evaluation of recent LLM-based NL-to-Opt systems (prompting, agentic frameworks, fine-tuned models) shows large performance drops on MIPLIB-NL versus existing datasets.
    • This gap implies previous benchmarks masked industrial-scale failure modes (indexing errors, missing constraint families, structural hallucinations).
  • Contributions summarized
  • Identifies dataset design as a central bottleneck for NL-to-Opt evaluation.
  • Proposes a structure-aware reverse generation methodology to derive NL instances from real MILPs.
  • Releases MIPLIB-NL (223 industrially grounded instances).
  • Demonstrates systematic performance degradation of current methods on industrial-scale problems.

Data & Methods

  • Source
    • Base models: MIPLIB 2017 mixed-integer linear program instances (provided in solver/ algebraic formats like .mps).
  • Structural abstraction methodology
    • Experts analyze MPS-level signals (naming regularities, incidence structure) and MIPLIB metadata to hypothesize loop-based index sets and constraint families.
    • Drafted scaffolds are expanded back to algebraic rows and checked for exact equivalence against original MPS to remove subjectivity.
    • A taxonomy of recovered scaffolds is produced (see nested, subset-indexed, temporal coupling, sliding-window, pairwise, replication).
  • Opt→NL generation
    • For each validated scaffold, deterministic NL blueprints map variables, objectives, and constraint families into a natural-language problem description. Optional linguistic polishing retains strict mathematical fidelity.
    • Application contexts (domain narratives) are attached using MIPLIB cues where possible; ambiguous instances are given plausible contexts.
    • A strict model–data separation schema (stored artifacts described in appendix) keeps NL compact while supporting data-driven expansion.
  • Semantic validation
    • Independent reconstructors (human/LLM) attempt to rebuild the optimization model from the NL + data spec.
    • Iterative human–LLM interaction and expert review verify that reconstructed models are semantically equivalent to originals.
    • Instances failing semantic sufficiency or verification are refined or discarded.
  • Dataset scale and format
    • 223 fully validated instances with loop-based scaffolds and corresponding NL descriptions plus data artifacts. Many instances reach industrial scales (thousands to millions of algebraic rows when expanded).
  • Evaluation
    • Benchmarking uses accuracy/Pass@1-style metrics and structural equivalence checks (beyond matching objective values) to detect hallucinations and missing constraints.
    • Wide range of LLM-based systems tested (prompting, fine-tuned models, domain-specific agents), showing clear drops versus toy datasets.

Implications for AI Economics

  • For research and practice
    • Realistic stress-testing: MIPLIB-NL enables evaluation of LLM-based modeling tools on industrial-scale, structurally-rich optimization problems common in economics (supply chains, energy market clearing, production planning, portfolio optimization).
    • Reveals current limitations: High-level LLM competence on toy problems does not guarantee correctness on large, indexed economic models. Models commonly hallucinate structure (missing index dimensions, omitted constraint families), which in economics could produce severely misleading policy or allocation recommendations.
    • Need for structure-aware methods: Economic modeling systems should incorporate explicit treatment of indexed variable groups and constraint families (loop scaffolds), not just atomic constraint templates.
  • For deployment and risk management
    • Verification is essential: Deployments that use LLMs to generate optimization models for economic decision-making must include symbolic verification (expand scaffolds, check equivalence, run solver validations) and human expert audits to prevent high-cost errors.
    • Evaluate beyond objective values: Benchmarks and deployment checks should test structural equivalence, feasibility, indexing correctness, and constraint completeness—not only objective outcomes—to avoid silent structural failures.
  • For model development
    • Dataset-driven improvement: Researchers should use MIPLIB-NL for fine-tuning or structured prompting so models learn industrial scaffolds (nested indices, temporal coupling, sliding windows).
    • Hybrid architectures: Combining LLMs (for narrative-to-structure mapping) with symbolic programs/DSLs that enforce indexed constructs and deterministic expansion may yield more reliable NL-to-Opt systems for economics.
    • Metrics & training targets: Train models to produce explicit loop scaffolds (index sets + family templates) as intermediate outputs; use scaffold expansion and equivalence checking as a training/validation signal.
  • Future opportunities
    • Domain specialization: Extend MIPLIB-NL-style reverse generation to domain-specific MILP collections (energy markets, transportation, financial networks) to provide targeted benchmarks for economics subfields.
    • Stochastic/nonlinear models: Extend methodology beyond MILPs to stochastic programs or nonlinear formulations used in economic modeling.
    • Tooling & auditing: Develop off-the-shelf verification tools and prompt templates that encourage structural completeness (e.g., request explicit index definitions, loop constructs), and incorporate MIPLIB-NL as a standard evaluation suite for regulatory-grade validation.

Suggestions for practitioners in AI economics - Use MIPLIB-NL to benchmark any LLM-based modeling tool before applying it to high-stakes economic decision-making. - Require automated expansion + equivalence checks and human expert sign-off for any generated optimization model. - Favor hybrid LLM + symbolic code pipelines that output explicit indexed scaffolds and deterministic expansions. - Prioritize dataset-driven fine-tuning on industrial-scale, loop-structured instances to reduce structural hallucinations.

If you want, I can: - extract specific examples of loop scaffolds and representative MIPLIB-NL instances relevant to supply-chain or energy-economic models; or - propose an evaluation checklist and verification pipeline tailored for deploying NL-to-Opt systems in economic decision-making.

Assessment

Paper Typedescriptive Evidence Strengthmedium — The paper provides systematic empirical evaluation on a new, realistic benchmark derived from real-world MILP instances and uses expert validation and independent reconstruction checks; however, the sample is limited to 223 reverse-generated instances from MIPLIB2017, evaluations cover a finite set of LLMs/approaches, and it does not measure downstream economic outcomes, so claims about broader real-world impact remain inferential. Methods Rigorhigh — The dataset construction uses a structure-aware reverse-construction pipeline, enforces a model–data separation format, and includes iterative semantic validation via expert review and independent human–LLM reconstruction checks, which together demonstrate careful, reproducible engineering and validation of benchmark fidelity. Sample223 one-to-one reconstructions of real mixed-integer linear programs drawn from MIPLIB2017, reverse-generated into natural-language specifications tied to recovered compact model structure (model–data separated), covering industrial-scale instances (up to thousands–millions of variables/constraints) and validated through expert review and human–LLM iterative checks. Themesproductivity adoption GeneralizabilityLimited to mixed-integer linear programs (MILPs) and instances present in MIPLIB2017, so other optimization classes (nonlinear, stochastic, combinatorial not in MIPLIB) are not represented., 223 instances may not capture the full diversity of industrial modeling practices or domain-specific language used across sectors., Reverse-generated natural language, while expert-validated, may differ from organically produced user specifications (style, ambiguity, omissions)., Performance reported for the evaluated LLMs/approaches may not generalize to future models or different prompting/tooling setups., Focus is on formulation generation (NL -> model/solver code), not on solver tuning, deployment, or end-to-end economic outcomes.

Claims (9)

ClaimDirectionOutcomeConfidence & EvidenceDetails
Translating natural-language requirements into correct optimization formulations and solver-executable code remains labor-intensive. Developer Productivity negative effort to translate NL to optimization formulations/code
Reading fidelity high
Study strength low
not reported
0.09
Although large language models (LLMs) have been explored for this task, evaluation is still dominated by toy-sized or synthetic benchmarks, masking the difficulty of industrial problems with 10^3--10^6 (or more) variables and constraints. Research Productivity negative benchmark scale and representativeness (ability to reflect industrial problem difficulty)
Reading fidelity high
Study strength medium
not reported
0.18
A key bottleneck is the lack of benchmarks that align natural-language specifications with reference formulations/solver code grounded in real optimization models. Research Productivity negative availability of aligned benchmarks (NL specs + solver code)
Reading fidelity high
Study strength medium
not reported
0.18
We introduce MIPLIB-NL, built via a structure-aware reverse construction methodology from real mixed-integer linear programs in MIPLIB 2017. Research Productivity positive creation of a benchmark dataset (MIPLIB-NL)
Reading fidelity high
Study strength high
not reported
0.3
Our pipeline recovers compact, reusable model structure from flat solver formulations. Other positive ability to recover model structure from solver formulations
Reading fidelity high
Study strength medium
not reported
0.18
The pipeline reverse-generates natural-language specifications explicitly tied to this recovered structure under a unified model--data separation format. Other positive generation of NL specifications linked to model structure
Reading fidelity high
Study strength medium
not reported
0.18
The pipeline performs iterative semantic validation through expert review and human--LLM interaction with independent reconstruction checks. Other positive semantic validation of recovered models and NL specs
Reading fidelity high
Study strength medium
not reported
0.18
This yields 223 one-to-one reconstructions that preserve the mathematical content of the original instances while enabling realistic natural-language-to-optimization evaluation. Research Productivity positive number and fidelity of reconstructions
Reading fidelity high
Study strength medium
n=223
223 one-to-one reconstructions
0.18
Experiments show substantial performance degradation on MIPLIB-NL for systems that perform strongly on existing benchmarks, exposing failure modes invisible at toy scale. Research Productivity negative system performance on NL-to-optimization tasks (comparative degradation)
Reading fidelity high
Study strength medium
substantial performance degradation
0.18

Notes