CLAILGDec 6, 2024

Explingo: Explaining AI Predictions using Large Language Models

arXiv:2412.05145v110 citationsh-index: 36Has CodeBigData
Originality Incremental advance
AI Analysis

This addresses the need for better interpretability in AI for users making decisions, though it is incremental in applying LLMs to existing explainable AI techniques.

The paper tackled the problem of making AI predictions more understandable by using Large Language Models (LLMs) to transform traditional explanations into human-readable narratives, achieving high scores in metrics like accuracy and fluency with guided examples.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes