explainability

Tag

Cards List
#explainability

When Explanations Cannot Be Read: Measuring and Correcting SHAP and LIME Rendering for Right-to-Left Languages

arXiv cs.LG ↗ · yesterday Cached

The study introduces SHAP-RTL, a rendering layer that corrects the visualization of SHAP and LIME explanations for right-to-left languages, addressing issues like token sequence and script shaping while preserving original attribution values.

0 favorites 0 likes
#explainability

Building Trust in Artificial Intelligence: A Necessity for Railway Applications

arXiv cs.AI ↗ · 2026-09-17 Cached

This paper reviews the key domains of robustness, operating design domains (ODD), and explainability to build trust in AI systems for railway applications, aiming to meet strict safety standards and unlock broader adoption.

0 favorites 0 likes
#explainability

Safety as a Constraint: Fine-Tuning a LLM Recommender to Explain Itself

arXiv cs.AI ↗ · 2026-09-15 Cached

This paper fine-tunes a large language model for a video streaming service to generate personalized, faithful, and harmless recommendation explanations, improving pass rates without compromising original performance.

0 favorites 0 likes
#explainability

LLMs as Post-hoc Auditors of Physiological Plausibility in Symbolic Regression: A Clinician-Evaluated Case Study

arXiv cs.AI ↗ · 2026-09-12 Cached

The paper investigates using Large Language Models as post-hoc auditors to evaluate symbolic regression models for interpretability and medical plausibility, with clinician assessments showing comparative model rankings are more favorably perceived than term-level interpretations.

0 favorites 0 likes
#explainability

CARRE: Counterfactual Action Retrieval and Reason Evaluation for Explainable Churn Prescription

arXiv cs.CL ↗ · 2026-09-10 Cached

CARRE is a three-stage framework that combines retrieval-augmented generation, counterfactual scoring, and large language model reasoning to provide explainable churn prescriptions for customer retention actions, showing improved risk reduction over baselines.

0 favorites 0 likes
#explainability

@johnschulman2: Bullish on this direction. Having a metric for explanation quality makes it possible to hillclimb, and counterfactual s…

X AI KOLs Timeline ↗ · 2026-09-04 Cached

John Schulman highlights research by Adam Karvonen and colleagues on using counterfactual simulatability as a metric to improve AI explanation quality. They developed a dataset and pipeline that trains models to generate better post-hoc explanations of their own behavior, showing generalization to held-out evaluations.

0 favorites 0 likes
#explainability

CRAFT: Fine-Tuning Pre-hoc Explainability in AI-native 6G RAN

arXiv cs.LG ↗ · 2026-09-02 Cached

The paper proposes CRAFT, a data-centric method for fine-tuning small language models to enable pre-hoc explainability in AI-native 6G RAN, achieving higher accuracy and energy efficiency compared to existing methods like GRPO.

0 favorites 0 likes
#explainability

NVExplain: Explaining Time Series Forecasting with Latent Trajectory Analysis and Structure-Preserving Surrogates

arXiv cs.LG ↗ · 2026-08-27 Cached

NVExplain introduces a model-agnostic framework for explaining time series forecasting by analyzing latent trajectories and semantic flow, using structure-preserving surrogates to generate human-readable explanations with competitive faithfulness and stability.

0 favorites 0 likes
#explainability

Virgil: Navigating Explainability for Transformer-based Language Models

arXiv cs.CL ↗ · 2026-08-27 Cached

Virgil is an interactive system designed to help users discover and compare explainability tools for transformer-based language models through a curated knowledge base and unified interface.

0 favorites 0 likes
#explainability

Generating Intervention Hypotheses using Explainable Explanations on Graphs: G2I, a Two-Stage Greedy Framework

arXiv cs.LG ↗ · 2026-08-26 Cached

This paper introduces G2I, a two-stage greedy framework that uses explainable GNN explanations to generate actionable intervention hypotheses, improving efficiency over existing mask-based counterfactual methods for applications in public health and social sciences.

0 favorites 0 likes
#explainability

