paper-with-me

Papers

Tensor Graph Convolutional Networks for Text Classification

2020-01-12 · Xien Liu, Xinxin You, Xiao Zhang, Ji Wu, Ping Lv

Compared to sequential learning models, graph-based neural networks exhibit some excellent properties, such as ability capturing global information. In this paper, we investigate graph-based neural networks for text classification problem. A new framework TensorGCN (tensor graph convolutional networks), is presented for this task. A text graph tensor is firstly constructed to describe semantic, syntactic, and sequential contextual information. Then, two kinds of propagation learning perform on the text graph tensor. The first is intra-graph propagation used for aggregating information from neighborhood nodes in a single graph. The second is inter-graph propagation used for harmonizing heterogeneous information between graphs. Extensive experiments are conducted on benchmark datasets, and the results illustrate the effectiveness of our proposed framework. Our proposed TensorGCN presents an effective way to harmonize and integrate heterogeneous information from different kinds of graphs.

📄 PDF Abstract BibTeX arXiv:2001.05313

Code (2)

xienliu/tensor-gcn-text-classification-tensorflow 공식 구현 tf
thumlp/tensorgcn tf

Tasks

ClassificationGeneral Classificationtext-classificationText Classification

Similar Papers 제목 키워드 기반

Convolutional Graph-Tensor Net for Graph Data Completion

2021-03-07 · Xiao-Yang Liu, Ming Zhu

Graph data completion is a fundamentally important issue as data generally has a graph structure, e.g., social networks, recommendation systems, and the Internet of Things. We consider a graph where each node has a data …

Recommendation Systems

Text classification with pixel embedding

2019-11-11 · Bin Liu, Guosheng Yin, Wenbin Du

We propose a novel framework to understand the text by converting sentences or articles into video-like 3-dimensional tensors. Each frame, corresponding to a slice of the tensor, is a word image that is rendered by the w…

ArticlesClassificationGeneral ClassificationSentence+2

Dynamic Graph Convolutional Networks Using the Tensor M-Product

2019-10-16 · ICLR 2020 1 · Osman Asif Malik, Shashanka Ubaru, Lior Horesh, Misha E. Kilmer 외

Many irregular domains such as social networks, financial transactions, neuron connections, and natural language constructs are represented using graph structures. In recent years, a variety of graph neural networks (GNN…

Edge ClassificationLink PredictionRepresentation Learningtensor algebra

Tensor Graph Convolutional Network for Dynamic Graph Representation Learning

2024-01-13 · Ling Wang, Ye Yuan

Dynamic graphs (DG) describe dynamic interactions between entities in many practical scenarios. Most existing DG representation learning models combine graph convolutional network and sequence neural network, which model…

Graph Representation LearningRepresentation Learning

T- Hop: Tensor representation of paths in graph convolutional networks

2022-04-11 · Abdulrahman Ibraheem

We describe a method for encoding path information in graphs into a 3-d tensor. We show a connection between the introduced path representation scheme and powered adjacency matrices. To alleviate the heavy computational …

Dimensionality Reduction