paper-with-me

Papers

Empirical Error Modeling Improves Robustness of Noisy Neural Sequence Labeling

2021-05-25 · Findings (ACL) 2021 8 · Marcin Namysl, Sven Behnke, Joachim köhler

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.

📄 PDF Abstract BibTeX arXiv:2105.11872

Code (1)

mnamysl/nat-acl2021 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingOptical Character RecognitionOptical Character Recognition (OCR)Translation

Similar Papers 제목 키워드 기반

Matrix Smoothing: A Regularization for DNN with Transition Matrix under Noisy Labels

2020-03-26 · Xianbin Lv, Dongxian Wu, Shu-Tao Xia

Training deep neural networks (DNNs) in the presence of noisy labels is an important and challenging task. Probabilistic modeling, which consists of a classifier and a transition matrix, depicts the transformation from t…

From Invariant Representations to Invariant Data: Provable Robustness to Spurious Correlations via Noisy Counterfactual Matching

2025-05-30 · Ruqi Bai, Yao Ji, Zeyu Zhou, David I. Inouye

Spurious correlations can cause model performance to degrade in new environments. Prior causality-inspired works aim to learn invariant representations (e.g., IRM) but typically underperform empirical risk minimization (…

counterfactualDiversity

Error Norm Truncation: Robust Training in the Presence of Data Noise for Text Generation Models

2023-10-02 · Tianjian Li, Haoran Xu, Philipp Koehn, Daniel Khashabi 외

Text generation models are notoriously vulnerable to errors in the training data. With the wide-spread availability of massive amounts of web-crawled data becoming more commonplace, how can we enhance the robustness of m…

Language ModelingLanguage ModellingMachine TranslationText Generation+2

Per-Example Gradient Regularization Improves Learning Signals from Noisy Data

2023-03-31 · Xuran Meng, Yuan Cao, Difan Zou

Gradient regularization, as described in \citet{barrett2021implicit}, is a highly effective technique for promoting flat minima during gradient descent. Empirical evidence suggests that this regularization technique can …

Deep LearningMemorization

Spoken Language Intent Detection using Confusion2Vec

2019-04-07 · Prashanth Gurunath Shivakumar, Mu Yang, Panayiotis Georgiou

Decoding speaker's intent is a crucial part of spoken language understanding (SLU). The presence of noise or errors in the text transcriptions, in real life scenarios make the task more challenging. In this paper, we add…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Intent Detectionspeech-recognition+2