Papers › Data Contamination Can Cross Language Barriers

Data Contamination Can Cross Language Barriers

19 Jun 2024arXiv:2406.13236archive 2025-07-28

Feng Yao, Yufan Zhuang, Zihao Sun, Sunan Xu, Animesh Kumar, Jingbo Shang

The opacity in developing large language models (LLMs) is raising growing concerns about the potential contamination of public benchmarks in the pre-training data. Existing contamination detection methods are typically based on the text overlap between training and evaluation data, which can be too superficial to reflect deeper forms of contamination. In this paper, we first present a cross-lingual form of contamination that inflates LLMs' performance while evading current detection methods, deliberately injected by overfitting LLMs on the translated versions of benchmark test sets. Then, we propose generalization-based approaches to unmask such deeply concealed contamination. Specifically, we examine the LLM's performance change after modifying the original benchmark by replacing the false answer choices with correct ones from other questions. Contaminated models can hardly generalize to such easier situations, where the false choices can be \emph{not even wrong}, as all choices are correct in their memorization. Experimental results demonstrate that cross-lingual contamination can easily fool existing detection methods, but not ours. In addition, we discuss the potential utilization of cross-lingual contamination in interpreting LLMs' working mechanisms and in post-training LLMs for enhanced multilingual capabilities. The code and dataset we use can be obtained from \url{https://github.com/ShangDataLab/Deep-Contam}.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2406.13236")

Code

Syntology Ran 13 of 14 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 13 ran with no contract checked.

By repository: official repository: 14 samples from 1 repository, 13 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

shangdatalab/deep-contam officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

14 samples harvested; 13 ran; 0 honoured the contract we drafted; 1 has no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

13ran
1unverified

Licence: 14 of the 14 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from ShangDataLab/Deep-Contam. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

bleu ShangDataLab/Deep-Contam/detect_method/metrics.py official repository ran no licence file found · pointer only · 316e7af195b72405 · report
doc_to_choice ShangDataLab/Deep-Contam/detect_method/utils.py official repository ran no licence file found · pointer only · 5158756ddf263816 · report
doc_to_choice ShangDataLab/Deep-Contam/inject/run_sft_mathqa.py official repository ran fingerprinted no licence file found · pointer only · 1fe48a6ad8454871 · report
extract_option_d ShangDataLab/Deep-Contam/detect_method/metrics.py official repository ran fingerprinted no licence file found · pointer only · fa0b3817bb4daaf9 · report
format_example ShangDataLab/Deep-Contam/inject/run_sft_mmlu.py official repository ran no licence file found · pointer only · 16d87a980525188f · report
format_example_arc ShangDataLab/Deep-Contam/inject/run_sft_arc.py official repository ran no licence file found · pointer only · 0c5fbfb8e8c72478 · report
format_subject ShangDataLab/Deep-Contam/inject/run_sft_mmlu.py official repository ran fingerprinted no licence file found · pointer only · 793a8b6496415457 · report
formatting_prompts_func_arc ShangDataLab/Deep-Contam/inject/run_sft_arc.py official repository ran no licence file found · pointer only · 7cc112d3f99894da · report
formatting_prompts_func_mathqa ShangDataLab/Deep-Contam/inject/run_sft_mathqa.py official repository ran no licence file found · pointer only · a62987de59f6b646 · report
formatting_prompts_func_mmlu_map ShangDataLab/Deep-Contam/inject/run_sft_mmlu.py official repository ran no licence file found · pointer only · 9111ab0dca945679 · report
get_batch ShangDataLab/Deep-Contam/translate/run_translation_arc.py official repository ran no licence file found · pointer only · cd20b28fac374fd9 · report
get_batch ShangDataLab/Deep-Contam/translate/run_translation_mmlu.py official repository ran no licence file found · pointer only · 24ab0391730d3865 · report
options_string_to_list ShangDataLab/Deep-Contam/detect_method/utils.py official repository ran no licence file found · pointer only · 7300d31865db4de0 · report
clean_llama3 ShangDataLab/Deep-Contam/detect_method/metrics.py official repository unverified no licence file found · pointer only · b712232302e61cf6 · report

Tasks

Memorization

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections