Add metadata and Github link to dataset card
Browse filesThis PR adds structured metadata to the dataset card, including `task_categories` and `license`, and includes a link to the Github repository for reproducibility.
README.md
CHANGED
|
@@ -1,6 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
**Dataset Description**
|
| 2 |
|
| 3 |
-
Paper: https://
|
|
|
|
| 4 |
|
| 5 |
Language(s) (NLP): English
|
| 6 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- question-answering
|
| 5 |
+
tags:
|
| 6 |
+
- mental-health
|
| 7 |
+
- counseling
|
| 8 |
+
- ncmhce
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
**Dataset Description**
|
| 12 |
|
| 13 |
+
Paper: [Do Large Language Models Align with Core Mental Health Counseling Competencies?](https://huggingface.co/papers/2410.22446)
|
| 14 |
+
Github: [Github Repository](https://github.com/ckmjx/CounselingBench)
|
| 15 |
|
| 16 |
Language(s) (NLP): English
|
| 17 |
|