61
0

StRuCom: A Novel Dataset of Structured Code Comments in Russian

Abstract

Structured code comments in docstring format are essential for code comprehension and maintenance, but existing machine learning models for their generation perform poorly for Russian compared to English. To bridge this gap, we present StRuCom - the first large-scale dataset (153K examples) specifically designed for Russian code documentation. Unlike machine-translated English datasets that distort terminology (e.g., technical loanwords vs. literal translations) and docstring structures, StRuCom combines human-written comments from Russian GitHub repositories with synthetically generated ones, ensuring compliance with Python, Java, JavaScript, C#, and Go standards through automated validation. Fine-tuning Qwen2.5-Coder models (0.5B-7B) on StRuCom shows statistically significant improvements of chrf++ and BERTScore over baseline models.

View on arXiv
@article{dziuba2025_2505.11026,
  title={ StRuCom: A Novel Dataset of Structured Code Comments in Russian },
  author={ Maria Dziuba and Valentin Malykh },
  journal={arXiv preprint arXiv:2505.11026},
  year={ 2025 }
}
Comments on this paper