paper-with-me

홈 › Papers

Regularized Graph Convolutional Networks for Short Text Classification

2020-12-01 · COLING 2020 8 · Kshitij Tayal, Nikhil Rao, Saurabh Agarwal, Xiaowei Jia, Karthik Subbian, Vipin Kumar

Short text classification is a fundamental problem in natural language processing, social network analysis, and e-commerce. The lack of structure in short text sequences limits the success of popular NLP methods based on deep learning. Simpler methods that rely on bag-of-words representations tend to perform on par with complex deep learning methods. To tackle the limitations of textual features in short text, we propose a Graph-regularized Graph Convolution Network (GR-GCN), which augments graph convolution networks by incorporating label dependencies in the output space. Our model achieves state-of-the-art results on both proprietary and external datasets, outperforming several baseline methods by up to 6{\%} . Furthermore, we show that compared to baseline methods, GR-GCN is more robust to noise in textual features.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationDeep Learningtext-classificationText Classification

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Few-shot Classification on Graphs with Structural Regularized GCNs

2019-05-01 · ICLR 2019 5 · Shengzhong Zhang, Ziang Zhou, Zengfeng Huang, Zhongyu Wei

We consider the fundamental problem of semi-supervised node classification in attributed graphs with a focus on \emph{few-shot} learning. Here, we propose Structural Regularized Graph Convolutional Networks (SRGCN), nove…

ClassificationFew-Shot LearningGeneral ClassificationNode Classification

Structure Regularized Neural Network for Entity Relation Classification for Chinese Literature Text

2018-03-15 · NAACL 2018 6 · Ji Wen, Xu sun, Xuancheng Ren, Qi Su

Relation classification is an important semantic processing task in the field of natural language processing. In this paper, we propose the task of relation classification for Chinese literature text. A new dataset of Ch…

General ClassificationRelationRelation Classification

Structure Regularized Bidirectional Recurrent Convolutional Neural Network for Relation Classification

2017-11-06 · Ji Wen

Relation classification is an important semantic processing task in the field of natural language processing (NLP). In this paper, we present a novel model, Structure Regularized Bidirectional Recurrent Convolutional Neu…

ClassificationGeneral Classificationnamed-entity-recognitionNamed Entity Recognition+4

Cluster-Gated Convolutional Neural Network for Short Text Classification

2019-11-01 · CONLL 2019 11 · Haidong Zhang, Wancheng Ni, Meijing Zhao, Ziqi Lin

Text classification plays a crucial role for understanding natural language in a wide range of applications. Most existing approaches mainly focus on long text classification (e.g., blogs, documents, paragraphs). However…

ClassificationClusteringGeneral Classificationtext-classification+1

Quadratic GCN for Graph Classification

2021-04-14 · Omer Nagar, Shoval Frydman, Ori Hochman, yoram louzoun

Graph Convolutional Networks (GCNs) have been extensively used to classify vertices in graphs and have been shown to outperform other vertex classification methods. GCNs have been extended to graph classification tasks (…

ClassificationGeneral ClassificationGraph ClassificationKnowledge Graphs