TL;DR
Existing self-evolution methods for language models often rely on curated data or ineffective unsupervised rewards. INFUSER is introduced as an iterative co-training framework where a Generator creates questions and answers, enhancing the model's reasoning capabilities.
✦ Why It Matters
Engineers can leverage INFUSER to enhance language model reasoning with minimal data requirements.
Key Takeaways
How It Works
INFUSER operates through a co-training mechanism where the Generator drafts questions and answers from a document pool, while the Solver learns from these drafts. The Generator is guided by an influence score that assesses the potential of each question to improve the Solver's performance, ensuring that the training focuses on questions that are not just difficult but also beneficial for learning.
Related