paper-with-me

홈 › Papers

Explainability Framework for Policy-Aware Autonomous Agents

2026-07-23 · Heather Merhout, Daniela Inclezan arxiv

In the field of Artificial Intelligence, an agent is a system which is able to autonomously make decisions in order to reach a desired goal. As these systems grow more prevalent in our day-to-day lives, there has been an increased need to add explainability features which can provide an account for an agent's behavior. We therefore propose a framework that outlines how to produce comprehensible explanations for policy-aware agents, or agents which have rule-enforcing policies incorporated in their decision-making framework. This framework is designed using insights from the social sciences on how to produce good explanations. It is implemented in the Answer Set Programming language while using Python to assist with information extraction and natural-language translation. Because these agents incur penalties when violating policies, we are able to leverage these penalties to detect undesirable events in scenarios that are counterfactual to the agents' original actions. This lends itself to creating contrastive explanations (e.g., "the agent performed this action because, had it not, undesirable event X would have occurred."), which formulate the core component for our explainability framework. The framework is evaluated using a survey wherein human participants provide feedback on our program-generated explanations.

📄 PDF Abstract BibTeX arXiv:2607.21209

Code (0)

등록된 구현이 없습니다.

Tasks

Information Extraction

Similar Papers 제목 키워드 기반

Autonomous Agents and Policy Compliance: A Framework for Reasoning About Penalties

2025-12-03 · Vineel Tummala, Daniela Inclezan arxiv

This paper presents a logic programming-based framework for policy-aware autonomous agents that can reason about potential penalties for non-compliance and act accordingly. While prior work has primarily focused on ensur…

Computational Efficiency

Unveiling the Black Box: A Multi-Layer Framework for Explaining Reinforcement Learning-Based Cyber Agents

2025-05-16 · Diksha Goel, Kristen Moore, Jeff Wang, Minjune Kim 외

Reinforcement Learning (RL) agents are increasingly used to simulate sophisticated cyberattacks, but their decision-making processes remain opaque, hindering trust, debugging, and defensive preparedness. In high-stakes c…

CyberBattleSimReinforcement Learning (RL)

On Multi-Agent Deep Deterministic Policy Gradients and their Explainability for SMARTS Environment

2023-01-20 · Ansh Mittal, Aditya Malte

Multi-Agent RL or MARL is one of the complex problems in Autonomous Driving literature that hampers the release of fully-autonomous vehicles today. Several simulators have been in iteration after their inception to mitig…

Autonomous DrivingAutonomous Vehicles

Explainability in autonomous pedagogically structured scenarios

2022-10-21 · Minal Suresh Patil

We present the notion of explainability for decision-making processes in a pedagogically structured autonomous environment. Multi-agent systems that are structured pedagogically consist of pedagogical teachers and learne…

Decision Making

xSRL: Safety-Aware Explainable Reinforcement Learning -- Safety as a Product of Explainability

2024-12-26 · Risal Shahriar Shefin, Md Asifur Rahman, Thai Le, Sarra Alqahtani

Reinforcement learning (RL) has shown great promise in simulated environments, such as games, where failures have minimal consequences. However, the deployment of RL agents in real-world systems such as autonomous vehicl…

Autonomous VehiclesReinforcement Learning (RL)