BERTwich: Extending BERT's Capabilities to Model Dialectal and Noisy Text
Aarohi Srivastava, David Chiang

TL;DR
This paper introduces BERTwich, a method that enhances BERT's ability to understand dialectal and noisy text by adding extra encoder layers trained on noisy data, improving zero-shot transfer and embedding alignment.
Contribution
The paper proposes a novel approach of sandwiching BERT with additional encoder layers trained on noisy text, enabling better modeling of dialectal and nonstandard language.
Findings
Improved zero-shot transfer to dialectal text.
Reduced embedding distance between words and noisy variants.
Enhanced robustness of BERT to nonstandard language.
Abstract
Real-world NLP applications often deal with nonstandard text (e.g., dialectal, informal, or misspelled text). However, language models like BERT deteriorate in the face of dialect variation or noise. How do we push BERT's modeling capabilities to encompass nonstandard text? Fine-tuning helps, but it is designed for specializing a model to a task and does not seem to bring about the deeper, more pervasive changes needed to adapt a model to nonstandard language. In this paper, we introduce the novel idea of sandwiching BERT's encoder stack between additional encoder layers trained to perform masked language modeling on noisy text. We find that our approach, paired with recent work on including character-level noise in fine-tuning data, can promote zero-shot transfer to dialectal text, as well as reduce the distance in the embedding space between words and their noisy counterparts.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Text Readability and Simplification
MethodsRefunds@Expedia|||How do I get a full refund from Expedia? · Multi-Head Attention · Attention Is All You Need · Layer Normalization · Linear Layer · Weight Decay · Softmax · Linear Warmup With Linear Decay · Adam · Attention Dropout
