JA EN
Glossary › recursive

GLOSSARY

recursive

appears in 5 paper titles

Definition

Applying the same operation to its own output, so the structure nests. It shows up in parsing nested syntax, in summarizing long documents by summarizing the summaries, and in agents that decompose a plan into subplans of the same form. Do not conflate it with recurrent: recurrent means carrying a hidden state forward through time steps, while recursive is about self-similar nesting of structure.

Explainers using this term