SOTAVerified

Co-attention network with label embedding for text classification

2021-11-04Neurocomputing 2021Code Available1· sign in to hype

Minqian Liu, Lizhao Liu, Junyi Cao, Qing Du

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Most existing methods for text classification focus on extracting a highly discriminative text representation, which, however, is typically computationally inefficient. To alleviate this issue, label embedding frameworks are proposed to adopt the label-to-text attention that directly uses label information to construct the text representation for more efficient text classification. Although these label embedding methods have achieved promising results, there is still much space for exploring how to se the label information more effectively. In this paper, we seek to exploit the label information by further constructing the text-attended label representation with text-to-label attention. To this end, we propose a Coattention Network with Label Embedding (CNLE) that jointly encodes the text and labels into their mutually attended representations. In this way, the model is able to attend to the relevant parts of both. Experiments show that our approach achieves competitive results compared with previous state-ofthe-art methods on 7 multi-class classification benchmarks and 2 multi-label classification benchmarks.

Tasks

Reproductions