alwaysgood/korean_rlhf_content_filtered
Korean RLHF Content Filtered Dataset Summary This dataset is a cleaned, content-only derivative of: Source dataset: jojo0217/korean_rlhf_dataset Source URL: https://huggingface.co/datasets/jojo0217/korean_rlhf_dataset Each row has a single content field suitable for LM pretraining/SFT-style text modeling. Construction Content construction rule For each source row: If input is empty: content = instruction + "\n" + output If input is… See the full description on the dataset page: https://huggingface.co/datasets/alwaysgood/korean_rlhf_content_filtered.
Korean RLHF Content Filtered
Dataset Summary
This dataset is a cleaned, content-only derivative of:
- Source dataset:
jojo0217/korean_rlhf_dataset - Source URL: https://huggingface.co/datasets/jojo0217/koreanrlhfdataset
Each row has a single content field suitable for LM pretraining/SFT-style text modeling.
Construction
Content construction rule
For each source row:
- If
inputis empty:content = instruction + "\n" + output - If
inputis not empty:content = instruction + "\n" + input + "\n" + output
Filtering methods
The following filters were applied in this order:
- Remove rows missing required core fields (
instructionoroutput). - Normalize text and remove invisible control/zero-width characters.
- Remove rows shorter than 20 characters.
- Remove broken rows (
\x00, replacement char�,<unk>, abnormal control-character ratio). - Tokenize with
Qwen/Qwen3.5-4B-Baseand keep rows with token length in[1, 4096]. - Remove exact duplicates by SHA1 hash of
content.
Final Statistics
From filtering_stats.json:
- Raw rows: 107,172
- Kept rows: 107,008
- Dropped missing core: 52
- Dropped too short: 60
- Dropped broken: 3
- Dropped duplicates: 41
- Dropped token too long (>4096): 8
- Dropped zero-token rows: 0
- Rows with NUL (
\x00) in final data: 0 - Rows with invisible chars in final data: 0
Data Fields
content(string): filtered text contentsource_dataset(string): source dataset idsource_split(string): source split namerow_index(int): original row index in source splittoken_count(int): token count withQwen/Qwen3.5-4B-Base
Files
train.jsonl: main filtered datasetfiltering_stats.json: preprocessing/filtering summary
Intended Use
- Korean language modeling pretraining
- Continued pretraining / domain adaptation
- SFT-style text-only preparation
Caveats
This is a transformed derivative dataset. Please also review and comply with the source dataset card and upstream source licenses/terms referenced by the original dataset author.
