paper-with-me

홈 › Papers

Compact Encoding of Words for Efficient Character-level Convolutional Neural Networks Text Classification

2018-01-01 · ICLR 2018 1 · Wemerson Marinho, Luis Marti, Nayat Sanchez-pi

This paper puts forward a new text to tensor representation that relies on information compression techniques to assign shorter codes to the most frequently used characters. This representation is language-independent with no need of pretraining and produces an encoding with no information loss. It provides an adequate description of the morphology of text, as it is able to represent prefixes, declensions, and inflections with similar vectors and are able to represent even unseen words on the training dataset. Similarly, as it is compact yet sparse, is ideal for speed up training times using tensor processing libraries. As part of this paper, we show that this technique is especially effective when coupled with convolutional neural networks (CNNs) for text classification at character-level. We apply two variants of CNN coupled with it. Experimental results show that it drastically reduces the number of parameters to be optimized, resulting in competitive classification accuracy values in only a fraction of the time spent by one-hot encoding representations, thus enabling training in commodity hardware.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

General Classificationtext-classificationText Classification

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Which Encoding is the Best for Text Classification in Chinese, English, Japanese and Korean?

2017-08-08 · Xiang Zhang, Yann Lecun

This article offers an empirical study on the different ways of encoding Chinese, Japanese, Korean (CJK) and English languages for text classification. Different encoding levels are studied, including UTF-8 bytes, charac…

General ClassificationText Classification

Neural Machine Translation with Byte-Level Subwords

2019-09-07 · Changhan Wang, Kyunghyun Cho, Jiatao Gu

Almost all existing machine translation models are built on top of character-based vocabularies: characters, subwords or words. Rare characters from noisy text or character-rich languages such as Japanese and Chinese how…

Machine TranslationTranslation

Fast and Accurate Transformer-based Translation with Character-Level Encoding and Subword-Level Decoding

2021-11-16 · ACL ARR November 2021 11 · Anonymous

The Transformer translation model is fast to train and achieves state-of-the-art results for various translation tasks. However, unknown input words at test time remain a challenge for the Transformer, especially when …

DecoderTranslation

From Characters to Tokens: Dynamic Grouping with Hierarchical BPE

2025-10-17 · Rares Dolga, Lucas Maystre, Tudor Berariu, David Barber arxiv

Subword tokenization methods like Byte Pair Encoding (BPE) are widely used in large language models due to their balance of vocabulary compactness and representational power. However, they suffer from inefficiencies in r…

Chinese Financial Text Emotion Mining: GCGTS -- A Character Relationship-based Approach for Simultaneous Aspect-Opinion Pair Extraction

2023-08-04 · Qi Chen, Dexi Liu

Aspect-Opinion Pair Extraction (AOPE) from Chinese financial texts is a specialized task in fine-grained text sentiment analysis. The main objective is to extract aspect terms and opinion terms simultaneously from a dive…

Extract AspectSentiment Analysis