Skip to content

Implementing nlp papers with PyTorch, Gluon, Tensorflow

License

Notifications You must be signed in to change notification settings

urielll/nlp_implementation-1

 
 

Repository files navigation

NLP paper implementation with PyTorch

The papers were implemented in using korean corpus

Classification

Train ACC (120,000) Validation ACC (30,000) Test ACC (50,000)
SenCNN 92.87% 86.87% 86.38%
CharCNN 85.63% 81.58% 81.58%
ConvRec 86.80% 82.66% 82.29%
VDCNN 86.31% 83.87% 83.90%
SAN 93.90% 86.52% 86.35%

Semantic textual similarity

Train ACC (6,060) Validation ACC (1,516)
SAN 91.93% 81.46%

Language model

Named entity recognition

Neural machine translation

Machine reading comprension

Transfer learning

About

Implementing nlp papers with PyTorch, Gluon, Tensorflow

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%