paper-with-me

홈 › Papers

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

2025-02-15 · Mauricio Tec, Guojun Xiong, Haichuan Wang, Francesca Dominici, Milind Tambe

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.

📄 PDF Abstract BibTeX arXiv:2502.10732

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingDeep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Exploring Interpretability in Event Extraction: Multitask Learning of a Neural Event Classifier and an Explanation Decoder

2020-07-01 · ACL 2020 6 · Zheng Tang, Gus Hahn-Powell, Mihai Surdeanu

We propose an interpretable approach for event extraction that mitigates the tension between generalization and interpretability by jointly training for the two goals. Our approach uses an encoder-decoder architecture, w…

DecoderEvent Extraction

SymbXRL: Symbolic Explainable Deep Reinforcement Learning for Mobile Networks

2026-01-29 · Abhishek Duttagupta, MohammadErfan Jabbari, Claudio Fiandrino, Marco Fiore 외 arxiv

The operation of future 6th-generation (6G) mobile networks will increasingly rely on the ability of deep reinforcement learning (DRL) to optimize network decisions in real-time. DRL yields demonstrated efficacy in vario…

Reinforcement LearningLogical Reasoning

It Takes Two Flints to Make a Fire: Multitask Learning of Neural Relation and Explanation Classifiers

2022-04-25 · Zheng Tang, Mihai Surdeanu

We propose an explainable approach for relation extraction that mitigates the tension between generalization and explainability by jointly training for the two goals. Our approach uses a multi-task learning architecture,…

Multi-Task LearningRelationRelation Extraction

Computing Rule-Based Explanations by Leveraging Counterfactuals

2022-10-31 · Zixuan Geng, Maximilian Schleich, Dan Suciu

Sophisticated machine models are increasingly used for high-stakes decisions in everyday life. There is an urgent need to develop effective explanation techniques for such automated decisions. Rule-Based Explanations hav…

counterfactual

Pando: Do Interpretability Methods Work When Models Won't Explain Themselves?

2026-04-13 · Ziqian Zhong, Aashiq Muhamed, Mona T. Diab, Virginia Smith 외 arxiv

Mechanistic interpretability is often motivated for alignment auditing, where a model's verbal explanations can be absent, incomplete, or misleading. Yet many evaluations do not control whether black-box prompting alone …