paper-with-me

Papers

Exploring the Impact of Model Scaling on Parameter-Efficient Tuning

2023-06-04 · Yusheng Su, Chi-Min Chan, Jiali Cheng, Yujia Qin, Yankai Lin, Shengding Hu, Zonghan Yang, Ning Ding, Xingzhi Sun, Guotong Xie, Zhiyuan Liu, Maosong Sun

Parameter-efficient tuning (PET) methods can effectively drive extremely large pre-trained language models (PLMs) by training only minimal parameters. Different PET methods utilize different manually designed tunable modules. In small PLMs, there are usually noticeable performance differences among PET methods. Nevertheless, as the model scale increases, the performance differences become marginal. Hence, we hypothesize that model scaling mitigates the impact of design differences on PET methods. To investigate this hypothesis, we introduce a more flexible PET method called Arbitrary PET (APET) method. The APET method is compatible with a tunable module, which consists of any number of parameters distributed in arbitrary positions. Then, we utilize it and conduct experiments on 11 NLP tasks across 3 representative PLMs. Our investigations reveal that model scaling (1) mitigates the effects of the positions of tunable parameters on performance, and (2) enables tuning methods to achieve performance comparable to full-parameter fine-tuning by optimizing fewer tunable parameters. Intriguingly, we also observe that tuning methods optimize the similar number of tunable parameters to exceed random guess performance on different tasks. We collectively discuss this phenomenon and the two aforementioned findings from an optimization perspective to understand the underlying mechanisms. These conclusions enhance our understanding of the impact of model scaling on PET and assist in designing more effective and efficient PET methods for PLMs of different scales. The source code can be obtained from this GitHub repository: \url{https://github.com/yushengsu-thu/PET_Scaling}.

📄 PDF Abstract BibTeX arXiv:2306.02320

Code (1)

yushengsu-thu/pet_scaling 공식 구현 jax

Similar Papers 제목 키워드 기반

Parametric Scaling Law of Tuning Bias in Conformal Prediction

2025-02-05 · Hao Zeng, Kangdao Liu, BingYi Jing, Hongxin Wei

Conformal prediction is a popular framework of uncertainty quantification that constructs prediction sets with coverage guarantees. To uphold the exchangeability assumption, many conformal prediction methods necessitate …

Conformal PredictionHoldout SetPredictionUncertainty Quantification

Evaluating the Impact of Model Scale for Compositional Generalization in Semantic Parsing

2022-05-24 · Linlu Qiu, Peter Shaw, Panupong Pasupat, Tianze Shi 외

Despite their strong performance on many tasks, pre-trained language models have been shown to struggle on out-of-distribution compositional generalization. Meanwhile, recent work has shown considerable improvements on m…

DecoderIn-Context LearningLanguage ModellingSemantic Parsing+1

Exploring the Impact of Instruction Data Scaling on Large Language Models: An Empirical Study on Real-World Use Cases

2023-03-26 · Yunjie Ji, Yong Deng, Yan Gong, Yiping Peng 외

The success of ChatGPT has recently attracted numerous efforts to replicate it, with instruction-tuning strategies being a key factor in achieving remarkable results. Instruction-tuning not only significantly enhances th…

Math

Scaling Laws for Forgetting When Fine-Tuning Large Language Models

2024-01-11 · Damjan Kalajdzievski

We study and quantify the problem of forgetting when fine-tuning pre-trained large language models (LLMs) on a downstream task. We find that parameter-efficient fine-tuning (PEFT) strategies, such as Low-Rank Adapters (L…

parameter-efficient fine-tuning

Downscaling Intelligence: Exploring Perception and Reasoning Bottlenecks in Small Multimodal Models

2025-11-21 · Mark Endo, Serena Yeung-Levy arxiv

Scaling up multimodal models has enabled remarkable advances in visual understanding and reasoning, but practical demands call for smaller, efficient systems. In this work, we conduct a principled analysis of downscaling…

Visual Reasoning