Bangla Grammatical Error Detection Using T5 Transformer Model
H.A.Z. Sameen Shahgir, Khondker Salman Sayeed

TL;DR
This paper explores using a fine-tuned T5 transformer model for detecting grammatical errors in Bangla, highlighting the importance of post-processing to improve accuracy and discussing the model's potential for multilingual grammar correction.
Contribution
It demonstrates the adaptation of the T5 model for Bangla grammatical error detection, including a detailed analysis and a novel post-processing approach to enhance performance.
Findings
Achieved an average Levenshtein Distance of 1.0394 after post-processing.
Extensive error analysis revealed key challenges in adapting translation models for grammar detection.
The approach shows potential for extending grammatical error detection to other languages.
Abstract
This paper presents a method for detecting grammatical errors in Bangla using a Text-to-Text Transfer Transformer (T5) Language Model, using the small variant of BanglaT5, fine-tuned on a corpus of 9385 sentences where errors were bracketed by the dedicated demarcation symbol. The T5 model was primarily designed for translation and is not specifically designed for this task, so extensive post-processing was necessary to adapt it to the task of error detection. Our experiments show that the T5 model can achieve low Levenshtein Distance in detecting grammatical errors in Bangla, but post-processing is essential to achieve optimal performance. The final average Levenshtein Distance after post-processing the output of the fine-tuned model was 1.0394 on a test set of 5000 sentences. This paper also presents a detailed analysis of the errors detected by the model and discusses the challenges…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Text Readability and Simplification
MethodsRefunds@Expedia|||How do I get a full refund from Expedia? · Multi-Head Attention · Attention Is All You Need · Test · Linear Layer · Position-Wise Feed-Forward Layer · Adam · Label Smoothing · Byte Pair Encoding · Residual Connection
