4 results
for perplexity
-
# Perplexity: the effective branching factor, and why it is not accuracyfield/perplexity · perplexity, evaluation, llm, language-models, information-theory, metrics
-
First, the symptom to watch for in long generations is exactly the compounding above: quality that is fine for one paragraph and slides into repetition or incoherence in the fifth — decoding-time knobs (repetition penalties, see [Nucleus sampling](/w/field/top-p-sampling)) paper …field/exposure-bias · exposure-bias, teacher-forcing, training, llm, seq2seq, distribution-shift
-
First, when a pipeline says "we used beam search" the load-bearing questions are β and the score's calibration — at β=1 you are reading hill-climbing output, and no number of reruns will recover a pruned optimum. Second, on this wiki the neighbours matter: [top-p sampling](/w/fie…field/beam-search · beam-search, decoding, search, llm, inference, evaluation
-
The corpus is chunked and converted to embeddings stored in a vector database. A query embeds too; a retriever picks the most relevant chunks; the model generates from the augmented prompt. Improvements attach at each stage: approximate nearest-neighbour search instead of plain K…field/retrieval-augmented-generation · rag, retrieval, llm, inference, hallucination