Search papers, labs, and topics across Lattice.
This paper introduces a framework for generating comprehensible explanations for policy-aware autonomous agents, leveraging insights from social sciences to enhance explainability. By utilizing Answer Set Programming and Python for information extraction and natural-language translation, the framework enables contrastive explanations that clarify an agent's decision-making process in the context of policy enforcement. Evaluation through participant surveys reveals the effectiveness of these explanations in improving user understanding of agent behavior, particularly in counterfactual scenarios.
Contrastive explanations reveal why policy-aware agents make specific decisions, enhancing user trust and comprehension in autonomous systems.
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.