CLAIApr 4, 2025

Learning Natural Language Constraints for Safe Reinforcement Learning of Language Agents

arXiv:2504.03185v12 citationsh-index: 5
Originality Incremental advance
AI Analysis

This work addresses safety and generalization issues for deploying large language models in real-world NLP applications, representing an incremental improvement over existing alignment methods.

The paper tackles the problem of ensuring safe behavior in language agents by learning explicit natural language constraints from demonstrations, resulting in fewer safety violations and achieving zero violations in a text-based navigation task.

Generalizable alignment is a core challenge for deploying Large Language Models (LLMs) safely in real-world NLP applications. Current alignment methods, including Reinforcement Learning from Human Feedback (RLHF), often fail to guarantee constraint satisfaction outside their training distribution due to their reliance on implicit, post-hoc preferences. Inspired by a paradigm shift to first curate data before tuning, we introduce a new framework for safe language alignment that learns natural language constraints from positive and negative demonstrations as a primary step. From inferring both a task-specific reward function and latent constraint functions, our approach fosters adaptation to novel safety requirements and robust generalization under domain shifts and adversarial inputs. We formalize the framework within a Constrained Markov Decision Process (CMDP) and validate it via a text-based navigation environment, demonstrating safe adaptation to changing danger zones. Our experiments show fewer violations upon domain shift when following a safe navigation path, and we achieve zero violations by applying learned constraints to a distilled BERT model as a fine-tuning technique. This work offers a promising path toward building safety-critical and more generalizable LLMs for practical NLP settings.

Foundations

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

Your Notes