🤖 AI Summary
This work addresses the high cost and inefficiency of traditional retrieval-augmented generation (RAG) systems that rely on large-scale pretraining and explicit citation supervision. The authors propose B1ade, a lightweight RAG architecture comprising a training-free 335M embedding model (B1ade-embed) and a 1B-parameter language model (B1ade-1B) optimized via reinforcement learning using only answer similarity rewards for end-to-end training. Notably, the system exhibits emergent citation behavior without explicit grounding supervision, suggesting that grounding can arise spontaneously as a strategy to improve accuracy. The approach integrates parameter-agnostic multi-encoder fusion, Group Relative Policy Optimization (GRPO), and high-quality small-scale data. Experiments show B1ade-1B achieves 81.82%, 65.8%, and 51.09% accuracy on PopQA, PubMedQA, and FEVER, respectively, with an end-to-end RAG score of 0.654—10.8% higher than supervised fine-tuning—and a citation rate of 42.4%, substantially narrowing the performance gap with larger models.
📝 Abstract
Language and embedding models used in RAG systems are conventionally assumed to require large-scale pretraining and explicit grounding supervision. We present B1ade, an efficient RAG architecture comprising two purpose-built components: a compact embedding model and a purpose-built SLM. B1ade-embed, a 335M parameter retrieval model constructed via parameter-free fusion of five pretrained encoders achieves top MTEB scores among sub-500M models with zero additional training, and B1ade-1B, an SLM trained on low-cost GPUs using Group Relative Policy Optimization (GRPO) on 723M tokens (2.2M examples) of curated context-question pairs with rewards that optimize only answer similarity. Our central finding is emergent attribution: despite receiving no explicit supervision for source citation, B1ade-1B cites retrieved passages in 42.4% of responses, exceeding the attribution rate of its training distribution by 5.5 percentage points. This demonstrates that grounding behavior can emerge as an accuracy-maximizing strategy under RL training, without explicit reward engineering. On standard QA benchmarks, B1ade-1B achieves 81.82% on PopQA, 65.8% on PubMedQA, and 51.09% on FEVER. In end-to-end RAG evaluation, B1ade-1B achieves an average score of 0.654 across correctness, completeness, coherence, and faithfulness, a 10.8% improvement over the SFT, while closing the gap with models 1.5x its size. These results show that strategic model composition and reward design suffice for resource-efficient RAG, without large-scale pretraining.