CRCLMar 1, 2024

TRUCE: Private Benchmarking to Prevent Contamination and Improve Comparative Evaluation of LLMs

arXiv:2403.00393v231 citationsh-index: 32Has Code
Originality Incremental advance
AI Analysis

This addresses a critical issue for the AI research community by preventing data contamination in LLM benchmarking, though it is incremental as it builds on existing privacy techniques.

The paper tackles the problem of benchmark contamination in LLM evaluation, where test data leakage invalidates results, and proposes Private Benchmarking with the TRUCE system, showing negligible overhead for confidential computing and tractable costs for cryptographic security.

Benchmarking is the de-facto standard for evaluating LLMs, due to its speed, replicability and low cost. However, recent work has pointed out that the majority of the open source benchmarks available today have been contaminated or leaked into LLMs, meaning that LLMs have access to test data during pretraining and/or fine-tuning. This raises serious concerns about the validity of benchmarking studies conducted so far and the future of evaluation using benchmarks. To solve this problem, we propose Private Benchmarking, a solution where test datasets are kept private and models are evaluated without revealing the test data to the model. We describe various scenarios (depending on the trust placed on model owners or dataset owners), and present solutions to avoid data contamination using private benchmarking. For scenarios where the model weights need to be kept private, we describe solutions from confidential computing and cryptography that can aid in private benchmarking. We build an end-to-end system, TRUCE, that enables such private benchmarking showing that the overheads introduced to protect models and benchmark are negligible (in the case of confidential computing) and tractable (when cryptographic security is required). Finally, we also discuss solutions to the problem of benchmark dataset auditing, to ensure that private benchmarks are of sufficiently high quality.

Code Implementations1 repo
Foundations

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

Your Notes