ACL 2025long0 citations

DRPruning: Efficient Large Language Model Pruning through Distributionally Robust Optimization

Hexuan Deng, Wenxiang Jiao, Xuebo Liu, Jing Li, Min Zhang, Zhaopeng Tu

Abstract

Large language models (LLMs) deliver impressive results but face challenges from increasing model sizes and computational costs. Structured pruning reduces model size and speeds up inference but often causes uneven degradation across domains, leading to biased performance. To address this, we propose *DRPruning*, a method that dynamically adjusts the data distribution during training to restore balanced performance across heterogeneous and multi-tasking data. Experiments in monolingual and multilingual settings show that DRPruning surpasses similarly sized models in both pruning and continued pretraining over perplexity, downstream tasks, and instruction tuning. Further analysis demonstrates the robustness of DRPruning towards various domains and distribution shifts. Furthermore, DRPruning can determine optimal reference losses and data ratios automatically, suggesting potential for broader applications. Code and scripts are available at https://github.com/hexuandeng/DRPruning.

BibTeX
@inproceedings{deng-etal-2025-drpruning,
    title = "{DRP}runing: Efficient Large Language Model Pruning through Distributionally Robust Optimization",
    author = "Deng, Hexuan  and
      Jiao, Wenxiang  and
      Liu, Xuebo  and
      Li, Jing  and
      Zhang, Min  and
      Tu, Zhaopeng",
    editor = "Che, Wanxiang  and
      Nabende, Joyce  and
      Shutova, Ekaterina  and
      Pilehvar, Mohammad Taher",
    booktitle = "Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
    month = jul,
    year = "2025",
    address = "Vienna, Austria",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2025.acl-long.1414/",
    doi = "10.18653/v1/2025.acl-long.1414",
    pages = "29152--29173",
    ISBN = "979-8-89176-251-0"
}
DRPruning: Efficient Large Language Model Pruning through Distributionally Robust Optimization · ACL 2025