CLAILGDec 29, 2021

Fine-Tuning Transformers: Vocabulary Transfer

arXiv:2112.14569v227 citations
Originality Incremental advance
AI Analysis

This work addresses an incremental improvement for natural language processing practitioners by optimizing fine-tuning efficiency and effectiveness.

The paper tackled the problem of improving fine-tuning performance for transformers by introducing vocabulary transfer, which uses corpus-specific tokenization and initialization strategies, resulting in faster transfer and boosted model performance.

Transformers are responsible for the vast majority of recent advances in natural language processing. The majority of practical natural language processing applications of these models are typically enabled through transfer learning. This paper studies if corpus-specific tokenization used for fine-tuning improves the resulting performance of the model. Through a series of experiments, we demonstrate that such tokenization combined with the initialization and fine-tuning strategy for the vocabulary tokens speeds up the transfer and boosts the performance of the fine-tuned model. We call this aspect of transfer facilitation vocabulary transfer.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes