add tag and citation
Browse files
README.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
cross-lingual transfer in dialog generation
|
5 |
|
@@ -8,3 +16,13 @@ Chinese dialogs in movie domain: Chinese_corpus/train.jsonl, Chinese_corpus/dev.
|
|
8 |
English dialogs in movie domain: English_corpus/train.jsonl, English_corpus/dev.jsonl. The sizes are 400k/20k.
|
9 |
|
10 |
Chinese dialogs for test in music/book/tech domain: other_domains/music.test.jsonl, other_domains/book.test.jsonl, other_domains/tech.test.jsonl. The sizes are 500/500/500.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
task_categories:
|
4 |
+
- text2text-generation
|
5 |
+
- text-generation
|
6 |
+
language:
|
7 |
+
- zh
|
8 |
+
- en
|
9 |
+
size_categories:
|
10 |
+
- 10K<n<100K
|
11 |
---
|
12 |
cross-lingual transfer in dialog generation
|
13 |
|
|
|
16 |
English dialogs in movie domain: English_corpus/train.jsonl, English_corpus/dev.jsonl. The sizes are 400k/20k.
|
17 |
|
18 |
Chinese dialogs for test in music/book/tech domain: other_domains/music.test.jsonl, other_domains/book.test.jsonl, other_domains/tech.test.jsonl. The sizes are 500/500/500.
|
19 |
+
|
20 |
+
## Citation
|
21 |
+
```
|
22 |
+
@article{Shen2023IsTH,
|
23 |
+
title={Is Translation Helpful? An Empirical Analysis of Cross-Lingual Transfer in Low-Resource Dialog Generation},
|
24 |
+
author={Lei Shen and Shuai Yu and Xiaoyu Shen},
|
25 |
+
journal={arXiv preprint arXiv:2305.12480},
|
26 |
+
year={2023}
|
27 |
+
}
|
28 |
+
```
|