A Layered Taxonomy for Chinese Learner Grammatical Error Annotation
Summary
This paper proposes a layered taxonomy for annotating grammatical errors in Chinese learner writing, combining computational and pedagogical perspectives, and evaluates it through coverage analysis and consistency studies with language models.
View Cached Full Text
Cached at: 09/03/26, 05:51 AM
# A Layered Taxonomy for Chinese Learner Grammatical Error Annotation
Source: [https://arxiv.org/html/2609.02153](https://arxiv.org/html/2609.02153)
nanummj
Mengyang QiuJungyeul ParkSaint Elizabeth UniversityKAISTUSASouth Koreamqiu@steu\.edujungyeul@kaist\.ac\.kr
###### Abstract
Grammatical error annotation in Chinese learner writing requires labels that are both consistent and linguistically meaningful\. This paper proposes a layered scheme linking computational Chinese grammatical error correction \(CGEC\) with pedagogical error analysis\. The scheme first identifies character\- and punctuation\-level orthographic errors, labeling them by edit operation and subtype\. Other errors receive a three\-layer core label combining edit operation, linguistic domain, and part of speech, with optional Chinese\-specific extensions for aspect, modality, comparison, argument structure, and complements\. Drawing on CGEC resources, learner\-error taxonomies, and Mandarin grammar, the taxonomy is evaluated through a coverage analysis of automatically extracted MuCGEC edits and a preliminary consistency study in which five large language models apply it to a sample\. The results support the layered approach while identifying category boundaries requiring further refinement\.
Keywords:Chinese grammatical error annotation; learner corpus research; error taxonomy; annotation scheme; pedagogical feedback
## 1Introduction
Grammatical error annotation is a foundational activity in the study of second\-language writing\. By classifying the errors that learners produce, researchers can examine trajectories of interlanguage development and language\-specific learning challenges, teachers can provide targeted formative feedback, and developers can evaluate writing\-assistance tools\. The usefulness of these annotations depends on the taxonomy underlying them\. Categories that are too broad conceal meaningful differences, whereas categories that are too detailed may be difficult to apply consistently\. An effective taxonomy must therefore balance descriptive precision with practical usability\([Lüdeling and Hirschmann, 2015](https://arxiv.org/html/2609.02153#bib.bib17);[Eryiğit et al\., 2025](https://arxiv.org/html/2609.02153#bib.bib9)\)\.
Chinese presents a particularly instructive case\.111Chinese here refers specifically to Modern Standard Mandarin, the target language of the reviewed corpora and L2 curricula\.In the Chinese writing system, characters typically associate a written form with a syllable and a morpheme, creating close relationships among visual form, sound, and meaning\. Written Chinese does not mark word boundaries with spaces, so annotators and automatic tools may segment the same sentence differently\. Moreover, as a language with little inflectional morphology, Mandarin makes relatively limited use of changes in word form to mark tense, number, or case\. Grammatical meaning instead depends heavily on word order, aspect markers, structural particles, and particular constructions\([Li and Thompson, 1981](https://arxiv.org/html/2609.02153#bib.bib14);[Packard, 2000](https://arxiv.org/html/2609.02153#bib.bib18)\)\. Chinese learner writing consequently includes homophone confusions associated with pinyin input, substitutions among visually similar characters, misuse of the threedeparticles \(
的de,
地de, and
得de\), and errors in constructions such as
把bǎand
被bèi\([Li, 2020](https://arxiv.org/html/2609.02153#bib.bib15);[Gu et al\., 2025](https://arxiv.org/html/2609.02153#bib.bib11)\)\.
Computational Chinese grammatical error correction \(CGEC\) annotation commonly begins with a learner sentence and one or more reference corrections\. An automatic program aligns the versions, identifies the edited spans, and classifies each edit according to its surface operation and relevant linguistic properties\. ERRANT established this approach for English\([Bryant et al\., 2017](https://arxiv.org/html/2609.02153#bib.bib3)\); ChERRANT adapted it to Chinese for the Multi\-reference Chinese Grammatical Error Correction \(MuCGEC\) benchmark dataset\([Zhang et al\., 2022](https://arxiv.org/html/2609.02153#bib.bib26)\); and ’s \([2025](https://arxiv.org/html/2609.02153#bib.bib11)\) Chinese implementation added distinctions based on character sound, character shape, thedeparticles, and types of reordering\. These tools facilitate the annotation and comparison of large datasets, particularly for system evaluation\([Qiu et al\., 2025](https://arxiv.org/html/2609.02153#bib.bib21)\)\.
Learner\-corpus research and Chinese pedagogical grammar approach learner errors from a different perspective\. Their classifications describe recurrent learning difficulties, including the character–vocabulary–sentence hierarchy of[Zhang \(2006\)](https://arxiv.org/html/2609.02153#bib.bib25)and the detailed functional and constructional categories of[Li \(2020\)](https://arxiv.org/html/2609.02153#bib.bib15)\.
The computational and pedagogical traditions thus leave a practical gap\. Computational schemes provide stable labels such asR:VERB, but say relatively little about the grammatical contrast a learner needs to understand\. Pedagogical classifications provide richer diagnoses, but often lack a consistent representation for corpus annotation\. To bridge this gap, the present study develops a layered taxonomy that preserves the reproducibility of edit\-based computational annotation while accommodating the functional and constructional distinctions needed for pedagogical diagnosis\. In doing so, it follows general recommendations for error annotation by recording the edited unit, surface change, linguistic level, and relevant metadata as separate dimensions\([Eryiğit et al\., 2025](https://arxiv.org/html/2609.02153#bib.bib9)\)\.
The proposed taxonomy organizes error information into distinct, modular layers\. Every error is grounded first in an observableedit operation\(Missing, Replacement, Unnecessary, Word Order, or Character Order\)\. An initial screening pass identifies character\- and punctuation\-level orthographic errors, assigning them an operation\-and\-subtype label of the formop:orth:subtype, such asR:ORTH:phonorCO:ORTH:order, without a part\-of\-speech tag or pedagogical extension\. All remaining errors receive a three\-layer core label \(op:dom:pos\) combining the edit operation, a broadlinguistic domain\(Lexical\-Content, Lexical\-Functional, or Structural\), and apart\-of\-speechtag\. An optional extension layer can add finer\-grained functional and constructional categories to these non\-orthographic labels, including aspect, modality, argument structure, and complement formation\. This design allows projects to share compact, standardized labels while adding diagnostic detail according to their pedagogical aims\.
The explicit specification is intended to support LLM\-assisted annotation as well as manual annotation and conventional automatic tools\. Recent learner\-corpus studies have used large language models \(LLMs\) to propose error locations, corrections, and taxonomic labels for human review\([Gajo et al\., 2025](https://arxiv.org/html/2609.02153#bib.bib10);[Acharya et al\., 2025](https://arxiv.org/html/2609.02153#bib.bib1)\), while Chinese GEC research has used them to generate explanations and evaluate corrections\([Li et al\., 2025](https://arxiv.org/html/2609.02153#bib.bib16)\)\. These applications make clear definitions and decision rules important for models as well as human annotators\.
This study makes four contributions\. First, it synthesizes design insights from influential CGEC resources and pedagogical taxonomies of Chinese learner errors\. Second, it integrates these insights into a two\-route annotation architecture, with optional pedagogical extensions for non\-orthographic errors\. Third, it provides a comprehensive inventory of category definitions, decision rules, and worked examples that projects can adopt modularly according to their needs\. Finally, it evaluates the proposed taxonomy through a category\-coverage analysis of automatically extracted edits from the MuCGEC benchmark and a preliminary investigation of annotation consistency across five LLMs\.
The remainder of this paper is organized as follows\. Section[2](https://arxiv.org/html/2609.02153#S2)reviews prior resources and describes the taxonomy design procedure\. Sections[3](https://arxiv.org/html/2609.02153#S3),[4](https://arxiv.org/html/2609.02153#S4), and[5](https://arxiv.org/html/2609.02153#S5)present the annotation scheme, pedagogical extensions, and reference specification, respectively\. Section[6](https://arxiv.org/html/2609.02153#S6)evaluates the taxonomy, Section[7](https://arxiv.org/html/2609.02153#S7)discusses its implications and limitations, and Section[8](https://arxiv.org/html/2609.02153#S8)concludes\. The online supplement provides detailed comparisons with earlier resources, expanded pedagogical tables, worked mappings, and the complete protocol and additional results for the LLM study\.222Anonymized supplementary materials are available at[https://anonymous\.4open\.science/r/new\-cgec\-taxonomy\-CAFC/](https://anonymous.4open.science/r/new-cgec-taxonomy-CAFC/)\.
## 2Prior resources, taxonomies, and design procedure
This section reviews the datasets, tools, and taxonomies that motivate the layered scheme and describes how they informed its design\.
### 2\.1CGEC datasets and error\-tagged learner corpora
Three benchmark resources have been especially influential, and each represents errors differently\. NLPCC2018\([Zhao et al\., 2018](https://arxiv.org/html/2609.02153#bib.bib27)\), derived largely from Lang\-8 learner journals, first segments the learner and corrected sentences into words\. It then uses the MaxMatch \(M2M^\{2\}\) scorer\([Dahlmeier and Ng, 2012](https://arxiv.org/html/2609.02153#bib.bib8)\)to align the two word sequences and group their differences into edits, such as missing, unnecessary, and replaced words\. When several groupings are possible, the scorer selects the set of edits that best matches the reference correction\. Because this process operates on words, different segmentation choices can change the number and extent of the resulting edits\. MuCGEC provides multiple reference corrections for many sentences and usesChERRANTto extract character\-based edit spans and labels automatically\([Zhang et al\., 2022](https://arxiv.org/html/2609.02153#bib.bib26);[Hinson et al\., 2020](https://arxiv.org/html/2609.02153#bib.bib12)\)\. The use of multiple references allows a learner sentence to have several possible repairs rather than a single fixed answer\. YACLC likewise records alternative corrections and the number of annotators who proposed each one\([Wang et al\., 2021](https://arxiv.org/html/2609.02153#bib.bib23)\)\. It also distinguishes minimal grammatical correction from broader rewriting for fluency\. This distinction parallels the contrast in learner\-corpus research between minimal target hypotheses \(TH1\\text\{TH\}\_\{1\}\), which correct strictly ungrammatical forms, and expanded or fluent target hypotheses \(TH2\\text\{TH\}\_\{2\}\), which also improve idiomaticity and discourse naturalness\([Lüdeling and Hirschmann, 2015](https://arxiv.org/html/2609.02153#bib.bib17);[Reznicek et al\., 2013](https://arxiv.org/html/2609.02153#bib.bib22)\)\. These benchmarks support correction and system evaluation\.
Other Chinese learner corpora assign error categories manually\. Examples include the HSK Dynamic Composition Corpus\([Zhang, 2009](https://arxiv.org/html/2609.02153#bib.bib24)\), the Guangwai–Lancaster Chinese Learner Corpus\([Chen and Xu, 2019](https://arxiv.org/html/2609.02153#bib.bib6)\), and the TOCFL learner corpus, whose labels combine broad edit operations with finer linguistic categories\([Lee et al\., 2018](https://arxiv.org/html/2609.02153#bib.bib13)\)\. These categories provide useful linguistic information but were developed independently of the edit labels commonly used in CGEC\. A layered representation can preserve both kinds of information while making the relationship between them explicit\.
### 2\.2Prior taxonomies of Chinese learner errors
Prior classifications of Chinese learner errors range from broad pedagogical hierarchies to computationally oriented typologies\.[Zhang \(2006\)](https://arxiv.org/html/2609.02153#bib.bib25)provides one of the earliest systematic classifications\. It organizes errors into character\-, vocabulary\-, and sentence\-level categories, covering phenomena such as malapropisms \(
别字biézì\), word\-order errors, omission, redundancy, and mixed sentence patterns \(
句式杂糅jùshì záróu\)\. This three\-part organization is straightforward for instructional use, although it provides limited detail about the roles of particular word classes and sentence structures\.
[Li](https://arxiv.org/html/2609.02153#bib.bib15)’s \([2020](https://arxiv.org/html/2609.02153#bib.bib15)\) monograph takes a more fine\-grained pedagogical approach\. Its thirty chapters each focus on a recurrent grammatical item or construction\. Some chapters compare items that learners frequently confuse, such as
才cáiand
就jiùor the threedeparticles\. Others explain how the parts of a construction work together\. For example, distributive
都dōunormally occurs with an expression referring to multiple members or a range, while the
把bǎconstruction requires an affected object and a predicate that indicates how that object is affected\. In such cases, identifying the edited word alone does not fully explain the error; learners also need to understand the role of that word in the larger expression or construction\. The monograph therefore offers detailed material for pedagogical diagnosis\.
Finally,[Gu et al\. \(2025\)](https://arxiv.org/html/2609.02153#bib.bib11)refine automatic Chinese ERRANT annotation with linguistically informed categories\. Their implementation usesstanzapart\-of\-speech tagging\([Qi et al\., 2020](https://arxiv.org/html/2609.02153#bib.bib20)\)\. It labels sound\-related substitutions asR:PINYIN, visually related substitutions asR:SHAPE, and substitutions involving both asR:MULTI\. It also distinguishes character order \(R:CO\) from word order \(R:WO\) and assigns dedicated labels to thedeparticles\. These additions improve the description of automatically extracted edits, while pedagogical accounts provide complementary information about the learning difficulty or construction associated with an edit\.
### 2\.3Design procedure
The taxonomy was developed by comparing three groups of sources: major CGEC datasets and tools\([Zhao et al\., 2018](https://arxiv.org/html/2609.02153#bib.bib27);[Zhang et al\., 2022](https://arxiv.org/html/2609.02153#bib.bib26);[Wang et al\., 2021](https://arxiv.org/html/2609.02153#bib.bib23);[Gu et al\., 2025](https://arxiv.org/html/2609.02153#bib.bib11)\); pedagogically oriented classifications of Chinese learner errors\([Zhang, 2006](https://arxiv.org/html/2609.02153#bib.bib25);[Li, 2020](https://arxiv.org/html/2609.02153#bib.bib15)\); and learner\-corpus research on explicit coding, comparison across corpora, and the separation of observable edits from their interpretation\([Dagneaux et al\., 1998](https://arxiv.org/html/2609.02153#bib.bib7);[Lüdeling and Hirschmann, 2015](https://arxiv.org/html/2609.02153#bib.bib17)\)\. The Falko German learner corpus provides a useful precedent for the last principle: it records the selected correction, ortarget hypothesis, separately from the interpretation of the error\([Reznicek et al\., 2013](https://arxiv.org/html/2609.02153#bib.bib22)\)\.
For each source, we recorded the unit being annotated, the surface edit operation, the role of word segmentation, available part\-of\-speech information, the treatment of Chinese\-specific phenomena, the distinction between minimal correction and fluency\-oriented rewriting, and the amount of pedagogical interpretation supplied\.
We then applied three tests to decide where each distinction belonged in the taxonomy\. First, we retained a distinction if it could be determined from the learner sentence, its correction, and the immediate linguistic context; applied consistently across corpora; and used without relying on a particular textbook sequence or feedback style\. Orthographic errors are annotated for edit operation and subtype; all other errors are annotated for edit operation, broad linguistic domain, and part of speech\.
Second, a distinction was placed in the extension layer if it added useful diagnostic information for Chinese language teaching but was too fine\-grained or context\-dependent for cross\-corpus comparison\. Examples include identifying the aspect marker
了lewith the extensionASP:le, the distributive adverb
都dōuwithADD:dou, and the
把bǎconstruction withCONST:ba\.
Third, a distinction was excluded if assigning it would require unsupported assumptions about the internal cause of an error, the learner’s unexpressed intention, or broader discourse\-pragmatic meaning\.
## 3A layered taxonomy for Chinese grammatical error annotation
The basic unit of the taxonomy is an edit: a difference between a learner sentence and one selected correction\. Annotators may identify edits manually or with an alignment tool\. The position of an edit can be marked at the character level, without first segmenting the sentence into words\.
Each annotation is relative to a*target hypothesis*, the particular correction against which the learner sentence is compared\([Reznicek et al\., 2013](https://arxiv.org/html/2609.02153#bib.bib22);[Lüdeling and Hirschmann, 2015](https://arxiv.org/html/2609.02153#bib.bib17)\)\. The same learner sentence may allow several repairs that produce different edits and labels\. If a sentence has several accepted corrections, a project should designate one as primary or annotate each correction separately\. Annotations based on different corrections are kept separate\.
The taxonomy first separates errors in character form or writing conventions from other errors\. For an orthographic error, the annotation records how the written form changes and the relation between the learner and corrected forms\. For every other error, it records the edit operation, a broad linguistic domain, and the part of speech of the affected material\. A separate optional layer can add a finer pedagogical diagnosis to non\-orthographic errors\.
This layered design separates the mechanics of correction from linguistic and pedagogical interpretation\. It has three aims: to show exactly how the text changes, to connect labels with recognizable Mandarin grammatical categories, and to support meaningful feedback\.
### 3\.1Edit operations
The operation records the observable change from the learner text to the selected correction, before any finer linguistic or pedagogical interpretation\.
The full inventory comprises Missing \(M\), Replacement \(R\), Unnecessary \(U\), and Word Order \(WO\), plus an orthographic\-only Character Order operation \(CO\)\.Mis used when the correction inserts missing material,Rwhen it exchanges one form for another, andUwhen it deletes redundant material\. These three operations correspond to omission, substitution, and addition in many error annotation schemes\.333Letter conventions differ across schemes:ChERRANT\([Zhang et al\., 2022](https://arxiv.org/html/2609.02153#bib.bib26)\)usesRfor*redundant*andSfor*substitution*, corresponding toUandRhere\.Word Order is treated as a distinct top\-level operation rather than as a subtype of Replacement\.
This choice is both conceptual and practical\. In a word\-order error the same material is preserved but appears in the wrong position\. An automatic comparison may represent this movement as one deletion and one insertion, soChERRANTapplies an additional rule to identify some reordering spans\([Hinson et al\., 2020](https://arxiv.org/html/2609.02153#bib.bib12);[Zhang et al\., 2022](https://arxiv.org/html/2609.02153#bib.bib26)\)\. A span identified in this way receivesWO, which records the underlying ordering problem directly\. When a movement instead appears as separate deletion and insertion edits, each edit is labeled by the change it shows\.444An annotation project may additionally link such paired edits, for example through a shared identifier and recorded source and target positions, to represent a long\-distance movement explicitly\.WOmarks word\- and phrase\-level reordering only; character transpositions within a word receiveCO, adopted from[Gu et al\. \(2025\)](https://arxiv.org/html/2609.02153#bib.bib11), so that the same operation label never carries two senses\. OrthographicMandUare reserved for missing and redundant punctuation, respectively\.
### 3\.2Orthographic screening and subtypes
Orthographic errors include wrong\-character spellings, internal character reversals, and problems involving punctuation form or placement\.
The scheme adapts five observable distinctions from[Gu et al\. \(2025\)](https://arxiv.org/html/2609.02153#bib.bib11)\. The first three classify character substitutions by the relation between the learner and corrected characters\.phonmarks a substitution between characters with identical or closely similar pronunciations but no salient visual similarity, as in \*
做业zuòyè\(‘ill\-formed spelling’\)→\\rightarrow
作业zuòyè\(‘homework’\)\.555In examples throughout, an asterisk marks the learner form as ungrammatical under the intended interpretation\.
shapemarks visually similar characters with different pronunciations, as in \*
自已zì yǐ\(‘ill\-formed spelling’\)→\\rightarrow
自己zìjǐ\(‘oneself’\)\.complexis used when the characters are similar in both pronunciation and shape\. An example is \*
亚州Yàzhōu\(‘ill\-formed spelling of Asia’\)→\\rightarrow
亚洲Yàzhōu\(‘Asia’\)\.
ordermarks the correct characters in reversed order within one word, as in \*
么什me shén\(‘ill\-formed reversal’\)→\\rightarrow
什么shénme\(‘what’\)\. Finally,puncmarks the replacement, omission, or redundancy of a punctuation mark\. The operation and subtype are recorded together asop:orth:subtype, whereoprepresents the operation andorthmarks the orthographic route\. Table[1](https://arxiv.org/html/2609.02153#S3.T1)lists the seven operation–subtype combinations used in the scheme\.
Table 1:Inventory of orthographic labelsThe homophonous particles
的de,
地de, and
得deremain non\-orthographic because their correction concerns grammatical function\. Their annotation therefore follows the non\-orthographic route described next\.
A correction between two established words is likewise non\-orthographic when it changes lexical meaning\. Thus,
有益yǒuyì\(‘beneficial’\)→\\rightarrow
有害yǒuhài\(‘harmful’\) is a content\-word replacement\.
### 3\.3The non\-orthographic core: linguistic domain and part of speech
A non\-orthographic edit receives one of three broad linguistic domains and a POS label\. These layers distinguish content\-word choice, functional\-word choice, and phrasal or clausal structure\.
LEX\-CONT \(Lexical\-Content\)errors involve choosing an inappropriate content word while the word’s grammatical role remains stable\. These include near\-synonym confusions, collocation errors, register mismatches, and learner\-created lexical items\. For example,
认识rènshi\(‘know a person; be acquainted with’\) and
知道zhīdào\(‘know a fact’\) are both verbs, but they select different semantic objects\. This domain covers open classes, the expandable vocabulary categories that include nouns, verbs, adjectives, and content adverbs\.
LEX\-FUNC \(Lexical\-Functional\)errors involve choosing the wrong item from a relatively small set of grammatical words while the surrounding construction remains otherwise intact\. Typical cases involve structural particles, aspect markers, negation markers, modal auxiliaries, classifiers, prepositions or coverbs, conjunctions, and adverbs such as
都dōu\. Linguists often call these*closed classes*because they contain a relatively restricted set of members\. The key diagnostic is that the learner has selected the wrong item from a restricted functional inventory, not that the clause pattern itself must be rebuilt\.
STRUCT \(Structural\)errors concern phrase and clause structure: whether a required element is present, correctly positioned, and correctly combined with its neighbors\. This domain covers argument structure, complement formation, clause\-level word order, the placement and interpretation of words such as negatives and quantifiers, and constructional patterns such as the
把bǎ\-construction,
被bèi\-passive,
比bǐ\-comparative, serial\-verb patterns, and
连⋯\\cdots也/都⋯\\cdotslián⋯\\cdotsyě/dōu⋯\\cdotsfocus construction\. Structural labels are used when the correction changes whether an element is permitted or required, where it appears, how subjects and objects are expressed, or how parts of a construction combine\. This domain also includes mixed patterns such as combining incompatible
把bǎand
被bèistructures\.
The POS inventory for this route is VERB \(verb\), NOUN \(noun\), ADJ \(adjective\), ADV \(adverb\), PART \(grammatical particle\), AUX \(auxiliary verb\), PREP \(preposition\), CLF \(classifier or measure word\), and CONJ \(coordinating or subordinating conjunction\)\. The inventory can be mapped to existing Chinese tagsets or to Universal Dependencies categories, depending on the corpus\.666The disposal marker 把bǎand the passive marker 被bèiare treated here as coverbs and taggedPREP, following standard descriptive and pedagogical analyses of Mandarin\([Chao, 1968](https://arxiv.org/html/2609.02153#bib.bib4);[Li and Thompson, 1981](https://arxiv.org/html/2609.02153#bib.bib14)\);[Li \(2020\)](https://arxiv.org/html/2609.02153#bib.bib15)likewise classifies 被bèias a preposition \(介词\), while noting an alternative particle analysis motivated by the optional omission of its object\. Annotation projects that adopt construction\-specific tags may instead map these markers to dedicated treebank categories or to the Universal DependenciesADP/AUXlabels\.Xis reserved for spans where no single tag applies\. Projects that need finer resolution may extend the inventory, for example by adding dedicated tags for pronouns, determiners, and numerals,777In the proposed taxonomy, these categories receive the closest inventory tag\.provided that the mapping is documented with the annotations\.
Automatic tools such asstanza\([Qi et al\., 2020](https://arxiv.org/html/2609.02153#bib.bib20)\)or LTP\([Che et al\., 2021](https://arxiv.org/html/2609.02153#bib.bib5)\)can suggest POS labels\. Because word segmentation and POS tagging can be unreliable in learner data, annotators verify the suggested segmentation and tags before assigning a POS label\.
### 3\.4Decision rules and interaction among layers
Each non\-orthographic edit receives a composite label following the templateop:dom:pos, whereopdenotes the edit operation,domthe linguistic domain, andposthe part of speech associated with the edited item, span, or construction\.
Domain assignment follows a fixed rule based on the operation and the affected grammatical material\. A Replacement involving a content word isLEX\-CONT, because the correction substitutes one lexical choice for another\. A Replacement involving an item from a relatively small set of grammatical words isLEX\-FUNC: for example, replacing
的dewith
地dein an adverbial modifier is a functional\-word choice\. Every non\-orthographic Missing, Unnecessary, or Word Order edit is assigned toSTRUCT: omitted
把bǎ, redundant
被bèi, and misordered
都dōuare all structural because the correction changes whether a required element is present or correctly positioned\. Constructional confusions that surface as replacements, such as exchanging
把bǎfor
被bèi, remainLEX\-FUNCat the core level; the constructional diagnosis is carried by the extension layer \(e\.g\.,MIX:ba\-bei\)\.
Replacement is treated differently from Missing, Unnecessary, and Word Order because it changes the item occupying an existing position, whereas the other operations change whether material is present or correctly ordered\. The latter therefore receiveSTRUCT, even when the affected item is a function word such as the aspect marker
了leor the structural particle
的de\. The extension layer preserves the affected item’s identity:M:STRUCT:PARTwith extensionASP:lereads as a structural omission of a missing
了le\. This fixed division also avoids subjective judgments about whether a construction is otherwise stable\.
Under this convention, the operation and POS layers usually determine the domain\. The domain layer is nonetheless retained explicitly: it makes labels self\-documenting for users who do not work with POS tags, it records a genuine decision for adverbs, and it allows projects to adopt the operation and domain layers without committing to a POS inventory\. An explicit list guides the remaining decision for adverbs\. An adverb counts as functional when it belongs to one of the listed classes for temporal sequencing, additivity and distributivity, contrast, negation, or degree \(Table[2](https://arxiv.org/html/2609.02153#S4.T2)\); other adverbs are treated as content words\.
Figure[1](https://arxiv.org/html/2609.02153#S3.F1)summarizes the annotation flow; Section[4](https://arxiv.org/html/2609.02153#S4)describes optional extensions for non\-orthographic edits\.
Figure 1:Annotation flow\. The orthographic route yields a label following the templateop:orth:subtype\. The non\-orthographic route yields a label followingop:dom:posand may be followed by a pedagogical extension\.Edit defined relative to a selected target hypothesisORTH?Orthographic labelop:orth:subtypephon, shape, complex, order, puncDetermine non\-orthographic operationM R U WOAssign POS to the affected materialVERB NOUN PART ADV \.\.\. XDeterministic domain ruleEvery non\-orthographicM,U, orWO→\\rightarrowSTRUCTR\+ content item→\\rightarrowLEX\-CONT;R\+ closed\-class or functionally restricted item→\\rightarrowLEX\-FUNCNon\-orthographic coreop:dom:posOptional pedagogical extensionYesNoif applicable
## 4Pedagogical extensions
Non\-orthographic core labels provide a shared basis for corpus comparison and system evaluation\. A pedagogical extension may accompany a core label following the templateop:dom:posto identify the functional item or construction involved\.
Projects may adopt only the modules relevant to their teaching or research aims, but each adopted module should be applied consistently\. Each extension is recorded separately and combines a family code and an item, separated by a colon\. For example,M:STRUCT:PARTshows that a grammatical particle is missing, whileASP:leidentifies it as the aspect marker
了le\.
### 4\.1Extension inventory
Many word\- and syntax\-level errors in Chinese learner writing concern the function of a grammatical item or the form of a construction\. The optional functional–constructional codes record this information\. Word\-level codes group small sets of items that share discourse, semantic, or grammatical functions; constructional codes identify families such as comparison, argument structure, and complements\. The inventory builds on[Li \(2020\)](https://arxiv.org/html/2609.02153#bib.bib15)and adds a family when it represents a clearly defined set of items or constructions that recurs in learner data\. For example,MODcovers modal auxiliaries, an established area of Chinese pedagogical grammar\([Li and Thompson, 1981](https://arxiv.org/html/2609.02153#bib.bib14)\)\. TheMIXcode represents blends of incompatible constructions described in pedagogical taxonomies such as[Zhang \(2006\)](https://arxiv.org/html/2609.02153#bib.bib25)\.
Word\-level codes cover temporal sequencing \(TEMP\), additivity and distributivity \(ADD\), contrastive stance \(CONT\), coordination and clause linking \(LINK\), locatives and path \(LOC\), aspect \(ASP\), and modality \(MOD\)\. Constructional codes cover focus \(FOC\), argument structure and voice \(CONST\), the expression and placement of arguments \(ARG\), comparison and degree \(DEG\), and complement families \(COMP\)\.
Table[2](https://arxiv.org/html/2609.02153#S4.T2)summarizes these extension families and also lists the structural\-particle \(STR\), negation \(NEG\), and classifier \(CLF\) codes used to refine functional\-word errors\.
Table 2:Extension codes for fine\-grained pedagogical annotation, adapted and extended from[Li \(2020\)](https://arxiv.org/html/2609.02153#bib.bib15)\.
### 4\.2Assignment and scope
When a code names a word, the item is written in lowercase pinyin\. For a Replacement, it names the contrasting pair in a fixed order, as inTEMP:cai\-jiu,ASP:le\-guo, andNEG:bu\-mei; the edit itself shows the direction of change\. Missing, Unnecessary, and Word Order normally name a single item, as inASP:leorADD:dou\. The codeSTR:decovers the three structural particles
的,
地, and
得\.
Construction\-based extensions name a construction, subtype, or grammatical role, as inCONST:ba,COMP:result, andARG:object\. A missing
都dōuin the
连⋯\\cdots都lián⋯\\cdotsdōuconstruction therefore receivesFOC:lian\-dourather thanADD:dou\.
When a named construction licenses or organizes the edited material, its construction\-level code takes precedence over an item\-level code\. Otherwise, the item\-level code is used\.
The extension layer is limited to closed\-class items and recurring constructions with relatively small or clearly defined inventories\.
Open\-class lexical errors are more difficult to divide consistently\. A near\-synonym choice, an unusual collocation, and a learner\-created form may overlap, and their interpretation depends on open\-ended knowledge of usage\. The core therefore records such errors with labels such asR:LEX\-CONT:VERB, without requiring a lexical subtype\. A project may add local subtypes when its research question requires them, provided that they remain optional and are documented separately from the shared core\.
## 5Reference specification of the proposed taxonomy
Table[1](https://arxiv.org/html/2609.02153#S3.T1)in Section[3](https://arxiv.org/html/2609.02153#S3)presents the orthographic labels\. Table[3](https://arxiv.org/html/2609.02153#S5.T3)presents the non\-orthographic core and optional pedagogical extensions, with a definition and example for each\. The tables map the character\-level categories of[Zhang \(2006\)](https://arxiv.org/html/2609.02153#bib.bib25)and[Gu et al\. \(2025\)](https://arxiv.org/html/2609.02153#bib.bib11)and the functional–constructional analyses of[Li \(2020\)](https://arxiv.org/html/2609.02153#bib.bib15)onto the proposed taxonomy\. The examples are illustrative rather than exhaustive\. When a correction depends on the intended meaning or discourse context, the English gloss states that interpretation explicitly\.888Gloss abbreviations \(ATTR ‘attributive particle’; LE, BA, BEI for the markers 了le, 把bǎ, 被bèi; CLF ‘classifier’; Q ‘question marker’\) follow the spirit of the Leipzig Glossing Rules\. They appear only in learner\-side glosses and only where an idiomatic translation would obscure the error\.In the Extension column, codes are drawn from the functional–constructional, structural\-particle, negation, and classifier families listed in Table[2](https://arxiv.org/html/2609.02153#S4.T2)and follow the naming conventions described in Section[4](https://arxiv.org/html/2609.02153#S4)\.999There is no extension for lexical\-content errors; the Extension cell is marked with an em dash \(—\)\.The POS tagXmarks a non\-orthographic span for which no single category applies, including whole constructions and multi\-word spans without one main word\.
Table 3:Reference specification of the non\-orthographic portion of the proposed taxonomy, organized by operation, domain, part of speech, and optional pedagogical extensionOpPOSOptional extensionDefinition / PatternExampleLEX\-CONT \(Lexical\-Content Errors; Replacement of an Open\-Class Content Word\)RVERB—Near\-synonym confusion between content verbs\*我知道他,我们是好朋友wǒ zhīdào tā, wǒmen shì hǎo péngyou\(‘I know of him; we are good friends’\)→\\rightarrow我认识他,我们是好朋友wǒ rènshi tā, wǒmen shì hǎo péngyou\(‘I know him; we are good friends’\)RNOUN—Near\-synonym confusion between content nouns\*一次难忘的经验yí cì nánwàng de jīngyàn\(‘an unforgettable experience \(know\-how\)’\)→\\rightarrow一次难忘的经历yí cì nánwàng de jīnglì\(‘an unforgettable experience \(event\)’\)RVERB—Collocation error in a verb–object combination\*做决心zuò juéxīn\(‘make determination’\)→\\rightarrow下决心xià juéxīn\(‘make up one’s mind’\)LEX\-FUNC \(Lexical\-Functional Errors; Function\-Word Replacement in an Otherwise Unchanged Construction\)RPARTSTR:deWrong choice among structural particles的/地/得de\*慢慢的走mànmàn de zǒu\(‘walk slow\-ATTR’\)→\\rightarrow慢慢地走mànmàn de zǒu\(‘walk slowly’\)RADVNEG:bu\-meiWrong choice between negation markers不bùand没méi\*昨天我不去zuótiān wǒ bù qù\(‘Yesterday I do not go’\)→\\rightarrow昨天我没去zuótiān wǒ méi qù\(‘Yesterday I did not go’\)RPARTASP:le\-guoWrong choice among aspect markers\*我以前看了这个电影wǒ yǐqián kàn le zhège diànyǐng\(‘I watched\-LE this movie before’\)→\\rightarrow我以前看过这个电影wǒ yǐqián kànguo zhège diànyǐng\(‘I have seen this movie before’\)RAUXMOD:neng\-huiWrong modal auxiliary \(general ability vs\. acquired skill\)\*他能说法语tā néng shuō Fǎyǔ\(‘He can \(is able to\) speak French’\)→\\rightarrow他会说法语tā huì shuō Fǎyǔ\(‘He can \(has learned to\) speak French’\)RADVTEMP:cai\-jiuWrong temporal sequencing marker\*他十点就来tā shí diǎn jiù lái\(‘He came as early as ten’\)→\\rightarrow他十点才来tā shí diǎn cái lái\(‘He did not come until ten’\)RADVADD:ye\-douWrong additive or distributive marker\*这三个学生也来了zhè sān ge xuéshēng yě lái le\(‘These three students also came’\)→\\rightarrow这三个学生都来了zhè sān ge xuéshēng dōu lái le\(‘These three students all came’\)RPREPLOC:cong\-daoWrong location or path marker while the surrounding clause pattern is otherwise unchanged\*我从学校去wǒ cóng xuéxiào qù\(‘I go from school’\)→\\rightarrow我到学校去wǒ dào xuéxiào qù\(‘I go to school’\)RCLFCLF:ge\-benWrong classifier for the main noun \(the head noun\)\*一个书yí ge shū\(‘one CLF book’\)→\\rightarrow一本书yì běn shū\(‘one book’\)RADVCONT:que\-fanerWrong contrastive\-stance adverb \(simple contrast vs\. counter\-expectation\)\*他不但没生气,却笑了tā búdàn méi shēngqì, què xiào le\(‘He not only did not get angry, yet smiled’\)→\\rightarrow他不但没生气,反而笑了tā búdàn méi shēngqì, fǎn’ér xiào le\(‘Not only did he not get angry; on the contrary, he smiled’\)RCONJLINK:huozhe\-haishiChoice marker mismatched with clause type \(interrogative还是háishiin a declarative\)\*我想去北京还是上海wǒ xiǎng qù Běijīng háishi Shànghǎi\(‘I want to go to Beijing or\-Q Shanghai’\)→\\rightarrow我想去北京或者上海wǒ xiǎng qù Běijīng huòzhě Shànghǎi\(‘I want to go to Beijing or Shanghai’\)STRUCT \(Structural Errors\)MPREPCONST:baMissing marker required by a把bǎ\-construction\*我书看完了wǒ shū kàn wán le\(‘I book finished reading’\)→\\rightarrow我把书看完了wǒ bǎ shū kànwán le\(‘I finished reading the book’\)UPREPCONST:beiUnnecessary passive marker被bèiwith an intransitive verb\*这件事被发生了zhè jiàn shì bèi fāshēng le\(‘This matter was happened’\)→\\rightarrow这件事发生了zhè jiàn shì fāshēng le\(‘This matter happened’\)MPARTASP:leMissing aspect marker required by the event meaning or a surrounding adverb\*我已经吃饭wǒ yǐjīng chī fàn\(‘I already eat’\)→\\rightarrow我已经吃了饭wǒ yǐjīng chī le fàn\(‘I have already eaten’\)UPARTASP:leRedundant aspect marker\*昨天我吃了饭了zuótiān wǒ chī le fàn le\(‘Yesterday I ate LE meal LE’\)→\\rightarrow昨天我吃了饭zuótiān wǒ chī le fàn\(‘Yesterday I ate a meal’\)MPARTASP:zheMissing着zhemarking an ongoing state in an existence–location pattern\*墙上挂一张画qiáng shàng guà yì zhāng huà\(‘On the wall hangs a picture’\)→\\rightarrow墙上挂着一张画qiáng shàng guàzhe yì zhāng huà\(‘A picture is hanging on the wall’\)MVERBCOMP:resultMissing resultative complement required by the meaning of the construction\*请把作业写qǐng bǎ zuòyè xiě\(‘Please BA homework write’\)→\\rightarrow请把作业写完qǐng bǎ zuòyè xiěwán\(‘Please finish writing the homework’\)MPARTCOMP:degreeMissing complement marker得dein degree construction\*他跑快tā pǎo kuài\(‘He run fast’\)→\\rightarrow他跑得快tā pǎo de kuài\(‘He runs fast’\)MADVFOC:lian\-douMissing都/也dōu/yěrequired by the连⋯\\cdots都/也lián⋯\\cdotsdōu/yěfocus construction\*他连一个字没写tā lián yí ge zì méi xiě\(‘He even one character did not write’\)→\\rightarrow他连一个字都没写tā lián yí ge zì dōu méi xiě\(‘He did not write even a single character’\)UADVDEG:biRedundant degree adverb inside a比bǐcomparative\*他比我很高tā bǐ wǒ hěn gāo\(‘He than me very tall’\)→\\rightarrow他比我高tā bǐ wǒ gāo\(‘He is taller than I am’\)WOADVADD:douAdverb whose meaning depends on its position placed incorrectly\*都他们去dōu tāmen qù\(‘All they go’\)→\\rightarrow他们都去tāmen dōu qù\(‘They all go’\)WOXLOC:zaiTime or location phrase in an incorrect position \(misplaced在zài\-phrase\)\*我在学校昨天学习wǒ zài xuéxiào zuótiān xuéxí\(‘I at school yesterday studied’\)→\\rightarrow我昨天在学校学习wǒ zuótiān zài xuéxiào xuéxí\(‘I studied at school yesterday’\)WONOUNARG:objectObject placed in an incorrect structural position\*我把看书完了wǒ bǎ kàn shū wán le\(‘I BA read book finish’\)→\\rightarrow我把书看完了wǒ bǎ shū kànwán le\(‘I finished reading the book’\)WOADVCOMP:potentialNegation placed outside the potential\-complement pattern\*我不听懂wǒ bù tīngdǒng\(‘I not hear\-understand’\)→\\rightarrow我听不懂wǒ tīng bu dǒng\(‘I cannot understand \(what I hear\)’\)UPREPMIX:ba\-beiMixing incompatible syntactic patterns \(redundant被bèiinside a把bǎ\-construction\)\*我把书被看完了wǒ bǎ shū bèi kànwán le\(‘I BA book BEI finished reading’\)→\\rightarrow我把书看完了wǒ bǎ shū kànwán le\(‘I finished reading the book’\)
## 6Evaluation of the taxonomy
To evaluate the coverage and consistency of the proposed taxonomy, we conducted two analyses\. The first counts how often the dedicated categories occur in the MuCGEC development set\. The second asks five LLMs to label a sample of these edits and measures their agreement\. Both analyses use edits produced by[Gu et al\.](https://arxiv.org/html/2609.02153#bib.bib11)’s \([2025](https://arxiv.org/html/2609.02153#bib.bib11)\) linguistically informed extension ofChERRANT\. Its output can be reused directly\. The four operations correspond to those of the proposed scheme, the sound\- and shape\-based categories supply the orthographic subtype, and the POS tag carries over once the edit span is matched\. Domain and extension labels are assigned separately \(Supplementary Table S16\)\.
### 6\.1Category coverage in MuCGEC development data
To examine how often the dedicated categories occur in CGEC data, we analyzed edit records extracted from the first correction supplied for each sentence in the MuCGEC development set\. Of 1,137 sentences, 58 were excluded because the first “correction” was an annotator note such as
没有错误méiyǒu cuòwù\(‘no error’\) or
无法标注wúfǎ biāozhù\(‘cannot annotate’\)\. The tool produced 4,545 edit records for the remaining sentences\. We removed 119 records that did not represent learner errors: 116 contained no character change, and three inserted an annotator note left in the reference text\. The analysis therefore covers 4,426 edits\. Pooling the edits from all alternative references yields closely similar proportions\.
Table[4](https://arxiv.org/html/2609.02153#S6.T4)gives the full distribution\. Replacements account for 55\.9% of the edits, Missing for 27\.4%, and Unnecessary for 16\.7%\. Orthographic screening identifies 24\.0% of all edits, divided almost equally between character substitutions based on sound or visual similarity and punctuation\. The automatic tool marks very few reorderings\. This reflects the difficulty of detecting moved material automatically; some movements instead appear as paired deletions and insertions\.
A cautious automatic count based on predefined function words places another 17\.6% of edits in the extension inventory\. It includes only single\-word edits whose source or correction contains a listed item, so it misses multi\-word constructional repairs and words whose form is shared with a common content word\. Among the remaining edits, about half involve open\-class words, a quarter involve broader or mixed\-category rewordings, and the rest include function words not yet covered by the list\. Modal auxiliaries formed a clear group in this last set and motivated the addition ofMOD; other candidates include role\-marking prepositions and additional linking expressions\.
Two patterns support specific design choices\. Among the 185 edits that the tool assigns a dedicatedde\-particle label, 168 are insertions or deletions and only 17 are replacements; theSTRtrigger count of 227 also includesdeedits that the tool labels in other ways\. This distribution accords with treating missing or unnecessary particles as Structural errors and particle choice as Lexical\-Functional\. Replacements involving an adverb, where an annotator must choose between a content and functional analysis, form only 1\.7% of all edits\.
These figures describe category coverage for this automatically extracted set of edits; other word\-segmentation and alignment procedures can produce different edit units\.
Table 4:Distribution of the 4,426 first\-reference MuCGEC development edits, after excluding 58 sentences whose references were annotator comments and 119 tool\-produced records without learner errors\. Categories below the operation panel are mutually exclusive\.GroupCategoryEdits%Edit operationReplacement \(R\)2,47255\.9Missing \(M\)1,21327\.4Unnecessary \(U\)74116\.7Orthographic screeningsimilarity\-typed substitution \(R:PINYIN/SHAPE/MULTI\)52611\.9punctuation53612\.1character order \(R:CO→\\rightarrowCO:ORTH:order\)2<<0\.1*subtotal*1,06424\.0Flagged word\-order reorderingR:WO90\.2Extension triggersSTR\(的/地/得\)2275\.1\(single\-token,MOD992\.2non\-orthographic\)LOC912\.1ASP811\.8CLF631\.4ADD621\.4TEMP,LINK,NEG,CONST,DEG,CONT1553\.5*subtotal*77817\.6Remainingother edits2,57558\.2
### 6\.2A preliminary test of annotation consistency with LLMs
The written specification should lead annotators to similar decisions\. To examine this expectation, we asked five LLMs to apply the same taxonomy to the same edits\. Comparing their decisions shows which parts of the instructions they interpret similarly and where category boundaries remain unclear\.
#### Setup
We tested five LLMs from five providers on 391 items\.101010Before records without a character change were removed, we drew a simple random sample of 400 from the 4,545 automatically extracted records\. Nine sampled records contained no character change and were excluded, leaving 391 items\.Each item included the learner sentence, its correction, the marked edit, and the annotation guideline\. The models labeled the items independently, and three were run twice to assess within\-model consistency\. Supplementary Section S5 reports the model identifiers, settings, instructions, response\-processing procedure, and additional analyses\.
The models first decided whether an edit was orthographic and then applied the layers relevant to that route: operation and subtype for orthographic edits; operation, domain, POS, and extension for all others\. Raw agreement records how often two labels match; Fleiss’κ\\kappaand Krippendorff’sα\\alphaadditionally adjust for agreement expected by chance\([Artstein and Poesio, 2008](https://arxiv.org/html/2609.02153#bib.bib2)\)\. Table[5](https://arxiv.org/html/2609.02153#S6.T5)reports these measures separately for each layer\. A partial\-credit comparison also shows how often some, but not all, layers match\.
One of the authors independently assigned reference labels to a deliberately varied subset of 115 items: 40 on which the models were unanimous, 39 with a majority decision, and 36 on which they were divided\.111111Before records without a character change were removed, we selected 40 items from each group\. Five of the 120 contained no character change and were excluded, leaving 115 items\.The author reviewed them without seeing the model identities or responses\. When more than one analysis was supported by the written guideline, the reference record retained acceptable alternatives\. The final table column compares the most common model label with this expert reference, averaging over tied labels\. Because difficult, divided cases are overrepresented, the column describes this subset rather than the full sample\.
Table 5:Agreement among five LLMs applying the taxonomy to 391 MuCGEC edits\. For layers beyond orthographic screening, an item contributes to a pairwise comparison only when both models assign that layer\. Composite agreement combines the layers applicable to each route\. Extensions are compared at the broad category level\. Denominators in the final column vary by layer within the 115\-item expert\-reviewed subset\.Three patterns are most relevant to taxonomy development\. First, orthographic screening and non\-orthographic edit operation show the strongest agreement, while the optional extension has the lowest agreement after adjustment for chance; raw agreement for part of speech and the extension is nearly identical\. Exact agreement on the whole composite label is lower, but rises from 69\.9% to 86\.1% when matching layers receive partial credit\. The models also follow the fixed relationship between edit operations and the Structural domain in nearly all applicable cases\.
Second, the repeated runs of the same model match on approximately four fifths of the composite labels\. The remaining within\-model variation provides useful context for interpreting the lower agreement between different models\.
Third, disagreements cluster around a few interpretable category distinctions\. Models differ between Replacement and Missing when a correction adds material alongside an unchanged character, between lexical\-content and lexical\-functional analyses for some adverbs and rewordings, over when a multi\-word span requires the POS labelX, and over whether a pedagogical extension applies\. Agreement with the expert reference follows the same pattern: unanimous model labels match the expert much more often than labels from divided cases\. These disagreements identify places where the guidelines need clearer examples and decision rules\. Reliability with trained human annotators remains to be examined\.
## 7Discussion
The assessment suggests that the taxonomy’s layers serve different but complementary purposes\. By design, every edit receives either an orthographic label or a non\-orthographic core label, and the MuCGEC analysis indicates that the dedicated orthographic and functional–constructional categories are relevant to a substantial part of the data\. The consistency study indicates that surface operation labels are easier to apply than optional pedagogical interpretations\. These findings support compact shared labels with optional pedagogical detail where a project has the evidence, training, and research need to use it\.
For learner\-corpus annotation, the layered format makes the relation between a correction and its interpretation visible\. For an orthographic edit, the operation and subtype describe the change in written form; for a non\-orthographic edit, the operation records what changed, the domain and POS identify the broad linguistic area, and an extension can name a particular Chinese item or construction\. These layers also keep the annotation tied to a target hypothesis\. When two accepted corrections analyze a learner sentence differently, their labels remain attached to their respective source–correction pairs rather than being combined into one apparently certain diagnosis\. Compatibility with ChERRANT offers a practical route for existing CGEC resources: projects can reuse automatically derived spans and operations, then add linguistic or pedagogical information appropriate to their aims\.
The pedagogical extensions provide hypotheses about distinctions that may help teachers and learners\. Labels for aspect, structural particles, comparison, argument structure, and complements can support profiles organized around recognizable topics of Chinese grammar\. Their value, however, depends on use: studies with teachers and learners should examine whether the additional labels improve interpretation, feedback, curriculum planning, or learner uptake\.
Human, automatic, and LLM\-assisted annotation can each use the taxonomy at a different stage\. Automatic alignment can propose edit spans and surface operations; an LLM can suggest labels or explanations for review; and trained annotators can decide among context\-dependent analyses and make the final annotation decision\. This division of work reflects recent learner\-corpus studies that use LLM suggestions with human review and Chinese GEC research that uses LLMs for explanations and evaluation\([Gajo et al\., 2025](https://arxiv.org/html/2609.02153#bib.bib10);[Acharya et al\., 2025](https://arxiv.org/html/2609.02153#bib.bib1);[Li et al\., 2025](https://arxiv.org/html/2609.02153#bib.bib16)\)\. The present comparison remains preliminary because model versions can change, different models may share training data or failure patterns\([Pangakis et al\., 2023](https://arxiv.org/html/2609.02153#bib.bib19)\), and the expert reference was produced by one author\. A fuller reliability study should train several human annotators, record agreement separately for each layer, and use a separate reviewer to resolve disagreements and revise the guidelines\.
Several aspects of coverage also require broader testing\. The extension inventory draws substantially on one pedagogical source, and the coverage analysis uses one dataset and one automatic method to prepare the data\. Further studies should compare corpora representing different proficiency levels, learner language backgrounds, genres, and correction policies\. They should also compare methods for word segmentation and edit matching\. Such work can determine which extensions recur across settings and which are best kept specific to individual projects\.
The present scheme concentrates on errors that can be identified through a direct comparison between a learner sentence and its correction\. Discourse\-level problems involving coherence, reference tracking, and information structure require wider context and may need additional annotation layers\. Extending the scheme to such phenomena would carry a broader learner\-corpus principle—recording observed changes separately from their interpretation—from sentence\-level annotation toward a fuller account of Chinese learner writing\.
## 8Conclusion
This paper has developed a layered taxonomy that connects edit\-based CGEC annotation with linguistic and pedagogical analysis of Chinese learner errors\. Rather than combining surface change and pedagogical interpretation in a single category, the taxonomy uses a two\-route architecture\. Orthographic errors follow the templateop:orth:subtype, whereas non\-orthographic errors receive a core label followingop:dom:posand may receive an optional functional or constructional extension\. Because every annotation remains tied to a selected target hypothesis, alternative accepted corrections can be represented without collapsing their potentially different analyses\.
The assessment provides initial evidence for the usefulness of this separation\. In the 4,426 MuCGEC edits examined, orthographic screening identified 24\.0% of the data, and a cautious automatic procedure found extension triggers in another 17\.6%\. The preliminary study of five LLMs on 391 items found the greatest consistency for orthographic screening and surface edit operations, with lower agreement as part\-of\-speech and pedagogical distinctions were combined into complete labels\. These findings suggest that the compact layers offer a comparatively stable basis for shared annotation, while the more interpretive categories require clearer guidance and further validation\.
The taxonomy is intended to be modular: existingChERRANTspans and operations can be reused, while linguistic domains, POS tags, and pedagogical extensions can be added according to the aims of a corpus or instructional setting\. Future work should evaluate reliability among trained human annotators, test coverage across learner populations, proficiency levels, genres, and correction policies, and examine whether the extensions improve feedback and pedagogical interpretation\. Additional layers may also be needed for discourse\-level phenomena that cannot be diagnosed from a sentence–correction pair alone\. By keeping observable edits separate from their linguistic and pedagogical interpretation, the proposed framework provides a transparent basis for learner\-corpus comparison, instructional analysis, and human\-reviewed automatic or LLM\-assisted annotation\.
## Declaration of generative AI in the manuscript preparation process
During the preparation of this work, the authors used OpenAI ChatGPT and Codex to assist with language editing, sentence restructuring, manuscript organization, and improving the clarity and consistency of the technical exposition\. The authors reviewed and edited all AI\-assisted content, verified the formal arguments, and take full responsibility for the content of the article\.
## References
- Acharya et al\. \(2025\)Poorvi Acharya, J\. Elizabeth Liebl, Dhiman Goswami, Kai North, Marcos Zampieri, and Antonios Anastasopoulos\.Tracing L1 interference in English learner writing: A longitudinal corpus with error annotations\.In Christos Christodoulopoulos, Tanmoy Chakraborty, Carolyn Rose, and Violet Peng, editors,*Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing*, pages 15146–15167, Suzhou, China, November 2025\. Association for Computational Linguistics\.ISBN 979\-8\-89176\-332\-6\.doi:10\.18653/v1/2025\.emnlp\-main\.766\.URL[https://aclanthology\.org/2025\.emnlp\-main\.766/](https://aclanthology.org/2025.emnlp-main.766/)\.
- Artstein and Poesio \(2008\)Ron Artstein and Massimo Poesio\.Survey article: Inter\-coder agreement for computational linguistics\.*Computational Linguistics*, 34\(4\):555–596, 2008\.doi:10\.1162/coli\.07\-034\-R2\.URL[https://aclanthology\.org/J08\-4004/](https://aclanthology.org/J08-4004/)\.
- Bryant et al\. \(2017\)Christopher Bryant, Mariano Felice, and Ted Briscoe\.Automatic annotation and evaluation of error types for grammatical error correction\.In Regina Barzilay and Min\-Yen Kan, editors,*Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\)*, pages 793–805, Vancouver, Canada, July 2017\. Association for Computational Linguistics\.doi:10\.18653/v1/P17\-1074\.URL[https://aclanthology\.org/P17\-1074/](https://aclanthology.org/P17-1074/)\.
- Chao \(1968\)Yuen Ren Chao\.*A Grammar of Spoken Chinese*\.University of California Press, Berkeley, 1968\.
- Che et al\. \(2021\)Wanxiang Che, Yunlong Feng, Libo Qin, and Ting Liu\.N\-LTP: An open\-source neural language technology platform for Chinese\.In Heike Adel and Shuming Shi, editors,*Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing: System Demonstrations*, pages 42–49, Online and Punta Cana, Dominican Republic, November 2021\. Association for Computational Linguistics\.doi:10\.18653/v1/2021\.emnlp\-demo\.6\.URL[https://aclanthology\.org/2021\.emnlp\-demo\.6/](https://aclanthology.org/2021.emnlp-demo.6/)\.
- Chen and Xu \(2019\)Heng Chen and Hai Xu\.Quantitative linguistics approach to interlanguage development: A study based on the Guangwai–Lancaster Chinese learner corpus\.*Lingua*, 230:102736, 2019\.doi:10\.1016/j\.lingua\.2019\.102736\.
- Dagneaux et al\. \(1998\)Estelle Dagneaux, Sharon Denness, and Sylviane Granger\.Computer\-aided error analysis\.*System*, 26\(2\):163–174, 1998\.doi:10\.1016/S0346\-251X\(98\)00001\-3\.
- Dahlmeier and Ng \(2012\)Daniel Dahlmeier and Hwee Tou Ng\.Better evaluation for grammatical error correction\.In Eric Fosler\-Lussier, Ellen Riloff, and Srinivas Bangalore, editors,*Proceedings of the 2012 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies*, pages 568–572, Montréal, Canada, June 2012\. Association for Computational Linguistics\.URL[https://aclanthology\.org/N12\-1067/](https://aclanthology.org/N12-1067/)\.
- Eryiğit et al\. \(2025\)Gülşen Eryiğit, Anna Golynskaia, Elif Sayar, and Tolgahan Türker\.Error annotation: A review and faceted taxonomy\.*Language Resources and Evaluation*, 59\(3\):3385–3409, 2025\.doi:10\.1007/s10579\-024\-09794\-0\.
- Gajo et al\. \(2025\)Paolo Gajo, Daniele Polizzi, Adriano Ferraresi, and Alberto Barrón\-Cedeño\.LEARN: On the feasibility of learner error AutoRegressive neural annotation\.In Cristina Bosco, Elisabetta Jezek, Marco Polignano, and Manuela Sanguinetti, editors,*Proceedings of the Eleventh Italian Conference on Computational Linguistics \(CLiC\-it 2025\)*, pages 456–468, Cagliari, Italy, September 2025\. CEUR Workshop Proceedings\.ISBN 979\-12\-243\-0587\-3\.URL[https://aclanthology\.org/2025\.clicit\-1\.45/](https://aclanthology.org/2025.clicit-1.45/)\.
- Gu et al\. \(2025\)Yang Gu, Zihao Huang, Min Zeng, Mengyang Qiu, and Jungyeul Park\.Improving automatic grammatical error annotation for Chinese through linguistically\-informed error typology\.In Owen Rambow, Leo Wanner, Marianna Apidianaki, Hend Al\-Khalifa, Barbara Di Eugenio, and Steven Schockaert, editors,*Proceedings of the 31st International Conference on Computational Linguistics*, pages 2781–2798, Abu Dhabi, UAE, January 2025\. Association for Computational Linguistics\.URL[https://aclanthology\.org/2025\.coling\-main\.189/](https://aclanthology.org/2025.coling-main.189/)\.
- Hinson et al\. \(2020\)Charles Hinson, Hen\-Hsen Huang, and Hsin\-Hsi Chen\.Heterogeneous recycle generation for Chinese grammatical error correction\.In Donia Scott, Nuria Bel, and Chengqing Zong, editors,*Proceedings of the 28th International Conference on Computational Linguistics*, pages 2191–2201, Barcelona, Spain \(Online\), December 2020\. International Committee on Computational Linguistics\.doi:10\.18653/v1/2020\.coling\-main\.199\.URL[https://aclanthology\.org/2020\.coling\-main\.199/](https://aclanthology.org/2020.coling-main.199/)\.
- Lee et al\. \(2018\)Lung\-Hao Lee, Yuen\-Hsien Tseng, and Li\-Ping Chang\.Building a TOCFL learner corpus for Chinese grammatical error diagnosis\.In Nicoletta Calzolari, Khalid Choukri, Christopher Cieri, Thierry Declerck, Sara Goggi, Koiti Hasida, Hitoshi Isahara, Bente Maegaard, Joseph Mariani, Hélène Mazo, Asuncion Moreno, Jan Odijk, Stelios Piperidis, and Takenobu Tokunaga, editors,*Proceedings of the Eleventh International Conference on Language Resources and Evaluation \(LREC 2018\)*, pages 2298–2304, Miyazaki, Japan, May 2018\. European Language Resources Association \(ELRA\)\.URL[https://aclanthology\.org/L18\-1363/](https://aclanthology.org/L18-1363/)\.
- Li and Thompson \(1981\)Charles N\. Li and Sandra A\. Thompson\.*Mandarin Chinese: A Functional Reference Grammar*\.University of California Press, Berkeley, 1981\.
- Li \(2020\)Dazhong Li\.*Analysis of Errors of Foreign Students in Learning Chinese Grammar*\.Beijing Language and Culture University Press, Beijing, 2020\.ISBN 9787561957653\.
- Li et al\. \(2025\)Yinghui Li, Shang Qin, Jingheng Ye, Haojing Huang, Yangning Li, Shu\-Yu Guo, Libo Qin, Xuming Hu, Wenhao Jiang, Hai\-Tao Zheng, and Philip S\. Yu\.Rethinking the roles of large language models in Chinese grammatical error correction\.In Wanxiang Che, Joyce Nabende, Ekaterina Shutova, and Mohammad Taher Pilehvar, editors,*Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics \(Volume 6: Industry Track\)*, pages 553–567, Vienna, Austria, July 2025\. Association for Computational Linguistics\.doi:10\.18653/v1/2025\.acl\-industry\.39\.URL[https://aclanthology\.org/2025\.acl\-industry\.39/](https://aclanthology.org/2025.acl-industry.39/)\.
- Lüdeling and Hirschmann \(2015\)Anke Lüdeling and Hagen Hirschmann\.Error annotation systems\.In Sylviane Granger, Gaëtanelle Gilquin, and Fanny Meunier, editors,*The Cambridge Handbook of Learner Corpus Research*, pages 135–158\. Cambridge University Press, Cambridge, 2015\.doi:10\.1017/CBO9781139649414\.007\.
- Packard \(2000\)Jerome L\. Packard\.*The Morphology of Chinese: A Linguistic and Cognitive Approach*\.Cambridge University Press, Cambridge, 2000\.doi:10\.1017/CBO9780511486821\.
- Pangakis et al\. \(2023\)Nicholas Pangakis, Samuel Wolken, and Neil Fasching\.Automated annotation with generative AI requires validation, 2023\.URL[https://arxiv\.org/abs/2306\.00176](https://arxiv.org/abs/2306.00176)\.
- Qi et al\. \(2020\)Peng Qi, Yuhao Zhang, Yuhui Zhang, Jason Bolton, and Christopher D\. Manning\.Stanza: A python natural language processing toolkit for many human languages\.In Asli Celikyilmaz and Tsung\-Hsien Wen, editors,*Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics: System Demonstrations*, pages 101–108, Online, July 2020\. Association for Computational Linguistics\.doi:10\.18653/v1/2020\.acl\-demos\.14\.URL[https://aclanthology\.org/2020\.acl\-demos\.14/](https://aclanthology.org/2020.acl-demos.14/)\.
- Qiu et al\. \(2025\)Mengyang Qiu, Qingyu Gao, Linxuan Yang, Yang Gu, Tran Minh Nguyen, Zihao Huang, and Jungyeul Park\.Chinese grammatical error correction: A survey, 2025\.URL[https://arxiv\.org/abs/2504\.00977](https://arxiv.org/abs/2504.00977)\.
- Reznicek et al\. \(2013\)Marc Reznicek, Anke Lüdeling, and Hagen Hirschmann\.Competing target hypotheses in the falko corpus: A flexible multi\-layer corpus architecture\.In Ana Díaz\-Negrillo, Nicolas Ballier, and Paul Thompson, editors,*Automatic Treatment and Analysis of Learner Corpus Data*, pages 101–124\. John Benjamins, Amsterdam, 2013\.doi:10\.1075/scl\.59\.07rez\.
- Wang et al\. \(2021\)Yingying Wang, Cunliang Kong, Liner Yang, Yijun Wang, Xiaorong Lu, Renfen Hu, Shan He, Zhenghao Liu, Yun Chen, Erhong Yang, and Maosong Sun\.YACLC: A Chinese learner corpus with multidimensional annotation, 2021\.URL[https://arxiv\.org/abs/2112\.15043](https://arxiv.org/abs/2112.15043)\.
- Zhang \(2009\)Baolin Zhang\.Features and functions of the HSK dynamic composition corpus\.*International Chinese Language Education*, \(4\):71–79, 2009\.
- Zhang \(2006\)Linlin Zhang\.An error analysis of English speaking Chinese learners’ corpus\.Master of Arts thesis, School of International Studies, University of International Business and Economics, 2006\.
- Zhang et al\. \(2022\)Yue Zhang, Zhenghua Li, Zuyi Bao, Jiacheng Li, Bo Zhang, Chen Li, Fei Huang, and Min Zhang\.MuCGEC: a multi\-reference multi\-source evaluation dataset for Chinese grammatical error correction\.In Marine Carpuat, Marie\-Catherine de Marneffe, and Ivan Vladimir Meza Ruiz, editors,*Proceedings of the 2022 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies*, pages 3118–3130, Seattle, United States, July 2022\. Association for Computational Linguistics\.doi:10\.18653/v1/2022\.naacl\-main\.227\.URL[https://aclanthology\.org/2022\.naacl\-main\.227/](https://aclanthology.org/2022.naacl-main.227/)\.
- Zhao et al\. \(2018\)Yuanyuan Zhao, Nan Jiang, Weiwei Sun, and Xiaojun Wan\.Overview of the NLPCC 2018 shared task: Grammatical error correction\.In Min Zhang, Vincent Ng, Dongyan Zhao, Sujian Li, and Hongying Zan, editors,*Natural Language Processing and Chinese Computing*, pages 439–445, Cham, 2018\. Springer International Publishing\.ISBN 978\-3\-319\-99501\-4\.doi:10\.1007/978\-3\-319\-99501\-4\_41\.Similar Articles
LLMs for automatic annotation of Mandarin narrative transcripts
This paper evaluates LLMs for automatically annotating narrative macrostructure in spoken Mandarin, finding that the best model achieves near-human reliability while reducing annotation time by 65%, though performance degrades on semantically complex or lexically diverse narratives.
Refining Word-Based Grammatical Error Annotation for L2 Korean
This paper refines word-based grammatical error annotation for L2 Korean by addressing problems in existing resources, including surface target realization and single-reference evaluation, and demonstrates improvements using KoBART-based correction.
ArabiGEE: A Hierarchical Taxonomy for Arabic Grammatical Error Explanation
Introduces ArabiGEE, the first comprehensive Arabic grammatical error explanation taxonomy with a hierarchical structure spanning orthographic, morphological, syntactic, and lexical dimensions, comprising 27 error types, 140 correction types, and 324 explanations.
Grammar Engineering Meets LLMs: Development of Cantonese and Irish ParGram Treebanks
This paper presents the development of Cantonese and Irish treebanks within the ParGram Project and investigates the potential and limitations of using multilingual LLMs (OpenAI's gpt-oss-120b) for grammar engineering tasks such as translation and syntactic structure generation.
New Terms, New Toxicity: Consensus-based Chinese Neologism Toxicity Detection via Search-Augmented LLMs
This paper proposes SeTox, a search-augmented LLM framework for detecting implicit toxicity in Chinese neologisms by leveraging real-time web context and public consensus. Experiments show that even 3B-scale models outperform larger recent models on this task.