Papers › Fingerprinting Fine-tuned Language Models in the Wild

Fingerprinting Fine-tuned Language Models in the Wild

3 Jun 2021Findings (ACL) 2021 8arXiv:2106.01703archive 2025-07-28

Nirav Diwan, Tanmoy Chakravorty, Zubair Shafiq

There are concerns that the ability of language models (LMs) to generate high quality synthetic text can be misused to launch spam, disinformation, or propaganda. Therefore, the research community is actively working on developing approaches to detect whether a given text is organic or synthetic. While this is a useful first step, it is important to be able to further fingerprint the author LM to attribute its origin. Prior work on fingerprinting LMs is limited to attributing synthetic text generated by a handful (usually < 10) of pre-trained LMs. However, LMs such as GPT2 are commonly fine-tuned in a myriad of ways (e.g., on a domain-specific text corpus) before being used to generate synthetic text. It is challenging to fingerprinting fine-tuned LMs because the universe of fine-tuned LMs is much larger in realistic scenarios. To address this challenge, we study the problem of large-scale fingerprinting of fine-tuned LMs in the wild. Using a real-world dataset of synthetic text generated by 108 different fine-tuned LMs, we conduct comprehensive experiments to demonstrate the limitations of existing fingerprinting approaches. Our results show that fine-tuning itself is the most effective in attributing the synthetic text generated by fine-tuned LMs.

PaperPDFConference PDFCodeCode 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="2106.01703")

Code

Syntology Ran 0 of 16 code samples harvested from 1 repository linked to this paper; 16 have no recorded run.

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

LCS2-IIITD/ACL-FFLM officialmentioned in paperpytorchMIT 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

16 samples harvested; 0 ran; 0 honoured the contract we drafted; 16 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.

16unverified

Licence: 0 of the 16 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 LCS2-IIITD/ACL-FFLM. “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.

convert LCS2-IIITD/ACL-FFLM/models/generate-embed/pretrained/pretrained-generate-embed.py official repository unverified MIT (permissive) · a34a68ec1f87d1c1 · report
convert_timestamp LCS2-IIITD/ACL-FFLM/preprocess/create_full_dataset.py official repository unverified MIT (permissive) · 2e298fac74427689 · report
generate_embeddings LCS2-IIITD/ACL-FFLM/models/generate-embed/pretrained/pretrained-generate-embed.py official repository unverified MIT (permissive) · a3aad5d3c0c10547 · report
get_dist LCS2-IIITD/ACL-FFLM/models/generate-embed/ft/seq_classification.py official repository unverified MIT (permissive) · 0d7d5e73ca198d40 · report
initialize_classifiers LCS2-IIITD/ACL-FFLM/models/sklearn_classifiers.py official repository unverified MIT (permissive) · 217dfb86b70c79c5 · report
loadJsonFile LCS2-IIITD/ACL-FFLM/models/read_write_functions.py official repository unverified MIT (permissive) · 65d81b283d6d14fe · report
loadPickleFile LCS2-IIITD/ACL-FFLM/models/read_write_functions.py official repository unverified MIT (permissive) · d069cf3bd43db648 · report
loadPickleFile LCS2-IIITD/ACL-FFLM/create-splits/create_splits.py official repository unverified MIT (permissive) · f940e406bb65ae47 · report
load_dataset LCS2-IIITD/ACL-FFLM/models/generate-embed/ft/seq_classification.py official repository unverified MIT (permissive) · ddffc0e8663801cd · report
make_dataset LCS2-IIITD/ACL-FFLM/models/generate-embed/ft/seq_classification.py official repository unverified MIT (permissive) · 728e40674f6bf35c · report
make_paths LCS2-IIITD/ACL-FFLM/models/classifiers/pretrained_classify_main_final.py official repository unverified MIT (permissive) · 0cc7fd039d01bf50 · report
make_sets LCS2-IIITD/ACL-FFLM/create-splits/create_splits.py official repository unverified MIT (permissive) · 14a777d170409d8d · report
new_classifier LCS2-IIITD/ACL-FFLM/models/sklearn_classifiers.py official repository unverified MIT (permissive) · 246180ab9a03e813 · report
openCSVfile LCS2-IIITD/ACL-FFLM/models/read_write_functions.py official repository unverified MIT (permissive) · 656cc72eb9b46d98 · report
openCSVfile LCS2-IIITD/ACL-FFLM/preprocess/create_full_dataset.py official repository unverified MIT (permissive) · 51db9a13268db992 · report
tokenize_words LCS2-IIITD/ACL-FFLM/preprocess/create_full_dataset.py official repository unverified MIT (permissive) · 61dfa1c9e178c8b1 · report

Tasks

Attribute

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