Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 1.41 KB

README.md

File metadata and controls

26 lines (24 loc) · 1.41 KB

DGL_Recursive Neural Networks_Sentiment Classification

Introduction

This project uses the DGL (Deep Graph Library) package to improve the training speed of Recursive Neural Networks(RvNN), which takes only 4-6 seconds every training epoch on the RTX server.

Usage

python train.py

Results

The RvNN model is trained on SST and the accuracy of predicting fine-grained sentiment labels at all phrase lengths(All) or full sentences(Root) is as follows:

Acc_All Acc_Root
Paper [2] 79.0 43.0
My Recurrence 75.71 47.96