From 262e22b274b8c46d41c206aebecea052fe0b1dd6 Mon Sep 17 00:00:00 2001 From: YoungXiyuan Date: Sat, 14 Sep 2019 18:00:44 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e86254..38e5413 100644 --- a/README.md +++ b/README.md @@ -61,10 +61,10 @@ Supervised Learning: python main.py --mode train --order offset --model_path mod Reinforcement Learning: python main.py --mode train --order offset --model_path model --method RL ## Citation -If you find the implementation useful, please cite the following paper: [Learning Dynamic Context Augmentation for Global Entity Linking](https://arxiv.org/abs/1909.02117) +If you find the implementation useful, please cite the following paper: [Learning Dynamic Context Augmentation for Global Entity Linking](https://arxiv.org/abs/1909.02117). ``` -@article{yang2019learning, +@inproceedings{yang2019learning, title={Learning Dynamic Context Augmentation for Global Entity Linking}, author={Yang, Xiyuan and Gu, Xiaotao and Lin, Sheng and Tang, Siliang and Zhuang, Yueting and Wu, Fei and Chen, Zhigang and Hu, Guoping and Ren, Xiang}, booktitle = {EMNLP},