paper-with-me

홈 › Papers

Information Guided Regularization for Fine-tuning Language Models

2024-06-20 · Mandar Sharma, Nikhil Muralidhar, Shengzhe Xu, Raquib Bin Yousuf, Naren Ramakrishnan

The pretraining-fine-tuning paradigm has been the de facto strategy for transfer learning in modern language modeling. With the understanding that task adaptation in LMs is often a function of parameters shared across tasks, we argue that a more surgical approach to regularization needs to exist for smoother transfer learning. Towards this end, we investigate how the pretraining loss landscape is affected by these task-sensitive parameters through an information-theoretic lens. We then leverage the findings from our investigations to devise a novel approach to dropout for improved model regularization and better downstream generalization. This approach, named guided dropout, is both task & architecture agnostic and adds no computational overhead to the fine-tuning process. Through empirical evaluations, we showcase that our approach to regularization yields consistently better performance, even in scenarios of data paucity, compared to standardized baselines.

📄 PDF Abstract BibTeX arXiv:2406.14005

Code (1)

mandar-sharma/guided-dropout 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingTransfer Learning

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

AlignGuard-LoRA: Alignment-Preserving Fine-Tuning via Fisher-Guided Decomposition and Riemannian-Geodesic Collision Regularization

2025-08-04 · Amitava Das, Abhilekh Borah, Vinija Jain, Aman Chadha arxiv

Low-rank adaptation (LoRA) has become a standard tool for efficiently fine-tuning large language models (LLMs). Yet, even minor LoRA updates can induce alignment drift, weakening safety and behavioral constraints through…

Learning Taxonomic Trees with Hierarchical Representation Regularization for Large Multimodal Models

2026-07-03 · Hulingxiao He, Zhi Tan, Yuxin Peng arxiv

Taxonomies provide key information about the semantic relationships between concepts and the inherent organization of vision and language. Despite their impressive capabilities, large multimodal models (LMMs) often lack …

Task-guided Disentangled Tuning for Pretrained Language Models

2022-03-22 · Findings (ACL) 2022 5 · Jiali Zeng, Yufan Jiang, Shuangzhi Wu, Yongjing Yin 외

Pretrained language models (PLMs) trained on large-scale unlabeled corpus are typically fine-tuned on task-specific downstream datasets, which have produced state-of-the-art results on various NLP tasks. However, the dat…

Entropy-guided sequence weighting for efficient exploration in RL-based LLM fine-tuning

2025-03-28 · Abdullah Vanlioglu

We introduce Entropy-Guided Sequence Weighting (EGSW), a novel approach that enhances the exploration-exploitation tradeoff by dynamically assigning weights to generated outputs based on their advantage and entropy for R…

Efficient ExplorationLanguage ModelingLanguage ModellingLarge Language Model+3

Countering Reward Over-optimization in LLM with Demonstration-Guided Reinforcement Learning

2024-04-30 · Mathieu Rita, Florian Strub, Rahma Chaabouni, Paul Michel 외

While Reinforcement Learning (RL) has been proven essential for tuning large language models (LLMs), it can lead to reward over-optimization (ROO). Existing approaches address ROO by adding KL regularization, requiring c…

Reinforcement Learning (RL)Text Generation