Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YoungXiyuan authored Sep 14, 2019
1 parent 448dc4f commit a7d9519
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,22 @@ dca_method: soft+hard attention / soft attention / average sum. Corresponding to
```

## Running
cd DCA
cd DCA/

export PYTHONPATH=$PYTHONPATH:../

Supervised Learning: python main.py --mode train --order offset --model_path model --method SL

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)

```
@article{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},
year={2019}
}
```

0 comments on commit a7d9519

Please sign in to comment.