mojave-pku / TextLevelGCN

source code of our paper presents in EMNLP 2019. https://www.aclweb.org/anthology/D19-1345/
GNU General Public License v3.0
54 stars 15 forks source link

benchmark code #10

Closed shouldgivemore closed 3 years ago

shouldgivemore commented 3 years ago

Hi mojave, Could you please provide me with the benchmark code in your article? I just want to verify the accuracy of CNN,LSTM, Bi-Lstm, fastText, Graph-CNN. Thank u so much.

mojave-pku commented 3 years ago

As described in our paper, those results of benchmark are taken from [1], you can find what you need in their papers/codes. [1] Yao, Liang, Chengsheng Mao, and Yuan Luo. "Graph convolutional networks for text classification." Proceedings of the AAAI Conference on Artificial Intelligence. Vol. 33. No. 01. 2019.

shouldgivemore commented 3 years ago

Thank u so much.