HyperAIHyperAI

Command Palette

Search for a command to run...

4 months ago

Abstractive Text Classification Using Sequence-to-convolution Neural Networks

Taehoon Kim; Jihoon Yang

Abstractive Text Classification Using Sequence-to-convolution Neural Networks

Abstract

We propose a new deep neural network model and its training scheme for text classification. Our model Sequence-to-convolution Neural Networks(Seq2CNN) consists of two blocks: Sequential Block that summarizes input texts and Convolution Block that receives summary of input and classifies it to a label. Seq2CNN is trained end-to-end to classify various-length texts without preprocessing inputs into fixed length. We also present Gradual Weight Shift(GWS) method that stabilizes training. GWS is applied to our model's loss function. We compared our model with word-based TextCNN trained with different data preprocessing methods. We obtained significant improvement in classification accuracy over word-based TextCNN without any ensemble or data augmentation.

Code Repositories

tgisaturday/Seq2CNN
Official
tf
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
text-classification-on-ag-newsSeq2CNN with GWS(50)
Error: 9.64
text-classification-on-dbpediaSeq2CNN(50)
Error: 2.77
text-classification-on-yahoo-answersSeq2CNN(50)
Accuracy: 55.39

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Abstractive Text Classification Using Sequence-to-convolution Neural Networks | Papers | HyperAI