paper-with-me

Papers

CAP: Data Contamination Detection via Consistency Amplification

2024-10-19 · Yi Zhao, Jing Li, Linyi Yang

Large language models (LLMs) are widely used, but concerns about data contamination challenge the reliability of LLM evaluations. Existing contamination detection methods are often task-specific or require extra prerequisites, limiting practicality. We propose a novel framework, Consistency Amplification-based Data Contamination Detection (CAP), which introduces the Performance Consistency Ratio (PCR) to measure dataset leakage by leveraging LM consistency. To the best of our knowledge, this is the first method to explicitly differentiate between fine-tuning and contamination, which is crucial for detecting contamination in domain-specific models. Additionally, CAP is applicable to various benchmarks and works for both white-box and black-box models. We validate CAP's effectiveness through experiments on seven LLMs and four domain-specific benchmarks. Our findings also show that composite benchmarks from various dataset sources are particularly prone to unintentional contamination. Codes will be publicly available soon.

📄 PDF Abstract BibTeX arXiv:2410.15005

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Detection of contamination in noninvasive prenatal fetal gender test

2015-10-30

The risk of false positive results in noninvasive prenatal diagnosis focused on fetal gender and RhD status determination could be a problem in clinical routine. This is because these tests are based on detection of pres…

CANARY: Zero-Label Detection of Fine-Tuning Contamination in Language Models

2026-06-01 · Swapnil Parekh arxiv

Adversaries can implant latent harmful behavior by poisoning as few as 1% of fine-tuning examples. The contamination is invisible to every output-level defense: harmful behavior lies dormant in the model's hidden-state g…

Obscuring Data Contamination Through Translation: Evidence from Arabic Corpora

2026-01-21 · Chaymaa Abbas, Nour Shamaa, Mariette Awad arxiv

Data contamination undermines the validity of Large Language Model evaluation by enabling models to rely on memorized benchmark content rather than true generalization. While prior work has proposed contamination detecti…

Impact of Inaccurate Contamination Ratio on Robust Unsupervised Anomaly Detection

2024-08-14 · Jordan F. Masakuna, DJeff Kanda Nkashama, Arian Soltani, Marc Frappier 외

Training data sets intended for unsupervised anomaly detection, typically presumed to be anomaly-free, often contain anomalies (or contamination), a challenge that significantly undermines model performance. Most robust …

Anomaly DetectionMisinformationUnsupervised Anomaly Detection

Safety Hacking in Constrained Best-of-$N$ Inference-time Scaling

2026-08-24 · Akifumi Wachi, Takumi Tanabe, Youhei Akimoto arxiv

Inference-time pipelines often sample multiple outputs, filter them with a learned safety model, and return the proxy-feasible output with the highest learned reward. We show that this composition creates a two-stage fai…