insight-bench icon indicating copy to clipboard operation
insight-bench copied to clipboard

Baseline results and parameters

Open george1459 opened this issue 5 months ago • 0 comments

Hi authors,

I'd like to confirm if the following parameters were the same as what you used in the paper:

        for model_name in ["gpt-4o"]:
            exp_list.append(
                {
                    "benchmark_type": benchmark_type,
                    "model_name": model_name,
                    "max_questions": 3,
                    "branch_depth": 4,
                }
            )

Or, alternatively, do you have the baseline results stored/published somewhere?

george1459 avatar May 16 '25 23:05 george1459