File size: 1,437 Bytes
8409782 ab612df 8409782 ab612df 75ba381 |
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 |
---
dataset_info:
features:
- name: comments
dtype: string
splits:
- name: train
num_bytes: 11577591
num_examples: 111546
download_size: 7972902
dataset_size: 11577591
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
license: apache-2.0
task_categories:
- text-generation
language:
- ko
size_categories:
- 100K<n<1M
---
# DC_inside_comments
This dataset contains 110,000 raw comments collected from [DC Inside](https://www.dcinside.com/). It is intended for unsupervised learning or pretraining purposes.
## Dataset Summary
- **Data Type**: Unlabeled raw comments
- **Number of Examples**: 110,000
- **Source**: DC Inside
## Related Dataset
For labeled data and multi-task annotated examples, please refer to the [KoMultiText](https://huggingface.co/datasets/Dasool/KoMultiText) dataset.
## How to Load the Dataset
```python
from datasets import load_dataset
# Load the unlabeled dataset
dataset = load_dataset("Dasool/DC_inside_comments")
print(dataset)
```
## Citation
```bibtex
@misc{choi2023largescale,
title={Large-Scale Korean Text Dataset for Classifying Biased Speech in Real-World Online Services},
author={Dasol Choi and Jooyoung Song and Eunsun Lee and Jinwoo Seo and Heejune Park and Dongbin Na},
year={2023},
eprint={2310.04313},
archivePrefix={arXiv},
primaryClass={cs.CL}
}
```
## Contact
* dasolchoi@yonsei.ac.kr |