paper-with-me

Papers

A Behavioral Fingerprint for Large Language Models: Provenance Tracking via Refusal Vectors

2026-02-10 · Zhenyu Xu, Victor S. Sheng arxiv

Protecting the intellectual property of large language models (LLMs) is a critical challenge due to the proliferation of unauthorized derivative models. We introduce a novel fingerprinting framework that leverages the behavioral patterns induced by safety alignment, applying the concept of refusal vectors for LLM provenance tracking. These vectors, extracted from directional patterns in a model's internal representations when processing harmful versus harmless prompts, serve as robust behavioral fingerprints. Our contribution lies in developing a fingerprinting system around this concept and conducting extensive validation of its effectiveness for IP protection. We demonstrate that these behavioral fingerprints are highly robust against common modifications, including finetunes, merges, and quantization. Our experiments show that the fingerprint is unique to each model family, with low cosine similarity between independently trained models. In a large-scale identification task across 76 offspring models, our method achieves 100\% accuracy in identifying the correct base model family. Furthermore, we analyze the fingerprint's behavior under alignment-breaking attacks, finding that while performance degrades significantly, detectable traces remain. Finally, we propose a theoretical framework to transform this private fingerprint into a publicly verifiable, privacy-preserving artifact using locality-sensitive hashing and zero-knowledge proofs.

📄 PDF Abstract BibTeX arXiv:2602.09434

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Efficient and Scalable Provenance Tracking for LLM-Generated Code Snippets

2026-05-27 · Andrea Gurioli, Davide D'Ascenzo, Federico Pennino, Maurizio Gabbrielli 외 arxiv

Large language models (LLMs) for code completion and generation are increasingly used in software development, yet they may reproduce training examples verbatim and without authorship attribution, raising legal and ethic…

Code Completion

Prompt2Fingerprint: Plug-and-Play LLM Fingerprinting via Text-to-Weight Generation

2026-05-18 · Sixu Chen, Xiang Chen, Hongyao Yu, Jiaxin Hong 외 arxiv

The widespread deployment and redistribution of large language models (LLMs) have made model provenance tracking a critical challenge. While existing LLM fingerprinting methods, particularly active approaches that embed …

Gradient-Based Model Fingerprinting for LLM Similarity Detection and Family Classification

2025-06-02 · Zehao Wu, Yanjie Zhao, Haoyu Wang

As Large Language Models (LLMs) become integral software components in modern applications, unauthorized model derivations through fine-tuning, merging, and redistribution have emerged as critical software engineering ch…

Clone DetectionClustering

Provable Model Provenance Set for Large Language Models

2026-01-31 · Xiaoqi Qiu, Hao Zeng, Zhiyu Hou, Hongxin Wei arxiv

The growing prevalence of unauthorized model usage and misattribution has increased the need for reliable model provenance analysis. However, existing methods largely rely on heuristic fingerprint-matching rules that lac…

Robust LLM Fingerprinting via Domain-Specific Watermarks

2025-05-22 · Thibaud Gloaguen, Robin Staab, Nikola Jovanović, Martin Vechev

As open-source language models (OSMs) grow more capable and are widely shared and finetuned, ensuring model provenance, i.e., identifying the origin of a given model instance, has become an increasingly important issue. …