paper-with-me

Papers

Radical-level Ideograph Encoder for RNN-based Sentiment Analysis of Chinese and Japanese

2017-08-10 · Yuanzhi Ke, Masafumi Hagiwara

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.

📄 PDF Abstract BibTeX arXiv:1708.03312

Code (0)

등록된 구현이 없습니다.

Tasks

General ClassificationSentiment AnalysisSentiment Classification

Similar Papers 제목 키워드 기반

Reading Chinese in Natural Scenes with a Bag-of-Radicals Prior

2022-10-05 · Liu Yongbin, Liu Qingjie, Chen Jiaxin, Wang Yunhong

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 Recognition

Chinese Character Decomposition for Neural MT with Multi-Word Expressions

2021-04-09 · NoDaLiDa 2021 5 · Lifeng Han, Gareth J. F. Jones, Alan F. Smeaton, Paolo Bolzoni

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 TranslationTranslation

Count, Decode and Fetch: A New Approach to Handwritten Chinese Character Error Correction

2023-07-30 · Pengfei Hu, Jiefeng Ma, Zhenrong Zhang, Jun Du 외

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 Learning

DTRNet: Dual Text-Radical Decoding for Handwritten Chinese Text Recognition with Faked Character Detection

2026-08-06 · Runrui Li, Lin Zhu, Hua Huang arxiv

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

2018-01-22 · Jianshu Zhang, Yixing Zhu, Jun Du, Li-Rong Dai

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