paper-with-me

홈 › Papers

Better Fine-Tuning by Reducing Representational Collapse

2020-08-06 · ICLR 2021 1 · Armen Aghajanyan, Akshat Shrivastava, Anchit Gupta, Naman Goyal, Luke Zettlemoyer, Sonal Gupta

Although widely adopted, existing approaches for fine-tuning pre-trained language models have been shown to be unstable across hyper-parameter settings, motivating recent work on trust region methods. In this paper, we present a simplified and efficient method rooted in trust region theory that replaces previously used adversarial objectives with parametric noise (sampling from either a normal or uniform distribution), thereby discouraging representation change during fine-tuning when possible without hurting performance. We also introduce a new analysis to motivate the use of trust region methods more generally, by studying representational collapse; the degradation of generalizable representations from pre-trained models as they are fine-tuned for a specific end task. Extensive experiments show that our fine-tuning method matches or exceeds the performance of previous trust region methods on a range of understanding and generation tasks (including DailyMail/CNN, Gigaword, Reddit TIFU, and the GLUE benchmark), while also being much faster. We also show that it is less prone to representation collapse; the pre-trained models maintain more generalizable representations every time they are fine-tuned.

📄 PDF Abstract BibTeX arXiv:2008.03156

Code (3)

pytorch/fairseq/tree/master/examples/rxf 공식 구현 pytorch
cliang1453/camero pytorch
cosmoquester/2021-dialogue-summary-competition pytorch

Tasks

Abstractive Text SummarizationCross-Lingual Natural Language InferenceText Summarization

Similar Papers 제목 키워드 기반

Monitoring Neural Training with Topology: A Footprint-Predictable Collapse Index

2026-04-28 · Alexander Kalinowski arxiv

Representational collapse, where embeddings become anisotropic and lose multi-scale structure, can erode downstream performance long before performance metrics react. We propose an online, topology-aware monitor for evol…

Decomposing the Depth Profile of Fine-Tuning

2026-04-19 · Jayadev Billa arxiv

Fine-tuning adapts pretrained networks to new objectives. Whether the resulting depth profile of representational change reflects an intrinsic property of the model or the magnitude of gradient flow has not been tested d…

SimSMoE: Solving Representational Collapse via Similarity Measure

2024-06-22 · Giang Do, Hung Le, Truyen Tran

Sparse mixture of experts (SMoE) have emerged as an effective approach for scaling large language models while keeping a constant computational cost. Regardless of several notable successes of SMoE, effective training su…

Mixture-of-Experts

Sparse MoE as the New Dropout: Scaling Dense and Self-Slimmable Transformers

2023-03-02 · Tianlong Chen, Zhenyu Zhang, Ajay Jaiswal, Shiwei Liu 외

Despite their remarkable achievement, gigantic transformers encounter significant drawbacks, including exorbitant computational and memory footprints during training, as well as severe collapse evidenced by a high degree…

Mixture-of-Experts

When Safety Geometry Collapses: Fine-Tuning Vulnerabilities in Agentic Guard Models

2026-04-08 · Ismail Hossain, Sai Puppala, Jannatul Ferdaus, Md Jahangir Alam 외 arxiv

A guard model fine-tuned on entirely benign data can lose all safety alignment -- not through adversarial manipulation, but through standard domain specialization. We demonstrate this failure across three purpose-built s…