Traducción pendiente. Esta definición aún no está traducida al español. Leer la versión en inglés.

Top-p (Nucleus Sampling)

A sampling strategy that keeps only the smallest set of next-token candidates whose cumulative probability passes a threshold p, then samples from that set. Top-p adapts to the model's confidence: when the model is sure the set is small, when it is unsure the set is larger. Compares to top-k, which fixes the candidate count.

Definición editorial de DecipherU. Para definiciones técnicas autorizadas, consulta NIST AI RMF, ISO/IEC 42001, o las publicaciones oficiales de los laboratorios de IA.