Topic / Trend Stable

RAG and Retrieval Efficiency

Retrieval pipelines are being reshaped by compact legal embeddings, BM25 resurgences, KV cache reuse and memory-format studies. These efforts aim to make semantic search and RAG more accurate and deployable without massive infrastructure.

Detected: 2026-08-29 · Updated: 2026-08-29

Related Coverage

2026-08-28 ArXiv cs.LG

A Semantic Router for Labeled Property Graphs

An architecture combines a topology GNN with a parameter-efficient small language model to select and route messages in labeled property graphs. A bounded residual update to the structural anchor preserves interpretability and opens the door to local...

#DevOps
2026-08-27 ArXiv cs.LG

GreenLeaf Law Embed Tiny and the Local Turn in Legal Retrieval

A 0.6 billion parameter legal embedding model shows that distillation, hard negative mining, and binary quantization can move legal retrieval toward self-hosted deployments. The structural issue is not benchmark performance alone, but the ability to ...

2026-08-27 ArXiv cs.CL

Different LLMs, Different Replies: Semantic Consistency Is Not Guaranteed

A study on collaborative conversations shows that the semantic similarity of generated replies changes with model and chat history. Prompts and context alone cannot preserve consistency; infrastructure and design strategies are needed for stable, com...

#LLM On-Premise #DevOps
2026-08-27 ArXiv cs.LG

GreenLeaf Law Embed Tiny: A Compact Embedding Model for Legal Retrieval

GreenLeaf Law Embed Tiny is a 0.6B parameter embedding model for legal retrieval. It achieves 75.11% on MLEB and 64.38% on MTEB Law. Its two-stage pipeline combines distillation and fine-tuning with hard negative mining on 3.4 million query-passage p...

#LLM On-Premise #Fine-Tuning #DevOps
2026-08-26 ArXiv cs.AI

RENDER: Controlling Reader-Facing Evidence in LLM Memory Evaluation

RENDER introduces a control for evaluating memory in LLMs: it fixes the conversation and varies the reader-facing artifact. Across 500 LongMemEval questions and nine models, matched-budget resolved packets beat recency-truncated raw dialogue by 42.4–...

#LLM On-Premise #Fine-Tuning #DevOps
2026-08-25 ArXiv cs.CL

Khmer Semantic Search Still Rewards the Old BM25

A study on 3,000 Khmer documents shows BM25 outperforms dense retrieval and Qwen2.5-assisted query expansion. The larger model produces better expansions but still introduces noise. A signal for teams building low-cost local search.

#Hardware #LLM On-Premise #Fine-Tuning
2026-08-25 ArXiv cs.AI

KVBoost reuses chunk-level KV cache and cuts prefill without shared prefixes

KVBoost reuses key-value cache at chunk level and reduces time-to-first-token by 4.49x on Qwen2.5-3B, with no accuracy loss. Unlike prefix caching, it does not require a shared leading prefix: a dual hash separates positional and content identity. As...

#Hardware #LLM On-Premise #DevOps
← Back to All Topics