CLMay 25, 2021

Empirical Error Modeling Improves Robustness of Noisy Neural Sequence Labeling

arXiv:2105.11872v1713 citations
Originality Incremental advance
AI Analysis

This addresses robustness issues in sequence labeling for noisy user-generated or OCR text, representing an incremental improvement over existing noise-aware training methods.

The paper tackles the problem of sequence labeling systems failing on noisy text by proposing an empirical error generation approach using a sequence-to-sequence model trained on OCR-generated parallel text, which outperformed baseline methods on noisy datasets.

Despite recent advances, standard sequence labeling systems often fail when processing noisy user-generated text or consuming the output of an Optical Character Recognition (OCR) process. In this paper, we improve the noise-aware training method by proposing an empirical error generation approach that employs a sequence-to-sequence model trained to perform translation from error-free to erroneous text. Using an OCR engine, we generated a large parallel text corpus for training and produced several real-world noisy sequence labeling benchmarks for evaluation. Moreover, to overcome the data sparsity problem that exacerbates in the case of imperfect textual input, we learned noisy language model-based embeddings. Our approach outperformed the baseline noise generation and error correction techniques on the erroneous sequence labeling data sets. To facilitate future research on robustness, we make our code, embeddings, and data conversion scripts publicly available.

Code Implementations1 repo
Foundations

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

Your Notes