paper-with-me

홈 › Papers

SubRegWeigh: Effective and Efficient Annotation Weighing with Subword Regularization

2024-09-10 · Kohei Tsuji, Tatsuya Hiraoka, Yuchang Cheng, Tomoya Iwakura

NLP datasets may still contain annotation errors, even when they are manually annotated. Researchers have attempted to develop methods to automatically reduce the adverse effect of errors in datasets. However, existing methods are time-consuming because they require many trained models to detect errors. This paper proposes a time-saving method that utilizes a tokenization technique called subword regularization to simulate multiple error detection models for detecting errors. Our proposed method, SubRegWeigh, can perform annotation weighting four to five times faster than the existing method. Additionally, SubRegWeigh improved performance in document classification and named entity recognition tasks. In experiments with pseudo-incorrect labels, SubRegWeigh clearly identifies pseudo-incorrect labels as annotation errors. Our code is available at https://github.com/4ldk/SubRegWeigh .

📄 PDF Abstract BibTeX arXiv:2409.06216

Code (1)

4ldk/SubRegWeigh 공식 구현 pytorch

Tasks

Document Classificationnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Relation ExtractionSemantic Textual SimilaritySentiment AnalysisText Classification

Similar Papers 제목 키워드 기반

Subword Regularization: Improving Neural Network Translation Models with Multiple Subword Candidates

2018-04-29 · ACL 2018 7 · Taku Kudo

Subword units are an effective way to alleviate the open vocabulary problems in neural machine translation (NMT). While sentences are usually converted into unique subword sequences, subword segmentation is potentially a…

Language ModelingLanguage ModellingMachine TranslationNMT+2

MaxMatch-Dropout: Subword Regularization for WordPiece

2022-09-09 · COLING 2022 10 · Tatsuya Hiraoka

We present a subword regularization method for WordPiece, which uses a maximum matching algorithm for tokenization. The proposed method, MaxMatch-Dropout, randomly drops words in a search using the maximum matching algor…

Machine TranslationText ClassificationTranslation

Adversarial Subword Regularization for Robust Neural Machine Translation

2020-04-29 · Findings of the Association for Computational Linguistics 2020 · Jungsoo Park, Mujeen Sung, Jinhyuk Lee, Jaewoo Kang

Exposing diverse subword segmentations to neural machine translation (NMT) models often improves the robustness of machine translation as NMT models can experience various subword candidates. However, the diversification…

Machine TranslationNMTTranslation

Distributional Properties of Subword Regularization

2024-08-21 · Marco Cognetta, Vilém Zouhar, Naoaki Okazaki

Subword regularization, used widely in NLP, improves model performance by reducing the dependency on exact tokenizations, augmenting the training corpus, and exposing the model to more unique contexts during training. BP…

Machine Translation

BPE-Dropout: Simple and Effective Subword Regularization

2019-10-29 · ACL 2020 6 · Ivan Provilkov, Dmitrii Emelianenko, Elena Voita

Subword segmentation is widely used to address the open vocabulary problem in machine translation. The dominant approach to subword segmentation is Byte Pair Encoding (BPE), which keeps the most frequent words intact whi…

Machine TranslationSegmentationTranslation