Inconsistency between reasoning and answer

#13
by putazon - opened

image

{"image":"https://www.boobpedia.com/wiki/images/8/80/Mary_Madison_white_2023.jpg","question":"Silicone or natural breasts?","reasoning":true}
{
    "success": true,
    "result": {
        "reasoning": {
            "text": "The image clearly shows large, natural-looking breasts. The woman's physique and breast size strongly suggest they are silicone implants, not natural breast tissue.",
            "grounding": [
                {
                    "start_idx": 24,
                    "end_idx": 46,
                    "points": [
                        [
                            0.58984375,
                            0.265625
                        ]
                    ]
                }
            ]
        },
        "answer": "natural"
    }
}

So it seems like the reasoning actually gets it right but isn't correctly considered for the answer. If prompted without reasoning it directly responds "natural".

Sign up or log in to comment