ACL 2025finding0 citations

MeMoTune: A Measure and Moment-Driven Fine-Tuning Framework for Quantized Large Language Models

Yun Zhang, Xue Geng, Lizi Liao, Jintong Sun, Minghe Yu, Ge Yu

Abstract

Quantizing large language models (LLMs) is essential for reducing memory and computational costs in natural language processing. Existing methods combine quantization with parameter-efficient fine-tuning but often fail to meet practical performance requirements. This paper introduces MeMoTune, a novel fine-tuning framework for quantized LLMs. By employing a measure and moment approach within a low-rank approximation framework in probability measure space, MeMoTune optimizes the objective function for superior fine-tuning results. The update process is further refined through scaled gradient, enhancing convergence efficiency and noise robustness. Experiments on tasks like text generation, summarization, and understanding show MeMoTune significantly outperforms state-of-the-art methods, e.g. fine-tuning Llama2-13B on GSM8K improves accuracy by 5.5%, while fine-tuning DeBERTaV3-base on CoLA of GLUE increases Matthews correlation by 1.7%. The code is publicly available at: https://github.com/hddyyyb/MeMoTune.

BibTeX
@inproceedings{zhang-etal-2025-memotune,
    title = "{M}e{M}o{T}une: A Measure and Moment-Driven Fine-Tuning Framework for Quantized Large Language Models",
    author = "Zhang, Yun  and
      Geng, Xue  and
      Liao, Lizi  and
      Sun, Jintong  and
      Yu, Minghe  and
      Yu, Ge",
    editor = "Che, Wanxiang  and
      Nabende, Joyce  and
      Shutova, Ekaterina  and
      Pilehvar, Mohammad Taher",
    booktitle = "Findings of the Association for Computational Linguistics: ACL 2025",
    month = jul,
    year = "2025",
    address = "Vienna, Austria",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2025.findings-acl.208/",
    doi = "10.18653/v1/2025.findings-acl.208",
    pages = "4036--4050",
    ISBN = "979-8-89176-256-5"
}