🤖 AI Summary
Existing knowledge editing (KE) benchmarks oversimplify evaluation, failing to reflect real-world performance—particularly in LLM-as-agent scenarios requiring dynamic, context-aware updates. Method: We introduce ScEdit, the first script-driven KE benchmark supporting counterfactual and time-sensitive edits. It shifts evaluation from “What-type” (fact correctness) to “How-type” (action feasibility) via scripted modeling, multi-granularity assessment (token-level and text-level), and an agent behavior–oriented evaluation protocol. Contribution/Results: Experiments reveal that state-of-the-art KE methods suffer substantial degradation on text-level metrics—exposing fundamental limitations in practical deployment. ScEdit is open-sourced and has been adopted by the research community.
📝 Abstract
Knowledge Editing (KE) has gained increasing attention, yet current KE tasks remain relatively simple. Under current evaluation frameworks, many editing methods achieve exceptionally high scores, sometimes nearing perfection. However, few studies integrate KE into real-world application scenarios (e.g., recent interest in LLM-as-agent). To support our analysis, we introduce a novel script-based benchmark -- ScEdit (Script-based Knowledge Editing Benchmark) -- which encompasses both counterfactual and temporal edits. We integrate token-level and text-level evaluation methods, comprehensively analyzing existing KE techniques. The benchmark extends traditional fact-based ("What"-type question) evaluation to action-based ("How"-type question) evaluation. We observe that all KE methods exhibit a drop in performance on established metrics and face challenges on text-level metrics, indicating a challenging task. Our benchmark is available at https://github.com/asdfo123/ScEdit.