datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
code_contest_instruct_cppcpp_cwe_GRPO
cpp_cwe_GRPO
VeRL/GRPO-ready C++ security coding dataset generated by the simple_gen pipeline.
Each row is a harness-validated task with pytest security/functionality tests, oracle candidate_cpp, and authoring guidelines (high_level_guidelines, implementational).
Files
File
Rows
Description
cpp_cwe_GRPO.parquet
571
Full dataset (shuffled)
cpp_cwe_GRPO_train.parquet
514
90% train split
cpp_cwe_GRPO_val.parquet
57
10% validation split… See the full description on the dataset page: https://huggingface.co/datasets/AetherPrior/cpp_cwe_GRPO.leetcode-codegen-cpp
LeetCode Code-Gen Dataset — C++
4025 rows. Given a problem statement, its input/output examples, and a
required algorithm/technique, generate a correct C++ solution.
Part of a 4-language collection built from the same source: see the sibling
Python,
Java,
C++, and
JavaScript
datasets.
Verification
Not execution-verified. There is currently no compiler/runtime harness for this language in the build pipeline (only Python has one). Rows are extracted directly from… See the full description on the dataset page: https://huggingface.co/datasets/AmareshHebbar/leetcode-codegen-cpp.
