paper-with-me

Papers

AD-DROP: Attribution-Driven Dropout for Robust Language Model Fine-Tuning

2022-10-12 · Tao Yang, Jinghao Deng, Xiaojun Quan, Qifan Wang, Shaoliang Nie

Fine-tuning large pre-trained language models on downstream tasks is apt to suffer from overfitting when limited training data is available. While dropout proves to be an effective antidote by randomly dropping a proportion of units, existing research has not examined its effect on the self-attention mechanism. In this paper, we investigate this problem through self-attention attribution and find that dropping attention positions with low attribution scores can accelerate training and increase the risk of overfitting. Motivated by this observation, we propose Attribution-Driven Dropout (AD-DROP), which randomly discards some high-attribution positions to encourage the model to make predictions by relying more on low-attribution positions to reduce overfitting. We also develop a cross-tuning strategy to alternate fine-tuning and AD-DROP to avoid dropping high-attribution positions excessively. Extensive experiments on various benchmarks show that AD-DROP yields consistent improvements over baselines. Analysis further confirms that AD-DROP serves as a strategic regularizer to prevent overfitting during fine-tuning.

📄 PDF Abstract BibTeX arXiv:2210.05883

Code (1)

taoyang225/ad-drop 공식 구현 jax

Tasks

Language ModelingLanguage Modelling

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

Handling Students Dropouts in an LLM-driven Interactive Online Course Using Language Models

2025-08-24 · Yuanchun Wang, Yiyang Fu, Jifan Yu, Daniel Zhang-Li 외 arxiv

Interactive online learning environments, represented by Massive AI-empowered Courses (MAIC), leverage LLM-driven multi-agent systems to transform passive MOOCs into dynamic, text-based platforms, enhancing interactivity…

Simplified Concrete Dropout -- Improving the Generation of Attribution Masks for Fine-grained Classification

2023-07-27 · Dimitri Korsch, Maha Shadaydeh, Joachim Denzler

Fine-grained classification is a particular case of a classification problem, aiming to classify objects that share the visual appearance and can only be distinguished by subtle differences. Fine-grained classification m…

Classification

DeltaDQ: Ultra-High Delta Compression for Fine-Tuned LLMs via Group-wise Dropout and Separate Quantization

2024-10-11 · Yanfeng Jiang, Zelan Yang, Bohua Chen, Shen Li 외

Large language models achieve exceptional performance on various downstream tasks through supervised fine-tuning. However, the diversity of downstream tasks and practical requirements makes deploying multiple full-parame…

DiversityQuantization

Revisiting Structured Dropout

2022-10-05 · Yiren Zhao, Oluwatomisin Dada, Xitong Gao, Robert D Mullins

Large neural networks are often overparameterised and prone to overfitting, Dropout is a widely used regularization technique to combat overfitting and improve model generalization. However, unstructured Dropout is not a…

Scheduling

MaxMatch-Dropout: Subword Regularization for WordPiece

2022-09-09 · COLING 2022 10 · Tatsuya Hiraoka

We present a subword regularization method for WordPiece, which uses a maximum matching algorithm for tokenization. The proposed method, MaxMatch-Dropout, randomly drops words in a search using the maximum matching algor…

Machine TranslationText ClassificationTranslation