Échantillonnage glouton


en construction

Définition

Méthode d'échantillonnage déterministe peu complexe, dans laquelle le mot ayant la probabilité conditionnelle la plus élevée est sélectionné comme mot suivant dans la phrase, compte tenu des mots précédents. Cette méthode aboutit souvent à des séquences de mots sous-optimales et répétitives.

Voir aussi échantillonnage des k-meilleurs

Français

échantillonnage glouton

échantillonnage gourmand

Anglais

greedy sampling

A deterministic sampling method that is computationally efficient and straightforward to implement, where the word with the highest conditional probability is selected as the next word in the sentence, given the previous words. This method often results in suboptimal and repetitive sequences.

Sources

Source : Medium

Source : The Large Language Model Playbook

Contributeurs: Arianne Arel, wiki