grammarly / gector

Official implementation of the papers "GECToR – Grammatical Error Correction: Tag, Not Rewrite" (BEA-20) and "Text Simplification by Tagging" (BEA-21)
Apache License 2.0
900 stars 214 forks source link

Why not try a new model? Like ELECTRA ... #135

Closed Yang-HangWA closed 3 years ago

Yang-HangWA commented 3 years ago

I think there are some new model developments that can be added to this work. :smile:

skurzhanskyi commented 3 years ago

This repository implements the models reported in the GECToR paper. If you want to train models with other transformer pretraining you need to change the code here and here.

Yang-HangWA commented 3 years ago

@skurzhanskyi Thanks for your reply. I mean there may be other models that do better. Anyway, thank you. I will try this later.