paper-with-me

Papers

Increasing LLM Coding Capabilities through Diverse Synthetic Coding Tasks

2025-10-27 · Amal Abed, Ivan Lukic, Jörg K. H. Franke, Frank Hutter arxiv

Large language models (LLMs) have shown impressive promise in code generation, yet their progress remains limited by the shortage of large-scale datasets that are both diverse and well-aligned with human reasoning. Most existing resources pair problems with solutions, but omit the intermediate thought process that guides coding. To close this gap, we present a scalable synthetic data generation pipeline that produces nearly 800k instruction-reasoning-code-test quadruplets. Each sample combines a task, a step-by-step reasoning trace, a working solution, and executable tests, enabling models to learn not just the what but also the how of problem solving. Our pipeline combines four key components: curated contest problems, web-mined content filtered by relevance classifiers, data expansion guided by reasoning patterns, and multi-stage execution-based validation. A genetic mutation algorithm further increases task diversity while maintaining consistency between reasoning traces and code implementations. Our key finding is that fine-tuning LLMs on this dataset yields consistent improvements on coding benchmarks. Beyond raw accuracy, reasoning-aware data can substitute for model scaling, generalize across architectures, and outperform leading open-source alternatives under identical sample budgets. Our work establishes reasoning-centered synthetic data generation as an efficient approach for advancing coding capabilities in LLMs. We publish our dataset and generation pipeline to facilitate further research.

📄 PDF Abstract BibTeX arXiv:2510.23208

Code (0)

등록된 구현이 없습니다.

Tasks

Synthetic Data GenerationCode Generation

Similar Papers 제목 키워드 기반

SynFlowNet: Design of Diverse and Novel Molecules with Synthesis Constraints

2024-05-02 · Miruna Cretu, Charles Harris, Ilia Igashov, Arne Schneuing 외

Generative models see increasing use in computer-aided drug design. However, while performing well at capturing distributions of molecular motifs, they often produce synthetically inaccessible molecules. To address this,…

DiversityDrug DesignDrug DiscoveryRetrosynthesis

Enhancing Reasoning Capabilities of LLMs via Principled Synthetic Logic Corpus

2024-11-19 · Terufumi Morishita, Gaku Morio, Atsuki Yamaguchi, Yasuhiro Sogawa

Large language models (LLMs) are capable of solving a wide range of tasks, yet they have struggled with reasoning. To address this, we propose $\textbf{Additional Logic Training (ALT)}$, which aims to enhance LLMs' reaso…

Formal LogicLogical ReasoningMath

TALES: Text Adventure Learning Environment Suite

2025-04-19 · Christopher Zhang Cui, Xingdi Yuan, Zhang Xiao, Prithviraj Ammanabrolu 외

Reasoning is an essential skill to enable Large Language Models (LLMs) to interact with the world. As tasks become more complex, they demand increasingly sophisticated and diverse reasoning capabilities for sequential de…

Decision MakingSequential Decision Making

LoNLI: An Extensible Framework for Testing Diverse Logical Reasoning Capabilities for NLI

2021-12-04 · Ishan Tarunesh, Somak Aditya, Monojit Choudhury

Natural Language Inference (NLI) is considered a representative task to test natural language understanding (NLU). In this work, we propose an extensible framework to collectively yet categorically test diverse Logical r…

Logical ReasoningNatural Language InferenceNatural Language Understanding

Present and Future Generalization of Synthetic Image Detectors

2024-09-21 · Pablo Bernabeu-Perez, Enrique Lopez-Cuena, Dario Garcia-Gasulla

The continued release of increasingly realistic image generation models creates a demand for synthetic image detectors. To build effective detectors we must first understand how factors like data source diversity, traini…

BenchmarkingDiversitySynthetic Image AttributionSynthetic Image Detection