/nlp_implementation

Implementing nlp papers with PyTorch, Gluon

Primary LanguagePythonMIT LicenseMIT

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) date
SenCNN 91.98% 86.76% 86.14% 190918
CharCNN 86.54% 82.25% 81.89% 190918
ConvRec 88.94% 83.90% 83.64% 190918
VDCNN 87.05% 84.42% 84.09% 190918
SAN 91.17% 86.54% 86.00% 190919
KoBERT 94.47% 89.85% 89.60%

Paraphrase detection

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

Language model

Named entity recognition

Neural machine translation

Machine reading comprension