Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Segment First or Comprehend First? Explore the Limit of Unsupervised Word Segmentation with Large Language Models

About

Word segmentation stands as a cornerstone of Natural Language Processing (NLP). Based on the concept of "comprehend first, segment later", we propose a new framework to explore the limit of unsupervised word segmentation with Large Language Models (LLMs) and evaluate the semantic understanding capabilities of LLMs based on word segmentation. We employ current mainstream LLMs to perform word segmentation across multiple languages to assess LLMs' "comprehension". Our findings reveal that LLMs are capable of following simple prompts to segment raw text into words. There is a trend suggesting that models with more parameters tend to perform better on multiple languages. Additionally, we introduce a novel unsupervised method, termed LLACA ($\textbf{L}$arge $\textbf{L}$anguage Model-Inspired $\textbf{A}$ho-$\textbf{C}$orasick $\textbf{A}$utomaton). Leveraging the advanced pattern recognition capabilities of Aho-Corasick automata, LLACA innovatively combines these with the deep insights of well-pretrained LLMs. This approach not only enables the construction of a dynamic $n$-gram model that adjusts based on contextual information but also integrates the nuanced understanding of LLMs, offering significant improvements over traditional methods. Our source code is available at https://github.com/hkr04/LLACA

Zihong Zhang, Liqi He, Zuchao Li, Lefei Zhang, Hai Zhao, Bo Du• 2025

Related benchmarks

TaskDatasetResultRank
Chinese Word SegmentationPKU (test)
F189.3
32
Word SegmentationMSR Chinese (test)
F1 Score88.2
17
Word SegmentationCITYU Chinese (test)
F1 Score88.1
16
Word SegmentationAS Chinese (test)
F-measure88.3
13
Word SegmentationKWDLC (test)
F1 Score91.9
10
Word SegmentationUD KO (test)
F1 Score58.9
10
Word SegmentationBEST Thai (test)
F-measure68.9
10
Word SegmentationUD_JA Japanese (test)
F1 Score69.4
8
Word SegmentationUD Thai (test)
F1 Score70
8
Word SegmentationBEST (test)
F193.5
3
Showing 10 of 10 rows

Other info

Code

Follow for update