Skip to content

Commit

Permalink
add citation to README
Browse files Browse the repository at this point in the history
  • Loading branch information
linlin.liu committed Oct 13, 2019
1 parent 7f396d6 commit 6ccac4d
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ptrnet-depparser
This is the source code of our depedency parser proposed in paper "Hierarchical Pointer Net Parsing" accepted by EMNLP 2019.
This is the source code of our depedency parser proposed in paper "[Hierarchical Pointer Net Parsing](https://arxiv.org/abs/1908.11571)" accepted by EMNLP 2019.
Git Repository: https://github.com/ntunlp/ptrnet-depparser.git

# Requirements
Expand All @@ -19,3 +19,16 @@ ID, FORM, LEMMA, CPOSTAG, POSTAG, MORPH-FEATURES, HEAD, DEPREL, PHEAD, PDEPREL
1. Update ./examples/run_HPtrNetParser.sh to select the model you want to test, for example `MODELNAME=HPtrNetPSTGate`.
2. Run command `bash ./examples/run_HPtrNetParser.sh`.

# Citation
Please cite our paper if you found the resources in this repository useful.
```
@inproceedings{liu2019hierarchical,
title={Hierarchical Pointer Net Parsing},
author={Linlin Liu and Xiang Lin and Shafiq Joty and Simeng Han and Lidong Bing},
year={2019},
month = {November},
address={Hong Kong, China},
url={https://arxiv.org/abs/1908.11571},
booktitle = {Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing},
}
```

0 comments on commit 6ccac4d

Please sign in to comment.