English

Explingo: Explaining AI Predictions using Large Language Models

Computation and Language 2024-12-09 v1 Artificial Intelligence Machine Learning

Abstract

Explanations of machine learning (ML) model predictions generated by Explainable AI (XAI) techniques such as SHAP are essential for people using ML outputs for decision-making. We explore the potential of Large Language Models (LLMs) to transform these explanations into human-readable, narrative formats that align with natural communication. We address two key research questions: (1) Can LLMs reliably transform traditional explanations into high-quality narratives? and (2) How can we effectively evaluate the quality of narrative explanations? To answer these questions, we introduce Explingo, which consists of two LLM-based subsystems, a Narrator and Grader. The Narrator takes in ML explanations and transforms them into natural-language descriptions. The Grader scores these narratives on a set of metrics including accuracy, completeness, fluency, and conciseness. Our experiments demonstrate that LLMs can generate high-quality narratives that achieve high scores across all metrics, particularly when guided by a small number of human-labeled and bootstrapped examples. We also identified areas that remain challenging, in particular for effectively scoring narratives in complex domains. The findings from this work have been integrated into an open-source tool that makes narrative explanations available for further applications.

Keywords

Cite

@article{arxiv.2412.05145,
  title  = {Explingo: Explaining AI Predictions using Large Language Models},
  author = {Alexandra Zytek and Sara Pido and Sarah Alnegheimish and Laure Berti-Equille and Kalyan Veeramachaneni},
  journal= {arXiv preprint arXiv:2412.05145},
  year   = {2024}
}

Comments

To be presented in the 2024 IEEE International Conference on Big Data (IEEE BigData)

R2 v1 2026-06-28T20:25:47.689Z