SYNTHESIS NOTE
TopicsReasoning Architecturesthis note

Do fine-tuned language models actually learn optimization procedures?

Can RL fine-tuning teach LLMs to solve constraint-optimization problems through genuine reasoning, or does it merely sharpen pattern-matching? Testing on out-of-distribution variants reveals the mechanism.

Synthesis note · 2026-05-18 · sourced from Reasoning Architectures

The constraint-optimization study uses a clean diagnostic to separate procedure from pattern: an N-case test set (in-distribution power-grid topologies) and an N-1 test set (the same problems with one element removed, putting them out of distribution while keeping the structure recognizable). A model running the actual procedure should perform comparably on both. A model running pattern-match should perform worse on N-1.

Even under GRPO and constraint-satisfaction-reward training, models degrade markedly on N-1. The conclusion is that RL on outcome-based rewards does not install the missing procedure — it sharpens the template-matching strategy along the in-distribution axis. The model gets better at recognizing patterns it has seen and worse, relatively, at adapting to perturbed structure.

This is methodologically important because it provides a probe that other reasoning evaluations lack. Most benchmarks cannot distinguish "the model solved this" from "the model recognized this." The N / N-1 comparison forces the distinction by holding the problem class fixed while perturbing the instance. The drop is the memorization signature.

For practitioners, the diagnostic generalizes. Wherever a deployment cares whether a model is computing or recalling — clinical reasoning, legal-statute reasoning, scientific problem-solving — building an "N-1" counterpart of the canonical test set is a cheap way to surface memorization. The structure-shift probe is more informative than headline accuracy on the canonical set.

Inquiring lines that read this note 97

This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.

How can AI alignment serve diverse human preferences at scale? How can identical external performance mask different internal representations? How can AI systems learn from failures without cascading errors? How should we design LLM systems to maintain alignment and control? Why do benchmark improvements fail to reflect actual reasoning quality? How does example difficulty affect learning efficiency in language models? Can self-supervised signals enable process supervision without human annotation? Does alignment training create blind spots in detecting genuine safety threats? Does fine-tuning modify underlying model capabilities or only behavioral outputs? Can prompting inject entirely new knowledge into language models? Do language models learn genuine linguistic structure or just surface patterns? What pretraining choices and baseline capability constrain reinforcement learning gains? Which computational strategies best support reasoning in language models? Why does supervised fine-tuning improve accuracy while degrading reasoning quality? How do neural networks separate factual knowledge from reasoning abilities? How do training data properties shape reasoning capability development? Can alternative training methods improve on supervised fine-tuning for language models? What are the consequences of models training on synthetic data? What capability tradeoffs emerge when scaling model reasoning abilities? What critical LLM failures do standard benchmarks hide? How faithfully do LLMs reflect their actual reasoning in outputs and explanations? How do training priors constrain what context information can override? When does architectural design matter more than raw model capacity? Does domain specialization cause models to lose capabilities elsewhere? How do multi-agent systems achieve genuine cooperation and reasoning? Why do continual learning scenarios trigger catastrophic forgetting and interference? What makes weaker teacher models effective for stronger student training? Do language models perform faithful symbolic reasoning independent of semantic grounding? How can LLM recommenders match or exceed collaborative filtering performance? How does memorization interact with learning and generalization? Does recurrence enable reasoning capabilities that fixed-depth transformers cannot achieve? Does reinforcement learning teach reasoning or just when to reason? How do knowledge injection methods compare across cost and effectiveness? Why does finetuning cause catastrophic forgetting of model capabilities? How can process reward models supervise complex reasoning traces? What constrains reinforcement learning's ability to expand model reasoning? Can language model RL training avoid reward hacking and misalignment? Why do self-improving systems struggle without clear external performance metrics? Can prompting strategies overcome LLM biases without model fine-tuning? Do language models develop causal world models or rely on statistical patterns? How should personalization be implemented to improve AI assistant effectiveness? Can next-token prediction alone produce genuine language understanding?

Related concepts in this collection 3

This note in its neighbourhood — explore the map, then jump to a related concept in the list below.

Concept map
12 direct connections · 102 in 2-hop network ·medium cluster Open in graph ↗

Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph

your link semantically near linked from elsewhere

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

N-1 out-of-distribution tests reveal that RL fine-tuned LLMs still rely on memorization for optimization problems