feat: add AdversarialFilterConfig for Phase B post-hoc filter layer
This commit is contained in:
@@ -12,3 +12,10 @@ question_gen_v2:
|
||||
candidate_pool_size: 24 # grounded selector 首轮候选干扰项数 N
|
||||
selector_delta_low: 0.05 # 干扰项视觉分与正解的最小差(区间上界)
|
||||
selector_delta_high: 0.35 # 干扰项视觉分与正解的最大差(区间下界)
|
||||
|
||||
# Phase B 后置对抗过滤层配置(filter 层,非 strategy 属性)
|
||||
adversarial_filter:
|
||||
filter_task_types: [Action Recognition] # 仅这些题型走 agent 门(路径隔离开关)
|
||||
adversarial_max_rounds: 5 # 补生成迭代上限
|
||||
adversarial_agent_max_steps: 40 # agent 试答步数上限
|
||||
difficulty_warn_threshold: 0.85 # 批次 agent 正确率告警阈值
|
||||
|
||||
Reference in New Issue
Block a user