kimsan0622
commited on
Commit
•
cd3c88e
1
Parent(s):
2668e71
Update README.md
Browse files
README.md
CHANGED
@@ -25,8 +25,11 @@ widget:
|
|
25 |
- **Related Models:**
|
26 |
- **Parent Model:** T5
|
27 |
- **Resources for more information:**
|
28 |
-
|
29 |
-
|
|
|
|
|
|
|
30 |
|
31 |
|
32 |
# Uses
|
@@ -129,6 +132,26 @@ More information needed
|
|
129 |
# Citation
|
130 |
|
131 |
**BibTeX:**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
132 |
```bibtex
|
133 |
@article{2020t5,
|
134 |
author = {Colin Raffel and Noam Shazeer and Adam Roberts and Katherine Lee and Sharan Narang and Michael Matena and Yanqi Zhou and Wei Li and Peter J. Liu},
|
|
|
25 |
- **Related Models:**
|
26 |
- **Parent Model:** T5
|
27 |
- **Resources for more information:**
|
28 |
+
- [GitHub Repo](https://github.com/google-research/text-to-text-transfer-transformer#released-model-checkpoints)
|
29 |
+
- [KE-T5 Github Repo](https://github.com/AIRC-KETI/ke-t5)
|
30 |
+
- [Paper](https://aclanthology.org/2021.findings-emnlp.33/)
|
31 |
+
- [Associated Paper](https://jmlr.org/papers/volume21/20-074/20-074.pdf)
|
32 |
+
- [Blog Post](https://ai.googleblog.com/2020/02/exploring-transfer-learning-with-t5.html)
|
33 |
|
34 |
|
35 |
# Uses
|
|
|
132 |
# Citation
|
133 |
|
134 |
**BibTeX:**
|
135 |
+
|
136 |
+
```bibtex
|
137 |
+
@inproceedings{kim-etal-2021-model-cross,
|
138 |
+
title = "A Model of Cross-Lingual Knowledge-Grounded Response Generation for Open-Domain Dialogue Systems",
|
139 |
+
author = "Kim, San and
|
140 |
+
Jang, Jin Yea and
|
141 |
+
Jung, Minyoung and
|
142 |
+
Shin, Saim",
|
143 |
+
booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2021",
|
144 |
+
month = nov,
|
145 |
+
year = "2021",
|
146 |
+
address = "Punta Cana, Dominican Republic",
|
147 |
+
publisher = "Association for Computational Linguistics",
|
148 |
+
url = "https://aclanthology.org/2021.findings-emnlp.33",
|
149 |
+
doi = "10.18653/v1/2021.findings-emnlp.33",
|
150 |
+
pages = "352--365",
|
151 |
+
abstract = "Research on open-domain dialogue systems that allow free topics is challenging in the field of natural language processing (NLP). The performance of the dialogue system has been improved recently by the method utilizing dialogue-related knowledge; however, non-English dialogue systems suffer from reproducing the performance of English dialogue systems because securing knowledge in the same language with the dialogue system is relatively difficult. Through experiments with a Korean dialogue system, this paper proves that the performance of a non-English dialogue system can be improved by utilizing English knowledge, highlighting the system uses cross-lingual knowledge. For the experiments, we 1) constructed a Korean version of the Wizard of Wikipedia dataset, 2) built Korean-English T5 (KE-T5), a language model pre-trained with Korean and English corpus, and 3) developed a knowledge-grounded Korean dialogue model based on KE-T5. We observed the performance improvement in the open-domain Korean dialogue model even only English knowledge was given. The experimental results showed that the knowledge inherent in cross-lingual language models can be helpful for generating responses in open dialogue systems.",
|
152 |
+
}
|
153 |
+
```
|
154 |
+
|
155 |
```bibtex
|
156 |
@article{2020t5,
|
157 |
author = {Colin Raffel and Noam Shazeer and Adam Roberts and Katherine Lee and Sharan Narang and Michael Matena and Yanqi Zhou and Wei Li and Peter J. Liu},
|