KIEval: A Knowledge-grounded Interactive Evaluation Framework for Large Language Models
Zhuohao Yu, Chang Gao, Wenjin Yao, Yidong Wang, Wei Ye, Jindong Wang, Xing Xie, Yue Zhang, Shikun Zhang
TL;DR
KIEval introduces a knowledge-grounded interactive framework for evaluating LLMs, addressing data contamination by using a dynamic interactor-driven dialogue whose outcomes are scored by a separate evaluator. The approach demonstrates strong alignment with human judgments and reveals that contamination does not enhance genuine understanding, while existing detection methods struggle to catch fine-tuning contamination. Through extensive experiments across multiple models and datasets, KIEval shows improved differentiation of real capabilities beyond static benchmarks and MT-Bench, offering a scalable protocol with transparent metrics and reproducible prompts. The work suggests a shift toward evaluating reasoning and knowledge application in open-ended conversations to obtain more reliable assessments of real-world model performance.
Abstract
Automatic evaluation methods for large language models (LLMs) are hindered by data contamination, leading to inflated assessments of their effectiveness. Existing strategies, which aim to detect contaminated texts, focus on quantifying contamination status instead of accurately gauging model performance. In this paper, we introduce KIEval, a Knowledge-grounded Interactive Evaluation framework, which incorporates an LLM-powered "interactor" role for the first time to accomplish a dynamic contamination-resilient evaluation. Starting with a question in a conventional LLM benchmark involving domain-specific knowledge, KIEval utilizes dynamically generated, multi-round, and knowledge-focused dialogues to determine whether a model's response is merely a recall of benchmark answers or demonstrates a deep comprehension to apply knowledge in more complex conversations. Extensive experiments on seven leading LLMs across five datasets validate KIEval's effectiveness and generalization. We also reveal that data contamination brings no contribution or even negative effect to models' real-world applicability and understanding, and existing contamination detection methods for LLMs can only identify contamination in pre-training but not during supervised fine-tuning.
