top | item 37015046

(no title)

mmq | 2 years ago

You used the model for fact checking. These models are not good at being used as a knowledge base.

discuss

order

jacquesm|2 years ago

I would never use an LLM for fact checking, then you'd have to check again using something else.

mmq|2 years ago

Usually for asking questions about specific details, people are using RAG (Retrieval Augmented Generation) to ground the information and provide enough context for the llm to return the correct answers. This means additional engineering plumbing and very specific context to query information from.