Generalizable Reasoning through Compositional Energy Minimization
Alexandru Oarga, Yilun Du
TL;DR
This work tackles the generalization gap in reasoning by reframing problems as energy minimization, where a learnable energy $E_{ heta}(\bm{x},\bm{y})$ assigns lower energy to valid solutions and higher energy to invalid ones. By decomposing complex problems into tractable subproblems and composing their energy landscapes, the method enables solving larger, harder tasks than those seen during training. A key contribution is Parallel Energy Minimization (PEM), a particle-based sampling mechanism that resamples and perturbs multiple candidate solutions to effectively explore composed energy landscapes and avoid local minima. The paper also introduces a diffusion-based training objective for EBMs, paired with a contrastive loss to shape the energy landscape, and demonstrates superior generalization across N-Queens, SAT, graph coloring, and crosswords compared with strong baselines, with tunable computational budgets enabling performance trade-offs. Overall, the approach promises improved generalization for complex reasoning tasks by leveraging compositional energy landscapes and parallelized inference.
Abstract
Generalization is a key challenge in machine learning, specifically in reasoning tasks, where models are expected to solve problems more complex than those encountered during training. Existing approaches typically train reasoning models in an end-to-end fashion, directly mapping input instances to solutions. While this allows models to learn useful heuristics from data, it often results in limited generalization beyond the training distribution. In this work, we propose a novel approach to reasoning generalization by learning energy landscapes over the solution spaces of smaller, more tractable subproblems. At test time, we construct a global energy landscape for a given problem by combining the energy functions of multiple subproblems. This compositional approach enables the incorporation of additional constraints during inference, allowing the construction of energy landscapes for problems of increasing difficulty. To improve the sample quality from this newly constructed energy landscape, we introduce Parallel Energy Minimization (PEM). We evaluate our approach on a wide set of reasoning problems. Our method outperforms existing state-of-the-art methods, demonstrating its ability to generalize to larger and more complex problems. Project website can be found at: https://alexoarga.github.io/compositional_reasoning/
