MATCH: Engineering Transparent and Controllable Conversational XAI Systems through Composable Building Blocks
Sebe Vanbrabant, Gustavo Rovelo Ruiz, Davy Vanacken
TL;DR
Interactive AI systems remain opaque despite model-level XAI techniques. MATCH introduces a 5-layer auditable framework of structural and explanatory building blocks that can be composed into pipelines and exposed via APIs, enabling both human and LLM agents to audit, reason about, and control system behavior. The paper contributes an auditable architecture, a practical MATCH implementation exposing code as composable building blocks, and a catalog of both structural and explanatory blocks, demonstrated on a loan-approval use case and designed to merge GUI and conversational XAI. This approach aims to deliver safer, more transparent, and controllable multi-agent AI systems with potential for extension beyond tabular data.
Abstract
While the increased integration of AI technologies into interactive systems enables them to solve an increasing number of tasks, the black-box problem of AI models continues to spread throughout the interactive system as a whole. Explainable AI (XAI) techniques can make AI models more accessible by employing post-hoc methods or transitioning to inherently interpretable models. While this makes individual AI models clearer, the overarching system architecture remains opaque. This challenge not only pertains to standard XAI techniques but also to human examination and conversational XAI approaches that need access to model internals to interpret them correctly and completely. To this end, we propose conceptually representing such interactive systems as sequences of structural building blocks. These include the AI models themselves, as well as control mechanisms grounded in literature. The structural building blocks can then be explained through complementary explanatory building blocks, such as established XAI techniques like LIME and SHAP. The flow and APIs of the structural building blocks form an unambiguous overview of the underlying system, serving as a communication basis for both human and automated agents, thus aligning human and machine interpretability of the embedded AI models. In this paper, we present our flow-based approach and a selection of building blocks as MATCH: a framework for engineering Multi-Agent Transparent and Controllable Human-centered systems. This research contributes to the field of (conversational) XAI by facilitating the integration of interpretability into existing interactive systems.
