Skip to content

Commit

Permalink
docs(README): add second paper
Browse files Browse the repository at this point in the history
  • Loading branch information
AmitMY authored Mar 26, 2020
1 parent 94e53cd commit dfd804e
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 @@ -108,6 +108,7 @@ We attribute the worse BLEU to the fact the delexicalizations also remove articl
## Literature
This code is based on the following papers
- NAACL-2019: [Step-by-Step: Separating Planning from Realization in Neural Data-to-Text Generation](https://arxiv.org/pdf/1904.03396.pdf).
- INLG-2019: [Improving Quality and Efficiency in Plan-based Neural Data-to-Text Generation](https://arxiv.org/pdf/1909.09986.pdf).

### Citations
```
Expand All @@ -120,4 +121,15 @@ This code is based on the following papers
url = "https://www.aclweb.org/anthology/N19-1236",
pages = "2267--2277",
}
```
@inproceedings{step-by-step-improvements,
title = "Improving Quality and Efficiency in Plan-based Neural Data-to-Text Generation",
author = "Amit Moryossef and Ido Dagan and Yoav Goldberg",
booktitle = "Proceedings of the 12th International Conference on Natural Language
Generation, {INLG} 2019, Tokyo, Japan, October 29 - November 1, 2019",
year = "2019",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/volumes/W19-86/",
pages = "377--382",
}
```

0 comments on commit dfd804e

Please sign in to comment.