# NER-GRN **Repository Path**: weyai/NER-GRN ## Basic Information - **Project Name**: NER-GRN - **Description**: Code for our AAAI2019 paper "GRN: Gated Relation Network to Enhance Convolutional Neural Network for Named Entity Recognition" - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-23 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](http://pytorch.org/) 0.4 * Python 3.6 * torchvision * Numpy ## Training and Test After datasets are prepared, run `train.py`: ```bash python train.py ``` Test: ```bash python test.py ```