CLOct 31, 2023

BERTwich: Extending BERT's Capabilities to Model Dialectal and Noisy Text

arXiv:2311.00116v1131 citationsh-index: 6
Originality Incremental advance
AI Analysis

This addresses a practical issue for NLP applications dealing with real-world, noisy text, though it is an incremental improvement over existing fine-tuning methods.

The paper tackled the problem of BERT's poor performance on nonstandard text like dialects and noise by introducing a method that sandwiches BERT's encoder with additional layers trained on noisy text, resulting in improved zero-shot transfer to dialectal text and reduced embedding distances between words and their noisy counterparts.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes