File size: 878 Bytes
485c232
 
38d2ec0
 
 
 
 
 
 
 
485c232
 
 
 
 
 
 
 
38d2ec0
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
license: apache-2.0
task_categories:
- text2text-generation
- text-generation
language:
- zh
- en
size_categories:
- 10K<n<100K
---
cross-lingual transfer in dialog generation

Chinese dialogs in movie domain: Chinese_corpus/train.jsonl, Chinese_corpus/dev.jsonl, Chinese_corpus/test.jsonl. The sizes are 500/50/500.

English dialogs in movie domain: English_corpus/train.jsonl, English_corpus/dev.jsonl. The sizes are 400k/20k.

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.

## Citation
```
@article{Shen2023IsTH,
  title={Is Translation Helpful? An Empirical Analysis of Cross-Lingual Transfer in Low-Resource Dialog Generation},
  author={Lei Shen and Shuai Yu and Xiaoyu Shen},
  journal={arXiv preprint arXiv:2305.12480},
  year={2023}
}
```