EpiK-Eval: Evaluation for Language Models as Epistemic Models
Gabriele Prato, Jerry Huang, Prasannna Parthasarathi, Shagun Sodhani, Sarath Chandar
TL;DR
The paper addresses the gap in understanding how large language models consolidate knowledge across multiple training documents by treating them as epistemic models. It introduces EpiK-Eval, a benchmark built from 18 narrative tasks that contrasts unsegmented and segmented training data to isolate cross-document consolidation, using $M_U$ and $M_S$ fine-tuning on $D_U$ and $D_S$. Empirical results show substantial weaknesses in knowledge consolidation, with segmented training producing a clear Type I-like behavior across model sizes, despite scaling that improves recall and reduces hallucinations only conditionally. The work highlights limitations of current pretraining objectives for cross-document dependencies and outlines directions for training objective redesign, longer-context strategies, and scalable evaluation to advance robust, knowledge-consistent LLMs.
Abstract
In the age of artificial intelligence, the role of large language models (LLMs) is becoming increasingly central. Despite their growing prevalence, their capacity to consolidate knowledge from different training documents - a crucial ability in numerous applications - remains unexplored. This paper presents the first study examining the capability of LLMs to effectively combine such information within their parameter space. We introduce EpiK-Eval, a novel question-answering benchmark tailored to evaluate LLMs' proficiency in formulating a coherent and consistent knowledge representation from segmented narratives. Evaluations across various LLMs reveal significant weaknesses in this domain. We contend that these shortcomings stem from the intrinsic nature of prevailing training objectives. Consequently, we advocate for refining the approach towards knowledge consolidation, as it harbors the potential to dramatically improve their overall effectiveness and performance. The findings from this study offer insights for developing more robust and reliable LLMs. Our code and benchmark are available at https://github.com/chandar-lab/EpiK-Eval
