ACL 2023findings5 citations

LET: Leveraging Error Type Information for Grammatical Error Correction

Lingyu Yang, Hongjia Li, Lei Li, Chengyin Xu, Shutao Xia, Chun Yuan

Abstract

Grammatical error correction (GEC) aims to correct errors in given sentences and is significant to many downstream natural language understanding tasks. Recent work introduces the idea of grammatical error detection (GED) to improve the GEC task performance. In contrast, these explicit multi-stage works propagate and amplify the problem of misclassification of the GED module. To introduce more convincing error type information, we propose an end-to-end framework in this paper, which Leverages Error Type (LET) information in the generation process. First, the input text is fed into a classification module to obtain the error type corresponding to each token. Then, we introduce the category information into the decoder’s input and cross-attention module in two ways, respectively. Experiments on various datasets show that our proposed method outperforms existing methods by a clear margin.

BibTeX
@inproceedings{yang-etal-2023-leveraging,
    title = "{LET}: Leveraging Error Type Information for Grammatical Error Correction",
    author = "Yang, Lingyu  and
      Li, Hongjia  and
      Li, Lei  and
      Xu, Chengyin  and
      Xia, Shutao  and
      Yuan, Chun",
    editor = "Rogers, Anna  and
      Boyd-Graber, Jordan  and
      Okazaki, Naoaki",
    booktitle = "Findings of the Association for Computational Linguistics: ACL 2023",
    month = jul,
    year = "2023",
    address = "Toronto, Canada",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2023.findings-acl.371/",
    doi = "10.18653/v1/2023.findings-acl.371",
    pages = "5986--5998"
}