Storing context as a Python variable instead of in the prompt Allowing the LM to recursively explore and partition the context Avoiding "context rot" (performance degradation with long context) ...
It is a kind of Top-Down Parser. A top-down parser builds the parse tree from the top to down, starting with the start non-terminal. A Predictive Parser is a special case of Recursive Descent Parser, ...