paper-with-me

홈 › Papers

Enabling Lightweight Fine-tuning for Pre-trained Language Model Compression based on Matrix Product Operators

2021-06-04 · ACL 2021 5 · Peiyu Liu, Ze-Feng Gao, Wayne Xin Zhao, Z. Y. Xie, Zhong-Yi Lu, Ji-Rong Wen

This paper presents a novel pre-trained language models (PLM) compression approach based on the matrix product operator (short as MPO) from quantum many-body physics. It can decompose an original matrix into central tensors (containing the core information) and auxiliary tensors (with only a small proportion of parameters). With the decomposed MPO structure, we propose a novel fine-tuning strategy by only updating the parameters from the auxiliary tensors, and design an optimization algorithm for MPO-based approximation over stacked network architectures. Our approach can be applied to the original or the compressed PLMs in a general way, which derives a lighter network and significantly reduces the parameters to be fine-tuned. Extensive experiments have demonstrated the effectiveness of the proposed approach in model compression, especially the reduction in finetuning parameters (91% reduction on average).

📄 PDF Abstract BibTeX arXiv:2106.02205

Code (1)

RUCAIBox/MPOP 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingModel Compression

Similar Papers 제목 키워드 기반

Ensembles and Cocktails: Robust Finetuning for Natural Language Generation

2021-09-29 · John Hewitt, Xiang Lisa Li, Sang Michael Xie, Benjamin Newman 외

When finetuning a pretrained language model for natural language generation tasks, one is currently faced with a tradeoff. Lightweight finetuning (e.g., prefix-tuning, adapters), which freezes all or most of the paramete…

Language ModellingText Generation

LoRA Fine-Tuning Without GPUs: A CPU-Efficient Meta-Generation Framework for LLMs

2025-07-02 · Reza Arabpour, Haitz Sáez de Ocáriz Borde, Anastasis Kratsios

Low-Rank Adapters (LoRAs) have transformed the fine-tuning of Large Language Models (LLMs) by enabling parameter-efficient updates. However, their widespread adoption remains limited by the reliance on GPU-based training…

CPUGPU

An Efficient Training Pipeline for Reasoning Graphical User Interface Agents

2025-11-11 · Georgios Pantazopoulos, Eda B. Özyiğit arxiv

Visual grounding is the task of localising image regions from natural language queries and is critical for reasoning capable Graphical User Interface agents. Many existing methods rely on massive, noisy synthetic dataset…

parameter-efficient fine-tuningNatural Language QueriesReinforcement LearningMultimodal Reasoning

Q-Adapter: Visual Query Adapter for Extracting Textually-related Features in Video Captioning

2025-10-11 · Junan Chen, Trung Thanh Nguyen, Takahiro Komamizu, Ichiro Ide arxiv

Recent advances in video captioning are driven by large-scale pretrained models, which follow the standard "pre-training followed by fine-tuning" paradigm, where the full model is fine-tuned for downstream tasks. Althoug…

parameter-efficient fine-tuningVideo Captioning

LitE-SQL: A Lightweight and Efficient Text-to-SQL Framework with Vector-based Schema Linking and Execution-Guided Self-Correction

2025-10-10 · Shengmin Piao, Jieun Lee, Sanghyun Park arxiv

The Text-to-SQL task translates natural language questions into SQL queries, enabling intuitive database interaction for non-experts. While recent methods leveraging Large Language Models (LLMs) achieve strong performanc…