StevenTang
commited on
Commit
•
8b1c1a9
1
Parent(s):
50b181e
Update README
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ widget:
|
|
16 |
---
|
17 |
|
18 |
# MTL-task-dialog
|
19 |
-
The MTL-task-dialog model was proposed in [**MVP: Multi-task Supervised Pre-training for Natural Language Generation**](https://
|
20 |
|
21 |
The detailed information and instructions can be found [https://github.com/RUCAIBox/MVP](https://github.com/RUCAIBox/MVP).
|
22 |
|
@@ -41,4 +41,36 @@ MTL-task-dialog is specially designed for task-oriented system tasks, such as Mu
|
|
41 |
['What date and time would you like to go?']
|
42 |
```
|
43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
## Citation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
---
|
17 |
|
18 |
# MTL-task-dialog
|
19 |
+
The MTL-task-dialog 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.
|
20 |
|
21 |
The detailed information and instructions can be found [https://github.com/RUCAIBox/MVP](https://github.com/RUCAIBox/MVP).
|
22 |
|
|
|
41 |
['What date and time would you like to go?']
|
42 |
```
|
43 |
|
44 |
+
## Related Models
|
45 |
+
**MVP**: [https://huggingface.co/RUCAIBox/mvp](https://huggingface.co/RUCAIBox/mvp).
|
46 |
+
|
47 |
+
**Prompt-based models**:
|
48 |
+
|
49 |
+
- MVP-multi-task: [https://huggingface.co/RUCAIBox/mvp-multi-task](https://huggingface.co/RUCAIBox/mvp-multi-task).
|
50 |
+
- MVP-summarization: [https://huggingface.co/RUCAIBox/mvp-summarization](https://huggingface.co/RUCAIBox/mvp-summarization).
|
51 |
+
- MVP-open-dialog: [https://huggingface.co/RUCAIBox/mvp-open-dialog](https://huggingface.co/RUCAIBox/mvp-open-dialog).
|
52 |
+
- MVP-data-to-text: [https://huggingface.co/RUCAIBox/mvp-data-to-text](https://huggingface.co/RUCAIBox/mvp-data-to-text).
|
53 |
+
- MVP-story: [https://huggingface.co/RUCAIBox/mvp-story](https://huggingface.co/RUCAIBox/mvp-story).
|
54 |
+
- MVP-question-answering: [https://huggingface.co/RUCAIBox/mvp-question-answering](https://huggingface.co/RUCAIBox/mvp-question-answering).
|
55 |
+
- MVP-question-generation: [https://huggingface.co/RUCAIBox/mvp-question-generation](https://huggingface.co/RUCAIBox/mvp-question-generation).
|
56 |
+
- MVP-task-dialog: [https://huggingface.co/RUCAIBox/mvp-task-dialog](https://huggingface.co/RUCAIBox/mvp-task-dialog).
|
57 |
+
|
58 |
+
**Multi-task models**:
|
59 |
+
- MTL-summarization: [https://huggingface.co/RUCAIBox/mtl-summarization](https://huggingface.co/RUCAIBox/mtl-summarization).
|
60 |
+
- MTL-open-dialog: [https://huggingface.co/RUCAIBox/mtl-open-dialog](https://huggingface.co/RUCAIBox/mtl-open-dialog).
|
61 |
+
- MTL-data-to-text: [https://huggingface.co/RUCAIBox/mtl-data-to-text](https://huggingface.co/RUCAIBox/mtl-data-to-text).
|
62 |
+
- MTL-story: [https://huggingface.co/RUCAIBox/mtl-story](https://huggingface.co/RUCAIBox/mtl-story).
|
63 |
+
- MTL-question-answering: [https://huggingface.co/RUCAIBox/mtl-question-answering](https://huggingface.co/RUCAIBox/mtl-question-answering).
|
64 |
+
- MTL-question-generation: [https://huggingface.co/RUCAIBox/mtl-question-generation](https://huggingface.co/RUCAIBox/mtl-question-generation).
|
65 |
+
- MTL-task-dialog: [https://huggingface.co/RUCAIBox/mtl-task-dialog](https://huggingface.co/RUCAIBox/mtl-task-dialog).
|
66 |
+
|
67 |
## Citation
|
68 |
+
```bibtex
|
69 |
+
@article{tang2022mvp,
|
70 |
+
title={MVP: Multi-task Supervised Pre-training for Natural Language Generation},
|
71 |
+
author={Tang, Tianyi and Li, Junyi and Zhao, Wayne Xin and Wen, Ji-Rong},
|
72 |
+
journal={arXiv preprint arXiv:2206.12131},
|
73 |
+
year={2022},
|
74 |
+
url={https://arxiv.org/abs/2206.12131},
|
75 |
+
}
|
76 |
+
```
|