JA EN
Glossary › tree

GLOSSARY

tree

appears in 2 paper titles

Definition

The branching structure of possible continuations from a state, each node a state and each edge a choice. Tree search — most influentially Monte Carlo tree search — expands promising branches and backs their values up to the root. The same idea now appears in language-model reasoning, where several candidate lines are explored and scored rather than committing to one greedy chain.

Explainers using this term