Commit
·
f1cb197
1
Parent(s):
39847ae
Update README
Browse files
README.md
CHANGED
|
@@ -5,6 +5,7 @@ language:
|
|
| 5 |
tags:
|
| 6 |
- text-generation
|
| 7 |
- text2text-generation
|
|
|
|
| 8 |
pipeline_tag: text2text-generation
|
| 9 |
widget:
|
| 10 |
- text: "Given the dialog: do you like dance? [SEP] Yes I do. Did you know Bruce Lee was a cha cha dancer?"
|
|
@@ -14,12 +15,12 @@ widget:
|
|
| 14 |
---
|
| 15 |
|
| 16 |
# MTL-open-dialog
|
| 17 |
-
The MTL-open-dialog model was proposed in [**MVP: Multi-task Supervised Pre-training for Natural Language Generation**](https://
|
| 18 |
|
| 19 |
The detailed information and instructions can be found [https://github.com/RUCAIBox/MVP](https://github.com/RUCAIBox/MVP).
|
| 20 |
|
| 21 |
## Model Description
|
| 22 |
-
MTL-open-dialog is supervised pre-trained using a mixture of labeled open dialogue system datasets. It is a variant (Single) of our main MVP model. It follows a standard Transformer encoder-decoder architecture.
|
| 23 |
|
| 24 |
MTL-open-dialog is specially designed for open dialogue system (conversation) tasks, such as chitchat (PersonaChat, DailyDialog), knowledge grounded conversation (Topical-Chat, Wizard of Wikipedia) and visual dialog (DSTC7-AVSD).
|
| 25 |
|
|
@@ -39,4 +40,36 @@ MTL-open-dialog is specially designed for open dialogue system (conversation) ta
|
|
| 39 |
['Yes he won the Hong Kong Cha Cha championship in 1958']
|
| 40 |
```
|
| 41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
## Citation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
tags:
|
| 6 |
- text-generation
|
| 7 |
- text2text-generation
|
| 8 |
+
- conversational
|
| 9 |
pipeline_tag: text2text-generation
|
| 10 |
widget:
|
| 11 |
- text: "Given the dialog: do you like dance? [SEP] Yes I do. Did you know Bruce Lee was a cha cha dancer?"
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
# MTL-open-dialog
|
| 18 |
+
The MTL-open-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.
|
| 19 |
|
| 20 |
The detailed information and instructions can be found [https://github.com/RUCAIBox/MVP](https://github.com/RUCAIBox/MVP).
|
| 21 |
|
| 22 |
## Model Description
|
| 23 |
+
MTL-open-dialog is supervised pre-trained using a mixture of labeled open dialogue system datasets. It is a variant (Single) of our main [MVP](https://huggingface.co/RUCAIBox/mvp) model. It follows a standard Transformer encoder-decoder architecture.
|
| 24 |
|
| 25 |
MTL-open-dialog is specially designed for open dialogue system (conversation) tasks, such as chitchat (PersonaChat, DailyDialog), knowledge grounded conversation (Topical-Chat, Wizard of Wikipedia) and visual dialog (DSTC7-AVSD).
|
| 26 |
|
|
|
|
| 40 |
['Yes he won the Hong Kong Cha Cha championship in 1958']
|
| 41 |
```
|
| 42 |
|
| 43 |
+
## Related Models
|
| 44 |
+
**MVP**: [https://huggingface.co/RUCAIBox/mvp](https://huggingface.co/RUCAIBox/mvp).
|
| 45 |
+
|
| 46 |
+
**Prompt-based models**:
|
| 47 |
+
|
| 48 |
+
- MVP-multi-task: [https://huggingface.co/RUCAIBox/mvp-multi-task](https://huggingface.co/RUCAIBox/mvp-multi-task).
|
| 49 |
+
- MVP-summarization: [https://huggingface.co/RUCAIBox/mvp-summarization](https://huggingface.co/RUCAIBox/mvp-summarization).
|
| 50 |
+
- MVP-open-dialog: [https://huggingface.co/RUCAIBox/mvp-open-dialog](https://huggingface.co/RUCAIBox/mvp-open-dialog).
|
| 51 |
+
- MVP-data-to-text: [https://huggingface.co/RUCAIBox/mvp-data-to-text](https://huggingface.co/RUCAIBox/mvp-data-to-text).
|
| 52 |
+
- MVP-story: [https://huggingface.co/RUCAIBox/mvp-story](https://huggingface.co/RUCAIBox/mvp-story).
|
| 53 |
+
- MVP-question-answering: [https://huggingface.co/RUCAIBox/mvp-question-answering](https://huggingface.co/RUCAIBox/mvp-question-answering).
|
| 54 |
+
- MVP-question-generation: [https://huggingface.co/RUCAIBox/mvp-question-generation](https://huggingface.co/RUCAIBox/mvp-question-generation).
|
| 55 |
+
- MVP-task-dialog: [https://huggingface.co/RUCAIBox/mvp-task-dialog](https://huggingface.co/RUCAIBox/mvp-task-dialog).
|
| 56 |
+
|
| 57 |
+
**Multi-task models**:
|
| 58 |
+
- MTL-summarization: [https://huggingface.co/RUCAIBox/mtl-summarization](https://huggingface.co/RUCAIBox/mtl-summarization).
|
| 59 |
+
- MTL-open-dialog: [https://huggingface.co/RUCAIBox/mtl-open-dialog](https://huggingface.co/RUCAIBox/mtl-open-dialog).
|
| 60 |
+
- MTL-data-to-text: [https://huggingface.co/RUCAIBox/mtl-data-to-text](https://huggingface.co/RUCAIBox/mtl-data-to-text).
|
| 61 |
+
- MTL-story: [https://huggingface.co/RUCAIBox/mtl-story](https://huggingface.co/RUCAIBox/mtl-story).
|
| 62 |
+
- MTL-question-answering: [https://huggingface.co/RUCAIBox/mtl-question-answering](https://huggingface.co/RUCAIBox/mtl-question-answering).
|
| 63 |
+
- MTL-question-generation: [https://huggingface.co/RUCAIBox/mtl-question-generation](https://huggingface.co/RUCAIBox/mtl-question-generation).
|
| 64 |
+
- MTL-task-dialog: [https://huggingface.co/RUCAIBox/mtl-task-dialog](https://huggingface.co/RUCAIBox/mtl-task-dialog).
|
| 65 |
+
|
| 66 |
## Citation
|
| 67 |
+
```bibtex
|
| 68 |
+
@article{tang2022mvp,
|
| 69 |
+
title={MVP: Multi-task Supervised Pre-training for Natural Language Generation},
|
| 70 |
+
author={Tang, Tianyi and Li, Junyi and Zhao, Wayne Xin and Wen, Ji-Rong},
|
| 71 |
+
journal={arXiv preprint arXiv:2206.12131},
|
| 72 |
+
year={2022},
|
| 73 |
+
url={https://arxiv.org/abs/2206.12131},
|
| 74 |
+
}
|
| 75 |
+
```
|