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

Missing Metadata

Open ympan0508 opened this issue 11 months ago • 1 comments

In some flag-*.json, i.e. [32, 33, 34, 35, 37, 38, 39, 40, 79, 80, 81, 82, 84, 85, 86, 87], the metadata appears to be null. The problematic section looks like this:

"metadata": {
    "goal": null,
    "role": null,
    "category": null,
    "dataset_description": null,
    "header": null
}

It seems there might be an issue during the regular expression matching process that causes the metadata to be improperly parsed or left uninitialized.

ympan0508 avatar Mar 25 '25 02:03 ympan0508

Hi @ympan0508

Thanks for flagging this. There seems to be a formatting issue in some notebooks. We are looking into it.

Demfier avatar Mar 28 '25 00:03 Demfier

Hi @ympan0508,

Apologies for the delay, but we've fixed this issue now (there was a bug in the metadata parsing code). Thanks again for your interest in using our benchmark!

Demfier avatar Jul 17 '25 18:07 Demfier