PulseAugur
实时 18:34:34
English(EN) The Right to Erasure vs a Trained Model

AI的擦除权:记录 vs. 模型参数

个人数据的擦除权在应用于训练好的AI模型时提出了一个复杂的挑战,因为数据以两种不同的形式存在:离散记录和扩散的模型参数。虽然像对话或文档这样的记录可以被删除,但要从模型的权重中移除个人数据的影响则要困难得多,并且是当前研究的一个活跃领域。为了解决这个问题,建议开发者设计能够从一开始就阻止个人数据影响模型权重的系统,例如避免在原始生产流量上进行微调,以及优先使用检索增强生成而非微调。 AI

影响 强调了在AI开发中进行谨慎的数据管理和系统设计,以遵守数据隐私法规的必要性。

排序理由 该条目讨论了与AI相关的政策影响和工程挑战,而不是一个具体的事件。

在 dev.to — LLM tag 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

AI的擦除权:记录 vs. 模型参数

报道来源 [1]

  1. dev.to — LLM tag TIER_1 English(EN) · Multigrid ·

    The Right to Erasure vs a Trained Model

    <p>Somebody asks you to delete their data. Your database can do that. The question that stops the room is whether a model that was trained on their data can, and the honest answer is that this is unresolved — but it is unresolved in a way you can usually engineer around.</p> <p>T…