Papers › De-Anonymization at Scale via Tournament-Style Attribution

De-Anonymization at Scale via Tournament-Style Attribution

18 Jan 2026arXiv:2601.12407added by Syntology

Lirui Zhang, Huishuai Zhang

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

As LLMs rapidly advance and enter real-world use, their privacy implications are increasingly important. We study an authorship de-anonymization threat: using LLMs to link anonymous documents to their authors, potentially compromising settings such as double-blind peer review. We propose De-Anonymization at Scale (DAS), a large language model-based method for attributing authorship among tens of thousands of candidate texts. DAS uses a sequential progression strategy: it randomly partitions the candidate corpus into fixed-size groups, prompts an LLM to select the text most likely written by the same author as a query text, and iteratively re-queries the surviving candidates to produce a ranked top-k list. To make this practical at scale, DAS adds a dense-retrieval prefilter to shrink the search space and a majority-voting style aggregation over multiple independent runs to improve robustness and ranking precision. Experiments on anonymized review data show DAS can recover same-author texts from pools of tens of thousands with accuracy well above chance, demonstrating a realistic privacy risk for anonymous platforms. On standard authorship benchmarks (Enron emails and blog posts), DAS also improves both accuracy and scalability over prior approaches, highlighting a new LLM-enabled de-anonymization vulnerability.

PaperPDFCode 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="2601.12407")

Code

Syntology Ran 11 of 18 code samples harvested from 1 repository linked to this paper; 7 have no recorded run. Of those that ran: 2 ran · honoured contract; 5 ran · violated contract; 2 ran · our draft was wrong; 2 ran with no contract checked.

By repository: found in paper text by Syntology: 18 samples from 1 repository, 11 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

shibing624/text2vec found in paper text by Syntology report

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

18 samples harvested; 11 ran; 2 honoured the contract we drafted; 7 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · honoured contract
5ran · violated contract
2ran · our draft was wrong
2ran
7unverified

Licence: 0 of the 18 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 shibing624/text2vec. “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.

JiebaTokenizer shibing624/text2vec/text2vec/similarity.py found in paper text by Syntology ran Apache-2.0 (permissive) · db7ee54c48d2c131 · report
Progbar shibing624/text2vec/text2vec/similarity.py found in paper text by Syntology ran Apache-2.0 (permissive) · b61f33dc6156bdce · report
_extract_archive shibing624/text2vec/text2vec/similarity.py found in paper text by Syntology ran · violated contract Apache-2.0 (permissive) · 3de7d9f1d183977d · report
compute_pearsonr shibing624/text2vec/text2vec/similarity.py found in paper text by Syntology ran · violated contract fingerprinted Apache-2.0 (permissive) · 77d2ab59b31bb4ba · report
compute_spearmanr shibing624/text2vec/text2vec/similarity.py found in paper text by Syntology ran · violated contract fingerprinted Apache-2.0 (permissive) · 8ab380bbd7cbcfe3 · report
cos_sim shibing624/text2vec/text2vec/similarity.py found in paper text by Syntology ran · honoured contract fingerprinted Apache-2.0 (permissive) · 62871271d7551ed6 · report
cosine_distance shibing624/text2vec/text2vec/similarity.py found in paper text by Syntology ran · violated contract fingerprinted Apache-2.0 (permissive) · 0ec989516745205b · report
hash_file shibing624/text2vec/text2vec/similarity.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · 2b4d0cf1a4859245 · report
load_stopwords shibing624/text2vec/text2vec/similarity.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · 8ddcab61f4b26aac · report
try_divide shibing624/text2vec/text2vec/similarity.py found in paper text by Syntology ran · honoured contract fingerprinted Apache-2.0 (permissive) · 70761caeed2b4c3c · report
validate_file shibing624/text2vec/text2vec/similarity.py found in paper text by Syntology ran · violated contract Apache-2.0 (permissive) · 8fc41cb3095ce45c · report
EmbeddingType shibing624/text2vec/text2vec/similarity.py found in paper text by Syntology unverified Apache-2.0 (permissive) · a14ea49df0b6f480 · report
EncoderType shibing624/text2vec/text2vec/similarity.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 89f671d533e9f2ca · report
SentenceModel shibing624/text2vec/text2vec/similarity.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 9e3298fc132f279a · report
Similarity shibing624/text2vec/text2vec/similarity.py found in paper text by Syntology unverified Apache-2.0 (permissive) · e69203af47c7ba63 · report
SimilarityType shibing624/text2vec/text2vec/similarity.py found in paper text by Syntology unverified Apache-2.0 (permissive) · d26c3a2e6ea38ff7 · report
Word2Vec shibing624/text2vec/text2vec/similarity.py found in paper text by Syntology unverified Apache-2.0 (permissive) · eb785626691717dc · report
get_file shibing624/text2vec/text2vec/similarity.py found in paper text by Syntology unverified Apache-2.0 (permissive) · d9199d739c96fd90 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2601.12407, was issued in January 2026, after that date, so the archive has no leaderboard rows for it.

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