LGAIFeb 15, 2025

Rule-Bottleneck Reinforcement Learning: Joint Explanation and Decision Optimization for Resource Allocation with Language Agents

arXiv:2502.10732v14 citationsh-index: 8
Originality Incremental advance
AI Analysis

This addresses the need for explainable AI in resource allocation for domains like healthcare and public policy, though it is an incremental improvement combining existing methods.

The paper tackled the problem of deep reinforcement learning policies lacking transparency and adaptability in sequential resource allocation, proposing Rule-Bottleneck Reinforcement Learning (RBRL) to jointly optimize decisions and explanations, achieving competitive performance with deep RL and efficiency gains over LLM fine-tuning.

Deep Reinforcement Learning (RL) is remarkably effective in addressing sequential resource allocation problems in domains such as healthcare, public policy, and resource management. However, deep RL policies often lack transparency and adaptability, challenging their deployment alongside human decision-makers. In contrast, Language Agents, powered by large language models (LLMs), provide human-understandable reasoning but may struggle with effective decision making. To bridge this gap, we propose Rule-Bottleneck Reinforcement Learning (RBRL), a novel framework that jointly optimizes decision and explanations. At each step, RBRL generates candidate rules with an LLM, selects among them using an attention-based RL policy, and determines the environment action with an explanation via chain-of-thought reasoning. The RL rule selection is optimized using the environment rewards and an explainability metric judged by the LLM. Evaluations in real-world scenarios highlight RBRL's competitive performance with deep RL and efficiency gains over LLM fine-tuning. A survey further confirms the enhanced quality of its explanations.

Foundations

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

Your Notes