paper-with-me

홈 › Papers

RN-F: A Novel Approach for Mitigating Contaminated Data in Large Language Models

2025-05-19 · Le Vu Anh, Dinh Duc Nha Nguyen, Phi Long Nguyen

Large Language Models (LLMs) have become foundational in modern artificial intelligence, powering a wide range of applications from code generation and virtual assistants to scientific research and enterprise automation. However, concerns about data contamination--where test data overlaps with training data--have raised serious questions about the reliability of these applications. Despite awareness of this issue, existing methods fall short in effectively identifying or mitigating contamination. In this paper, we propose Residual-Noise Fingerprinting (RN-F), a novel framework for detecting contaminated data in LLMs. RN-F is a single-pass, gradient-free detection method that leverages residual signal patterns without introducing additional floating-point operations. Our approach is lightweight, model-agnostic, and efficient. We evaluate RN-F on multiple LLMs across various contaminated datasets and show that it consistently outperforms existing state-of-the-art methods, achieving performance improvements of up to 10.5% in contamination detection metrics.

📄 PDF Abstract BibTeX arXiv:2505.13249

Code (1)

csplevuanh/quant_anomaly 공식 구현 pytorch

Tasks

Code Generation

Similar Papers 제목 키워드 기반

Robust Conformal Outlier Detection under Contaminated Reference Data

2025-02-07 · Meshi Bashari, Matteo Sesia, Yaniv Romano

Conformal prediction is a flexible framework for calibrating machine learning predictions, providing distribution-free statistical guarantees. In outlier detection, this calibration relies on a reference set of labeled i…

Conformal PredictionOutlier Detection

PromptLocate: Localizing Prompt Injection Attacks

2025-10-14 · Yuqi Jia, Yupei Liu, Zedian Shao, Jinyuan Jia 외 arxiv

Prompt injection attacks deceive a large language model into completing an attacker-specified task instead of its intended task by contaminating its input data with an injected prompt, which consists of injected instruct…

When Flores Bloomz Wrong: Cross-Direction Contamination in Machine Translation Evaluation

2026-01-28 · David Tan, Pinzhen Chen, Josef van Genabith, Koel Dutta Chowdhury arxiv

Large language models (LLMs) can be benchmark-contaminated, resulting in inflated scores that mask memorization as generalization, and in multilingual settings, this memorization can even transfer to "uncontaminated" lan…

Machine Translation

Uncertainty-based Debiasing and Unlearning for Decontamination

2026-06-22 · Guangzhi Sun, Xiao Zhan, Mark Gales arxiv

Benchmark-based evaluation is the dominant paradigm for assessing large language model (LLM) capabilities, yet data contamination inflates reported performance and undermines fair comparison. Existing decontamination met…

An Open Source Data Contamination Report for Large Language Models

2023-10-26 · Yucheng Li, Frank Guerin, Chenghua Lin

Data contamination in model evaluation has become increasingly prevalent with the growing popularity of large language models. It allows models to "cheat" via memorisation instead of displaying true capabilities. Therefo…

HellaSwagLanguage ModelingLanguage ModellingLarge Language Model+2