StevenTang
commited on
Commit
•
c1d9aeb
1
Parent(s):
333fcb9
Update README
Browse files
README.md
CHANGED
@@ -24,7 +24,7 @@ widget:
|
|
24 |
---
|
25 |
|
26 |
# MVP
|
27 |
-
The MVP model was proposed in [**MVP: Multi-task Supervised Pre-training for Natural Language Generation**](https://
|
28 |
|
29 |
The detailed information and instructions can be found [https://github.com/RUCAIBox/MVP](https://github.com/RUCAIBox/MVP).
|
30 |
|
@@ -67,6 +67,8 @@ For data-to-text generation:
|
|
67 |
```
|
68 |
|
69 |
## Related Models
|
|
|
|
|
70 |
**Prompt-based models**:
|
71 |
|
72 |
- MVP-multi-task: [https://huggingface.co/RUCAIBox/mvp-multi-task](https://huggingface.co/RUCAIBox/mvp-multi-task).
|
@@ -88,5 +90,12 @@ For data-to-text generation:
|
|
88 |
- MTL-task-dialog: [https://huggingface.co/RUCAIBox/mtl-task-dialog](https://huggingface.co/RUCAIBox/mtl-task-dialog).
|
89 |
|
90 |
## Citation
|
91 |
-
|
92 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
---
|
25 |
|
26 |
# MVP
|
27 |
+
The MVP model was proposed in [**MVP: Multi-task Supervised Pre-training for Natural Language Generation**](https://arxiv.org/abs/2206.12131) by Tianyi Tang, Junyi Li, Wayne Xin Zhao and Ji-Rong Wen.
|
28 |
|
29 |
The detailed information and instructions can be found [https://github.com/RUCAIBox/MVP](https://github.com/RUCAIBox/MVP).
|
30 |
|
|
|
67 |
```
|
68 |
|
69 |
## Related Models
|
70 |
+
**MVP**: [https://huggingface.co/RUCAIBox/mvp](https://huggingface.co/RUCAIBox/mvp).
|
71 |
+
|
72 |
**Prompt-based models**:
|
73 |
|
74 |
- MVP-multi-task: [https://huggingface.co/RUCAIBox/mvp-multi-task](https://huggingface.co/RUCAIBox/mvp-multi-task).
|
|
|
90 |
- MTL-task-dialog: [https://huggingface.co/RUCAIBox/mtl-task-dialog](https://huggingface.co/RUCAIBox/mtl-task-dialog).
|
91 |
|
92 |
## Citation
|
93 |
+
```bibtex
|
94 |
+
@article{tang2022mvp,
|
95 |
+
title={MVP: Multi-task Supervised Pre-training for Natural Language Generation},
|
96 |
+
author={Tang, Tianyi and Li, Junyi and Zhao, Wayne Xin and Wen, Ji-Rong},
|
97 |
+
journal={arXiv preprint arXiv:2206.12131},
|
98 |
+
year={2022},
|
99 |
+
url={https://arxiv.org/abs/2206.12131},
|
100 |
+
}
|
101 |
+
```
|