Span Labeling Approach for Vietnamese and Chinese Word Segmentation
Duc-Vu Nguyen, Linh-Bao Vo, Dang Van Thin, Ngan Luu-Thuy Nguyen

TL;DR
This paper introduces a span labeling method for Vietnamese and Chinese word segmentation that outperforms traditional sequence tagging, achieving state-of-the-art results with faster inference and fewer parameters.
Contribution
The paper presents a novel span labeling approach for word segmentation, demonstrating superior performance over sequence tagging methods on Vietnamese and Chinese datasets.
Findings
Achieved 98.31% F-score on Vietnamese benchmark.
Outperformed previous methods on five Chinese benchmarks.
Faster inference with fewer parameters using BERT and ZEN models.
Abstract
In this paper, we propose a span labeling approach to model n-gram information for Vietnamese word segmentation, namely SPAN SEG. We compare the span labeling approach with the conditional random field by using encoders with the same architecture. Since Vietnamese and Chinese have similar linguistic phenomena, we evaluated the proposed method on the Vietnamese treebank benchmark dataset and five Chinese benchmark datasets. Through our experimental results, the proposed approach SpanSeg achieves higher performance than the sequence tagging approach with the state-of-the-art F-score of 98.31% on the Vietnamese treebank benchmark, when they both apply the contextual pre-trained language model XLM-RoBERTa and the predicted word boundary information. Besides, we do fine-tuning experiments for the span labeling approach on BERT and ZEN pre-trained language model for Chinese with fewer…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsAttention Is All You Need · Linear Layer · Layer Normalization · WordPiece · Adam · Attention Dropout · Residual Connection · Weight Decay · Softmax · Dropout
