菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-05-27
📄 Abstract - Towards Faithful Agentic XAI: A Verification Method and an Open-World Benchmark for Better Model Faithfulness

Explainable AI (XAI) helps users interpret model behavior and identify potential faults. Agentic XAI systems use Large Language Models (LLMs) to make explanations more accessible through natural-language interaction, but they can also produce plausible yet unfaithful explanations. This risk arises because unreliable XAI outputs for complex models can be amplified by LLMs and mislead users. We propose Faithful Agentic XAI (FAX), a framework that improves explanation faithfulness through explicit verification. FAX decomposes draft explanations into claims and cross-checks them against inherently faithful tools, filtering unsupported or contradictory claims before final generation. We also introduce CRAFTER-XAI-Bench, an open-world reinforcement learning benchmark with complex policies, diverse goals, and challenging scenarios for assessing model-specific faithfulness. On CRAFTER-XAI-Bench, FAX improves simulation faithfulness from 0.20 for the strongest baseline to 0.46 while maintaining high informativeness, relevance, and fluency. On three tabular benchmarks, FAX performs competitively with prior Agentic XAI baselines, but our analysis shows that these settings can conflate task accuracy with model-specific faithfulness. These findings show that explicit verification is essential for faithful Agentic XAI and that that faithfulness benchmarks must be designed to test explanations against the behavior of the target model itself.

顶级标签: llm machine learning benchmark
详细标签: explainable ai faithfulness verification reinforcement learning open-world benchmark 或 搜索:

迈向可信的智能体可解释人工智能:一种验证方法与面向模型忠实性的开放世界基准 / Towards Faithful Agentic XAI: A Verification Method and an Open-World Benchmark for Better Model Faithfulness


1️⃣ 一句话总结

本文提出了一种名为FAX的框架,通过将解释拆解为多个主张并用可靠工具逐一核实,来防止AI生成的解释误导用户,同时构建了CRAFTER-XAI-Bench这一开放世界基准测试,实验表明该验证方法能大幅提升解释的忠实度。

源自 arXiv: 2605.27879