InternBootcamp/examples/pipelines/all_configs/korLogicEnumerativeInductiveReasoning_train.json
Yongkang Chen a8249acc18
update to tech report version (#10)
* feat(run_eval): add checkpoint resume functionality and update example documentation;
- update new bootcamp benchmark dataset

* refactor(data_pipeline): optimize data generation pipeline; add multiple preset configurations for data generation

* docs: update bootcamp list and add new scripts

- Update Fulllist_InternBootcamp.md with new bootcamps and categories
- Add new scripts to .gitignore:
  - examples/pipelines/filter_autogen_configs.py
  - examples/pipelines/quickgen_data_configs_from_eval_meta.py
- Update dependencies in setup.py:
  - Add scipy and scikit-learn

* refactor(internbootcamp): update bootcamp modules and improve error handling

- Update import statements in __init__.py files
- Add timestamp to target directory name in verl_data_preprocess.py
- Improve error handling and scoring logic in bootcamp_judger.py
- Remove unnecessary comments and update puzzle descriptions in multiple files
2025-08-28 12:39:47 +08:00

110 lines
No EOL
2.4 KiB
JSON
Executable file

[
{
"class_names": [
"编程语言",
"操作系统",
"软件工具",
"开发框架",
"数据库",
"网络协议",
"安全工具",
"版本控制"
],
"properties": [
"开源",
"跨平台",
"高效",
"易学",
"安全性高",
"支持分布式",
"自动化",
"社区活跃"
],
"type_prob": 0.3,
"question_types": {
"choice": 0.8,
"symbolic": 0.2
}
},
{
"class_names": [
"植物",
"树木",
"花卉",
"蔬菜",
"水果",
"草本",
"灌木",
"藤本"
],
"properties": [
"绿色",
"开花",
"结果",
"需要阳光",
"需要水",
"多年生",
"叶绿体",
"木质茎"
],
"type_prob": 0.7,
"question_types": {
"choice": 0.4,
"symbolic": 0.6
}
},
{
"class_names": [
"汽车",
"飞机",
"船只",
"自行车",
"摩托车",
"火车",
"卡车",
"卫星"
],
"properties": [
"速度快",
"有轮子",
"载人",
"金属材质",
"需要燃料",
"空气动力学设计",
"可行驶",
"需要驾驶证"
],
"type_prob": 0.4,
"question_types": {
"choice": 0.7,
"symbolic": 0.3
}
},
{
"class_names": [
"音乐类型",
"电影类型",
"书籍类型",
"游戏类型",
"运动类型",
"艺术类型",
"舞蹈类型",
"戏剧类型"
],
"properties": [
"节奏感强",
"叙事性强",
"互动性高",
"团队合作",
"视觉艺术",
"表演艺术",
"情感表达",
"竞争性"
],
"type_prob": 0.5,
"question_types": {
"choice": 0.6,
"symbolic": 0.4
}
}
]