BRlkl/grpo-3-harder-verifiable
收藏Hugging Face2026-04-18 更新2026-04-26 收录
下载链接:
https://hf-mirror.com/datasets/BRlkl/grpo-3-harder-verifiable
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: id
dtype: string
- name: source
dtype: string
- name: domain
dtype: string
- name: task_type
dtype: string
- name: verifiable
dtype: bool
- name: raw_prompt
dtype: string
- name: ground_truth
dtype: string
- name: code_problem_id
dtype: string
- name: code_language
dtype: string
- name: code_time_limit
dtype: float64
- name: code_memory_limit
dtype: float64
- name: code_input_mode
dtype: string
- name: code_official_tests
dtype: string
- name: code_official_tests_complete
dtype: bool
- name: code_testset_size
dtype: float64
- name: code_generated_checker
dtype: string
- name: code_generated_tests_count
dtype: float64
- name: code_executable
dtype: bool
- name: arc_id
dtype: string
- name: arc_question
dtype: string
- name: arc_choices
dtype: string
- name: arc_answer_key
dtype: string
- name: source_dataset
dtype: string
- name: source_split
dtype: string
- name: clean_prompt
dtype: string
- name: DIFFICULTY_MEAN
dtype: float64
- name: DIFFICULTY_BEST
dtype: float64
splits:
- name: train
num_bytes: 9856839
num_examples: 4500
- name: test
num_bytes: 270371
num_examples: 110
download_size: 6028318
dataset_size: 10127210
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---
数据集详情:
特征项:
- 标识符(id):字符串(string)
- 来源(source):字符串(string)
- 领域(domain):字符串(string)
- 任务类型(task_type):字符串(string)
- 可验证性标识(verifiable):布尔型(bool)
- 原始提示词(raw_prompt):字符串(string)
- 真实标签(ground_truth):字符串(string)
- 代码问题标识符(code_problem_id):字符串(string)
- 代码语言(code_language):字符串(string)
- 代码时间限制(code_time_limit):64位浮点型(float64)
- 代码内存限制(code_memory_limit):64位浮点型(float64)
- 代码输入模式(code_input_mode):字符串(string)
- 官方测试用例(code_official_tests):字符串(string)
- 官方测试用例完整性(code_official_tests_complete):布尔型(bool)
- 测试集规模(code_testset_size):64位浮点型(float64)
- 生成式测试校验器(code_generated_checker):字符串(string)
- 生成测试用例数量(code_generated_tests_count):64位浮点型(float64)
- 可执行性标识(code_executable):布尔型(bool)
- ARC标识符(arc_id):字符串(string)
- ARC问题(arc_question):字符串(string)
- ARC选项(arc_choices):字符串(string)
- ARC答案键(arc_answer_key):字符串(string)
- 源数据集(source_dataset):字符串(string)
- 源数据拆分(source_split):字符串(string)
- 清洗后提示词(clean_prompt):字符串(string)
- 难度均值(DIFFICULTY_MEAN):64位浮点型(float64)
- 最优难度(DIFFICULTY_BEST):64位浮点型(float64)
数据集拆分:
- 拆分名称:train(训练集),字节数:9856839,样本数量:4500
- 拆分名称:test(测试集),字节数:270371,样本数量:110
下载大小:6028318,数据集总大小:10127210
配置项:
- 配置名称:default(默认配置),数据文件:
- 拆分train:数据路径为data/train-*
- 拆分test:数据路径为data/test-*
提供机构:
BRlkl


