BriefGPT.xyz
Oct, 2019
基于文本级图神经网络的文本分类
Text Level Graph Neural Network for Text Classification
HTML
PDF
Lianzhe Huang, Dehong Ma, Sujian Li, Xiaodong Zhang, Houfeng WANG
TL;DR
提出了一种新的基于图神经网络的模型,通过全局参数共享建立每个输入文本的图形而不是整个语料库的单个图形,这种方法支持在线测试,同时提取更多的本地特征和显著降低边缘数量以及内存消耗,在多个文本分类数据集上性能优于现有模型。
Abstract
Recently, researches have explored the
graph neural network
(GNN) techniques on
text classification
, since GNN does well in handling complex structures and preserving global information. However, previous methods
→