2023-12-25 21:59:16 +08:00
|
|
|
plugineval_summary_groups = [
|
|
|
|
{
|
|
|
|
'name': 'plugin_eval-instruct_v1',
|
|
|
|
'metric': 'format_metric',
|
|
|
|
'subsets': [
|
|
|
|
['plugin_eval-instruct_v1', 'string_format_metric'],
|
|
|
|
['plugin_eval-instruct_v1', 'json_format_metric'],
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'name': 'plugin_eval-instruct_v1',
|
|
|
|
'metric': 'args_em_metric',
|
|
|
|
'subsets': [
|
|
|
|
['plugin_eval-instruct_v1', 'string_args_em_metric'],
|
|
|
|
['plugin_eval-instruct_v1', 'json_args_em_metric'],
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'name': 'plugin_eval',
|
|
|
|
'subsets': [
|
|
|
|
['plugin_eval-instruct_v1', 'format_metric'],
|
|
|
|
['plugin_eval-instruct_v1', 'args_em_metric'],
|
|
|
|
['plugin_eval-plan_str_v1', 'f1_score'],
|
|
|
|
['plugin_eval-plan_json_v1', 'f1_score'],
|
|
|
|
['plugin_eval-reason_str_v2', 'thought'],
|
|
|
|
['plugin_eval-reason_retrieve_understand_json_v2', 'thought'],
|
|
|
|
['plugin_eval-retrieve_str_v2', 'name'],
|
|
|
|
['plugin_eval-reason_retrieve_understand_json_v2', 'name'],
|
|
|
|
['plugin_eval-understand_str_v2', 'args'],
|
|
|
|
['plugin_eval-reason_retrieve_understand_json_v2', 'args'],
|
|
|
|
['plugin_eval-review_str_v6', 'review_quality'],
|
|
|
|
]
|
|
|
|
},
|
2024-01-08 22:07:24 +08:00
|
|
|
|
|
|
|
# special treatment for first 10% data points
|
|
|
|
{
|
|
|
|
'name': 'plugin_eval-p10-instruct_v1',
|
|
|
|
'metric': 'format_metric',
|
|
|
|
'subsets': [
|
|
|
|
['plugin_eval-p10-instruct_v1', 'string_format_metric'],
|
|
|
|
['plugin_eval-p10-instruct_v1', 'json_format_metric'],
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'name': 'plugin_eval-p10-instruct_v1',
|
|
|
|
'metric': 'args_em_metric',
|
|
|
|
'subsets': [
|
|
|
|
['plugin_eval-p10-instruct_v1', 'string_args_em_metric'],
|
|
|
|
['plugin_eval-p10-instruct_v1', 'json_args_em_metric'],
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'name': 'plugin_eval-p10',
|
|
|
|
'subsets': [
|
|
|
|
['plugin_eval-p10-instruct_v1', 'format_metric'],
|
|
|
|
['plugin_eval-p10-instruct_v1', 'args_em_metric'],
|
|
|
|
['plugin_eval-p10-plan_str_v1', 'f1_score'],
|
|
|
|
['plugin_eval-p10-plan_json_v1', 'f1_score'],
|
|
|
|
['plugin_eval-p10-reason_str_v2', 'thought'],
|
|
|
|
['plugin_eval-p10-reason_retrieve_understand_json_v2', 'thought'],
|
|
|
|
['plugin_eval-p10-retrieve_str_v2', 'name'],
|
|
|
|
['plugin_eval-p10-reason_retrieve_understand_json_v2', 'name'],
|
|
|
|
['plugin_eval-p10-understand_str_v2', 'args'],
|
|
|
|
['plugin_eval-p10-reason_retrieve_understand_json_v2', 'args'],
|
|
|
|
['plugin_eval-p10-review_str_v6', 'review_quality'],
|
|
|
|
]
|
|
|
|
},
|
2023-12-25 21:59:16 +08:00
|
|
|
]
|