CLJun 25, 2020

Normalizing Text using Language Modelling based on Phonetics and String Similarity

arXiv:2006.14116v1
Originality Incremental advance
AI Analysis

This addresses text normalization for applications like translation and speech synthesis, but it is incremental as it builds on existing language models with novel masking techniques.

The paper tackles the problem of normalizing informal or adversarially altered text, such as from social media, by proposing a model that uses BERT with phonetic and string similarity-based masking strategies, achieving accuracies of 86.7% and 83.2% in human evaluations.

Social media networks and chatting platforms often use an informal version of natural text. Adversarial spelling attacks also tend to alter the input text by modifying the characters in the text. Normalizing these texts is an essential step for various applications like language translation and text to speech synthesis where the models are trained over clean regular English language. We propose a new robust model to perform text normalization. Our system uses the BERT language model to predict the masked words that correspond to the unnormalized words. We propose two unique masking strategies that try to replace the unnormalized words in the text with their root form using a unique score based on phonetic and string similarity metrics.We use human-centric evaluations where volunteers were asked to rank the normalized text. Our strategies yield an accuracy of 86.7% and 83.2% which indicates the effectiveness of our system in dealing with text normalization.

Foundations

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

Your Notes