This commit is contained in:
yufeng zhao 2025-03-17 08:57:35 +00:00
parent 04f9fb614d
commit e22a2b3342

View File

@ -12,14 +12,14 @@ for group in bbeh_summary_groups:
summarizer = dict( summarizer = dict(
# Include both individual datasets and the summary metrics we want to see # Include both individual datasets and the summary metrics we want to see
dataset_abbrs=bbeh_subsets + ['bbeh'] + ['bbeh_harmonic_mean', 'bbeh_standard_deviation', 'bbeh_sum'], dataset_abbrs=bbeh_subsets + ['bbeh_naive_average'] + ['bbeh_harmonic_mean'],
# Define the summary group for bbeh # Define the summary group for bbeh
summary_groups=[ summary_groups=[
{ {
'name': 'bbeh', 'name': 'bbeh_naive_average',
'subsets': bbeh_subsets, 'subsets': bbeh_subsets,
'metric': 'score' # Explicitly specify the metric to use 'metric': 'naive_average' # Explicitly specify the metric to use
}, },
{ {
'name': 'bbeh_harmonic_mean', 'name': 'bbeh_harmonic_mean',