Neuro-symbolic framework PACE generates feasibility-aware counterfactual explanations for ML models
PACE separates neural prediction from symbolic reasoning to produce realistic, domain-constrained counterfactuals while preserving interpretability.
1 source · cross-referenced
- PACE introduces a modular neuro-symbolic framework that separates neural prediction from symbolic reasoning to generate counterfactual explanations constrained by domain knowledge.
A new paper proposes PACE, a neuro-symbolic framework designed to generate counterfactual explanations that are both plausible and actionable. The approach separates prediction and reasoning into two components: a neural predictive model for classification and a symbolic reasoning layer that enforces domain-specific constraints during counterfactual generation.
The framework is model-agnostic and adaptable to domains requiring realistic decision support. In a case study using the Adult Income dataset, the authors combined a multilayer perceptron classifier with Answer Set Programming (ASP) rules encoding feasible modifications to education, occupation, and working hours while preserving immutable attributes such as age and gender.
Results highlight a trade-off between counterfactual validity and plausibility, and show that symbolic constraints yield explanations that better satisfy domain-specific feasibility requirements. The authors argue this demonstrates the potential of neuro-symbolic methods for transparent, feasibility-aware counterfactual explanation in explainable AI.
The paper is available on arXiv as a first submission (v1) dated July 1, 2026, and includes four named authors: Pavel Iakovets, Liyanapathiranage Sudeepika Wajirakumari Samarathunga, Martin Thomas Horsch, and Fadi Al Machot.
- Aug 17, 2026 · arXiv cs.CL
Researchers propose BCMT architecture to reduce attention’s quadratic cost for long-context modeling
Trust79 - Aug 17, 2026 · arXiv cs.CL
Study finds semantic retrieval via LSP often costs more tokens than lexical grep for coding agents
Trust79 - Aug 17, 2026 · arXiv cs.CL
Researchers propose Self-Explainable Latent Reasoning framework to make latent reasoning interpretable
Trust79