paper-with-me

Papers

Finding and Reactivating Post-Trained LLMs' Hidden Safety Mechanisms

2026-03-10 · Mingjie Li, Wai Man Si, Michael Backes, Yang Zhang, Yisen Wang arxiv

Despite the impressive performance of general-purpose large language models (LLMs), they often require fine-tuning or post-training to excel at specific tasks. For instance, large reasoning models (LRMs), such as the DeepSeek-R1 series, demonstrate strong reasoning capabilities after post-training different general large language models on diverse chain-of-thought (CoT) datasets. However, this additional training frequently comes at the cost of reduced safety, as the fine-tuned or post-trained models tend to exhibit more harmful behaviors compared with the regular LLMs before post-training or fine-tuning, potentially leading to harmful outcomes due to their enhanced capabilities. Taking LRMs as an example, we first investigate the underlying cause of this safety degradation in this paper. Our analysis reveals that post-training can mask the original safety mechanisms of the base LLM, while over-amplifying representations related to their post-training ability. But luckily, we also find that LRMs' safety mechanisms still exist instead of being removed during their post-training. Based on these findings, we propose a lightweight and cost-effective solution called SafeReAct that restores the suppressed safety behaviors by aligning with LoRA adapters on a few layers. Experiments on four state-of-the-art LRMs show that our method significantly improves safety on harmful prompts without compromising reasoning performance. Besides LRMs, additional results on other domain-specific LLMs, like medical models, further confirm the generality and effectiveness of our approach.

📄 PDF Abstract BibTeX arXiv:2604.00012

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

How Post-Training Reshapes LLMs: A Mechanistic View on Knowledge, Truthfulness, Refusal, and Confidence

2025-04-03 · Hongzhe Du, Weikai Li, Min Cai, Karim Saraipour 외

Post-training is essential for the success of large language models (LLMs), transforming pre-trained base models into more useful and aligned post-trained models. While plenty of works have studied post-training algorith…

Large Language Models Develop Belief State Geometry In-Context

2026-09-15 · Daniel Balcells, Andrew Jun Lee, Chirag Rastogi, Paul M. Riechers 외 arxiv

Large language models (LLMs) trained on next-token prediction exhibit remarkable in-context learning (ICL) abilities, yet the representations that support ICL remain poorly understood. We consider such representations in…

The Interlocutor Effect: Why LLMs Leak More Personal Data to Agents Than Humans

2026-04-26 · Faouzi El Yagoubi, Godwin Badu-Marfo, Ranwa Al Mallah arxiv

Large Language Models (LLMs) alter their privacy behavior based on the perceived identity of their interlocutor. While safety mechanisms typically prevent LLMs from releasing Personally Identifiable Information (PII) to …

Future Confidence Distillation in Large Language Models

2026-07-08 · Sahil Kale arxiv

Reliable confidence estimation is essential for deploying large language models (LLMs) in confidence-aware systems, where downstream decisions such as retrieval, tool use, and adaptive computation depend on accurately es…

Answer Generation

Topology-Aware Revival for Efficient Sparse Training

2026-02-04 · Meiling Jin, Fei Wang, Xiaoyun Yuan, Chen Qian 외 arxiv

Static sparse training is a promising route to efficient learning by committing to a fixed mask pattern, yet the constrained structure reduces robustness. Early pruning decisions can lock the network into a brittle struc…

Reinforcement Learning