BAAI

Latest AI news, models and releases from BAAI. ['bge-m3']

Research 🇷🇺

Killing RAG: How a Six-Line Rule Replaces Retrieval-Augmented Generation as Memory

An AI researcher argues that RAG (Retrieval-Augmented Generation) is fundamentally flawed as a memory mechanism because vector similarity does not equal temporal truth. They propose a six-line rule that prioritizes the most recent unfogotten version of a fact, treating time as a first-class entity. The rule, implemented in a Rust system, demonstrates higher accuracy than a two-stage neural pipeline with bge-m3 and gemma3 on counterfactual tests.

BAAIBAAI
Habr — хаб ИИ05.08 · 13:03
Models 🇷🇺

How I shrunk a Russian embedder to 24 million parameters — and almost ruined it with one digit

An engineer trained a lightweight Russian dense retriever, STRIZH, with 24.4M params and 4 layers, for local RAG on shared GPU. A single wrong number in tokenizer config (model_max_length=256) dropped Recall@10 from 0.589 to 0.448, nearly voiding the work. The model is meant for fast first-stage retrieval on AMD Strix Halo, competing with bge-m3 in co-residency scenarios.

DeepPavlovDeepPavlov BAAIBAAI MicrosoftMicrosoft
Habr — хаб ИИ28.07 · 20:02
Fresh news