gector
gector copied to clipboard
Official implementation of the papers "GECToR – Grammatical Error Correction: Tag, Not Rewrite" (BEA-20) and "Text Simplification by Tagging" (BEA-21)
First of all, thanks a lot for your excellent work on GECToR. I am an algorithm engineer from a technology company. Part of my project involves grammatical error correction. It...
First, thanks for your amazing work. Do you plan to update `allennlp` dependency to a newer version? (e.g. `2.x.x`)? This project uses an archaic version `0.8.4` which causes quite a...
Bumps [numpy](https://github.com/numpy/numpy) from 1.19.5 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
First, thanks for your excellent work. Here is my question: - I used your code to reproduce the results in your paper, but found the CPU utilization rate was really...
I train roberta and xlnet with PIE Synthetically a1(train:8865347 dev:3000), The parameters of the first stage model are as you provided them in Git(https://github.com/grammarly/gector/blob/master/docs/training_parameters.md). The training parameter and I get...
Hello. First of all, thanks for the wonderful work! Our team is deciding to update GECToR to use latest AllenNLP, so that it can be compatible to our existing system....
I want to run training model by myself. This are what I did: 1. Preprocess data `$ python utils/preprocess_lang8.py --source data/lang8_raw/lang-8-20111007-L1-v2.dat --output_dir data/lang8_processed/ --processes 1` 2. Train I only test...
Hi im trying to use this model for arabic language and i see that we need to create transforms for the language we are using for good results. Im wondering...
Hi @komelianchuk friendly ping I have read the readme and many related issues but I can't make the pre trained model work.. I am using ``` python predict.py --model_path C:\Users\steph\Downloads\roberta_1_gectorv2.th...
Hi, I am reading the paper and trying to reimplement the code. But some functions seem to lack descriptions and hard to understand what going on. What change: Add some...