paper-with-me

Papers

BSpell: A CNN-Blended BERT Based Bangla Spell Checker

2022-08-20 · Chowdhury Rafeed Rahman, Md. Hasibur Rahman, Samiha Zakir, Mohammad Rafsan, Mohammed Eunus Ali

Bangla typing is mostly performed using English keyboard and can be highly erroneous due to the presence of compound and similarly pronounced letters. Spelling correction of a misspelled word requires understanding of word typing pattern as well as the context of the word usage. A specialized BERT model named BSpell has been proposed in this paper targeted towards word for word correction in sentence level. BSpell contains an end-to-end trainable CNN sub-model named SemanticNet along with specialized auxiliary loss. This allows BSpell to specialize in highly inflected Bangla vocabulary in the presence of spelling errors. Furthermore, a hybrid pretraining scheme has been proposed for BSpell that combines word level and character level masking. Comparison on two Bangla and one Hindi spelling correction dataset shows the superiority of our proposed approach. BSpell is available as a Bangla spell checking tool via GitHub: https://github.com/Hasiburshanto/Bangla-Spell-Checker

📄 PDF Abstract BibTeX arXiv:2208.09709

Code (1)

hasiburshanto/bangla-spell-checker 공식 구현 tf

Tasks

SentenceSpelling Correction

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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 &…
Residual Connection 설명 없음
WordPiece 설명 없음
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…

Similar Papers 제목 키워드 기반

Bangla Word Clustering Based on Tri-gram, 4-gram and 5-gram Language Model

2017-01-27 · Dipaloke Saha, Md Saddam Hossain, Md. Saiful Islam, Sabir Ismail

In this paper, we describe a research method that generates Bangla word clusters on the basis of relating to meaning in language and contextual similarity. The importance of word clustering is in parts of speech (POS) ta…

ClusteringLanguage ModelingLanguage ModellingPOS+5

Bangla Parts-of-Speech Tagging using Bangla Stemmer and Rule based Analyzer

2016-06-09 · 18th International Conference on Computer and Information Technology (ICCIT) 2016 6 · Md. Nesarul Hoque, Md. Hanif Seddiqui

Parts-of-Speech (POS) tagging plays vital roles in the field of Natural Language Processing (NLP), such as - machine translation, spell checker, information retrieval, speech processing, emotion analysis and so on. Bangl…

Emotion RecognitionInformation RetrievalMachine TranslationPart-Of-Speech Tagging+4

Bangla Grammatical Error Detection Leveraging Transformer-based Token Classification

2024-11-13 · Shayekh Bin Islam, Ridwanul Hasan Tanvir, Sihat Afnan

Bangla is the seventh most spoken language by a total number of speakers in the world, and yet the development of an automated grammar checker in this language is an understudied problem. Bangla grammatical error detecti…

Grammatical Error Detectiontoken-classificationToken Classification

FASPell: A Fast, Adaptable, Simple, Powerful Chinese Spell Checker Based On DAE-Decoder Paradigm

2019-11-01 · WS 2019 11 · Yuzhong Hong, Xianguo Yu, Neng He, Nan Liu 외

We propose a Chinese spell checker {--} FASPell based on a new paradigm which consists of a denoising autoencoder (DAE) and a decoder. In comparison with previous state-of-the-art models, the new paradigm allows our spel…

Chinese Spell CheckingDecoderDenoisingLanguage Modeling+1

uChecker: Masked Pretrained Language Models as Unsupervised Chinese Spelling Checkers

2022-09-15 · COLING 2022 10 · Piji Li

The task of Chinese Spelling Check (CSC) is aiming to detect and correct spelling errors that can be found in the text. While manually annotating a high-quality dataset is expensive and time-consuming, thus the scale of …

Language ModelingLanguage ModellingSentence