# Pruning Weights but Not Truth: Safeguarding Truthfulness While Pruning LLMs

**Authors:** Yao Fu, Runchao Li, Xianxuan Long, Haotian Yu, Xiaotian Han, Yu Yin, and Pan Li

arXiv: 2509.00096 · 2025-09-04

## TL;DR

This paper introduces TPLO, a pruning method that preserves LLMs' lie detection abilities by focusing on activation outliers, enabling effective pruning without sacrificing truthfulness detection.

## Contribution

We propose a novel pruning approach, TPLO, that maintains LLMs' lie detection capabilities by emphasizing layers with activation outliers, addressing a key challenge in model pruning.

## Key findings

- TPLO achieves 88% accuracy in hallucination detection at 50% sparsity.
- Pruning with TPLO preserves LLMs' performance on TruthfulQA.
- Naive pruning methods fail to retain lie detection features.

## Abstract

Neural network pruning has emerged as a promising approach for deploying LLMs in low-resource scenarios while preserving downstream task performance. However, for the first time, we reveal that such pruning disrupts LLMs' internal activation features crucial for lie detection, where probing classifiers (typically small logistic regression models) trained on these features assess the truthfulness of LLM-generated statements. This discovery raises a crucial open question: how can we prune LLMs without sacrificing these critical lie detection capabilities? Our investigation further reveals that naively adjusting layer-wise pruning sparsity based on importance inadvertently removes crucial weights, failing to improve lie detection performance despite its reliance on the most crucial LLM layer. To address this issue, we propose Truthful Pruning aligned by Layer-wise Outliers (TPLO), which places greater emphasis on layers with more activation outliers and stronger discriminative features simultaneously. This preserves LLMs' original performance while retaining critical features of inner states needed for robust lie detection. Moreover, we introduce a prompting rule to enrich the TruthfulQA benchmark for better calibrating LLM pruning. Empirical results show that our approach improves the hallucination detection for pruned LLMs (achieving 88% accuracy at 50% sparsity) and enhances their performance on TruthfulQA.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/2509.00096/full.md

## Figures

11 figures with captions in the complete paper: https://tomesphere.com/paper/2509.00096/full.md

## References

42 references — full list in the complete paper: https://tomesphere.com/paper/2509.00096/full.md

---
Source: https://tomesphere.com/paper/2509.00096