MIL-BERT: Classification of Arbitrarily Large Text with Performance and Explanatory Guarantees

arXiv cs.CL ↗ · 2026-08-24 Cached

The paper introduces MIL-BERT, an algorithm for classifying arbitrarily long texts by selecting relevant excerpts, achieving state-of-the-art results on multiple datasets with performance and explanatory guarantees.

0 favorites 0 likes
#explainability

EXPL-FR: Explaining Face Recognition Models via Vision-Language Alignment

Hugging Face Daily Papers ↗ · 2026-08-21 Cached

EXPL-FR is a method that explains face recognition models by aligning vision-language embeddings to the recognition space, enabling label-free auditing of semantic attributes and model comparison without requiring architecture access.

0 favorites 0 likes
#explainability

Evaluating and Explaining Prompt Sensitivity of LLMs Using Interactions

arXiv cs.LG ↗ · 2026-08-20 Cached

This paper introduces an Interaction-based Prompt Sensitivity (IPS) metric to evaluate and explain prompt sensitivity in large language models by analyzing interactions. It applies IPS to 50 open-source LLMs, identifying factors like fine-tuning and model scale that reduce sensitivity through low-order interactions.

0 favorites 0 likes
#explainability

Evaluating RL Explainability Methods by How Much They Help Fix Bugs in Agents

arXiv cs.LG ↗ · 2026-08-19 Cached

The paper proposes EvalXRL, a benchmark for evaluating Explainable Reinforcement Learning methods by using an LLM coding agent to diagnose and fix bugs in RL agents.

0 favorites 0 likes
#explainability

Decomposition of Evidence, Contradiction, and Fragility in Perturbation Responses

arXiv cs.AI ↗ · 2026-08-14 Cached

Introduces DECAF, a method that decomposes perturbation responses into evidence, contradiction, and fragility components, improving interpretability over raw response magnitude and achieving strong results across vision benchmarks.

0 favorites 0 likes
#explainability

When Explanations Betray Backdoors: Black-Box Auditing for Language Model Classifiers

arXiv cs.CL ↗ · 2026-08-14 Cached

This paper introduces Groundedness Drift, a score for black-box auditing of language model classifiers to detect backdoors using clean calibration data and explanatory outputs. It demonstrates higher detection performance across multiple attack families and datasets.

0 favorites 0 likes
#explainability

RelShap: Relationally Consistent Shapley Explanations

arXiv cs.LG ↗ · 2026-08-13 Cached

This paper proposes RelShap, a framework that incorporates relational constraints and data provenance into Shapley value computation, making explanations more faithful to the data-generating process. It is estimator-agnostic and composes with existing SHAP estimators while exploiting functional dependencies to reduce runtime.

0 favorites 0 likes
#explainability

@AISuperDomain: Found a very interesting open-source project: Semantica, which can be understood as adding a "traceable brain" to AI Agents. It's not ordinary RAG, but constructs enterprise data, Agent decisions, entity relationships, and causal chains into a Context Graph / Knowledge …

X AI KOLs Timeline ↗ · 2026-08-12 Cached

Introduces the open-source project Semantica, which provides traceable decision-making basis and audit-support capabilities for AI Agents by building Context Graph / Knowledge Graph, suitable for scenarios with high explainability requirements such as finance and healthcare.

0 favorites 0 likes
#explainability

My agent was more accurate than the team it replaced. They still refused to trust it.

Reddit r/AI_Agents ↗ · 2026-08-11

The author shares how a triage agent with higher accuracy than humans still failed adoption until they added plain-language explanations for each decision, concluding that legibility beats accuracy for building trust.

0 favorites 0 likes
#explainability

Accurate Ensembles, Fragile Narratives: Multi-Scale Stacking and a Fidelity Audit of LLM-Generated Explanations for Credit Risk

arXiv cs.LG ↗ · 2026-08-11 Cached

This paper builds a multi-scale stacking ensemble for credit risk scoring and audits LLM-generated explanations, finding that ranking gains are real but small while the narrative explanations are often unfaithful, with SHAP and LIME agreeing on important features but not their order or sign.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback