Skip to content
forked from HuiChen24/NER-GRN

Code for our AAAI2019 paper "GRN: Gated Relation Network to Enhance Convolutional Neural Network for Named Entity Recognition"

Notifications You must be signed in to change notification settings

gungor2/NER-GRN

 
 

Repository files navigation

GRN

Code for our AAAI2019 paper "GRN: Gated Relation Network to Enhance Convolutional Neural Network for Named Entity Recognition"

Requirements and Installation

We recommended the following dependencies.

  • PyTorch 0.4
  • Python 3.6
  • torchvision
  • Numpy

Training and Test

After datasets are prepared, run train.py:

python train.py

Test:

python test.py

About

Code for our AAAI2019 paper "GRN: Gated Relation Network to Enhance Convolutional Neural Network for Named Entity Recognition"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 84.7%
  • Perl 15.3%