ratishsp
commited on
Commit
·
3592d0b
1
Parent(s):
225f299
updates
Browse files
README.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 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 [MLB dataset](https://huggingface.co/datasets/GEM/mlb_data_to_text). 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 |
+
|