SynGEC icon indicating copy to clipboard operation
SynGEC copied to clipboard

Code & data for our EMNLP2022 paper "SynGEC: Syntax-Enhanced Grammatical Error Correction with a Tailored GEC-Oriented Parser"

Results 3 SynGEC issues
Sort by recently updated
recently updated
newest added

BART_PATH=../../pretrained_weights/bart.large/model.pt # You need to first download BART from https://huggingface.co/facebook/bart-large 下载了bart模型 但是没有model.pt文件 只有pytorch.bin二进制文件 ![M }6TK@0SC3J5`1}IMN $33](https://github.com/HillZhang1999/SynGEC/assets/94850778/d73e8cd7-8d59-44c6-a1b3-2d54bbb9378a) ![O61M$R0Y66$F@G5L)HJ$TRW](https://github.com/HillZhang1999/SynGEC/assets/94850778/23efece1-af61-41eb-8c45-3439ccb01e01) ![4P6POV0KJZKEE_55S9V7@J7](https://github.com/HillZhang1999/SynGEC/assets/94850778/8d25b5e7-fb8f-41cc-9e8d-b99ef360830d) ![Y 6ZP0EB4Q QDH3~UF6XTOE](https://github.com/HillZhang1999/SynGEC/assets/94850778/9d0ef10d-46bf-431c-8163-02850bd26ba7) 这样运行结果是对的吗?感觉好像没有用bart模型,是transformer呢?请问在哪下载model.pt文件?谢谢!

First, I downloaded 'Transformer-en' and renamed it like './model/syngec/english_transformer_baseline.pt'. Then, I downloaded the preprocessed data. And I run the code './pipeline_gopar.sh'. But the error is: Traceback (most recent call last):...

fairseq中的logging模块似乎与标准的logging模块冲突,该如何解决