17 ms·
Point is to actually avoid hallucinations, Think I didnt focus on it as much as I wanted. To avoid hallucinations, make sure you use strict prompt when creating
by alextttty 2y ago
Point is to actually avoid hallucinations, Think I didnt focus on it as much as I wanted.
To avoid hallucinations, make sure you use strict prompt when creating the chatbot/api key.
Combination of rag + strict prompt will make sure that AI does not go out of bounds of it contextualised knowledge and avoids using LLM's internal knowledge.
- az09mugen 2y agoOn what basis you think you will avoid hallucination(s) ? LLM will always hallucinate. People did already some research, among which : https://arxiv.org/abs/2409.05746 https://arxiv.org/abs/2409.05746 and https://arxiv.org/abs/2401.11817 https://arxiv.org/abs/2401.11817 for example.