Distilling Feedback into Memory-as-a-Tool
Víctor Gallego
TL;DR
The paper tackles the high cost and episodic nature of inference-time reasoning by introducing Distilling Feedback into Memory-as-a-Tool, which converts transient critiques into persistent, retrievable guidelines stored in a file-based memory and accessed via explicit tool calls. It formalizes a probabilistic framework where generated outputs, feedback, and memory updates are linked, and defines retrieval and consolidation as two core operations that enable memory-guided, zero-shot refinement. Empirically, the approach, evaluated on the Rubric Feedback Bench, achieves performance comparable to costly test-time refinement while significantly reducing inference cost, and demonstrates robust knowledge consolidation over long horizons. The work contributes a transparent, memory-based mechanism for continual improvement that generalizes across task types and offers a practical, interpretable alternative to embedding-based retrieval and continual fine-tuning.
Abstract
We propose a framework that amortizes the cost of inference-time reasoning by converting transient critiques into retrievable guidelines, through a file-based memory system and agent-controlled tool calls. We evaluate this method on the Rubric Feedback Bench, a novel dataset for rubric-based learning. Experiments demonstrate that our augmented LLMs rapidly match the performance of test-time refinement pipelines while drastically reducing inference cost.
