Rules or Weights? Comparing User Understanding of Explainable AI Techniques with the Cognitive XAI-Adaptive Model
Louth Bin Rawshan, Zhuoyu Wang, Brian Y Lim
TL;DR
The work addresses how users interpret explanatory XAI schemas and proposes CoXAM, a cognitive model that fuses memory chunks, drift-diffusion decision dynamics, and computational rationality to select among rule-based and weight-based explanations across forward and counterfactual tasks. Through formative and summative studies, it identifies distinct reasoning strategies and demonstrates that CoXAM better predicts human decisions than baseline proxies while reproducing key empirical findings (e.g., counterfactual tasks are harder; rules are harder to recall). The model is validated on two tabular datasets (Wine Quality and Mushroom Edibility) and shows dataset-dependent preferences for explanation types, enabling targeted debugging and benchmarking of XAI methods. Overall, CoXAM offers a principled, interpretable framework to simulate and optimize human understanding in XAI applications, with implications for UI design, tutorials, and future multimodal explanations.
Abstract
Rules and Weights are popular XAI techniques for explaining AI decisions. Yet, it remains unclear how to choose between them, lacking a cognitive framework to compare their interpretability. In an elicitation user study on forward and counterfactual decision tasks, we identified 7 reasoning strategies of interpreting three XAI Schemas - weights, rules, and their hybrid. To analyze their capabilities, we propose CoXAM, a Cognitive XAI-Adaptive Model with shared memory representation to encode instance attributes, linear weights, and decision rules. CoXAM employs computational rationality to choose among reasoning processes based on the trade-off in utility and reasoning time, separately for forward or counterfactual decision tasks. In a validation study, CoXAM demonstrated a stronger alignment with human decision-making compared to baseline machine learning proxy models. The model successfully replicated and explained several key empirical findings, including that counterfactual tasks are inherently harder than forward tasks, decision tree rules are harder to recall and apply than linear weights, and the helpfulness of XAI depends on the application data context, alongside identifying which underlying reasoning strategies were most effective. With CoXAM, we contribute a cognitive basis to accelerate debugging and benchmarking disparate XAI techniques.
