paper-with-me

홈 › Papers

Cyclic Ablation: Testing Concept Localization against Functional Regeneration in AI

2025-09-23 · Eduard Kapelko arxiv

Safety and controllability are critical for large language models. A central question is whether undesirable behaviors like deception are localized functions that can be removed, or if they are deeply intertwined with a model's core cognitive abilities. We introduce "cyclic ablation," an iterative method to test this. By combining sparse autoencoders, targeted ablation, and adversarial training on DistilGPT-2, we attempted to eliminate the concept of deception. We found that, contrary to the localization hypothesis, deception was highly resilient. The model consistently recovered its deceptive behavior after each ablation cycle via adversarial training, a process we term functional regeneration. Crucially, every attempt at this "neurosurgery" caused a gradual but measurable decay in general linguistic performance, reflected by a consistent rise in perplexity. These findings are consistent with the view that complex concepts are distributed and entangled, underscoring the limitations of direct model editing through mechanistic interpretability.

📄 PDF Abstract BibTeX arXiv:2509.25220

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Exploring Temporal Event Cues for Dense Video Captioning in Cyclic Co-learning

2024-12-16 · Zhuyang Xie, Yan Yang, Yankai Yu, Jie Wang 외

Dense video captioning aims to detect and describe all events in untrimmed videos. This paper presents a dense video captioning network called Multi-Concept Cyclic Learning (MCCL), which aims to: (1) detect multiple conc…

Contrastive LearningDense Video CaptioningVideo Captioning

GraphRNN Revisited: An Ablation Study and Extensions for Directed Acyclic Graphs

2023-07-26 · Taniya Das, Mark Koch, Maya Ravichandran, Nikhil Khatri

GraphRNN is a deep learning-based architecture proposed by You et al. for learning generative models for graphs. We replicate the results of You et al. using a reproduced implementation of the GraphRNN architecture and e…

A Study on the Impact of Fault localization Granularity for Repository-Scale Code Repair Tasks

2026-03-31 · Joseph Townsend, Chandresh Pravin, Kwun Ho Ngan, Matthieu Parizy arxiv

Automatic program repair can be a challenging task, especially when resolving complex issues at a repository-level, which often involves issue reproduction, fault localization, code repair, testing and validation. Issues…

Program RepairCode Repair

Ablation-CAM: Visual Explanations for Deep Convolutional Network via Gradient-free Localization

2020-01-01 · WACV 2020 1 · Saurabh Desai, Harish G. Ramaswamy

In response to recent criticism of gradient-based visualization techniques, we propose a new methodology to generate visual explanations for deep Convolutional Neural Networks (CNN) - based models. Our approach - Ablatio…

Visual Concept Networks: A Graph-Based Approach to Detecting Anomalous Data in Deep Neural Networks

2024-09-26 · Debargha Ganguly, Debayan Gupta, Vipin Chaudhary

Deep neural networks (DNNs), while increasingly deployed in many applications, struggle with robustness against anomalous and out-of-distribution (OOD) data. Current OOD benchmarks often oversimplify, focusing on single-…