Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
cross-lingual transfer in dialog generation
|
5 |
+
|
6 |
+
Chinese dialogs in movie domain: Chinese_corpus/train.jsonl, Chinese_corpus/dev.jsonl, Chinese_corpus/test.jsonl. The sizes are 500/50/500.
|
7 |
+
|
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.
|