Back to feed
News Story
Hugging Face Blog
1 sources

NVIDIA Nemotron 3 Embed Ranks #1 Overall on RTEB, Advancing Agentic Retrieval

NVIDIA's Nemotron 3 Embed model has achieved the top overall ranking on the RTEB benchmark, marking a significant advancement in agentic retrieval. This milestone demonstrates NVIDIA's leadership in AI embedding technology for retrieval tasks.

SynthePulse Insight · AI deep reading

NVIDIA Nemotron 3 Embed Tops RTEB: How Retrieval Quality Reshapes Agent Efficiency

Version 1 · 1 source

NVIDIA releases the Nemotron 3 Embed series, with the 8B flagship model ranking first on RTEB, while the 1B variant achieves 99%+ accuracy retention and 2x throughput via NVFP4 quantization. This article analyzes its technical path, token cost optimization in agent scenarios, and the impact of its open-source strategy on the ecosystem.

  • Nemotron-3-Embed-8B-BF16 ranks first on RTEB with 78.5% score, and scores 75.5% on MMTEB Retrieval.
  • The 1B BF16 variant scores 72.4% on RTEB, reducing error rate by 27% compared to its predecessor.
  • The NVFP4 variant achieves 2x throughput over BF16 on Blackwell with 99%+ accuracy retention.
  • In agent evaluations, stronger retrieval reduces downstream token costs; the 8B model achieves both highest accuracy and lowest cost.
  • The model is based on Ministral-3-8B-Instruct-2512, modified with a bidirectional encoder and contrastive pretraining.
  • Open-source weights, datasets, and fine-tuning recipes, with support for Hugging Face, NIM microservices, and vLLM.
Open section navigationRTEB Top Ranking and Multi-Benchmark Validation

RTEB Top Ranking and Multi-Benchmark Validation

On July 16, 2026, NVIDIA released the Nemotron 3 Embed series, with the flagship model Nemotron-3-Embed-8B-BF16 ranking first on RTEB (Retrieval Task Evaluation Benchmark) with an NDCG@10 score of 78.5%. The model also achieved a high score of 75.5% on MMTEB Retrieval, significantly surpassing the previous Nemotron baseline.

The 1B variant Nemotron-3-Embed-1B-BF16 scored 72.4% on RTEB, reducing the error rate by 27% compared to its predecessor llama-nemotron-embed-vl-1b-v2; on MMTEB Retrieval it scored 71.0%, a 28% error reduction. Evaluations also covered ViDoRe V3 Text and LongEmbed benchmarks, using average NDCG@10 metrics, further validating the model's robustness in long-document and multilingual scenarios.

Agent Scenarios: Trade-off Between Retrieval Quality and Token Cost

To measure the impact of retrieval on agent workflows, NVIDIA designed an experiment: using Nemotron 3 Ultra as the search agent, only replacing the embedding model, evaluating average retrieval accuracy and downstream agent token cost (estimated using GPT-5.5 pricing) on three datasets: ViDoRe V3, BRIGHT, and BrowseComp-Plus. Results show that stronger retrieval returns relevant evidence earlier, reducing the agent's repeated searches and unnecessary reasoning steps, thereby lowering token consumption.

Nemotron-3-Embed-8B-BF16 achieved both the highest average retrieval accuracy and the lowest estimated token cost across the three datasets, establishing a new frontier for agent retrieval. The 1B variant also significantly outperformed its predecessor, indicating that even on small models, improvements in retrieval quality directly translate into enhanced agent efficiency.

NVFP4 Quantization: Balancing Efficiency and Accuracy

For high-throughput deployment, NVIDIA introduces Nemotron-3-Embed-1B-NVFP4, leveraging Blackwell architecture's native NVFP4 acceleration to quantize linear layer weights and activations to 4 bits, and using quantization-aware distillation (QAD) to recover long-sequence accuracy. On ViDoRe V3, this variant retains over 99% of the retrieval accuracy of the BF16 version, while achieving up to 2x throughput improvement and significantly reduced memory footprint.

Compared to small models like Qwen3-Embedding-0.6B and EmbeddingGemma-300M, the NVFP4 variant holds a clear advantage on the accuracy-efficiency curve. NVIDIA also provides a Rust-based NIM microservice; on GB200 and RTX PRO 6000 GPUs, for input sequence lengths of 256 and 1024, NIM performance matches or exceeds vLLM checkpoints.

Model Architecture and Training Methodology

Nemotron-3-Embed-8B-BF16 is based on the Ministral-3-8B-Instruct-2512 backbone, converting its causal decoder into a bidirectional encoder for full-sequence retrieval. Training consists of two stages: first, contrastive pretraining on a mixture of web sources and synthetic text pairs; then, fine-tuning on multi-domain, multilingual retrieval datasets covering law, finance, healthcare, business, and education.

The 1B model transfers knowledge from the 8B model through distillation and quantization techniques. NVIDIA open-sources the weights, datasets, and NeMo AutoModel fine-tuning/distillation recipes, allowing teams to perform domain adaptation and model compression on their own data.

Ecosystem Integration and Deployment Options

The Nemotron 3 Embed series received broad ecosystem support on its release day: model weights are available on Hugging Face, deployable via NVIDIA NIM microservices, and compatible with the vLLM inference framework. The 32K context window supports long documents, codebases, and multi-turn agent history retrieval, reducing truncation loss.

Multilingual and code retrieval capabilities cover global enterprise data and technical documentation. NVIDIA emphasizes that open weights and recipes give teams full control over inspection, tuning, and deployment of retrieval models, suitable for production-grade RAG, agent retrieval, code retrieval, and agent memory scenarios.

Credibility boundary

The information in this article primarily comes from NVIDIA's official technical blog post on Hugging Face, a primary source. All benchmark results are reported by the NVIDIA team and have not been independently verified. The RTEB ranking screenshot is from the leaderboard as of July 15, 2026, but detailed scores of other competing models are not provided. Agent token cost estimates are based on GPT-5.5 pricing formulas; actual costs may vary by scenario.

Insight takeaway

Nemotron 3 Embed achieves significant breakthroughs in both retrieval accuracy and deployment efficiency through architectural innovation and quantization techniques, particularly demonstrating the direct value of high-quality retrieval in reducing agent token costs. The open-source strategy is expected to drive widespread adoption in enterprise RAG and agent systems.

Primary report

Hugging Face Blog

Primary source