paper-with-me

홈 › Papers

The Unreasonable Effectiveness of Transformer Language Models in Grammatical Error Correction

2019-06-04 · WS 2019 8 · Dimitrios Alikaniotis, Vipul Raheja

Recent work on Grammatical Error Correction (GEC) has highlighted the importance of language modeling in that it is certainly possible to achieve good performance by comparing the probabilities of the proposed edits. At the same time, advancements in language modeling have managed to generate linguistic output, which is almost indistinguishable from that of human-generated text. In this paper, we up the ante by exploring the potential of more sophisticated language models in GEC and offer some key insights on their strengths and weaknesses. We show that, in line with recent results in other NLP tasks, Transformer architectures achieve consistently high performance and provide a competitive baseline for future machine learning models.

📄 PDF Abstract BibTeX arXiv:1906.01733

Code (2)

todd-cook/ML-You-Can-Use/blob/master/probablistic_language_modeling/automatic_grammatical_error_corrections_using_BERT_GPT2.ipynb
zhijing-jin/GEC_papers

Tasks

Grammatical Error CorrectionLanguage ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
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…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

TMU Transformer System Using BERT for Re-ranking at BEA 2019 Grammatical Error Correction on Restricted Track

2019-08-01 · WS 2019 8 · Masahiro Kaneko, Kengo Hotate, Satoru Katsumata, Mamoru Komachi

We introduce our system that is submitted to the restricted track of the BEA 2019 shared task on grammatical error correction1 (GEC). It is essential to select an appropriate hypothesis sentence from the candidates list …

Grammatical Error CorrectionRe-RankingSentence

Bangla Grammatical Error Detection Using T5 Transformer Model

2023-03-19 · H. A. Z. Sameen Shahgir, Khondker Salman Sayeed

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 e…

Grammatical Error DetectionLanguage ModelingLanguage Modellingmodel+1

Combining ResNet and Transformer for Chinese Grammatical Error Diagnosis

2020-10-01 · Shaolei Wang, Baoxin Wang, Jiefu Gong, Zhongyuan Wang 외

Grammatical error diagnosis is an important task in natural language processing. This paper introduces our system at NLPTEA-2020 Task: Chinese Grammatical Error Diagnosis (CGED). CGED aims to diagnose four types of gramm…

Position

Towards Lithuanian grammatical error correction

2022-03-18 · Lukas Stankevičius, Mantas Lukoševičius

Everyone wants to write beautiful and correct text, yet the lack of language skills, experience, or hasty typing can result in errors. By employing the recent advances in transformer architectures, we construct a grammat…

Grammatical Error Correction

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