ratishsp commited on
Commit
51cce3f
1 Parent(s): 024b66f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -3
README.md CHANGED
@@ -1,3 +1,17 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ This repo contains model for [Data-to-text Generation with Variational Sequential Planning](https://arxiv.org/abs/2202.13756) (Ratish Puduppully and Yao Fu and Mirella Lapata; In Transactions of the Association for Computational Linguistics (TACL)). This model is trained on the [German RotoWire dataset](https://huggingface.co/datasets/GEM/RotoWire_English-German). The code is available on github [repo](https://github.com/ratishsp/data2text-seq-plan-py).
3
+
4
+ ## Citation
5
+ ```
6
+ @article{puduppully-2021-seq-plan,
7
+ author = {Ratish Puduppully and Yao Fu and Mirella Lapata},
8
+ title = {Data-to-text Generation with Variational Sequential Planning},
9
+ journal = {Transactions of the Association for Computational Linguistics (to appear)},
10
+ url = {https://arxiv.org/abs/2202.13756},
11
+ year = {2022}
12
+ }
13
+ ```
14
+
15
+ ## License
16
+ The model is available under the MIT License.
17
+