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
891 stars 216 forks source link

Conversion from m2 to parallel #179

Closed Chunngai closed 1 year ago

Chunngai commented 1 year ago

Hello!

How did you convert M2 data to source-target parallel pairs for stage 2 & 3? You mentioned the edit_creator.py script in #177 . Did you use this script for conversion? Or did you use another script, such as the one provided in the BEA2019 website?

Additionally, how did you handle M2 data with more than 1 annotators? Did you keep all or only use the annotations of the first annotator?

Thanks!

Lj4040 commented 1 year ago

@Chunngai Hello!May I ask if you have solved this problem? If so, could you tell me the solution。

skurzhanskyi commented 1 year ago

We used something like M2Convertor, as mentioned in other issues.

Chunngai commented 1 year ago

@skurzhanskyi Got it. Thanks a lot!

Chunngai commented 1 year ago

@Lj4040 Has the answer from the author helped you, mate?

Lj4040 commented 1 year ago

@Chunngai @skurzhanskyi I really appreciate your help and answer, thank you for your reply,