ChiyuSONG commited on
Commit
d2a4e5b
·
1 Parent(s): eef0c78

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md CHANGED
@@ -1,3 +1,33 @@
1
  ---
2
  license: mit
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ task_categories:
4
+ - conversational
5
+ language:
6
+ - en
7
+ - zh
8
  ---
9
+ <p align="center">
10
+ 💻 <a href="https://github.com/dll-wu/Uni-Encoder" target="_blank">[Github Repo]</a> • 📃 <a href="https://arxiv.org/abs/2106.01263" target="_blank">[Paper]</a>
11
+ </p>
12
+
13
+ ## Overview
14
+ This a collection of datasets used in the paper titled "Uni-Encoder: A Fast and Accurate Response Selection Paradigm for Generation-Based Dialogue Systems".
15
+
16
+ The following datasets have been included:
17
+ - Ubuntu Corpus V1
18
+ - Ubuntu Corpus V2
19
+ - PersonaChat
20
+ - Douban Conv Corpus
21
+
22
+ All datasets have been standardized to a unified format for research need.
23
+
24
+ ## Citation
25
+ ```
26
+ @inproceedings{song2023uni,
27
+ title={Uni-encoder: A fast and accurate response selection paradigm for generation-based dialogue systems},
28
+ author={Song, Chiyu and He, Hongliang and Yu, Haofei and Fang, Pengfei and Cui, Leyang and Lan, Zhenzhong},
29
+ booktitle={Findings of the Association for Computational Linguistics: ACL 2023},
30
+ pages={6231--6244},
31
+ year={2023}
32
+ }
33
+ ```