Large Language Models
30 views
Grounding LLM
Quick Definition
Connecting LLM outputs to verifiable external sources
Full Definition
Connecting LLM outputs to verifiable external sources for factual accuracy.
Examples
RAG, citation systems, fact verification
Related Terms
retrieval-augmented-generation
hallucination
More Large Language Models Terms
Streaming
Sending LLM tokens to clients as they are generated
Structured Output
Generating LLM responses in predefined machine-readable formats
GPT
OpenAI's family of autoregressive large language models
Function Calling
Structured mechanism for LLMs to generate API function calls
Positional Encoding
Incorporating token position information into transformers
Grounded Generation
Generating outputs faithful to provided source documents