🤖 AI Summary
Explanations generated by large language models (LLMs) are often unreliable, and users lack effective means to assess their quality. Method: We propose Rubrik, an education-inspired multidimensional evaluation rubric, and introduce CUBE—a benchmark dataset comprising 26K explanations spanning four reasoning and language tasks, generated by both human annotators and LLMs (including GPT, Llama, and Claude). CUBE features fine-grained, interpretable, and actionable annotations—covering clarity, conciseness, logical coherence, and more—produced via double-blind human annotation. Contribution/Results: Our analysis reveals redundancy as the primary cause of low explanation quality, with conciseness being the most deficient dimension; task type and perceived difficulty significantly influence explanation quality. All data, the Rubrik framework, and implementation code are publicly released, establishing a foundational benchmark and empirical basis for trustworthy explanation evaluation.
📝 Abstract
The performance and usability of Large-Language Models (LLMs) are driving their use in explanation generation tasks. However, despite their widespread adoption, LLM explanations have been found to be unreliable, making it difficult for users to distinguish good from bad explanations. To address this issue, we present Rubrik's CUBE, an education-inspired rubric and a dataset of 26k explanations, written and later quality-annotated using the rubric by both humans and six open- and closed-source LLMs. The CUBE dataset focuses on two reasoning and two language tasks, providing the necessary diversity for us to effectively test our proposed rubric. Using Rubrik, we find that explanations are influenced by both task and perceived difficulty. Low quality stems primarily from a lack of conciseness in LLM-generated explanations, rather than cohesion and word choice. The full dataset, rubric, and code will be made available upon acceptance.