File size: 8,157 Bytes
8e6e63d 35236ca c0a426c d9e5116 9b0eeac 35236ca d9e5116 35236ca 3757c92 1a47f02 3757c92 1e4bfa9 |
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 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 |
---
license: cc-by-sa-4.0
task_categories:
- text-classification
language:
- ko
pretty_name: Youtube Bot Comment
size_categories:
- 100K<n<1M
dataset_info:
features:
- name: comment_id
dtype: string
- name: content
dtype: string
- name: author_name
dtype: string
- name: author_image_url
dtype: string
- name: video_id
dtype: string
- name: parent_id
dtype: string
- name: is_bot_comment
dtype: bool
splits:
- name: train
num_bytes: 39287858
num_examples: 130080
- name: test
num_bytes: 11008299
num_examples: 37167
- name: validation
num_bytes: 5589340
num_examples: 18583
download_size: 29190712
dataset_size: 55885497
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
- split: validation
path: data/validation-*
---
> Note for users, README.md generated by Claude 4 Sonnet.
# Dataset Card for YouTube Korean Bot Comment Dataset
This dataset contains YouTube comments from the top 50 Korean videos, classified to identify bot-generated content for research in automated content detection and Korean natural language processing.
## Dataset Details
### Dataset Description
This dataset consists of 185,830 YouTube comments collected from the top 50 Korean videos and classified for bot detection research. Comments were extracted using the YouTube Data API v3 and labeled using Google's Gemini 2.5 Flash-Lite model to distinguish between human-generated and bot-generated content. The dataset serves as a resource for training and evaluating bot detection systems specifically for Korean social media content.
- **Curated by:** [MisileLab](https://huggingface.co/MisileLab)
- **Language(s) (NLP):** Korean (ko)
- **License:** CC BY-SA 4.0
### Dataset Sources
- **Repository:** YouTube Data API v3
- **Classification Model:** Google Gemini 2.5 Flash-Lite
## Uses
### Direct Use
This dataset is suitable for:
- Training bot detection models for Korean social media content
- Research on automated content generation patterns in Korean language
- Benchmarking natural language processing models for Korean text classification
- Social media authenticity analysis and content moderation research
- Comparative studies of bot behavior across different platforms
### Out-of-Scope Use
This dataset should not be used for:
- Generating or creating bot comments
- Harassment or targeting of specific YouTube users
- Commercial content moderation without proper validation
- Training models to evade bot detection systems
- Analysis outside the Korean language context without domain adaptation
## Dataset Structure
The dataset contains the following fields:
- `comment_id`: Unique identifier for each YouTube comment
- `content`: The actual text content of the comment in Korean
- `author_name`: Username of the comment author
- `author_image_url`: Profile image URL of the comment author
- `video_id`: Identifier of the YouTube video where the comment was posted
- `parent_id`: Identifier of parent comment (for replies, null for top-level comments)
- `is_bot_comment`: Boolean label indicating whether the comment is classified as bot-generated (True) or human-generated (False)
**Split Information:**
- Training set: 130,080 examples (70%)
- Test set: 37,167 examples (20%)
- Validation set: 18,583 examples (10%)
## Dataset Creation
### Curation Rationale
This dataset was created to address the lack of Korean-language resources for bot detection research. With the increasing prevalence of automated content on social media platforms, there is a critical need for language-specific datasets to train and evaluate detection systems for non-English content, particularly Korean.
### Source Data
#### Data Collection and Processing
1. **Video Selection**: The top 50 Korean videos were identified using YouTube's trending metrics and popularity indicators
2. **Comment Extraction**: Comments were systematically collected using the YouTube Data API v3, including both top-level comments and replies
3. **Preprocessing**: Comments were cleaned and normalized while preserving Korean linguistic characteristics
4. **Classification**: Each comment was processed through Google's Gemini 2.5 Flash-Lite model using carefully designed prompts to classify bot vs. human generation
5. **Quality Control**: A subset of classifications were manually reviewed to ensure label quality
#### Who are the source data producers?
The source data consists of comments from YouTube users who posted on popular Korean videos. The original content creators include a diverse range of Korean speakers, from casual viewers to active community members participating in discussions around trending Korean content.
### Annotations
#### Annotation process
Comments were automatically classified using Google's Gemini 2.5 Flash-Lite model. The classification process involved:
- Analyzing linguistic patterns, repetition, and semantic coherence
- Identifying typical bot behavior markers such as generic responses, promotional content, and unnatural language patterns
- Considering context relevance and engagement patterns
- Binary classification into bot (True) or human (False) categories
#### Who are the annotators?
Primary annotation was performed by Google's Gemini 2.5 Flash-Lite model, with quality validation through manual review of sample classifications.
## Personal and Sensitive Information
The dataset contains publicly available YouTube comments. While usernames and profile image URLs are included, all content was already public on the YouTube platform. No private or personal information beyond what users voluntarily shared in public comments is included. Users' real names, contact information, or other private details are not part of this dataset.
## Bias, Risks, and Limitations
**Limitations:**
- Classification accuracy is dependent on Gemini 2.5 Flash-Lite's performance, which may have inherent biases
- Limited to Korean language content and may not generalize to other languages
- Represents a snapshot of YouTube content from a specific time period
- Bot detection patterns may evolve, making the dataset less effective over time
- Source video selection may introduce topical or demographic biases
**Potential Biases:**
- May reflect biases present in the source videos' audiences
- Classification model may have systematic errors for certain types of content
- Temporal bias as bot techniques and patterns change over time
**Risks:**
- Potential misclassification of legitimate human comments as bot-generated
- May be used to develop more sophisticated bot systems
- Privacy concerns related to public comment analysis
### Recommendations
Users should:
- Validate model performance on their specific use case before deployment
- Be aware that bot detection is an evolving challenge with no perfect solutions
- Consider the temporal aspects of the data when applying to current content
- Implement additional validation steps for high-stakes applications
- Respect user privacy and platform terms of service when using insights from this research
## Citation
**BibTeX:**
```bibtex
@dataset{youtube_korean_bot_dataset,
title={YouTube Korean Bot Comment Dataset},
author={[MisileLab]},
year={2025},
publisher={Hugging Face},
url={https://huggingface.co/datasets/MisileLab/youtube-bot-comments]}
}
```
**APA:**
[MisileLab]. (2025). YouTube Korean Bot Comment Dataset. Hugging Face. https://huggingface.co/datasets/[MisileLab]/[youtube-bot-comments]
## Glossary
- **Bot Comment**: Automated or artificially generated comment, typically created by software rather than human users
- **YouTube Data API v3**: Google's official API for accessing YouTube data programmatically
- **Gemini 2.5 Flash-Lite**: Google's language model used for classification tasks
- **Top-level Comment**: Comments posted directly on a video (not replies to other comments)
- **Reply Comment**: Comments posted in response to other comments
## Dataset Card Authors
[MisileLab](https://huggingface.co/MisileLab)
## Dataset Card Contact
[email](mailto:misile@duck.com) |