Merge pull request #47 from MING-ZCH/main

[DOC] Add Introduction of datasets and update Roadmap
This commit is contained in:
MING_X 2024-03-06 00:08:05 +08:00 committed by GitHub
commit 8202e4a6f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 43 additions and 1 deletions

View File

@ -92,6 +92,13 @@
</details> </details>
### 路线图
<p align="center">
<a href="https://github.com/aJupyter/EmoLLM/">
<img src="assets/Roadmap_ZH.png" alt="Roadmap_ZH">
</a>
## 目录 ## 目录
- [EmoLLM-心理健康大模型](#emollm-心理健康大模型) - [EmoLLM-心理健康大模型](#emollm-心理健康大模型)

View File

@ -94,6 +94,13 @@ The Model is aimed at fully understanding and promoting the mental health of ind
</details> </details>
### Roadmap
<p align="center">
<a href="https://github.com/aJupyter/EmoLLM/">
<img src="assets/Roadmap_EN.png" alt="Roadmap_EN">
</a>
## Contents ## Contents
- [EmoLLM - Large Languge Model for Mental Health](#emollm---large-languge-model-for-mental-health) - [EmoLLM - Large Languge Model for Mental Health](#emollm---large-languge-model-for-mental-health)

BIN
assets/Roadmap_EN.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 243 KiB

BIN
assets/Roadmap_ZH.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 235 KiB

28
datasets/README.md Normal file
View File

@ -0,0 +1,28 @@
# EmoLLM数据集
* 数据集按用处分为两种类型:**General** 和 **Role-play**
* 数据按格式分为两种类型:**QA** 和 **Conversation**
* 数据汇总General**6个数据集**Role-play**3个数据集**
## 数据集类型
* **General**:通用数据集,包含心理学知识、心理咨询技术等通用内容
* **Role-play**:角色扮演数据集,包含特定角色对话风格数据等内容
## 数据类型
* **QA**:问答对
* **Conversation**:多轮对话
## 数据集汇总
| Category | Dataset | Type | Total |
| :---------: | :-------------------: | :----------: | :-----: |
| *General* | data | Conversation | 5600+ |
| *General* | data_pro | Conversation | 36500+ |
| *General* | multi_turn_dataset_1 | Conversation | 36,000+ |
| *General* | multi_turn_dataset_2 | Conversation | 27,000+ |
| *General* | single_turn_dataset_1 | QA | 14000+ |
| *General* | single_turn_dataset_2 | QA | 18300+ |
| *Role-play* | aiwei | Conversation | 4000+ |
| *Role-play* | SoulStar | QA | 11200+ |
| *Role-play* | tiangou | Conversation | 3900+ |
| …… | …… | …… | …… |

View File

@ -2,7 +2,7 @@
## General Metrics Evaluation ## General Metrics Evaluation
* For specific metrics and methods, see [General_evaluation.md](./General_evaluation_EN.md) * For specific metrics and methods, see [General_evaluation_EN.md](./General_evaluation_EN.md)
| Model | ROUGE-1 | ROUGE-2 | ROUGE-L | BLEU-1 | BLEU-2 | BLEU-3 | BLEU-4 | | Model | ROUGE-1 | ROUGE-2 | ROUGE-L | BLEU-1 | BLEU-2 | BLEU-3 | BLEU-4 |
|----------|---------|---------|---------|---------|---------|---------|---------| |----------|---------|---------|---------|---------|---------|---------|---------|