DALD: Improving Logits-based Detector without Logits from Black-box LLMs
Cong Zeng, Shengkun Tang, Xianjun Yang, Yuanzhou Chen, Yiyou Sun,, zhiqiang xu, Yao Li, Haifeng Chen, Wei Cheng, Dongkuan Xu

TL;DR
DALD introduces a novel framework that enhances black-box LLM detection by aligning surrogate model distributions with unknown target models, improving robustness without requiring logits from proprietary models.
Contribution
The paper proposes DALD, a distribution alignment method that improves logits-based detection of LLMs without access to logits, addressing distribution mismatch issues.
Findings
DALD outperforms existing methods in black-box LLM detection.
DALD maintains high detection accuracy across different model versions.
DALD requires minimal training data from publicly available outputs.
Abstract
The advent of Large Language Models (LLMs) has revolutionized text generation, producing outputs that closely mimic human writing. This blurring of lines between machine- and human-written text presents new challenges in distinguishing one from the other a task further complicated by the frequent updates and closed nature of leading proprietary LLMs. Traditional logits-based detection methods leverage surrogate models for identifying LLM-generated content when the exact logits are unavailable from black-box LLMs. However, these methods grapple with the misalignment between the distributions of the surrogate and the often undisclosed target models, leading to performance degradation, particularly with the introduction of new, closed-source models. Furthermore, while current methodologies are generally effective when the source model is identified, they falter in scenarios where the model…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsFault Detection and Control Systems · Advanced Data Compression Techniques · Image and Signal Denoising Methods
MethodsAttention Is All You Need · Sparse Evolutionary Training · Softmax · ALIGN · Layer Normalization · Linear Layer · Byte Pair Encoding · Label Smoothing · Adam · Residual Connection
