paper-with-me

Papers

Enhancing Grammatical Error Detection using BERT with Cleaned Lang-8 Dataset

2024-11-23 · Rahul Nihalani, Kushal Shah

This paper presents an improved LLM based model for Grammatical Error Detection (GED), which is a very challenging and equally important problem for many applications. The traditional approach to GED involved hand-designed features, but recently, Neural Networks (NN) have automated the discovery of these features, improving performance in GED. Traditional rule-based systems have an F1 score of 0.50-0.60 and earlier machine learning models give an F1 score of 0.65-0.75, including decision trees and simple neural networks. Previous deep learning models, for example, Bi-LSTM, have reported F1 scores within the range from 0.80 to 0.90. In our study, we have fine-tuned various transformer models using the Lang8 dataset rigorously cleaned by us. In our experiments, the BERT-base-uncased model gave an impressive performance with an F1 score of 0.91 and accuracy of 98.49% on training data and 90.53% on testing data, also showcasing the importance of data cleaning. Increasing model size using BERT-large-uncased or RoBERTa-large did not give any noticeable improvements in performance or advantage for this task, underscoring that larger models are not always better. Our results clearly show how far rigorous data cleaning and simple transformer-based models can go toward significantly improving the quality of GED.

📄 PDF Abstract BibTeX arXiv:2411.15523

Code (1)

rahuln2002/Grammatical-Error-Detection-GED 공식 구현 pytorch

Tasks

Grammatical Error CorrectionGrammatical Error Detection

Similar Papers 제목 키워드 기반

Chinese Grammatical Error Detection Based on BERT Model

2020-12-01 · AACL (NLP-TEA) 2020 12 · Yong Cheng, Mofan Duan

Automatic grammatical error correction is of great value in assisting second language writing. In 2020, the shared task for Chinese grammatical error diagnosis(CGED) was held in NLP-TEA. As the LDU team, we participated …

Binary ClassificationGrammatical Error CorrectionGrammatical Error Detectionmodel+1

Exploring the Capacity of a Large-scale Masked Language Model to Recognize Grammatical Errors

2021-08-27 · Findings (ACL) 2022 5 · Ryo Nagata, Manabu Kimura, Kazuaki Hanawa

In this paper, we explore the capacity of a language model-based method for grammatical error detection in detail. We first show that 5 to 10% of training data are enough for a BERT-based error detection method to achiev…

Grammatical Error DetectionLanguage ModelingLanguage Modelling

Chinese Grammatical Error Diagnosis with Graph Convolution Network and Multi-task Learning

2020-12-01 · AACL (NLP-TEA) 2020 12 · Yikang Luo, Zuyi Bao, Chen Li, Rui Wang

This paper describes our participating system on the Chinese Grammatical Error Diagnosis (CGED) 2020 shared task. For the detection subtask, we propose two BERT-based approaches 1) with syntactic dependency trees enhanci…

Language ModelingLanguage ModellingMulti-Task LearningPosition

Chinese Grammatical Errors Diagnosis System Based on BERT at NLPTEA-2020 CGED Shared Task

2020-12-01 · AACL (NLP-TEA) 2020 12 · Hongying Zan, Yangchao Han, Haotian Huang, Yingjie Yan 외

In the process of learning Chinese, second language learners may have various grammatical errors due to the negative transfer of native language. This paper describes our submission to the NLPTEA 2020 shared task on CGED…

Grammatical Error Detection

Combining GCN and Transformer for Chinese Grammatical Error Detection

2021-05-19 · Jinhong Zhang

This paper describes our system at NLPTEA-2020 Task: Chinese Grammatical Error Diagnosis (CGED). The goal of CGED is to diagnose four types of grammatical errors: word selection (S), redundant words (R), missing words (M…

Grammatical Error DetectionGraph Neural Network