NeFut Logo NeFut
Admin Login

[CS.AI] CARL: Constraint-Aware Reinforcement Learning for LLM Planning

Published at: 2026-07-08 22:00 Last updated: 2026-07-09 03:23
#AI #Machine Learning #Reinforcement Learning

Despite their strong reasoning capabilities and extensive world knowledge, Large Language Models (LLMs) frequently generate plans that violate task constraints, undermining their reliability in real-world applications. This deficiency arises from a lack of systematic mechanisms to incorporate constraint information during the generation process. While existing approaches attempt to mitigate this by relying on external tools or task decomposition, they fail to enhance the model's intrinsic constraint awareness. To address this, we propose Constraint-Aware Reinforcement Learning (CARL), a novel RL framework designed to strengthen LLMs' intrinsic focus on constraints. CARL introduces a constraint-aware reward by comparing the model's output distributions under constrained and unconstrained inputs, encouraging constraint focus and penalizing neglect. Compatible with various RL frameworks and requiring no external solvers or top models, CARL enables scalable, end-to-end constraint-aware planning. Extensive experiments on BlocksWorld, TravelPlanner, and T-Eval demonstrate that CARL significantly outperforms standard Reinforcement Fine-Tuning (RFT) baselines and state-of-the-art reasoning models, exhibiting a markedly increased focus on constraints.

Blogger's Review: The CARL framework invigorates the planning capabilities of large language models by introducing constraint-aware rewards. Its design not only enhances the model's attention to constraints but also ensures compatibility with existing reinforcement learning methods, providing a solid foundation for future research.

Original Source: https://arxiv.org/abs/2607.04854

[h] Back to Home