paper-with-me

홈 › Papers

oBERTa: Improving Sparse Transfer Learning via improved initialization, distillation, and pruning regimes

2023-03-30 · Daniel Campos, Alexandre Marques, Mark Kurtz, ChengXiang Zhai

In this paper, we introduce the range of oBERTa language models, an easy-to-use set of language models which allows Natural Language Processing (NLP) practitioners to obtain between 3.8 and 24.3 times faster models without expertise in model compression. Specifically, oBERTa extends existing work on pruning, knowledge distillation, and quantization and leverages frozen embeddings improves distillation and model initialization to deliver higher accuracy on a broad range of transfer tasks. In generating oBERTa, we explore how the highly optimized RoBERTa differs from the BERT for pruning during pre-training and finetuning. We find it less amenable to compression during fine-tuning. We explore the use of oBERTa on seven representative NLP tasks and find that the improved compression techniques allow a pruned oBERTa model to match the performance of BERTbase and exceed the performance of Prune OFA Large on the SQUAD V1.1 Question Answering dataset, despite being 8x and 2x, respectively faster in inference. We release our code, training regimes, and associated model for broad usage to encourage usage and experimentation

📄 PDF Abstract BibTeX arXiv:2303.17612

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationModel CompressionQuantizationQuestion AnsweringTransfer Learning

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Multi-Head Attention 설명 없음
Attention 설명 없음
Pruning 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Renofeation: A Simple Transfer Learning Method for Improved Adversarial Robustness

2020-02-07 · Ting-Wu Chin, Cha Zhang, Diana Marculescu

Fine-tuning through knowledge transfer from a pre-trained model on a large-scale dataset is a widely spread approach to effectively build models on small-scale datasets. In this work, we show that a recent adversarial at…

Adversarial AttackAdversarial RobustnessTransfer Learning

Model Distillation with Knowledge Transfer from Face Classification to Alignment and Verification

2017-09-09 · ICLR 2018 1 · Chong Wang, Xipeng Lan, Yangang Zhang

Knowledge distillation is a potential solution for model compression. The idea is to make a small student network imitate the target of a large teacher network, then the student network can be competitive to the teacher …

ClassificationFace RecognitionGeneral ClassificationKnowledge Distillation+3

Beyond GRPO and On-Policy Distillation: An Empirical Sparse-to-Dense Reward Principle for Language-Model Post-Training

2026-05-12 · Yuanda Xu, Hejian Sang, Zhengze Zhou, Ran He 외 arxiv

In settings where labeled verifiable training data is the binding constraint, each checked example should be allocated to the model and reward density where it is most informative. We identify a reward-density principle …

Sparse Distillation: Speeding Up Text Classification by Using Bigger Student Models

2021-10-16 · NAACL 2022 7 · Qinyuan Ye, Madian Khabsa, Mike Lewis, Sinong Wang 외

Distilling state-of-the-art transformer models into lightweight student models is an effective way to reduce computation cost at inference time. The student models are typically compact transformers with fewer parameters…

ClassificationDomain GeneralizationPrivacy PreservingSentence+3

Chain-based Distillation for Effective Initialization of Variable-Sized Small Language Models

2026-05-08 · Boyu Shi, YiCheng Jiang, Chang Liu, Qiufeng Wang 외 arxiv

Large language models (LLMs) achieve strong performance but remain costly to deploy in resource-constrained settings. Training small language models (SLMs) from scratch is computationally expensive, while conventional kn…

Knowledge Distillation