MIT research team announces 'SEAL', a framework that realizes 'self-learning AI', AI edits new information by itself, reinforces learning and becomes smarter

A research team at the Massachusetts Institute of Technology (MIT) has developed an AI self-learning framework called ' Self-Adapting Language Models (SEAL) '. When an AI model using SEAL encounters new information, it can edit the information itself, turn it into learning data, and apply reinforcement learning to itself.
Self-Adapting Language Models
[2506.10943] Self-Adapting Language Models
https://arxiv.org/abs/2506.10943
When given new input, an AI model that uses SEAL constructs its own fine-tuning data and optimization instructions by reconstructing information in various ways, specifying optimization parameters, and performing generation involving data augmentation and gradient-based updates. This process is called 'Self-Edit,' and the AI model uses the self-edited results for its own reinforcement learning.

The reinforcement learning algorithm uses '

The research team applied SEAL to the language model '

Although it seems that SEAL's self-learning can be repeated to improve performance infinitely, in an actual experimental environment, it was confirmed that repeating self-learning causes a phenomenon in which 'tasks that were previously executable become inexecutable.' The research team calls this phenomenon 'catastrophic forgetting' and points out the need for a mechanism to avoid forgetting and retain knowledge.
The code related to SEAL is available at the following link:
GitHub - Continual-Intelligence/SEAL: Self-Adapting Language Models
https://github.com/Continual-Intelligence/SEAL

Related Posts: