Papers › PEARL: Solver-in-the-Loop Interactive Optimization Modeling from Natural Language

PEARL: Solver-in-the-Loop Interactive Optimization Modeling from Natural Language

14 May 2026arXiv:2607.18256added by Syntology

Hongliang Lu, Zhong Li, Yuxuan Chen, Yuan Lan, Fan Zhang, Zaiwen Wen

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Optimization modeling is the process of translating real-world decision problems, often described in natural language, into formal mathematical formulations and executable solver code. While recent advances in large language models have shown promise in automating this process, most existing approaches remain one-shot: a model produces a formulation once, without executing it, conditioning on solver feedback, or iteratively revising errors. This stands in sharp contrast to real-world optimization modeling, which is inherently interactive and proceeds through repeated solve-debug-revise cycles. We introduce PEARL, a system for interactive optimization modeling that uses Python execution and mathematical programming solvers inside this loop. Rather than relying on a fixed repair workflow, PEARL learns when to test partial models, how to revise from solver diagnostics, and when to stop. It operates in a multi-turn tool-integrated setting where intermediate execution results, feasibility signals, and solution checks are used to improve both formulations and solver code before finalization. Across diverse optimization benchmarks, PEARL substantially improves verified solve rates over strong one-shot and tool-augmented baselines; notably, our PEARL-Qwen3-\textbf{4B} model outperforms the much larger DeepSeek-V3.2-\textbf{685B} in both macro- and micro-averaged accuracy on optimization modeling tasks.

PaperPDFCode Syntology ran

In Syntology For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2607.18256")

Code

Syntology Ran 9 of 16 code samples harvested from 1 repository linked to this paper; 7 have no recorded run. Of those that ran: 2 ran · honoured contract; 1 ran · violated contract; 5 ran · our draft was wrong; 1 ran with no contract checked.

By repository: found in paper text by Syntology: 16 samples from 1 repository, 9 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

AuroraLHL/PEARL found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

16 samples harvested; 9 ran; 2 honoured the contract we drafted; 7 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · honoured contract
1ran · violated contract
5ran · our draft was wrong
1ran
7unverified

Licence: 16 of the 16 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from AuroraLHL/PEARL. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

Sample AuroraLHL/PEARL/core/generate_with_code.py found in paper text by Syntology ran no licence file found · pointer only · 8fdecdf0e3c196ee · report
_check_code_safety AuroraLHL/PEARL/core/generate_with_code.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · 990a22a57fc982db · report
_get_apply_chat_template_kwargs AuroraLHL/PEARL/core/generate_with_code.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · f30db1440c1e5178 · report
_get_solver AuroraLHL/PEARL/core/generate_with_code.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · f79e0cd8bc343658 · report
_infer_model_max_context_len AuroraLHL/PEARL/core/generate_with_code.py found in paper text by Syntology ran · honoured contract no licence file found · pointer only · 760629b635fa27b9 · report
_is_qwen3_8b AuroraLHL/PEARL/core/generate_with_code.py found in paper text by Syntology ran · violated contract no licence file found · pointer only · c6568ee709d2cdd2 · report
_parse_memory_limit_bytes AuroraLHL/PEARL/core/generate_with_code.py found in paper text by Syntology ran · honoured contract no licence file found · pointer only · 8d54666c882e7c67 · report
postprocess_predictions AuroraLHL/PEARL/core/generate_with_code.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · dc74da45fbb0f193 · report
postprocess_responses AuroraLHL/PEARL/core/generate_with_code.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · 4829f2582e6a9123 · report
_PythonExecResult AuroraLHL/PEARL/core/generate_with_code.py found in paper text by Syntology unverified no licence file found · pointer only · 61932d73abd6c6e6 · report
_ensure_system_prompt_messages AuroraLHL/PEARL/core/generate_with_code.py found in paper text by Syntology unverified no licence file found · pointer only · 7f2ee5e2818913bc · report
_execute_python_blocking AuroraLHL/PEARL/core/generate_with_code.py found in paper text by Syntology unverified no licence file found · pointer only · 814e5cd5f3185f07 · report
_get_system_prompt AuroraLHL/PEARL/core/generate_with_code.py found in paper text by Syntology unverified no licence file found · pointer only · 5eed851ee3f9ef6d · report
execute_predictions AuroraLHL/PEARL/core/generate_with_code.py found in paper text by Syntology unverified no licence file found · pointer only · f75c6aa1bad1024c · report
execute_python AuroraLHL/PEARL/core/generate_with_code.py found in paper text by Syntology unverified no licence file found · pointer only · a3f3636aa4b42f33 · report
generate AuroraLHL/PEARL/core/generate_with_code.py found in paper text by Syntology unverified no licence file found · pointer only · fe6c8218a8e96089 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2607.18256, was issued in July 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections