paper-with-me

홈 › Papers

Reversing Large Language Models for Efficient Training and Fine-Tuning

2025-11-27 · Eshed Gal, Moshe Eliasof, Javier Turek, Uri Ascher, Eran Treister, Eldad Haber arxiv

Large Language Models (LLMs) are known for their expensive and time-consuming training. Thus, oftentimes, LLMs are fine-tuned to address a specific task, given the pretrained weights of a pre-trained LLM considered a foundation model. In this work, we introduce memory-efficient, reversible architectures for LLMs, inspired by symmetric and symplectic differential equations, and investigate their theoretical properties. Different from standard, baseline architectures that store all intermediate activations, the proposed models use time-reversible dynamics to retrieve hidden states during backpropagation, relieving the need to store activations. This property allows for a drastic reduction in memory consumption, allowing for the processing of larger batch sizes for the same available memory, thereby offering improved throughput. In addition, we propose an efficient method for converting existing, non-reversible LLMs into reversible architectures through fine-tuning, rendering our approach practical for exploiting existing pre-trained models. Our results show comparable or improved performance on several datasets and benchmarks, on several LLMs, building a scalable and efficient path towards reducing the memory and computational costs associated with both training from scratch and fine-tuning of LLMs.

📄 PDF Abstract BibTeX arXiv:2512.02056

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Emergent Misalignment Can Be Induced by Sycophancy and Reversed via Alignment Gating

2026-06-08 · Sicheng Wang, Xiangyang Zhu, Han Wang, Zongrui Wang 외 arxiv

Prior work has shown that fine-tuning large language models on malicious or incorrect outputs in narrow domains can induce broad misalignment and harmful behavior, a phenomenon known as emergent misalignment. However, ef…

SoK: AI-Augmented Binary Reversing

2026-06-16 · Yujeong Kwon, Yiyue Zhang, Shakhzod Yuldoshkhujaev, Kexin Pei 외 arxiv

Binary reversing is fundamental to software understanding, vulnerability discovery, malware investigation, and firmware auditing. However, it remains inherently challenging due to the lossy transformation of semantic inf…

CLIP Tricks You: Training-free Token Pruning for Efficient Pixel Grounding in Large VIsion-Language Models

2026-05-13 · Sangin Lee, Yukyung Choi arxiv

In large vision-language models, visual tokens typically constitute the majority of input tokens, leading to substantial computational overhead. To address this, recent studies have explored pruning redundant or less inf…

Reverse Training to Nurse the Reversal Curse

2024-03-20 · Olga Golovneva, Zeyuan Allen-Zhu, Jason Weston, Sainbayar Sukhbaatar

Large language models (LLMs) have a surprising failure: when trained on "A has a feature B", they do not generalize to "B is a feature of A", which is termed the Reversal Curse. Even when training with trillions of token…

Emulated Disalignment: Safety Alignment for Large Language Models May Backfire!

2024-02-19 · Zhanhui Zhou, Jie Liu, Zhichen Dong, Jiaheng Liu 외

Large language models (LLMs) undergo safety alignment to ensure safe conversations with humans. However, this paper introduces a training-free attack method capable of reversing safety alignment, converting the outcomes …

Language ModelingLanguage ModellingSafety Alignment