You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
liuxinchen3 725720a11c first commit 1 year ago
data first commit 1 year ago
models first commit 1 year ago
preprocess first commit 1 year ago
src first commit 1 year ago
utils first commit 1 year ago
.DS_Store first commit 1 year ago
README.md first commit 1 year ago
config.py first commit 1 year ago
train.py first commit 1 year ago
tsne.py first commit 1 year ago

本算法提出了一种新颖的基于图神经网络的的文本分类算法,TextGCAT。具体pipeline是:将文档出现的关键词视作图中的点,根据关键词是否出现在同一句话的共现概率构造联系,也就是图中的边,然后利用图神经网络提取关键词之间的依赖关系进而对文本进行分类。

Text Python

Contributors (1)