paper-with-me

홈 › Papers

Chinese Word Boundary Recovery through Character Alignment Projection

2026-05-27 · Lusha Wang, Yuchen Li, Su Yuan, Jungyeul Park arxiv

Chinese word segmentation is especially fragile in non-standard text, where language learner errors and other character-level divergences disrupt the word boundaries assumed by downstream annotation and evaluation. This paper formulates Chinese word boundary recovery as an alignment-based projection task. Given a noisy source sentence and a cleaner target counterpart, we first align the two strings at the character level and then project target-side word boundaries back onto the source. Beyond the recovery method itself, we introduce two evaluation resources: a manually checked learner Chinese benchmark based on MuCGEC and a controlled synthetic benchmark derived from the Chinese Penn Treebank. Experiments show that direct segmentation remains vulnerable to compound fragmentation in learner input, whereas the proposed two step projection method corrects many over-segmentation errors by using the corrected target to recover source-side word spans. The results show that word boundary recovery is distinct from ordinary segmentation and that alignment projection provides a principled mechanism for stabilizing Chinese annotation and evaluation under noisy input.

📄 PDF Abstract BibTeX arXiv:2605.28128

Code (0)

등록된 구현이 없습니다.

Tasks

Chinese Word Segmentation

Similar Papers 제목 키워드 기반

An Encoding Strategy Based Word-Character LSTM for Chinese NER

2019-06-01 · NAACL 2019 6 · Wei Liu, Tongge Xu, Qinghua Xu, Jiayu Song 외

A recently proposed lattice model has demonstrated that words in character sequence can provide rich word boundary information for character-based Chinese NER model. In this model, word information is integrated into a s…

NERSegmentation

Unified Lattice Graph Fusion for Chinese Named Entity Recognition

2023-12-28 · Dixiang Zhang, Junyu Lu, Pingjian Zhang

Integrating lexicon into character-level sequence has been proven effective to leverage word boundary and semantic information in Chinese named entity recognition (NER). However, prior approaches usually utilize feature …

Chinese Named Entity Recognitionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1

A realistic and robust model for Chinese word segmentation

2019-05-21 · Chu-Ren Huang, Ting-Shuo Yo, Petr Simon, Shu-Kai Hsieh

A realistic Chinese word segmentation tool must adapt to textual variations with minimal training input and yet robust enough to yield reliable segmentation result for all variants. Various lexicon-driven approaches to C…

Chinese Word SegmentationSegmentation

CRENER: A Character Relation Enhanced Chinese NER Model

2024-12-14 · Yaqiong Qiao, Shixuan Peng

Chinese Named Entity Recognition (NER) is an important task in information extraction, which has a significant impact on downstream applications. Due to the lack of natural separators in Chinese, previous NER methods mos…

Chinese Named Entity Recognitionmodelnamed-entity-recognitionNamed Entity Recognition+3

MECT: Multi-Metadata Embedding based Cross-Transformer for Chinese Named Entity Recognition

2021-07-12 · ACL 2021 5 · Shuang Wu, Xiaoning Song, ZhenHua Feng

Recently, word enhancement has become very popular for Chinese Named Entity Recognition (NER), reducing segmentation errors and increasing the semantic and boundary information of Chinese words. However, these methods te…

BenchmarkingChinese Named Entity Recognitionnamed-entity-recognitionNamed Entity Recognition+2