CLMar 27, 2019

Multilevel Text Normalization with Sequence-to-Sequence Networks and Multisource Learning

arXiv:1903.11340v22 citations
Originality Incremental advance
AI Analysis

This addresses text normalization for NLP applications, but it is incremental as it builds on existing neural frameworks with added mechanisms.

The paper tackled the problem of multilevel text normalization by integrating traditional NLP tasks into a neural sequence-to-sequence framework, resulting in consistent improvements across all three steps compared to current methods.

We define multilevel text normalization as sequence-to-sequence processing that transforms naturally noisy text into a sequence of normalized units of meaning (morphemes) in three steps: 1) writing normalization, 2) lemmatization, 3) canonical segmentation. These steps are traditionally considered separate NLP tasks, with diverse solutions, evaluation schemes and data sources. We exploit the fact that all these tasks involve sub-word sequence-to-sequence transformation to propose a systematic solution for all of them using neural encoder-decoder technology. The specific challenge that we tackle in this paper is integrating the traditional know-how on separate tasks into the neural sequence-to-sequence framework to improve the state of the art. We address this challenge by enriching the general framework with mechanisms that allow processing the information on multiple levels of text organization (characters, morphemes, words, sentences) in combination with structural information (multilevel language model, part-of-speech) and heterogeneous sources (text, dictionaries). We show that our solution consistently improves on the current methods in all three steps. In addition, we analyze the performance of our system to show the specific contribution of the integrating components to the overall improvement.

Foundations

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

Your Notes