paper-with-me

홈 › Papers

vTune: Verifiable Fine-Tuning for LLMs Through Backdooring

2024-11-10 · Eva Zhang, Arka Pal, Akilesh Potti, Micah Goldblum

As fine-tuning large language models (LLMs) becomes increasingly prevalent, users often rely on third-party services with limited visibility into their fine-tuning processes. This lack of transparency raises the question: how do consumers verify that fine-tuning services are performed correctly? For instance, a service provider could claim to fine-tune a model for each user, yet simply send all users back the same base model. To address this issue, we propose vTune, a simple method that uses a small number of backdoor data points added to the training data to provide a statistical test for verifying that a provider fine-tuned a custom model on a particular user's dataset. Unlike existing works, vTune is able to scale to verification of fine-tuning on state-of-the-art LLMs, and can be used both with open-source and closed-source models. We test our approach across several model families and sizes as well as across multiple instruction-tuning datasets, and find that the statistical test is satisfied with p-values on the order of $\sim 10^{-40}$, with no negative impact on downstream task performance. Further, we explore several attacks that attempt to subvert vTune and demonstrate the method's robustness to these attacks.

📄 PDF Abstract BibTeX arXiv:2411.06611

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음
BASE 설명 없음

Similar Papers 제목 키워드 기반

PrivTune: Efficient and Privacy-Preserving Fine-Tuning of Large Language Models via Device-Cloud Collaboration

2025-12-09 · Yi Liu, Weixiang Han, Chengjun Cai, Xingliang Yuan 외 arxiv

With the rise of large language models, service providers offer language models as a service, enabling users to fine-tune customized models via uploaded private datasets. However, this raises concerns about sensitive dat…

KVTuner: Sensitivity-Aware Layer-wise Mixed Precision KV Cache Quantization for Efficient and Nearly Lossless LLM Inference

2025-02-06 · Xing Li, Zeyu Xing, Yiming Li, Linping Qu 외

KV cache quantization can improve Large Language Models (LLMs) inference throughput and latency in long contexts and large batch-size scenarios while preserving LLMs effectiveness. However, current methods have three uns…

Mathematical ReasoningQuantizationSensitivity

Verifiable Fine-Tuning for LLMs: Zero-Knowledge Training Proofs Bound to Data Provenance and Policy

2025-10-19 · Hasan Akgul, Daniel Borg, Arta Berisha, Amina Rahimova 외 arxiv

Large language models are often adapted through parameter efficient fine tuning, but current release practices provide weak assurances about what data were used and how updates were computed. We present Verifiable Fine T…

HuatuoGPT-o1, Towards Medical Complex Reasoning with LLMs

2024-12-25 · Junying Chen, Zhenyang Cai, Ke Ji, Xidong Wang 외

The breakthrough of OpenAI o1 highlights the potential of enhancing reasoning to improve LLM. Yet, most research in reasoning has focused on mathematical tasks, leaving domains like medicine underexplored. The medical do…

Reinforcement Learning (RL)

Trusting What You Cannot See: Auditable Fine-Tuning and Inference for Proprietary AI

2026-03-08 · Heng Jin, Chaoyu Zhang, Hexuan Yu, Shanghao Shi 외 arxiv

Cloud-based infrastructure has become the dominant platform for deploying large models, particularly large language models (LLMs). Fine-tuning and inference are increasingly delegated to cloud providers for simplified de…