Update README.md
Browse files
README.md
CHANGED
@@ -16,4 +16,35 @@ configs:
|
|
16 |
data_files:
|
17 |
- split: test
|
18 |
path: data/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
data_files:
|
17 |
- split: test
|
18 |
path: data/test-*
|
19 |
+
language:
|
20 |
+
- ko
|
21 |
+
tags:
|
22 |
+
- finance
|
23 |
+
pretty_name: MinDS-Clustering-ko
|
24 |
+
size_categories:
|
25 |
+
- n<1K
|
26 |
---
|
27 |
+
|
28 |
+
## MinDS-Clustering-ko
|
29 |
+
|
30 |
+
- Utilized user questions and intents from the 'Finance/Insurance' category of [**AIHub's complaint Q&A dataset**](https://aihub.or.kr/aihubdata/data/view.do?currMenu=115&topMenu=100&aihubDataSe=data&dataSetSn=98).
|
31 |
+
- Constructed a dataset for clustering **user intents** based on their queries.
|
32 |
+
- The intent labels are structured as follows:
|
33 |
+
- Transaction inquiry and management
|
34 |
+
- Account and card-related services
|
35 |
+
- Financial transactions and incidents
|
36 |
+
- Loan-related inquiries
|
37 |
+
- Insurance and financial product inquiries
|
38 |
+
- Insurance claims and compensation
|
39 |
+
- Loss and theft reports
|
40 |
+
- Product subscription-related inquiries
|
41 |
+
- Product information and inquiries
|
42 |
+
- Product cancellation and modification
|
43 |
+
- Transfer and remittance services
|
44 |
+
- Authentication and financial transaction services
|
45 |
+
- Automobile and accident handling
|
46 |
+
- Balance and account balance inquiries
|
47 |
+
- Certificate and financial document issuance
|
48 |
+
- Withdrawal and cash services
|
49 |
+
- Applied a similar label structure for comparison with [FinanceMTEB/MInDS-14-en](https://huggingface.co/datasets/FinanceMTEB/MInDS-14-en) dataset.
|
50 |
+
|