Contrastive Decoding Diffing (CDD): 仅通过logits恢复逐字微调数据,无需权重访问[R]
摘要
本文介绍了对比解码差异法(CDD),该方法仅通过logits访问即可从LLM中恢复逐字微调数据,无需模型权重或激活。它在多个模型系列中展示了高水平的逐字恢复能力,并揭示了意外数据泄露,例如来自合成训练数据的反复出现的虚构角色'Dr. Elena Rodriguez'。
相似文章
Diff Mining:逻辑值差异揭示微调目标
本文介绍了Diff Mining,一个通过分析微调模型和基础模型之间的逻辑值差异来识别语言模型中微调目标的框架,从而实现对学习行为的可解释审计。
Decoupled Contrastive Decoding via Expert-Aligned Drafting
This paper introduces Decoupled Contrastive Decoding (DCD), which uses an expert-aligned lightweight proposer for speculative decoding while keeping the contrastive signal only in verification, achieving speedups over vanilla contrastive decoding without degrading output distribution.
无权重微调:通过Logit空间传输实现LLM个性化
本文介绍了无权重微调(WFT),一种无需训练的解码时方法,通过logit空间传输近似监督微调效果,以不到7%的计算量实现了具有竞争力的个性化性能。
CForce:通过一致性强制提升dLLMs的并行解码
本文介绍了Consistency Forcing(CForce),一种针对扩散大语言模型的蒸馏技术,通过将早期阶段的预测与后期阶段对齐来提升并行解码,从而改善速度-质量权衡。
Speculative Correction: Draft-then-Refine Decoding for Diffusion Language Models
This paper proposes speculative correction, a training-free draft-then-refine decoding strategy for diffusion language models, showing quality-latency improvements using LLaDA2.1 models.