CLAILGAug 26, 2024

LogProber: Disentangling confidence from contamination in LLM responses

arXiv:2408.14352v33 citationsh-index: 55
Originality Incremental advance
AI Analysis

This addresses the issue of fairly evaluating LLM performance for researchers and developers, though it appears incremental as it builds on existing methods to tackle specific drawbacks.

The authors tackled the problem of detecting data contamination in Large Language Models (LLMs) by introducing LogProber, an efficient algorithm that focuses on question familiarity rather than answers, and demonstrated its ability to detect contamination in a black-box setting.

In machine learning, contamination refers to situations where testing data leak into the training set. The issue is particularly relevant for the evaluation of the performance of Large Language Models (LLMs), which are generally trained on gargantuan, and generally opaque, corpora of text scraped from the world wide web. Developing tools to detect contamination is therefore crucial to be able to fairly and properly track the evolution of the performance of LLMs. To date, only a few recent studies have attempted to address the issue of quantifying and detecting contamination in short text sequences, such as those commonly found in benchmarks. However, these methods have limitations that can sometimes render them impractical. In the present paper, we introduce LogProber, a novel, efficient algorithm that we show to be able to detect contamination in a black box setting that tries to tackle some of these drawbacks by focusing on the familiarity with the question rather than the answer. Here, we explore the properties of the proposed method in comparison with concurrent approaches, identify its advantages and limitations, and illustrate how different forms of contamination can go undetected depending on the design of the detection algorithm.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes