arXiv:2502.00602cs.CLcs.LG2025-02ICML被引 10

解决大模型知识编辑时不同词元过拟合不均的问题

Mitigating Heterogeneous Token Overfitting in LLM Knowledge Editing

  • 提出OVERTONE方法,按词元动态调整更新分布
  • 在4种编辑方法、2个模型上验证,推理能力提升15%以上
  • 无需偏好数据,计算开销极低,适合实际部署

大型语言模型在多种自然语言任务中表现优异,但其训练数据静态,知识易过时。为此,知识编辑(KE)旨在不改变无关内容的前提下更新特定知识。以往方法通过微调少量参数实现选择性更新,但常导致新知识推理能力下降。本文发现关键问题:异质词元过拟合(HTO),即模型对不同词元的过拟合程度不一。为此提出OVERTONE,一种词元级平滑方法,通过自适应优化目标分布缓解HTO。理论上,该方法能获得更优参数更新,且计算开销可忽略。它隐式实现了无偏好数据的直接偏好优化(DPO)。在四种编辑方法、两个LLM及多种场景下的实验表明,该方法有效且通用。

原文摘要 · Abstract (English)

Large language models (LLMs) have achieved remarkable performance on various natural language tasks. However, they are trained on static corpora and their knowledge can become outdated quickly in the fast-changing world. This motivates the development of knowledge editing (KE) to update specific knowledge in LLMs without changing unrelated others or compromising their pre-trained capabilities. Previous efforts sought to update a small amount of parameters of a LLM and proved effective for making selective updates. Nonetheless, the edited LLM often exhibits degraded ability to reason about the new knowledge. In this work, we identify a key issue: heterogeneous token overfitting (HTO), where the LLM overfits different tokens in the provided knowledge at varying rates. To tackle this, we propose OVERTONE, a token-level smoothing method that mitigates HTO by adaptively refining the target distribution. Theoretically, OVERTONE offers better parameter updates with negligible computation overhead. It also induces an implicit DPO but does not require preference data pairs. Extensive experiments across four editing methods, two LLMs, and diverse scenarios demonstrate the effectiveness and versatility of our method.

知识编辑大模型过拟合微调

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。