paper-with-me

Papers

Confusionset-guided Pointer Networks for Chinese Spelling Check

2019-07-01 · ACL 2019 7 · Dingmin Wang, Yi Tay, Li Zhong

This paper proposes Confusionset-guided Pointer Networks for Chinese Spell Check (CSC) task. More concretely, our approach utilizes the off-the-shelf confusionset for guiding the character generation. To this end, our novel Seq2Seq model jointly learns to copy a correct character from an input sentence through a pointer network, or generate a character from the confusionset rather than the entire vocabulary. We conduct experiments on three human-annotated datasets, and results demonstrate that our proposed generative model outperforms all competitor models by a large margin of up to 20{\%} F1 score, achieving state-of-the-art performance on three datasets.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Sentence

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

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

PHMOSpell: Phonological and Morphological Knowledge Guided Chinese Spelling Check

2021-08-01 · ACL 2021 5 · Li Huang, Junjie Li, Weiwei Jiang, ZhiYu Zhang 외

Chinese Spelling Check (CSC) is a challenging task due to the complex characteristics of Chinese characters. Statistics reveal that most Chinese spelling errors belong to phonological or visual errors. However, previous …

Chinese Spell CheckingLanguage ModelingLanguage Modelling

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