paper-with-me

홈 › Papers

Revisiting Parameter-Efficient Tuning: Are We Really There Yet?

2022-02-16 · Guanzheng Chen, Fangyu Liu, Zaiqiao Meng, Shangsong Liang

Parameter-Efficient Tuning (PETuning) methods have been deemed by many as the new paradigm for using pretrained language models (PLMs). By tuning just a fraction amount of parameters comparing to full model finetuning, PETuning methods claim to have achieved performance on par with or even better than finetuning. In this work, we take a step back and re-examine these PETuning methods by conducting the first comprehensive investigation into the training and evaluation of them. We found the problematic validation and testing practice in current studies, when accompanied by the instability nature of PETuning methods, has led to unreliable conclusions. When being compared under a truly fair evaluation protocol, PETuning cannot yield consistently competitive performance while finetuning remains to be the best-performing method in medium- and high-resource settings. We delve deeper into the cause of the instability and observed that the number of trainable parameters and training iterations are two main factors: reducing trainable parameters and prolonging training iterations may lead to higher stability in PETuning methods.

📄 PDF Abstract BibTeX arXiv:2202.07962

Code (1)

guanzhchen/petuning 공식 구현 jax

Similar Papers 제목 키워드 기반

Revisiting 3D LLM Benchmarks: Are We Really Testing 3D Capabilities?

2025-02-12 · Jiahe Jin, Yanheng He, Mingyan Yang

In this work, we identify the "2D-Cheating" problem in 3D LLM evaluation, where these tasks might be easily solved by VLMs with rendered images of point clouds, exposing ineffective evaluation of 3D LLMs' unique 3D capab…

Parameter-Efficient Transfer Learning for NLP

2019-02-02 · Neil Houlsby, Andrei Giurgiu, Stanislaw Jastrzebski, Bruna Morrone 외

Fine-tuning large pre-trained models is an effective transfer mechanism in NLP. However, in the presence of many downstream tasks, fine-tuning is parameter inefficient: an entire new model is required for every task. As …

Image ClassificationText ClassificationTransfer Learning

Revisiting the Role of Label Smoothing in Enhanced Text Sentiment Classification

2023-12-11 · Yijie Gao, Shijing Si, Hua Luo, Haixia Sun 외

Label smoothing is a widely used technique in various domains, such as text classification, image classification and speech recognition, known for effectively combating model overfitting. However, there is little fine-gr…

Classificationimage-classificationImage ClassificationSentiment Analysis+5

Are we really making much progress? Revisiting, benchmarking, and refining heterogeneous graph neural networks

2021-12-30 · Qingsong Lv, Ming Ding, Qiang Liu, Yuxiang Chen 외

Heterogeneous graph neural networks (HGNNs) have been blossoming in recent years, but the unique data processing and evaluation setups used by each work obstruct a full understanding of their advancements. In this work, …

BenchmarkingHeterogeneous Node Classification

Is Next-Chunk Reasoning RL Really Better than SFT? Revisiting Training Strategies under no-CoT Data

2026-08-24 · Yinhao Tang, Youqing Fang, Yanan Sun, Jiangning Liu 외 arxiv

Recent work proposes next-chunk reasoning RL for leveraging no-CoT data---corpora such as worked solutions and textbook derivations that contain reasoning-rich content but lack explicit chain-of-thought annotations. The …

Mathematical Reasoning