Tradução pendente. Esta definição ainda não foi traduzida para o português brasileiro. Ler a versão em 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.

Definição editorial da DecipherU. Para definições técnicas autorizadas, consulte NIST AI RMF, ISO/IEC 42001, ou as publicações oficiais dos laboratórios de IA.