Disentangled Phonetic Representation for Chinese Spelling Correction (2023.acl-long)
Copied to clipboard
| Challenge: | Chinese Spelling Correction (CSC) aims to detect and correct erroneous characters in Chinese sentences. |
| Approach: | They propose to integrate phonetic and character representations to allow interaction between textual and phonetic information. |
| Outcome: | The proposed method is superior to other methods on three benchmarks. |
Similar Papers
Investigating Glyph-Phonetic Information for Chinese Spell Checking: What Works and What’s Next? (2023.findings-acl)
Copied to clipboard
| Challenge: | Pre-trained Chinese language models have shown impressive performance on a wide range of NLP tasks, but the generalization ability of these models has not been well understood. |
| Approach: | They propose to use glyph-phonetic information to improve Chinese spell checking models . they propose a new, more challenging, and practical setting for testing the generalizability of CSC models. |
| Outcome: | The proposed model incorporates glyph-phonetic information and is more challenging and practical. |
Correcting Chinese Spelling Errors with Phonetic Pre-training (2021.findings-acl)
Copied to clipboard
Ruiqing Zhang, Chao Pang, Chuanqiang Zhang, Shuohuan Wang, Zhongjun He, Yu Sun, Hua Wu, Haifeng Wang
| Challenge: | Existing methods for Chinese spelling correction only use pre-trained language model or incorporate phonological information as external knowledge. |
| Approach: | They propose a phonetic Chinese spelling correction model that integrates phonetic features into language model by leveraging pre-training and fine-tuning methods. |
| Outcome: | The proposed model outperforms existing methods on SIGHAN datasets and improves on other datasets. |
Read, Listen, and See: Leveraging Multimodal Information Helps Chinese Spell Checking (2021.findings-acl)
Copied to clipboard
| Challenge: | Chinese Spell Checking (CSC) aims to detect and correct erroneous characters for usergenerated text in Chinese. |
| Approach: | They propose a Chinese spell checker that leverages multimodal Chinese characters' information to predict the correct output. |
| Outcome: | The proposed model outperforms strong baselines on the SIGHAN benchmarks by a large margin. |
Rethinking Masked Language Modeling for Chinese Spelling Correction (2023.acl-long)
Copied to clipboard
| Challenge: | Existing CSC models over-fit the error model while under-fitting the language model, resulting in poor generalization to out-of-distribution error patterns. |
| Approach: | They propose to use a multi-domain benchmark LEMON to assess the open domain generalization of Chinese Spelling Correction models. |
| Outcome: | The proposed method achieves state-of-the-art results on SIGHAN, ECSpell, and LEMON. |
Two Issues with Chinese Spelling Correction and A Refinement Solution (2024.acl-short)
Copied to clipboard
| Challenge: | Existing models contain many spelling errors, resulting in performance bottlenecks and performance issues. |
| Approach: | They propose to fix the SIGHAN datasets and re-evaluate four representative Chinese Spelling Correction models using the fixed datasets. |
| Outcome: | The proposed model improves the models in all metrics by notable margins. |
PHMOSpell: Phonological and Morphological Knowledge Guided Chinese Spelling Check (2021.acl-long)
Copied to clipboard
| Challenge: | False gram and phonological errors make Chinese spelling check difficult . a novel end-to-end trainable model outperforms existing methods . |
| Approach: | They propose a trainable Chinese spelling check model that integrates phonological and visual information into a pre-trained language model. |
| Outcome: | The proposed model outperforms existing state-of-the-art models on three benchmarks. |
PLOME: Pre-training with Misspelled Knowledge for Chinese Spelling Correction (2021.acl-long)
Copied to clipboard
| Challenge: | Chinese spelling correction (CSC) is a task to detect and correct spelling errors in texts. |
| Approach: | They propose a Pre-trained masked Language model with Misspelled knowledgE (PLOME) which jointly learns how to understand language and correct spelling errors. |
| Outcome: | The proposed model outperforms state-of-the-art methods on widely used benchmarks and achieves superior performance against existing models. |
Spelling Error Correction with Soft-Masked BERT (2020.acl-main)
Copied to clipboard
| Challenge: | Experimental results show that the proposed method is significantly better than the baselines including the one solely based on BERT. |
| Approach: | They propose a neural architecture which uses a network for error detection and a system for error correction based on BERT, with the latter connected to the other using what they call soft-masking technique. |
| Outcome: | The proposed method performs better than baselines including the one solely based on BERT, and is general and may be employed in other language detection-correction problems. |
Modalities Should Be Appropriately Leveraged: Uncertainty Guidance for Multimodal Chinese Spelling Correction (2024.lrec-main)
Copied to clipboard
| Challenge: | Chinese spelling correction (CSC) aims to detect and correct spelling errors in Chinese texts. |
| Approach: | They propose a framework that incorporates uncertainty into feature learning and correction stages . they propose to combine the uncertainty of multimodal features with model learning . |
| Outcome: | The proposed framework improves on three public datasets. |
The Past Mistake is the Future Wisdom: Error-driven Contrastive Probability Optimization for Chinese Spell Checking (2022.findings-acl)
Copied to clipboard
Yinghui Li, Qingyu Zhou, Yangning Li, Zhongli Li, Ruiyang Liu, Rongyi Sun, Zizhen Wang, Chao Li, Yunbo Cao, Hai-Tao Zheng
| Challenge: | Chinese Spell Checking (CSC) aims to detect and correct spelling errors, which are caused by the phonological or visual similarity. |
| Approach: | They propose an Error-driven COntrastive Probability Optimization framework to refine the knowledge representations of pre-trained language models to avoid predicting common characters. |
| Outcome: | Extensive experiments and detailed analyses on SIGHAN datasets demonstrate that ECOPO is simple yet effective. |