Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
v-mipeng authored Aug 22, 2019
1 parent 4acd883 commit be1ffb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# LexiconAugmentedNER
This is the implementation of our arxiv paper "Simplify the Usage of Lexicon in Chinese NER", which rejects complicated operations for incorporating word lexicon in Chinese NER. We show that incorporating lexicon in Chinese NER can be quite simple and, at the same time, effective. In addition, we aruge that our method is computational effiency for both training and inference.
This is the implementation of our arxiv paper "[Simplify the Usage of Lexicon in Chinese NER](https://arxiv.org/pdf/1901.09453.pdf)", which rejects complicated operations for incorporating word lexicon in Chinese NER. We show that incorporating lexicon in Chinese NER can be quite simple and, at the same time, effective.

# Source code description
## Requirement:
Expand Down Expand Up @@ -43,3 +43,4 @@ The pretrained embeddings(word embedding, char embedding and bichar embedding) a
2. To train/test the demo on OntoNotes: `sh train.sh` / `sh test.sh`
3. To train/test the demo on the other three datasets: change the learning rate and lstm hidden dimension according to the paper and run `sh train.sh` / `sh test.sh`
3. To train/test your own data: modify the 'train.sh' or 'test.sh' file with your file path, and run the shell file.

0 comments on commit be1ffb5

Please sign in to comment.