paper-with-me

Papers

A surprisingly simple technique to control the pretraining bias for better transfer: Expand or Narrow your representation

2023-04-11 · Florian Bordes, Samuel Lavoie, Randall Balestriero, Nicolas Ballas, Pascal Vincent

Self-Supervised Learning (SSL) models rely on a pretext task to learn representations. Because this pretext task differs from the downstream tasks used to evaluate the performance of these models, there is an inherent misalignment or pretraining bias. A commonly used trick in SSL, shown to make deep networks more robust to such bias, is the addition of a small projector (usually a 2 or 3 layer multi-layer perceptron) on top of a backbone network during training. In contrast to previous work that studied the impact of the projector architecture, we here focus on a simpler, yet overlooked lever to control the information in the backbone representation. We show that merely changing its dimensionality -- by changing only the size of the backbone's very last block -- is a remarkably effective technique to mitigate the pretraining bias. It significantly improves downstream transfer performance for both Self-Supervised and Supervised pretrained models.

📄 PDF Abstract BibTeX arXiv:2304.05369

Code (0)

등록된 구현이 없습니다.

Tasks

Self-Supervised Learning

Similar Papers 제목 키워드 기반

Investigating Bias in Multilingual Language Models: Cross-Lingual Transfer of Debiasing Techniques

2023-10-16 · Manon Reusens, Philipp Borchert, Margot Mieskes, Jochen De Weerdt 외

This paper investigates the transferability of debiasing techniques across different languages within multilingual models. We examine the applicability of these techniques in English, French, German, and Dutch. Using mul…

Cross-Lingual Transfer

RedditBias: A Real-World Resource for Bias Evaluation and Debiasing of Conversational Language Models

2021-06-07 · ACL 2021 5 · Soumya Barikeri, Anne Lauscher, Ivan Vulić, Goran Glavaš

Text representation models are prone to exhibit a range of societal biases, reflecting the non-controlled and biased nature of the underlying pretraining data, which consequently leads to severe ethical issues and even b…

Conversational Response GenerationResponse Generation

Measuring Bias of Web-filtered Text Datasets and Bias Propagation Through Training

2024-12-03 · Youssef Mansour, Reinhard Heckel

We investigate biases in pretraining datasets for large language models (LLMs) through dataset classification experiments. Building on prior work demonstrating the existence of biases in popular computer vision datasets,…

When Less is More: Investigating Data Pruning for Pretraining LLMs at Scale

2023-09-08 · Max Marion, Ahmet Üstün, Luiza Pozzobon, Alex Wang 외

Large volumes of text data have contributed significantly to the development of large language models (LLMs) in recent years. This data is typically acquired by scraping the internet, leading to pretraining datasets comp…

Memorization

An Experimental Study on Pretraining Transformers from Scratch for IR

2023-01-25 · Carlos Lassance, Hervé Déjean, Stéphane Clinchant

Finetuning Pretrained Language Models (PLM) for IR has been de facto the standard practice since their breakthrough effectiveness few years ago. But, is this approach well understood? In this paper, we study the impact o…

Passage RetrievalRerankingRetrieval