ACL 2023findings1 citations

PruMUX: Augmenting Data Multiplexing with Model Compression

Yushan Su, Vishvak Murahari, Karthik Narasimhan, Kai Li

Abstract

As language models increase in size by the day, methods for efficient inference are critical to leveraging their capabilities for various applications. Prior work has investigated techniques like model pruning, knowledge distillation, and data multiplexing to increase model throughput without sacrificing accuracy. In this paper, we combine two such methods – structured pruning and data multiplexing – to compound the speedup gains obtained by either method. Our approach, PruMUX, obtains up to 7.5-29.5X throughput improvement over BERT-base model with accuracy threshold from 80% to 74%. We further study various combinations of parameters (such as sparsity and multiplexing factor) in the two techniques to provide a comprehensive analysis of the tradeoff between accuracy and throughput in the resulting models. We then propose Auto-PruMUX, a meta-level model that can predict the high-performance parameters for pruning and multiplexing given a desired accuracy loss budget, providing a practical method to leverage the combination effectively.

BibTeX
@inproceedings{su-etal-2023-prumux,
    title = "{P}ru{MUX}: Augmenting Data Multiplexing with Model Compression",
    author = "Su, Yushan  and
      Murahari, Vishvak  and
      Narasimhan, Karthik  and
      Li, Kai",
    editor = "Rogers, Anna  and
      Boyd-Graber, Jordan  and
      Okazaki, Naoaki",
    booktitle = "Findings of the Association for Computational Linguistics: ACL 2023",
    month = jul,
    year = "2023",
    address = "Toronto, Canada",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2023.findings-acl.841/",
    doi = "10.18653/v1/2023.findings-acl.841",
    pages = "13302--13315"
}
PruMUX: Augmenting Data Multiplexing with Model Compression · ACL 2023