Naver-News-KO: A Korean News Summarization Dataset for Open-Source Fine-Tuning of Summarization Models
Naver-News-KO is a Korean news summarization dataset containing 27,400 document-summary pairs collected from Naver News in July 2022. The dataset focuses on Economy (77%) and IT/Science (23%) categories with a mean compression ratio of 6.03x. It includes reproducible baselines using KoBART and Gemma-2B-ko with LoRA, alongside standard extractive references. A significant data leakage issue was identified: 16.8% near-duplicate title-Jaccard overlap exists between the test and train sets. The reso
Analysis
TL;DR
- Naver-News-KO is a Korean news summarization dataset containing 27,400 document-summary pairs collected from Naver News in July 2022.
- The dataset focuses on Economy (77%) and IT/Science (23%) categories with a mean compression ratio of 6.03x.
- It includes reproducible baselines using KoBART and Gemma-2B-ko with LoRA, alongside standard extractive references.
- A significant data leakage issue was identified: 16.8% near-duplicate title-Jaccard overlap exists between the test and train sets.
- The resource is hosted on Hugging Face Hub and has seen approximately 33,000 monthly downloads as of May 2026.
Why It Matters
This technical report provides essential transparency for researchers using Naver-News-KO, particularly regarding the significant data leakage between training and testing splits which could inflate performance metrics. By documenting collection protocols, statistics, and providing baseline models, it establishes a standardized reference point for evaluating open-source Korean summarization models.
Technical Details
- Dataset Composition: 27,400 pairs split into 22,194 (train), 2,466 (validation), and 2,740 (test) records.
- Domain Focus: Primarily Economy (77%) and IT/Science (23%) news articles.
- Baseline Performance: Lead-3 extractive baseline achieved ROUGE-1 of 55.1; KoBART fine-tuning reached ROUGE-1 56.6 and BERTScore-F1 81.5; Gemma-2B-ko with LoRA achieved ROUGE-1 55.3 and BERTScore-F1 78.3.
- Data Quality Issue: Measured 16.8% near-duplicate title-Jaccard overlap between test and train sets, indicating potential evaluation bias.
- Accessibility: Publicly available on Hugging Face Hub with release-time training scripts and clear licensing terms.
Industry Insight
Practitioners must account for the 16.8% data leakage when benchmarking models on this dataset to avoid overestimating generalization capabilities. The availability of standardized baselines like KoBART and Gemma-2B-ko allows for more consistent comparative analysis across different Korean NLP research efforts. Future work should prioritize datasets with stricter temporal or content-based separation to mitigate such overlap issues.
Disclaimer: The above content is generated by AI and is for reference only.