Sometimes the chatbot returns the wrong index of the dataset

Hi, I am using gpt-4o-mini to ask questions about a customer feedback dataset we have. The dataset has a “CF index” (ranges from 1 to 300 and is unique). I have specified in the instructions that the CF index should be returned, however, I noticed that sometimes the number returned will be one off. e.g. it will says CF index 100, 40, 30 are relevant, but it actually meant, 100, 39, 30. Sometimes a couple of them are one off, sometimes they are all correct.

1 Like

Welcome to the dev forum @NimaHojat

Can you share how is the model accessing the dataset?

Is there a specific structure that you’re using to pass the data?