Radical-level Ideograph Encoder for RNN-based Sentiment Analysis of Chinese and Japanese
The character vocabulary can be very large in non-alphabetic languages such as Chinese and Japanese, which makes neural network models huge to process such languages. We explored a model for sentiment classification that takes the embeddings of the radicals of the Chinese characters, i.e, hanzi of Chinese and kanji of Japanese. Our model is composed of a CNN word feature encoder and a bi-directional RNN document feature encoder. The results achieved are on par with the character embedding-based models, and close to the state-of-the-art word embedding-based models, with 90% smaller vocabulary, and at least 13% and 80% fewer parameters than the character embedding-based models and word embedding-based models respectively. The results suggest that the radical embedding-based approach is cost-effective for machine learning on Chinese and Japanese.
Code (0)
등록된 구현이 없습니다.
Tasks
General ClassificationSentiment AnalysisSentiment ClassificationSimilar Papers 제목 키워드 기반
Reading Chinese in Natural Scenes with a Bag-of-Radicals Prior
Scene text recognition (STR) on Latin datasets has been extensively studied in recent years, and state-of-the-art (SOTA) models often reach high accuracy. However, the performance on non-Latin transcripts, such as Chines…
Scene Text RecognitionChinese Character Decomposition for Neural MT with Multi-Word Expressions
Chinese character decomposition has been used as a feature to enhance Machine Translation (MT) models, combining radicals into character and word level models. Recent work has investigated ideograph or stroke level embed…
Machine TranslationTranslationCount, Decode and Fetch: A New Approach to Handwritten Chinese Character Error Correction
Recently, handwritten Chinese character error correction has been greatly improved by employing encoder-decoder methods to decompose a Chinese character into an ideographic description sequence (IDS). However, existing m…
DecoderTransfer LearningDTRNet: Dual Text-Radical Decoding for Handwritten Chinese Text Recognition with Faked Character Detection
In K-12 educational scenarios, handwritten Chinese text recognition should not only transcribe student writing, but also detect faked characters. However, existing recognition models are usually confined to a predefined …
Trajectory-based Radical Analysis Network for Online Handwritten Chinese Character Recognition
Recently, great progress has been made for online handwritten Chinese character recognition due to the emergence of deep learning techniques. However, previous research mostly treated each Chinese character as one class …
Decoder