Paper Overview
- Field: NLP
- Authors: Sahil Kale, Ian Harris
- Published: 2026-08-22
- arXiv: 2608.20338
- Introduces the notion of dual-use concepts: concepts that can be used both harmfully and benignly.
- The benchmark's forget and retain sets are explicitly complementary in concept usage.
- Enables unlearning to be explored and evaluated at the concept level rather than at a sparse fact level.
- Evaluation is intent-sensitive, aiming to maximize contextual separation to promote safer behavior.
- Current unlearning techniques perform poorly under this setting, with weak contextual separation.
- Both ROUGE and concept-level metrics show poor performance.
- Results reveal a strong unlearning–utility trade-off.
- There is limited improvement in context sensitivity and inconsistent concept-level control across methods.
Abstract
Large Language Models (LLMs) increasingly require selective removal of harmful or sensitive knowledge, called unlearning, yet existing methods and benchmarks fail to evaluate this capability completely. Current approaches rely on disjoint forget and retain sets composed of independent facts, and measure success with simple direct fact recall. This framing misses a key requirement of unlearning: the ability to eliminate harmful behaviors while preserving benign, beneficial knowledge.
The authors argue that effective unlearning must operate at the concept level, ensuring full removal of unsafe applications while retaining their correct and useful uses—achieving a complete and meaningful unlearning in a conceptual sense.
ConceptGuard Benchmark
Findings
Original Abstract (excerpt)
> Large Language Models (LLMs) increasingly require selective removal of harmful or sensitive knowledge, called unlearning, yet existing methods and benchmarks fail to evaluate this capability completely.
---
*Auto-collected on 2026-08-24*