[update]edit readme
Browse files- .gitignore +8 -0
- README.md +17 -0
.gitignore
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
.git/
|
3 |
+
.idea/
|
4 |
+
|
5 |
+
**/__pycache__/
|
6 |
+
|
7 |
+
hub_datasets/
|
8 |
+
dotenv/
|
README.md
CHANGED
@@ -9,5 +9,22 @@ size_categories:
|
|
9 |
---
|
10 |
## 中文闲聊数据集
|
11 |
|
|
|
12 |
数据集从网上收集整理如下:
|
13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
## 中文闲聊数据集
|
11 |
|
12 |
+
|
13 |
数据集从网上收集整理如下:
|
14 |
|
15 |
+
| 数据 | 原始数据/项目地址 | 样本个数 | 语料描述 | 替代数据下载地址 |
|
16 |
+
| :--- | :---: | :---: | :---: | :---: | :---: |
|
17 |
+
| ChatterBot | [ChatterBot](https://github.com/gunthercox/ChatterBot); [chatterbot-corpus](https://github.com/gunthercox/chatterbot-corpus) | 560 | 按类型分类,质量较高 | |
|
18 |
+
| douban | [Douban Conversation Corpus](https://github.com/MarkWuNLP/MultiTurnResponseSelection) | 352W | 来自北航和微软的paper, 开源项目, 噪音相对较少,原本是多轮(平均7.6轮) | |
|
19 |
+
|
20 |
+
|
21 |
+
<details>
|
22 |
+
<summary>参考的数据来源,展开查看</summary>
|
23 |
+
<pre>
|
24 |
+
<code>
|
25 |
+
https://github.com/yangjianxin1/GPT2-chitchat
|
26 |
+
https://github.com/codemayq/chinese_chatbot_corpus
|
27 |
+
|
28 |
+
</code>
|
29 |
+
</pre>
|
30 |
+
</details>
|