English

XplainLLM: A Knowledge-Augmented Dataset for Reliable Grounded Explanations in LLMs

Computation and Language 2024-09-24 v2 Artificial Intelligence

Abstract

Large Language Models (LLMs) have achieved remarkable success in natural language tasks, yet understanding their reasoning processes remains a significant challenge. We address this by introducing XplainLLM, a dataset accompanying an explanation framework designed to enhance LLM transparency and reliability. Our dataset comprises 24,204 instances where each instance interprets the LLM's reasoning behavior using knowledge graphs (KGs) and graph attention networks (GAT), and includes explanations of LLMs such as the decoder-only Llama-3 and the encoder-only RoBERTa. XplainLLM also features a framework for generating grounded explanations and the debugger-scores for multidimensional quality analysis. Our explanations include why-choose and why-not-choose components, reason-elements, and debugger-scores that collectively illuminate the LLM's reasoning behavior. Our evaluations demonstrate XplainLLM's potential to reduce hallucinations and improve grounded explanation generation in LLMs. XplainLLM is a resource for researchers and practitioners to build trust and verify the reliability of LLM outputs.

Keywords

Cite

@article{arxiv.2311.08614,
  title  = {XplainLLM: A Knowledge-Augmented Dataset for Reliable Grounded Explanations in LLMs},
  author = {Zichen Chen and Jianda Chen and Ambuj Singh and Misha Sra},
  journal= {arXiv preprint arXiv:2311.08614},
  year   = {2024}
}

Comments

Accepted at EMNLP 2024 Main. The dataset and code are available at https://github.com/chen-zichen/XplainLLM_dataset.git

R2 v1 2026-06-28T13:21:32.043Z