AIFeb 2

Reasoning in a Combinatorial and Constrained World: Benchmarking LLMs on Natural-Language Combinatorial Optimization

arXiv:2602.02188v14 citationsh-index: 5
Originality Synthesis-oriented
AI Analysis

This work addresses the underexplored ability of LLMs to handle combinatorial optimization, providing a benchmark for researchers and practitioners in AI and optimization, though it is incremental in benchmarking rather than proposing new methods.

The authors tackled the problem of evaluating large language models (LLMs) on combinatorial optimization (CO) reasoning by introducing the NLCO benchmark, which tests LLMs on 43 CO problems described in natural language, and found that high-performing models achieve strong feasibility and solution quality on small instances but degrade as instance size grows.

While large language models (LLMs) have shown strong performance in math and logic reasoning, their ability to handle combinatorial optimization (CO) -- searching high-dimensional solution spaces under hard constraints -- remains underexplored. To bridge the gap, we introduce NLCO, a \textbf{N}atural \textbf{L}anguage \textbf{C}ombinatorial \textbf{O}ptimization benchmark that evaluates LLMs on end-to-end CO reasoning: given a language-described decision-making scenario, the model must output a discrete solution without writing code or calling external solvers. NLCO covers 43 CO problems and is organized using a four-layer taxonomy of variable types, constraint families, global patterns, and objective classes, enabling fine-grained evaluation. We provide solver-annotated solutions and comprehensively evaluate LLMs by feasibility, solution optimality, and reasoning efficiency. Experiments across a wide range of modern LLMs show that high-performing models achieve strong feasibility and solution quality on small instances, but both degrade as instance size grows, even if more tokens are used for reasoning. We also observe systematic effects across the taxonomy: set-based tasks are relatively easy, whereas graph-structured problems and bottleneck objectives lead to more frequent failures.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes