paper-with-me

Papers

DICE: Discrete Interpretable Comparative Evaluation with Probabilistic Scoring for Retrieval-Augmented Generation

2025-12-27 · Shiyan Liu, Jian Ma, Rui Qu arxiv

As Retrieval-Augmented Generation (RAG) systems evolve toward more sophisticated architectures, ensuring their trustworthiness through explainable and robust evaluation becomes critical. Existing scalar metrics suffer from limited interpretability, inadequate uncertainty quantification, and computational inefficiency in multi-system comparisons, hindering responsible deployment of RAG technologies. We introduce DICE (Discrete Interpretable Comparative Evaluation), a two-stage, evidence-coupled framework that advances explainability and robustness in RAG evaluation. DICE combines deep analytical reasoning with probabilistic $\{A, B, Tie\}$ scoring to produce transparent, confidence-aware judgments that support accountable system improvement through interpretable reasoning traces, enabling systematic error diagnosis and actionable insights. To address efficiency challenges at scale, DICE employs a Swiss-system tournament that reduces computational complexity from $O(N^2)$ to $O(N \log N)$, achieving a 42.9% reduction in our eight-system evaluation while preserving ranking fidelity. Validation on a curated Chinese financial QA dataset demonstrates that DICE achieves 85.7% agreement with human experts, substantially outperforming existing LLM-based metrics such as RAGAS. Our results establish DICE as a responsible, explainable, and efficient paradigm for trustworthy RAG system assessment.

📄 PDF Abstract BibTeX arXiv:2512.22629

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Comparative Document Summarisation via Classification

2018-12-06 · Umanga Bista, Alexander Mathews, Minjeong Shin, Aditya Krishna Menon 외

This paper considers extractive summarisation in a comparative setting: given two or more document groups (e.g., separated by publication time), the goal is to select a small number of documents that are representative o…

Binary ClassificationClassificationGeneral ClassificationInterpretable Machine Learning

Discrete Subgraph Sampling for Interpretable Graph based Visual Question Answering

2024-12-11 · Pascal Tilli, Ngoc Thang Vu

Explainable artificial intelligence (XAI) aims to make machine learning models more transparent. While many approaches focus on generating explanations post-hoc, interpretable approaches, which generate the explanations …

Explainable artificial intelligenceExplainable Artificial Intelligence (XAI)Question AnsweringVisual Question Answering

To Compare, or Not to Compare: On Methodological Practices in Evaluating Social Bias

2026-06-23 · Federico Marcuzzi, Xuefei Ning, Roy Schwartz, Iryna Gurevych arxiv

As Large Language Models are increasingly deployed in critical applications, robustly evaluating their social biases is paramount. However, the current literature suffers from widespread methodological fragmentation, whi…

Domain-Indexing Variational Bayes: Interpretable Domain Index for Domain Adaptation

2023-02-06 · Zihao Xu, Guang-Yuan Hao, Hao He, Hao Wang

Previous studies have shown that leveraging domain index can significantly boost domain adaptation performance (arXiv:2007.01807, arXiv:2202.03628). However, such domain indices are not always available. To address this …

Domain Adaptation

Learning Distributional Programs for Relational Autocompletion

2020-01-23 · Kumar Nitesh, Kuzelka Ondrej, De Raedt Luc

Relational autocompletion is the problem of automatically filling out some missing values in multi-relational data. We tackle this problem within the probabilistic logic programming framework of Distributional Clauses (D…

Missing Values