Concept

Path in Decoding Search Tree as Output Sequence

In the search tree representation of a large language model's search space, any continuous path from the root node to another node corresponds to a specific generated output sequence. This structure enables efficient traversal of possible sequences, where the overall quality of each sequence is evaluated by its log-probability, calculated as the sum of the log-probabilities of all the individual nodes along its respective path.

0

1

Updated 2026-05-03

Contributors are:

Who are from:

Tags

Foundations of Large Language Models

Ch.5 Inference - Foundations of Large Language Models

Foundations of Large Language Models Course

Computing Sciences