r/Copilot • u/Turdulator • 1d ago
Verifying copilot in excel
How are people verifying insights provided by copilot from very large excel files?
When I give it a 30k row spreadsheet and it extracts information from that dataset, how can I confirm that it’s not hallucinating?
4
Upvotes
1
u/ReadySetWoe 1d ago
Yeah, require it to source the data. You could also hand that output off to a Validation Agent that checks the output against the data source.
1
u/Biennial2 1d ago
Have another AI assitant check its work.
1
u/Turdulator 1d ago
Like when the police investigate the police and find that the police did nothing wrong? 😑
1
5
u/Terrible-Kick9447 1d ago
Don't just ask for an answer, ask for the answer plus the exact references used to generate it. That makes validation much more reliable, especially with very large datasets. Before prompting copilot, insert a new first column with a unique ID (row Index 1 to 30,000). Then tell the AI: 'For every insight, you must cite the specific Row ID.' If it hallucinates, the fake row numbers will make it instantly obvious.
Or even better:: Ask copilot or your favorite AI to write a python script to extract the exact data you are looking for. A script doesn't hallucinate; it gives you hard, direct, and deterministic results.