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

Wrong data: There was no column ... to conduct any analysis

Open george1459 opened this issue 3 months ago • 1 comments

It seems some data points contain insights that just look like this:

    "insights": [
        "There was no column processed_date to conduct any analysis",
        "There was no column amount to conduct any analysis",
        "There was no column processed_date to conduct any analysis",
        "There was no column department to conduct any analysis"
    ],

I checked from flag-80 to flag-87 and they all look like the above.

george1459 avatar Oct 31 '25 01:10 george1459

@george1459 these datasets are supposed to be like that to evaluate if a model is prone to generating false positives (finding insights when there aren't any)

Demfier avatar Oct 31 '25 03:10 Demfier