Large Language Models
143 views
Beam Search
Quick Definition
Search algorithm exploring multiple output sequences
Full Definition
A search algorithm exploring multiple output sequences to find the most likely result.
Examples
machine translation, summarization, speech recognition
Related Terms
greedy-decoding
language-modeling
More Large Language Models Terms
Grounded Generation
Generating outputs faithful to provided source documents
GGUF
File format for LLMs optimized for local inference
Streaming
Sending LLM tokens to clients as they are generated
Top-K Sampling
Generation strategy considering top k most probable tokens
RLHF
Aligning LLMs with human preferences using reinforcement learning
GPT
OpenAI's family of autoregressive large language models