paper-with-me

홈 › Papers

BERT Busters: Outlier Dimensions that Disrupt Transformers

2021-05-14 · Findings (ACL) 2021 8 · Olga Kovaleva, Saurabh Kulshreshtha, Anna Rogers, Anna Rumshisky

Multiple studies have shown that Transformers are remarkably robust to pruning. Contrary to this received wisdom, we demonstrate that pre-trained Transformer encoders are surprisingly fragile to the removal of a very small number of features in the layer outputs (<0.0001% of model weights). In case of BERT and other pre-trained encoder Transformers, the affected component is the scaling factors and biases in the LayerNorm. The outliers are high-magnitude normalization parameters that emerge early in pre-training and show up consistently in the same dimensional position throughout the model. We show that disabling them significantly degrades both the MLM loss and the downstream task performance. This effect is observed across several BERT-family models and other popular pre-trained Transformer architectures, including BART, XLNet and ELECTRA; we also show a similar effect in GPT-2.

📄 PDF Abstract BibTeX arXiv:2105.06990

Code (0)

등록된 구현이 없습니다.

Tasks

Position

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Linear Warmup With Cosine Annealing Linear Warmup With Cosine Annealing is a learning rate schedule where we increase the learning rate linearly for $n$ updates and then anneal according to a cosine schedule…
Discriminative Fine-Tuning Discriminative Fine-Tuning is a fine-tuning strategy that is used for ULMFiT type models. Instead of using the same learning rate…
GPT-2 GPT-2 is a Transformer architecture that was notable for its size (1.5 billion parameters) on its release. The…

Similar Papers 제목 키워드 기반

Outliers Dimensions that Disrupt Transformers Are Driven by Frequency

2022-05-23 · Giovanni Puccetti, Anna Rogers, Aleksandr Drozd, Felice Dell'Orletta

While Transformer-based language models are generally very robust to pruning, there is the recently discovered outlier phenomenon: disabling only 48 out of 110M parameters in BERT-base drops its performance by nearly 30%…

IITR CodeBusters at SemEval-2022 Task 5: Misogyny Identification using Transformers

2022-07-01 · SemEval (NAACL) 2022 7 · Gagan Sharma, Gajanan Sunil Gitte, Shlok Goyal, Raksha Sharma

This paper presents our submission to task 5 ( Multimedia Automatic Misogyny Identification) of the SemEval 2022 competition. The purpose of the task is to identify given memes as misogynistic or not and further label th…

NCU-NLP at ROCLING-2021 Shared Task: Using MacBERT Transformers for Dimensional Sentiment Analysis

2021-10-01 · ROCLING 2021 10 · Man-Chen Hung, Chao-Yi Chen, Pin-Jung Chen, Lung-Hao Lee

We use the MacBERT transformers and fine-tune them to ROCLING-2021 shared tasks using the CVAT and CVAS data. We compare the performance of MacBERT with the other two transformers BERT and RoBERTa in the valence and arou…

Sentiment Analysis

An Isotropy Analysis in the Multilingual BERT Embedding Space

2021-10-09 · Findings (ACL) 2022 5 · Sara Rajaee, Mohammad Taher Pilehvar

Several studies have explored various advantages of multilingual pre-trained models (such as multilingual BERT) in capturing shared linguistic knowledge. However, less attention has been paid to their limitations. In thi…

Semantic SimilaritySemantic Textual Similarity

Exploring Anisotropy and Outliers in Multilingual Language Models for Cross-Lingual Semantic Sentence Similarity

2023-06-01 · Katharina Hämmerl, Alina Fastowski, Jindřich Libovický, Alexander Fraser

Previous work has shown that the representations output by contextual language models are more anisotropic than static type embeddings, and typically display outlier dimensions. This seems to be true for both monolingual…

Semantic SimilaritySemantic Textual SimilaritySentenceSentence Similarity