So in my usecase i am leveraging GPT-4 and asking it to act as an accountant and provide insights as an accountant would based on some transaction data i am passing in the prompt. However it is hallucinating and is not reading the numbers right or is making some arithmetic errors while calculating the total costs or any percentages. I read about Chain-of-thought
prompting and seen examples but am still not sure how to apply it in my use case. i dont really need it to give me total costs or percentage values but insights based on it. Can anyone give some idea as to how i should design my prompt?
As for the transaction data and all, i am providing the json data between some delimiters with in the prompt only (have specified in the system message where it can get the data).
Have tried feeding it steps as to how it should add costs and all, but still its hallucinating values.
Srinjoy Ghosh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2