File size: 3,054 Bytes
6fb7396
 
8b30c48
6fb7396
 
8b30c48
 
 
 
 
 
 
 
 
 
 
 
 
b769bfc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f7eb2af
 
d676a9f
b769bfc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
---
language:
- ko
tags:
- counsel
- chat
- conversation
- ko
- korean
- dialogue
- talk
- friend
- friendly
license: mit
task_categories:
- question-answering
- summarization
- translation
---

# Korean Chat Friendly Dataset

## Dataset Summary
The **Korean Chat Friendly** dataset is a curated combination of two publicly available datasets:
1. [Korean Safe Conversation](https://huggingface.co/datasets/jojo0217/korean_safe_conversation)
2. [Mental Health Counseling Conversations](https://huggingface.co/datasets/Amod/mental_health_counseling_conversations)

This dataset was created by translating and summarizing the original conversations and then modifying the tone to resemble friendly conversations between friends. It is ideal for applications related to conversational AI, natural language understanding, and empathetic dialogue modeling in Korean.

## Dataset Structure
- **Files**: 
  - `summarized_safe_conversation.csv`: Contains summarized, friendly-tone conversations derived from the original Korean Safe Conversations dataset.
  - `summarized_translated_counseling.csv`: Contains translated, summarized, and tone-modified conversations based on the Mental Health Counseling dataset.
- **Columns**:
  - `short_question`: The input questions or conversational prompts.
  - `short_answer`: The corresponding friendly responses.
  
- **Splits**: 
  - The dataset currently has only a `train` split.
  
- **Dataset Sizes**: 
  - `summarized_safe_conversation.csv`: 6.32 MB
  - `summarized_translated_counseling.csv`: 406 KB

## Supported Tasks and Leaderboards
This dataset is well-suited for several tasks, including:
- **Question Answering**: Friendly responses to common queries or concerns.
- **Summarization**: Creating short and casual responses for conversational agents.
- **Translation**: For models that work on Korean-English translations, especially in conversational settings.

## Languages
- **Korean** (`ko`)

## Dataset Usage
To use this dataset, you can load it using the Hugging Face `datasets` library:

```python
from datasets import load_dataset

dataset = load_dataset("jaewanlee/korean_chat_friendly", data_files="dataset.csv")

```
# Citation

If you use this dataset in your work, please consider citing the original datasets and this dataset as follows:

```
@misc{korean_chat_friendly,
  author = {Jaewan Lee},
  title = {Korean Chat Friendly},
  year = {2024},
  url = {https://huggingface.co/datasets/jaewanlee/korean_chat_friendly}
}

@misc{korean_safe_conversation,
  author = {Jojo0217},
  title = {Korean Safe Conversation},
  url = {https://huggingface.co/datasets/jojo0217/korean_safe_conversation}
}

@misc{mental_health_counseling_conversations,
  author = {Amod},
  title = {Mental Health Counseling Conversations},
  url = {https://huggingface.co/datasets/Amod/mental_health_counseling_conversations}
}
```

# Models Trained on This Dataset

You can use this dataset to fine-tune models for conversational tasks in Korean. If you have fine-tuned models using this dataset, feel free to add them here.