Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -18,8 +18,10 @@ language:
|
|
| 18 |
- **Human-Labeled**: All labeled data is annotated by **five human experts** to ensure high-quality and unbiased annotations.
|
| 19 |
- **Real-world Relevance**: Collected from "Real-time Best Gallery" of [DC Inside](https://www.dcinside.com/), a popular online community in South Korea.
|
| 20 |
|
| 21 |
-
|
|
|
|
| 22 |
|
|
|
|
| 23 |
## Dataset Creation
|
| 24 |
|
| 25 |
### Source Data
|
|
@@ -31,6 +33,7 @@ language:
|
|
| 31 |
- **Labeled Data**: 40,361 comments (train/test split).
|
| 32 |
- **Unlabeled Data**: 110,000 comments for potential pretraining or unsupervised learning.
|
| 33 |
|
|
|
|
| 34 |
## Citation
|
| 35 |
|
| 36 |
<pre>
|
|
@@ -42,3 +45,7 @@ language:
|
|
| 42 |
archivePrefix={arXiv},
|
| 43 |
primaryClass={cs.CL}
|
| 44 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
- **Human-Labeled**: All labeled data is annotated by **five human experts** to ensure high-quality and unbiased annotations.
|
| 19 |
- **Real-world Relevance**: Collected from "Real-time Best Gallery" of [DC Inside](https://www.dcinside.com/), a popular online community in South Korea.
|
| 20 |
|
| 21 |
+
### Labels
|
| 22 |
+
<img src="https://raw.githubusercontent.com/Dasol-Choi/KoMultiText/main/resources/dataset_configuration.png" width="800">
|
| 23 |
|
| 24 |
+
---
|
| 25 |
## Dataset Creation
|
| 26 |
|
| 27 |
### Source Data
|
|
|
|
| 33 |
- **Labeled Data**: 40,361 comments (train/test split).
|
| 34 |
- **Unlabeled Data**: 110,000 comments for potential pretraining or unsupervised learning.
|
| 35 |
|
| 36 |
+
|
| 37 |
## Citation
|
| 38 |
|
| 39 |
<pre>
|
|
|
|
| 45 |
archivePrefix={arXiv},
|
| 46 |
primaryClass={cs.CL}
|
| 47 |
}
|
| 48 |
+
</pre>
|
| 49 |
+
|
| 50 |
+
### Code
|
| 51 |
+
- Korean BERT-based fine-tuning. [Github](https://github.com/Dasol-Choi/KoMultiText?tab=readme-ov-file)
|