paper-with-me

홈 › Papers

A Combination of BERT and Transformer for Vietnamese Spelling Correction

2024-05-04 · Hieu Ngo Trung, Duong Tran Ham, Tin Huynh, Kiem Hoang

Recently, many studies have shown the efficiency of using Bidirectional Encoder Representations from Transformers (BERT) in various Natural Language Processing (NLP) tasks. Specifically, English spelling correction task that uses Encoder-Decoder architecture and takes advantage of BERT has achieved state-of-the-art result. However, to our knowledge, there is no implementation in Vietnamese yet. Therefore, in this study, a combination of Transformer architecture (state-of-the-art for Encoder-Decoder model) and BERT was proposed to deal with Vietnamese spelling correction. The experiment results have shown that our model outperforms other approaches as well as the Google Docs Spell Checking tool, achieves an 86.24 BLEU score on this task.

📄 PDF Abstract BibTeX arXiv:2405.02573

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderSpelling Correction

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Weight Decay 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Residual Connection 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Hierarchical Transformer Encoders for Vietnamese Spelling Correction

2021-05-28 · Hieu Tran, Cuong V. Dinh, Long Phan, Son T. Nguyen

In this paper, we propose a Hierarchical Transformer model for Vietnamese spelling correction problem. The model consists of multiple Transformer encoders and utilizes both character-level and word-level to detect errors…

Spelling Correction

VSEC: Transformer-based Model for Vietnamese Spelling Correction

2021-11-01 · Dinh-Truong Do, Ha Thanh Nguyen, Thang Ngoc Bui, Dinh Hieu Vo

Spelling error correction is one of topics which have a long history in natural language processing. Although previous studies have achieved remarkable results, challenges still exist. In the Vietnamese language, a state…

modelSpelling Correction

Hierarchical Character Tagger for Short Text Spelling Error Correction

2021-09-29 · WNUT (ACL) 2021 11 · Mengyi Gao, Canran Xu, Peng Shi

State-of-the-art approaches to spelling error correction problem include Transformer-based Seq2Seq models, which require large training sets and suffer from slow inference time; and sequence labeling models based on Tran…

Language ModelingLanguage Modelling

Vartani Spellcheck -- Automatic Context-Sensitive Spelling Correction of OCR-generated Hindi Text Using BERT and Levenshtein Distance

2020-12-14 · Aditya Pal, Abhijit Mustafi

Traditional Optical Character Recognition (OCR) systems that generate text of highly inflectional Indic languages like Hindi tend to suffer from poor accuracy due to a wide alphabet set, compound characters and difficult…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+3

A Comprehensive Approach to Misspelling Correction with BERT and Levenshtein Distance

2024-07-24 · Amirreza Naziri, Hossein Zeinali

Writing, as an omnipresent form of human communication, permeates nearly every aspect of contemporary life. Consequently, inaccuracies or errors in written communication can lead to profound consequences, ranging from fi…

Language ModelingLanguage Modelling