Digital Metabolism: Decoupling Logic from Facts via Regenerative Unlearning -- Towards a Pure Neural Logic Core
Mengmeng Peng, Zhenyu Fang, He Sun
TL;DR
This work tackles parameter entanglement in LLMs, where logic and factual knowledge share weights, causing a memory wall and hallucinations. It introduces digital metabolism and the Regenerative Logic-Core Protocol (RLCP), a dual-stream training framework that uses deep-layer gradient reversal to render targeted factual dependencies linearly undecodable while preserving context-driven reasoning. In experiments on Qwen2.5-0.5B-Instruct, RLCP drives factual retention to $<7\%$ accuracy and produces a phase transition toward a structural crystallization of representations, accompanied by emergent chain-of-thought scaffolding on GSM8K. These results suggest a viable, training-based path to decouple facts and logic, with implications for modular neural CPU plus symbolic RAM architectures and improved robustness to hallucination.
Abstract
Large language models (LLMs) currently suffer from parameter entanglement, where general reasoning capabilities (logic) and specific factual knowledge (facts) exist in a superposition state within shared weights. This coupling leads to the "memory wall," where computational capacity is squandered on simulating retrieval, often resulting in hallucinations. In this paper, we propose "digital metabolism," a thermodynamic hypothesis suggesting that targeted forgetting is necessary for distilling a pure neural logic core. To validate this hypothesis, we introduce the Regenerative Logic-Core Protocol (RLCP), a dual-stream training framework that renders specific factual dependencies linearly undecodable via deep-layer gradient reversal. Applying RLCP to Qwen2.5-0.5B, we observe a distinct phase transition: the model achieves near-zero retention of targeted factual associations (Accuracy < 7%) while exhibiting changes consistent with an emergent "structural crystallization" effect. Empirical analysis on GSM8K reveals that the "metabolized" model spontaneously adopts chain-of-thought (CoT) scaffolding, which we interpret as compensating for the loss of direct associative recall (shifting from $O(1)$ recall to $O(N)$ reasoning). While the causal mechanism underlying this behavioral shift requires further investigation, our findings provide a dynamic weight-level counterpart to architectural innovations like DeepSeek's Engram, paving the way for modular "Neural CPU + Symbolic RAM" architectures.
