« Échantillonnage glouton » : différence entre les versions


Aucun résumé des modifications
Aucun résumé des modifications
Ligne 7 : Ligne 7 :


== Français ==
== Français ==
'''XXXXXXXX'''
''' échantillonnage glouton'''
 
''' échantillonnage gourmand'''


== Anglais ==
== Anglais ==
'''greedy sampling'''
'''greedy sampling'''


<!--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.-->
''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 ==
== Sources ==
Ligne 19 : Ligne 21 :
[https://cyrilzakka.github.io/llm-playbook/sampling.html  Source : The Large Language Model Playbook]
[https://cyrilzakka.github.io/llm-playbook/sampling.html  Source : The Large Language Model Playbook]


[[Catégorie:vocabulary]]
[[Catégorie:publication]]

Version du 19 mars 2026 à 14:54

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