paper-with-me

Papers

SpellBERT: A Lightweight Pretrained Model for Chinese Spelling Check

2021-11-01 · EMNLP 2021 11 · Tuo ji, Hang Yan, Xipeng Qiu

Chinese Spelling Check (CSC) is to detect and correct Chinese spelling errors. Many models utilize a predefined confusion set to learn a mapping between correct characters and its visually similar or phonetically similar misuses but the mapping may be out-of-domain. To that end, we propose SpellBERT, a pretrained model with graph-based extra features and independent on confusion set. To explicitly capture the two erroneous patterns, we employ a graph neural network to introduce radical and pinyin information as visual and phonetic features. For better fusing these features with character representations, we devise masked language model alike pre-training tasks. With this feature-rich pre-training, SpellBERT with only half size of BERT can show competitive performance and make a state-of-the-art result on the OCR dataset where most of the errors are not covered by the existing confusion set.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural NetworkLanguage ModelingLanguage ModellingOptical Character Recognition (OCR)

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

uChecker: Masked Pretrained Language Models as Unsupervised Chinese Spelling Checkers

2022-09-15 · COLING 2022 10 · Piji Li

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 …

Language ModelingLanguage ModellingSentence

An Empirical Investigation of Domain Adaptation Ability for Chinese Spelling Check Models

2024-01-26 · Xi Wang, Ruoqing Zhao, Hongliang Dai, Piji Li

Chinese Spelling Check (CSC) is a meaningful task in the area of Natural Language Processing (NLP) which aims at detecting spelling errors in Chinese texts and then correcting these errors. However, CSC models are based …

Domain AdaptationLanguage ModelingLanguage ModellingLarge Language Model

A Chinese Spelling Check Framework Based on Reverse Contrastive Learning

2022-10-25 · Nankai Lin, Hongyan Wu, Sihui Fu, Shengyi Jiang 외

Chinese spelling check is a task to detect and correct spelling mistakes in Chinese text. Existing research aims to enhance the text representation and use multi-source information to improve the detection and correction…

Contrastive Learning

NLPTEA 2017 Shared Task -- Chinese Spelling Check

2017-12-01 · WS 2017 12 · Gabriel Fung, Maxime Debosschere, Dingmin Wang, Bo Li 외

This paper provides an overview along with our findings of the Chinese Spelling Check shared task at NLPTEA 2017. The goal of this task is to develop a computer-assisted system to automatically diagnose typing errors in …

Sentence

Error-Robust Retrieval for Chinese Spelling Check

2022-11-15 · Xunjian Yin, Xinyu Hu, Jin Jiang, Xiaojun Wan

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…

RerankingRetrieval