paper-with-me

Papers

Ungrammatical-syntax-based In-context Example Selection for Grammatical Error Correction

2024-03-28 · Chenming Tang, Fanyi Qu, Yunfang Wu

In the era of large language models (LLMs), in-context learning (ICL) stands out as an effective prompting strategy that explores LLMs' potency across various tasks. However, applying LLMs to grammatical error correction (GEC) is still a challenging task. In this paper, we propose a novel ungrammatical-syntax-based in-context example selection strategy for GEC. Specifically, we measure similarity of sentences based on their syntactic structures with diverse algorithms, and identify optimal ICL examples sharing the most similar ill-formed syntax to the test input. Additionally, we carry out a two-stage process to further improve the quality of selection results. On benchmark English GEC datasets, empirical results show that our proposed ungrammatical-syntax-based strategies outperform commonly-used word-matching or semantics-based methods with multiple LLMs. This indicates that for a syntax-oriented task like GEC, paying more attention to syntactic information can effectively boost LLMs' performance. Our code will be publicly available after the publication of this paper.

📄 PDF Abstract BibTeX arXiv:2403.19283

Code (0)

등록된 구현이 없습니다.

Tasks

Grammatical Error CorrectionIn-Context Learning

Similar Papers 제목 키워드 기반

CSynGEC: Incorporating Constituent-based Syntax for Grammatical Error Correction with a Tailored GEC-Oriented Parser

2022-11-15 · Yue Zhang, Zhenghua Li

Recently, Zhang et al. (2022) propose a syntax-aware grammatical error correction (GEC) approach, named SynGEC, showing that incorporating tailored dependency-based syntax of the input sentence is quite beneficial to GEC…

Grammatical Error CorrectionSentence

Targeted Syntactic Evaluation of Language Models

2018-08-27 · EMNLP 2018 10 · Rebecca Marvin, Tal Linzen

We present a dataset for evaluating the grammaticality of the predictions of a language model. We automatically construct a large number of minimally different pairs of English sentences, each consisting of a grammatical…

CCG SupertaggingLanguage ModelingLanguage ModellingSentence

Syntax-driven Data Augmentation for Named Entity Recognition

2022-08-15 · PANDL (COLING) 2022 10 · Arie Pratama Sutiono, Gus Hahn-Powell

In low resource settings, data augmentation strategies are commonly leveraged to improve performance. Numerous approaches have attempted document-level augmentation (e.g., text classification), but few studies have explo…

Data AugmentationLanguage ModelingLanguage Modellingnamed-entity-recognition+4

SynGEC: Syntax-Enhanced Grammatical Error Correction with a Tailored GEC-Oriented Parser

2022-10-22 · Yue Zhang, Bo Zhang, Zhenghua Li, Zuyi Bao 외

This work proposes a syntax-enhanced grammatical error correction (GEC) approach named SynGEC that effectively incorporates dependency syntactic information into the encoder part of GEC models. The key challenge for this…

Grammatical Error CorrectionSyntax Representation

An LSTM Adaptation Study of (Un)grammaticality

2019-08-01 · WS 2019 8 · Shammur Absar Chowdhury, Roberto Zamparelli

We propose a novel approach to the study of how artificial neural network perceive the distinction between grammatical and ungrammatical sentences, a crucial task in the growing field of synthetic linguistics. The method…

CoLALanguage ModelingLanguage Modelling