Merge pull request #47 from MING-ZCH/main
[DOC] Add Introduction of datasets and update Roadmap
This commit is contained in:
commit
8202e4a6f4
@ -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-心理健康大模型)
|
||||||
|
@ -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
BIN
assets/Roadmap_EN.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 243 KiB |
BIN
assets/Roadmap_ZH.png
Normal file
BIN
assets/Roadmap_ZH.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 235 KiB |
28
datasets/README.md
Normal file
28
datasets/README.md
Normal 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+ |
|
||||||
|
| …… | …… | …… | …… |
|
@ -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 |
|
||||||
|----------|---------|---------|---------|---------|---------|---------|---------|
|
|----------|---------|---------|---------|---------|---------|---------|---------|
|
||||||
|
Loading…
Reference in New Issue
Block a user