Retrieval Augmented Learning: A Retrial-based Large Language Model Self-Supervised Learning and Autonomous Knowledge Generation
Zongyuan Li, Pengfei Li, Runnan Qi, Yanan Ni, Lumin Jiang, Hui Wu, Xuebo Zhang, Kuihua Huang, Xian Guo
TL;DR
Retrial-Augmented Learning (RAL) tackles the domain-knowledge gap in $MDP$-based decision problems by offering a train-free, reward-free self-supervised approach that uses a dynamic Retrieval-Augmented Generation (RAG) module to organize intermediate data. It introduces a three-stage loop—hypothesis proposal, validation, and knowledge generation—operating over three databases and multiple LLM roles to autonomously generate and apply validated knowledge. In the LLM-PySC2 setting, RAL reduces hallucinations and accelerates learning, while exhibiting robust OOD performance and cross-model data transferability at a fraction of the cost of post-training large models. The work demonstrates practical benefits for cost-sensitive decision-making and autonomous knowledge generation, while acknowledging explorative and long-horizon validation limitations and outlining directions for future enhancements.
Abstract
The lack of domain-specific data in the pre-training of Large Language Models (LLMs) severely limits LLM-based decision systems in specialized applications, while post-training a model in the scenarios requires significant computational resources. In this paper, we present Retrial-Augmented Learning (RAL), a reward-free self-supervised learning framework for LLMs that operates without model training. By developing Retrieval-Augmented Generation (RAG) into a module for organizing intermediate data, we realized a three-stage autonomous knowledge generation of proposing a hypothesis, validating the hypothesis, and generating the knowledge. The method is evaluated in the LLM-PySC2 environment, a representative decision-making platform that combines sufficient complexity with domain-specific knowledge requirements. Experiments demonstrate that the proposed method effectively reduces hallucination by generating and utilizing validated knowledge, and increases decision-making performance at an extremely low cost. Meanwhile, the approach exhibits potential in out-of-distribution(OOD) tasks, robustness, and transferability, making it a cost-friendly but effective solution for decision-making problems and autonomous knowledge generation.
