# Spatio-Temporal Pruning for Compressed Spiking Large Language Models

**Authors:** Yi Jiang, Malyaban Bal, Brian Matejek, Susmit Jha, Adam Cobb, Abhronil Sengupta

arXiv: 2508.20122 · 2025-08-29

## TL;DR

This paper introduces a novel spatio-temporal pruning framework for Spiking Large Language Models, significantly reducing computational complexity and inference latency while maintaining high performance, thus enabling energy-efficient NLP applications on edge devices.

## Contribution

It presents the first combined approach of spatial and temporal pruning, quantization, and distillation for Spiking LLMs, enhancing their efficiency and practicality.

## Key findings

- Reduced active neurons and attention heads with spatial pruning.
- Minimized inference latency through dynamic temporal adjustment.
- Demonstrated improved efficiency on GLUE benchmark with SpikingBERT.

## Abstract

Large Language Models (LLMs) present significant challenges for deployment in energy-constrained environments due to their large model sizes and high inference latency. Spiking Neural Networks (SNNs), inspired by the sparse event-driven neural processing and energy-efficient information transmission in the brain, offer a promising alternative for achieving low-power computing. Integrating the event-driven efficiency of spiking neurons with the advanced capabilities of LLMs represents a promising direction for power-efficient LLMs. This work specifically delves into the design of compressed spiking LLMs. Here, we revisit spatial and temporal pruning from the perspective of SNNs and propose a novel spatio-temporal pruning framework for Spiking LLMs to optimize computational efficiency while preserving high performance. Our spatial pruning technique reduces the number of active neurons and attention heads, effectively lowering the computational complexity of the model. Meanwhile, temporal pruning minimizes inference latency by dynamically adjusting the number of timesteps required for different layers. By combining these approaches with other compression techniques, we present the first work in the domain of Spiking LLMs to jointly explore spatial pruning, temporal pruning, extreme quantization and knowledge distillation strategies. Extensive experimental evaluation of our proposed framework for SpikingBERT on the large-scale GLUE benchmark demonstrates the efficacy of our approach in terms of computational operations and inference latency. Our approach offers a compelling solution for real-time, low-power natural language processing applications, making Spiking LLMs more practical for deployment on edge devices and in power-constrained settings.

## Full text

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

## Figures

12 figures with captions in the complete paper: https://tomesphere.com/paper/2508.20122/full.md

## References

44 references — full list in the complete paper: https://tomesphere.com/paper/2508.20122/full.md

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