this post was submitted on 01 Nov 2023
1 points (100.0% liked)

Machine Learning

1 readers
1 users here now

Community Rules:

founded 11 months ago
MODERATORS
 

I want to use LLMs to automate analysing data and use it to provide insights to my users, but often times I notice insights being generated on factually incorrect data. I tried fine tuning my prompts, the structure in which I pass data to LLM, few shot learning but there still some chance of it to hallucinate. How can I create a production ready application where this insights are surfaced to end users and presenting incorrect insights is not accepted? I am out of ideas. Any guidance is appreciated ๐Ÿ™๐Ÿป

you are viewing a single comment's thread
view the rest of the comments
[โ€“] UndocumentedMartian@alien.top 1 points 10 months ago (1 children)

By not using LLMs to do the modelling. Use specialized models for data analysis and use an LLM to orchestrate those models and communicate with the user. LLMs are not cheap to run, though, so you may want to do a cost/benefit analysis.

[โ€“] software-n-erd@alien.top 1 points 10 months ago

Gotcha, I was honestly not aware of any data analysis models. Have you ever used any of them which you think I should look at?