SOTAVerified

Explicit Interaction Model towards Text Classification

2018-11-23Code Available0· sign in to hype

Cunxiao Du, Zhaozheng Chin, Fuli Feng, Lei Zhu, Tian Gan, Liqiang Nie

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Text classification is one of the fundamental tasks in natural language processing. Recently, deep neural networks have achieved promising performance in the text classification task compared to shallow models. Despite of the significance of deep models, they ignore the fine-grained (matching signals between words and classes) classification clues since their classifications mainly rely on the text-level representations. To address this problem, we introduce the interaction mechanism to incorporate word-level matching signals into the text classification task. In particular, we design a novel framework, EXplicit interAction Model (dubbed as EXAM), equipped with the interaction mechanism. We justified the proposed approach on several benchmark datasets including both multi-label and multi-class text classification tasks. Extensive experimental results demonstrate the superiority of the proposed method. As a byproduct, we have released the codes and parameter settings to facilitate other researches.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
Amazon Review FullEXAMAccuracy61.9Unverified
Amazon Review PolarityEXAMAccuracy95.5Unverified

Reproductions