PACE, a neuro-symbolic framework developed by Pavel Iakovets and colleagues, aims to enhance the interpretability of machine learning predictions. The framework, presented in a paper submitted on July 1, 2026, addresses the limitations of current counterfactual explanation methods that often yield unrealistic recommendations due to insufficient domain knowledge.
Understanding Counterfactual Explanations
Counterfactual explanations serve to clarify how changes in input can affect a model's decision. Traditionally, these explanations have struggled with feasibility, often suggesting impractical modifications. PACE seeks to resolve these issues by integrating a neural predictive model with symbolic reasoning, thus ensuring that the generated counterfactuals are both plausible and actionable.
This innovative approach separates prediction and reasoning into distinct components. The neural model focuses on classification, while the symbolic reasoning layer applies domain-specific constraints during counterfactual generation. This modularity is crucial for producing explanations that adhere to realistic decision-making standards.
Case Study on Adult Income Dataset
A case study involving the Adult Income dataset illustrates PACE's application. The framework employs a multilayer perceptron classifier alongside Answer Set Programming (ASP) rules to encode feasible modifications related to education, occupation, and working hours, all while maintaining immutable attributes.



