Explore >> Select a destination


You are here

www.shakudo.io
| | www.agentcloud.dev
3.5 parsecs away

Travel
| | Learn How to Build a RAG Chatbot Using AgentCloud And MongoDB
| | weisser-zwerg.dev
3.2 parsecs away

Travel
| | Setting Up AI Models on Older Hardware - A Beginner's Guide to Running Local LLMs with Limited Resources
| | bdtechtalks.com
2.5 parsecs away

Travel
| | Retrieval augmented generation (RAG) enables you to use custom documents with LLMs to improve their precision.
| | lilianweng.github.io
20.6 parsecs away

Travel
| Hallucination in large language models usually refers to the model generating unfaithful, fabricated, inconsistent, or nonsensical content. As a term, hallucination has been somewhat generalized to cases when the model makes mistakes. Here, I would like to narrow down the problem of hallucination to cases where the model output is fabricated and not grounded by either the provided context or world knowledge. There are two types of hallucination: In-context hallucination: The model output should be consistent with the source content in context. Extrinsic hallucination: The model output should be grounded by the pre-training dataset. However, given the size of the pre-training dataset, it is too expensive to retrieve and identify conflicts per generation. If w...