中文
相关论文

相关论文: Learning from the Dictionary: Heterogeneous Knowle…

200 篇论文

The task of Chinese Spelling Check (CSC) is aiming to detect and correct spelling errors that can be found in the text. While manually annotating a high-quality dataset is expensive and time-consuming, thus the scale of the training dataset…

计算与语言 · 计算机科学 2022-09-16 Piji Li

Existing Chinese text error detection mainly focuses on spelling and simple grammatical errors. These errors have been studied extensively and are relatively simple for humans. On the contrary, Chinese semantic errors are understudied and…

计算与语言 · 计算机科学 2022-04-18 Bo Sun , Baoxin Wang , Wanxiang Che , Dayong Wu , Zhigang Chen , Ting Liu

This work proposes a simple training-free prompt-free approach to leverage large language models (LLMs) for the Chinese spelling correction (CSC) task, which is totally different from all previous CSC approaches. The key idea is to use an…

计算与语言 · 计算机科学 2024-10-08 Houquan Zhou , Zhenghua Li , Bo Zhang , Chen Li , Shaopeng Lai , Ji Zhang , Fei Huang , Min Zhang

In this paper, we present CSCD-NS, the first Chinese spelling check (CSC) dataset designed for native speakers, containing 40,000 samples from a Chinese social platform. Compared with existing CSC datasets aimed at Chinese learners, CSCD-NS…

计算与语言 · 计算机科学 2024-05-24 Yong Hu , Fandong Meng , Jie Zhou

Chinese spelling correction (CSC) is a crucial task that aims to correct character errors in Chinese text. While conventional CSC focuses on character substitution errors caused by mistyping, two other common types of character errors,…

计算与语言 · 计算机科学 2025-06-17 Houquan Zhou , Bo Zhang , Zhenghua Li , Ming Yan , Min Zhang

Chinese Grammatical Error Correction (CGEC) aims to automatically detect and correct grammatical errors contained in Chinese text. In the long term, researchers regard CGEC as a task with a certain degree of uncertainty, that is, an…

计算与语言 · 计算机科学 2022-10-28 Jingheng Ye , Yinghui Li , Shirong Ma , Rui Xie , Wei Wu , Hai-Tao Zheng

Chinese Spelling Check (CSC) aims to detect and correct error tokens in Chinese contexts, which has a wide range of applications. However, it is confronted with the challenges of insufficient annotated data and the issue that previous…

计算与语言 · 计算机科学 2024-02-27 Xunjian Yin , Xinyu Hu , Jin Jiang , Xiaojun Wan

Chinese Spelling Correction (CSC) aims to detect and correct spelling errors in given sentences. Recently, multi-domain CSC has gradually attracted the attention of researchers because it is more practicable. In this paper, we focus on the…

计算与语言 · 计算机科学 2024-02-20 Peng Xing , Yinghui Li , Shirong Ma , Xinnian Liang , Haojing Huang , Yangning Li , Hai-Tao Zheng , Wenhao Jiang , Ying Shen

The Chinese Spelling Correction (CSC) task focuses on detecting and correcting spelling errors in sentences. Current research primarily explores two approaches: traditional multimodal pre-trained models and large language models (LLMs).…

计算与语言 · 计算机科学 2025-04-11 Xiaowu Zhang , Hongfei Zhao , Jingyi Hou , Zhijie Liu

Chinese Grammatical Error Correction (CGEC) aims to generate a correct sentence from an erroneous sequence, where different kinds of errors are mixed. This paper divides the CGEC task into two steps, namely spelling error correction and…

计算与语言 · 计算机科学 2022-11-04 Xiuyu Wu , Yunfang Wu

Chinese Spelling Correction (CSC) aims to detect and correct erroneous tokens in sentences. Traditional CSC focuses on equal length correction and uses pretrained language models (PLMs). While Large Language Models (LLMs) have shown…

计算与语言 · 计算机科学 2025-08-12 Junhong Liang , Yu Zhou

Chinese spelling check (CSC) is a fundamental NLP task that detects and corrects spelling errors in Chinese texts. As most of these spelling errors are caused by phonetic similarity, effectively modeling the pronunciation of Chinese…

计算与语言 · 计算机科学 2022-10-21 Jiahao Li , Quan Wang , Zhendong Mao , Junbo Guo , Yanyan Yang , Yongdong Zhang

BERT-based models have shown a remarkable ability in the Chinese Spelling Check (CSC) task recently. However, traditional BERT-based methods still suffer from two limitations. First, although previous works have identified that explicit…

计算与语言 · 计算机科学 2023-12-29 Yongchang Cao , Liang He , Zhen Wu , Xinyu Dai

Recently, Chinese Spell Checking(CSC), a task to detect erroneous characters in a sentence and correct them, has attracted extensive interest because of its wide applications in various NLP tasks. Most of the existing methods have utilized…

计算与语言 · 计算机科学 2023-05-08 Haiyun Yang

Chinese Spell Checking (CSC) aims to detect and correct Chinese spelling errors, which are mainly caused by the phonological or visual similarity. Recently, pre-trained language models (PLMs) promote the progress of CSC task. However, there…

计算与语言 · 计算机科学 2022-03-03 Yinghui Li , Qingyu Zhou , Yangning Li , Zhongli Li , Ruiyang Liu , Rongyi Sun , Zizhen Wang , Chao Li , Yunbo Cao , Hai-Tao Zheng

Chinese is a logographic writing system, and the shape of Chinese characters contain rich syntactic and semantic information. In this paper, we propose a model to learn Chinese word embeddings via three-level composition: (1) a…

计算与语言 · 计算机科学 2019-03-26 Chi Sun , Xipeng Qiu , Xuanjing Huang

Chinese Text Error Correction (CTEC) aims to detect and correct errors in the input text, which benefits human daily life and various downstream tasks. Recent approaches mainly employ Pre-trained Language Models (PLMs) to resolve CTEC.…

计算与语言 · 计算机科学 2024-03-21 Yinghui Li , Shirong Ma , Shaoshen Chen , Haojing Huang , Shulin Huang , Yangning Li , Hai-Tao Zheng , Ying Shen

One key characteristic of the Chinese spelling check (CSC) task is that incorrect characters are usually similar to the correct ones in either phonetics or glyph. To accommodate this, previous works usually leverage confusion sets, which…

计算与语言 · 计算机科学 2025-06-10 Ziheng Qiao , Houquan Zhou , Yumeng Liu , Zhenghua Li , Min Zhang , Bo Zhang , Chen Li , Ji Zhang , Fei Huang

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…

计算与语言 · 计算机科学 2026-01-01 Zhiming Lin , Kai Zhao , Sophie Zhang , Peilai Yu , Canran Xiao

In recent years, Chinese Spelling Check (CSC) has been greatly improved by designing task-specific pre-training methods or introducing auxiliary tasks, which mostly solve this task in an end-to-end fashion. In this paper, we propose to…

计算与语言 · 计算机科学 2023-10-16 Haojing Huang , Jingheng Ye , Qingyu Zhou , Yinghui Li , Yangning Li , Feng Zhou , Hai-Tao Zheng