A clean, educational implementation of the Tiny Recursive Networks from Samsung SAIL Montreal's paper "Less is More: Recursive Reasoning with Tiny Networks". TRM achieves remarkable results on complex ...
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) ...