CEC-Zero: Zero-Supervision Character Error Correction with Self-Generated Rewards
Zhiming Lin, Kai Zhao, Sophie Zhang, Peilai Yu, Canran Xiao
TL;DR
CEC‑Zero introduces a zero‑supervision reinforcement learning framework for Chinese spelling correction by synthesizing errorful inputs from clean text and using a cluster–consensus reward to guide self‑generated corrections. The method formalizes the task, constructs pseudo‑labelled data with a perturbation library, and optimizes a policy via PPO, achieving unbiased learning signals and provable convergence. Empirically, it delivers 10–13 F1 gains over supervised baselines and 5–8 F1 gains over strong LLM fine‑tunes across nine benchmarks, with 32B RL reaching 68.2% sentence‑level F1 on CSCD‑NS; robustness improves notably on visually noisy and multi‑error texts, and scaling analyses indicate RL‑driven gains beyond a certain model size. This label‑free approach enables robust, scalable CSC in real‑world noisy text pipelines, unlocking broader potential for LLMs in domain‑shifted, error‑prone settings.
Abstract
Large-scale Chinese spelling correction (CSC) remains critical for real-world text processing, yet existing LLMs and supervised methods lack robustness to novel errors and rely on costly annotations. We introduce CEC-Zero, a zero-supervision reinforcement learning framework that addresses this by enabling LLMs to correct their own mistakes. CEC-Zero synthesizes errorful inputs from clean text, computes cluster-consensus rewards via semantic similarity and candidate agreement, and optimizes the policy with PPO. It outperforms supervised baselines by 10--13 F$_1$ points and strong LLM fine-tunes by 5--8 points across 9 benchmarks, with theoretical guarantees of unbiased rewards and convergence. CEC-Zero establishes a label-free paradigm for robust, scalable CSC, unlocking LLM potential in noisy text pipelines.
