Making Open-Source Text LLM Watermarks Durable Against Merging

· Source: cs.CL updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Cybersecurity & Data Privacy · Depth: Expert, long

Summary

A novel approach, Merge-Adversarial Training (MAT), significantly enhances the durability of open-source LLM (OSM) watermarks against model merging, a common post-training modification. Prior methods for embedding watermarks directly into model weights were vulnerable to merging, which can inadvertently remove the watermark. MAT, building on watermark-distillation, incorporates an adversarial training objective that simulates merge operations during the training loop. This method consistently outperforms baselines, achieving up to +51 percentage points (pp) True Positive Rate at 1% False Positive Rate (TPR@1%FPR) with SLERP merging and an average of +25 pp, while preserving downstream model capabilities. The research also introduces a rigorous evaluation pipeline for OSM watermark durability under realistic merge scenarios, utilizing three prominent merging algorithms: LINEAR, SLERP, and TIES.

Key takeaway

For machine learning engineers deploying open-source LLMs, adopting Merge-Adversarial Training (MAT) is crucial to ensure the provenance of your models survives common post-training modifications like model merging. This approach protects against inadvertent watermark removal, maintaining accountability and traceability for generated text. You should integrate MAT into your model training workflows to embed robust watermarks that withstand realistic merge scenarios, thereby safeguarding your model's attribution signals.

Key insights

Merge-Adversarial Training (MAT) makes open-source LLM watermarks durable against model merging by simulating merges during training.

Principles

Method

MAT adapts watermark distillation by including a low-cost merge operation within the training loop, temporarily creating a merged model and backpropagating gradients to the current model.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, AI Security Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.