New Perspectives in Sinographic Language Processing Through the Use of Character Structure
Yannis Haralambous

TL;DR
This paper leverages the hierarchical graphical structure of Chinese characters to improve NLP tasks, demonstrating a 3% accuracy boost in text classification on large Chinese and Japanese corpora.
Contribution
It introduces a novel method using character structure and allographic classes to enhance text models for better NLP performance.
Findings
Achieved 3% improvement in text classification accuracy.
Developed a graph-based approach incorporating semantic and phonetic relations.
Validated the method on large Chinese and Japanese datasets.
Abstract
Chinese characters have a complex and hierarchical graphical structure carrying both semantic and phonetic information. We use this structure to enhance the text model and obtain better results in standard NLP operations. First of all, to tackle the problem of graphical variation we define allographic classes of characters. Next, the relation of inclusion of a subcharacter in a characters, provides us with a directed graph of allographic classes. We provide this graph with two weights: semanticity (semantic relation between subcharacter and character) and phoneticity (phonetic relation) and calculate "most semantic subcharacter paths" for each character. Finally, adding the information contained in these paths to unigrams we claim to increase the efficiency of text mining methods. We evaluate our method on a text classification task on two corpora (Chinese and Japanese) of a total of 18…
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
TopicsText and Document Classification Technologies · Natural Language Processing Techniques · Authorship Attribution and Profiling
MethodsSupport Vector Machine
