分离出全部的难题
This commit is contained in:
27609
layer2/PGEE/code/stepz_final_choice_questions_filtered_only_hard.json
Normal file
27609
layer2/PGEE/code/stepz_final_choice_questions_filtered_only_hard.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -513,12 +513,12 @@ def main():
|
|||||||
"""主函数"""
|
"""主函数"""
|
||||||
# 文件路径配置
|
# 文件路径配置
|
||||||
INPUT_FILE = "/home/ubuntu/50T/LYT/MatBench/layer2/PGEE/code/stepy_complete_choice_questions_with_sampling.json"
|
INPUT_FILE = "/home/ubuntu/50T/LYT/MatBench/layer2/PGEE/code/stepy_complete_choice_questions_with_sampling.json"
|
||||||
OUTPUT_FILE = "/home/ubuntu/50T/LYT/MatBench/layer2/PGEE/code/stepz_final_choice_questions_filtered.json"
|
OUTPUT_FILE = "/home/ubuntu/50T/LYT/MatBench/layer2/PGEE/code/stepz_final_choice_questions_filtered_only_hard.json"
|
||||||
|
|
||||||
# 难度选择比例配置
|
# 难度选择比例配置
|
||||||
SELECTION_RATIOS = {
|
SELECTION_RATIOS = {
|
||||||
"hard_early_stop": 1.0, # 困难题选择10%
|
"hard_early_stop": 1.0, # 困难题选择10%
|
||||||
"easy_all_correct": 0.35, # 简单题选择3.5%
|
"easy_all_correct": 0.0, # 简单题选择3.5%
|
||||||
"mixed": 0.0, # 混合题选择0%
|
"mixed": 0.0, # 混合题选择0%
|
||||||
"unknown": 0.0 # 未知难度不选择
|
"unknown": 0.0 # 未知难度不选择
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user