Tensor Graph Convolutional Networks for Text Classification
Abstract
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.
Cite
Text
Liu et al. "Tensor Graph Convolutional Networks for Text Classification." AAAI Conference on Artificial Intelligence, 2020. doi:10.1609/AAAI.V34I05.6359Markdown
[Liu et al. "Tensor Graph Convolutional Networks for Text Classification." AAAI Conference on Artificial Intelligence, 2020.](https://mlanthology.org/aaai/2020/liu2020aaai-tensor/) doi:10.1609/AAAI.V34I05.6359BibTeX
@inproceedings{liu2020aaai-tensor,
title = {{Tensor Graph Convolutional Networks for Text Classification}},
author = {Liu, Xien and You, Xinxin and Zhang, Xiao and Wu, Ji and Lv, Ping},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2020},
pages = {8409-8416},
doi = {10.1609/AAAI.V34I05.6359},
url = {https://mlanthology.org/aaai/2020/liu2020aaai-tensor/}
}