paper-with-me

홈 › Papers

Free(): Learning to Forget in Malloc-Only Reasoning Models

2026-02-08 · Yilun Zheng, Dongyang Ma, Tian Liang, Jiahao Xu, Xinting Huang, Lihui Chen, Haitao Mi, Yan Wang arxiv

Reasoning models enhance problem-solving by scaling test-time compute, yet they face a critical paradox: excessive thinking tokens often degrade performance rather than improve it. We attribute this to a fundamental architectural flaw: standard LLMs operate as "malloc-only" engines, continuously accumulating valid and redundant steps alike without a mechanism to prune obsolete information. To break this cycle, we propose Free()LM, a model that introduces an intrinsic self-forgetting capability via the Free-Module, a plug-and-play LoRA adapter. By iteratively switching between reasoning and cleaning modes, Free()LM dynamically identifies and prunes useless context chunks, maintaining a compact and noise-free state. Extensive experiments show that Free()LM provides consistent improvements across all model scales (8B to 685B). It achieves a 3.3% average improvement over top-tier reasoning baselines, even establishing a new SOTA on IMOanswerBench using DeepSeek V3.2-Speciale. Most notably, in long-horizon tasks where the standard Qwen3-235B-A22B model suffers a total collapse (0% accuracy), Free()LM restores performance to 50%. Our findings suggest that sustainable intelligence requires the freedom to forget as much as the power to think.

📄 PDF Abstract BibTeX arXiv:2602.08030

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

F-MALLOC: Feed-forward Memory Allocation for Continual Learning in Neural Machine Translation

2024-04-07 · Junhong Wu, Yuchen Liu, Chengqing Zong

In the evolving landscape of Neural Machine Translation (NMT), the pretrain-then-finetune paradigm has yielded impressive results. However, the persistent challenge of Catastrophic Forgetting (CF) remains a hurdle. While…

Continual LearningMachine TranslationNMTTranslation

Memory Planning for Deep Neural Networks

2022-02-23 · Maksim Levental

We study memory allocation patterns in DNNs during inference, in the context of large-scale systems. We observe that such memory allocation patterns, in the context of multi-threading, are subject to high latencies, due …

Memorization

MALLOC: Benchmarking the Memory-aware Long Sequence Compression for Large Sequential Recommendation

2026-01-28 · Qihang Yu, Kairui Fu, Zhaocheng Du, Yuxuan Si 외 arxiv

The scaling law, which indicates that model performance improves with increasing dataset and model capacity, has fueled a growing trend in expanding recommendation models in both industry and academia. However, the adven…

Sequential RecommendationRecommendation Systems

Optimizing Memory Mapping Using Deep Reinforcement Learning

2023-05-11 · Pengming Wang, Mikita Sazanovich, Berkin Ilbeyi, Phitchaya Mangpo Phothilimthana 외

Resource scheduling and allocation is a critical component of many high impact systems ranging from congestion control to cloud computing. Finding more optimal solutions to these problems often has significant impact on …

Cloud ComputingDecision MakingDeep Reinforcement Learningreinforcement-learning+4

Context-Free Synthetic Data Mitigates Forgetting

2025-05-20 · Parikshit Bansal, Sujay Sanghavi

Fine-tuning a language model often results in a degradation of its existing performance on other tasks, due to a shift in the model parameters; this phenomenon is often referred to as (catastrophic) forgetting. We are in…