Models for minimalist RAG: B1ade 335M Embedding and 1B Parameter Small Language Models
Quick Answer
B1ade introduces a minimalist RAG architecture with B1ade-embed and B1ade-1B, achieving top MTEB scores and emergent citation behavior without large-scale pretraining.
Quick Take
B1ade-1B scores 81.82% on PopQA, outperforming larger models while using low-cost GPUs and optimizing for answer similarity.
Key Points
- B1ade-embed is a 335M parameter retrieval model with top MTEB scores.
- B1ade-1B achieves 81.82% on PopQA and 65.8% on PubMedQA.
- Emergent attribution in B1ade-1B occurs without explicit supervision for citations.
- The model shows a 10.8% improvement in end-to-end evaluation over SFT.
- Resource-efficient RAG can be achieved without large-scale pretraining.
DeepSignal Analysis
What happened
The B1ade architecture introduces a compact embedding model and a small language model (SLM) that achieve competitive performance on various benchmarks without large-scale pretraining. B1ade-1B scored 81.82% on PopQA, outperforming larger models while using low-cost GPUs.
Key evidence
- B1ade-embed is a 335M parameter retrieval model that achieved top MTEB scores among sub-500M models without additional training.
- B1ade-1B, trained on 723M tokens, cites retrieved passages in 42.4% of responses, exceeding its training distribution's attribution rate by 5.5 percentage points.
- On standard QA benchmarks, B1ade-1B scored 65.8% on PubMedQA and 51.09% on FEVER, demonstrating its effectiveness in various contexts.
Why it matters
This development challenges the conventional belief that large-scale pretraining is necessary for effective retrieval-augmented generation (RAG) systems. By demonstrating that strategic model design and reward optimization can yield high performance, B1ade may influence future research and applications in AI, particularly in resource-constrained environments.
What to watch
Paper Resources
Source Excerpt
Language and embedding models used in 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 t
Want this in your inbox every morning?
Daily brief at your local 8am — bilingual EN/中文, free.
More from arXiv cs.CL
See more →TriAgent: Divergence-Aware Committees for Cost-Efficient Financial Sentiment Analysis
TriAgent introduces a cost-efficient multi-agent system for financial sentiment analysis, combining VADER, FinBERT, and Qwen2.5. It achieves an F1 score of ~0.87 with significant savings of $9.3M/year at a 10M-user scale compared to GPT-4o-mini, while also detecting hallucinations with an AUC of 0.90.


