ConceptGuard
收藏资源简介:
ConceptGuard是一个专为评估大语言模型上下文敏感遗忘能力而设计的基准数据集,由浦那计算机技术学院与加州大学尔湾分校联合构建。该数据集包含5,166个与双用概念(如网络安全、社会工程、虚假信息)相关的实例,均匀划分为有害与良性两类,分别构成遗忘集与保留集。数据集通过多阶段流程构建:从LLM-LAT有害数据集中提取提示,经GPT-5分类器识别双用概念,聚合后由人工合并非重叠的父概念,再为每个有害实例生成结构一致的良性对应响应。该基准旨在解决现有遗忘评估中遗忘集与保留集独立不相关、缺乏上下文敏感性的问题,推动大语言模型在保留有益知识的同时精准消除有害行为。
ConceptGuard is a benchmark dataset specifically designed to evaluate the context-aware forgetting ability of large language models (LLMs), jointly constructed by the Pune Institute of Computer Technology and the University of California, Irvine. This dataset contains 5,166 instances related to dual-use concepts such as cybersecurity, social engineering, and disinformation, which are evenly divided into harmful and benign categories, forming the forgetting set and the retained set respectively. The dataset is built through a multi-stage workflow: extracting prompts from the LLM-LAT harmful dataset first, identifying dual-use concepts via a GPT-5 classifier, aggregating the identified concepts, then manually curating non-overlapping parent concepts, and finally generating structurally consistent benign corresponding responses for each harmful instance. This benchmark aims to address the issues that existing forgetting evaluations feature independent and uncorrelated forgetting and retained sets and lack context sensitivity, so as to promote large language models to accurately eliminate harmful behaviors while retaining beneficial knowledge.
数据集卡片:ConceptGuard
数据集描述
ConceptGuard 是一个用于评估大型语言模型中概念级遗忘能力的基准数据集。数据集围绕双重用途概念构建,每个概念同时存在于有害和良性语境中,旨在评估模型在抑制有害行为的同时保留有用知识的能力,实现上下文分离的评估。
- 策划方: 作者
- 语言: 英语
- 许可证: MIT
用途
- 评估 LLM 中的机器遗忘方法
- 研究安全性与实用性之间的权衡
- 基准测试上下文感知行为和概念级控制
数据结构
每个实例围绕一个双重用途概念组织,包含以下字段:
concept:底层概念(例如“计算机网络”)harmful_query:引发不安全使用的提示harmful_text:对应的有害响应benign_query:引发安全使用的提示benign_text:对应的有益响应
数据集可划分为:
- 遗忘集: harmful_text
- 保留集: benign_text
数据创建
策划依据
数据集旨在超越事实级遗忘,评估概念级解耦,即同一概念的有害和良性用途必须被分离。
源数据
数据通过受控提示和人工筛选合成构建,确保:
- 有害与良性意图的清晰分离
- 样本间一致的概念基础
- 高质量、指令式响应
不包含任何原始用户数据。
个人与敏感信息
数据集不含个人或可识别信息。部分样本涉及潜在有害场景(如恶意软件、安全),但仅用于评估安全行为。
偏见、风险与局限
- 合成构建可能无法完全反映真实世界的多样性
- 概念覆盖不全面
- 有害示例可能无法代表所有可能的攻击策略
- 评估依赖下游评分方法




