Topic

#RAG

RAG (Retrieval-Augmented Generation) is a technique that connects an LLM to an external document base to generate answers grounded in real sources. For example, LlamaIndex lets developers build RAG pipelines by indexing their own data and querying it through a language model.

40Articles
6Sources
71Avg. signal
arXiv cs.CL·

Redact or Keep? A Fully Local AI Cascade for Educational Dialogue De-Identification

Local de-identification framework for educational dialogues. Two-stage cascade: union proposer (lightweight encoders + deterministic rules) generates PII candidates, then binary Redact/Keep reviewer uses dialogue context and speaker role. Achieves 0.958 macro F1 on math tutoring transcripts, outperforms commercial API (0.706) and local LLM baseline (0.767), runs on single laptop.

RAGAI safetyPapers
SIG
78
HYP
00
arXiv cs.CL·

MCompassRAG: Topic Metadata as a Semantic Compass for Paragraph-Level Retrieval

MCompassRAG improves RAG systems by using topic-level metadata as a semantic compass for paragraph-level retrieval. The method enriches chunk representations with topic signals in the same embedding space and trains a lightweight retriever via LLM-teacher distillation. Across six benchmarks, it gains 8.24% in information efficiency with 5× lower latency than efficient RAG baselines.

RAGEmbeddingsBenchmarks
SIG
78
HYP
00
GitHub Trending·

<svg aria-hidden="true" data-component="Octicon" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-repo mr-1 tmp-mr-1 color-fg-muted"> <path d="M2 2.5A2.5 2.5 0 0 1 4.5 0h8.75a.75.75 0 0 1 .75.75v12.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5h1.75v-2h-8a1 1 0 0 0-.714 1.7.75.75 0 1 1-1.072 1.05A2.495 2.495 0 0 1 2 11.5Zm10.5-1h-8a1 1 0 0 0-1 1v6.708A2.486 2.486 0 0 1 4.5 9h8ZM5 12.25a.25.25 0 0 1 .25-.25h3.5a.25.25 0 0 1 .25.25v3.25a.25.25 0 0 1-.4.2l-1.45-1.087a.249.249 0 0 0-.3 0L5.4 15.7a.25.25 0 0 1-.4-.2Z"></path> </svg> <span data-view-component="true" class="text-normal"> DeusData /</span> codebase-memory-mcp

High-performance code intelligence MCP server. Indexes codebases into persistent knowledge graph in milliseconds. Supports 158 languages, sub-ms queries, 99% fewer tokens. Single static binary, zero dependencies.

MCPCode generationRAG
SIG
75
HYP
00
GitHub Trending·

<svg aria-hidden="true" data-component="Octicon" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-repo mr-1 tmp-mr-1 color-fg-muted"> <path d="M2 2.5A2.5 2.5 0 0 1 4.5 0h8.75a.75.75 0 0 1 .75.75v12.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5h1.75v-2h-8a1 1 0 0 0-.714 1.7.75.75 0 1 1-1.072 1.05A2.495 2.495 0 0 1 2 11.5Zm10.5-1h-8a1 1 0 0 0-1 1v6.708A2.486 2.486 0 0 1 4.5 9h8ZM5 12.25a.25.25 0 0 1 .25-.25h3.5a.25.25 0 0 1 .25.25v3.25a.25.25 0 0 1-.4.2l-1.45-1.087a.249.249 0 0 0-.3 0L5.4 15.7a.25.25 0 0 1-.4-.2Z"></path> </svg> <span data-view-component="true" class="text-normal"> infiniflow /</span> ragflow

RAGFlow is an open-source RAG engine combining retrieval-augmented generation with agent capabilities to create a superior context layer for LLMs.

RAGAI AgentsOpen source
SIG
45
HYP
00
arXiv cs.CL·

MODE-RAG: Manifold Outlier Diagnosis and Energy-based Retrieval-Augmented Generation Evaluation

MODE-RAG is a multi-agent system driven by Variational Free Energy to reduce hallucinations in Multimodal Retrieval-Augmented Generation. It uses Monte Carlo Tree Search, logit perturbations, and specialized agents to route high-risk queries and perform post-hoc factual verification. Authors introduce ModeVent, a challenging subset of MultiVent dataset, to evaluate M-RAG robustness.

RAGMulti-agentVision
SIG
72
HYP
00
arXiv cs.AI·

DiagFlowBench: Evaluating How Language Models Handle Off-Procedure Inputs in Grounded Diagnostic Dialogue

DiagFlowBench evaluates how language models handle off-procedure inputs in industrial diagnostic dialogue. A dataset of 1,676 multi-turn conversations derived from 50 diagnostic flowcharts reveals models often select a real but contextually inadequate step rather than hallucinate, exposing a vulnerability: plausible but wrong advice grounded in documentation.

BenchmarksEvalsReasoning
SIG
75
HYP
00
arXiv cs.AI·

CONCORD: Asynchronous Sparse Aggregation for Device-Cloud RAG under Document Isolation

CONCORD is an asynchronous sparse aggregation framework for device-cloud RAG with document isolation. It uses waiting debt control and certificate-guided minimal supplementation to reduce synchronization and data transfer. Improves end-to-end throughput by 1.66× to 2.15× on Natural Questions and WikiText-2 while reducing per-token communication by over 100×.

RAGPapersInfrastructure
SIG
78
HYP
00
arXiv cs.AI·

Dr-DCI: Scaling Direct Corpus Interaction via Dynamic Workspace Expansion

DR-DCI combines retrieval with Direct Corpus Interaction for agent-based search over large corpora. The system uses a retriever to dynamically populate a local workspace where agents execute precise operations (filtering, comparison, verification). On Browsecomp-Plus, DR-DCI achieves 71.2% accuracy (+8.3 points vs raw DCI) and remains stable up to 10M documents, where raw DCI becomes unstable.

AI AgentsRAGReasoning
SIG
78
HYP
00
arXiv cs.CL·

Context Compression Is Not One Thing: Readable Symbolic Re-expression vs. Coherent Summary at Matched Budget

Telegraph English, a readable symbolic format, rewrites retrieved passages into structured entity-relation statements for context compression. On MuSiQue, TwoWiki, and HotpotQA, it outperforms three matched-budget baselines (deletion, truncation, sub-sampling) by 13–20 F1 points, and exceeds coherent prose summaries on the hardest dataset.

RAGReasoningBenchmarks
SIG
75
HYP
00
arXiv cs.AI·

Agentic Retrieval and Reinforcement Learned Equation Chains: A Controlled Generation Framework for Complex and Novel Physics Word Problems

ARVRE combines offline reinforcement learning, agentic RAG, and LLMs to generate complex, solvable physics word problems. Stage one builds valid equation chains via temporal-difference learning; stage two converts chains into natural-language questions. Human and automated evaluations show superiority in complexity, novelty, and solvability.

AI AgentsRAGReinforcement learning
SIG
72
HYP
00
arXiv cs.CL·

Privacy-Preserving Text Sanitization for Distributed Agents Collaboration via Disentangled Representations

DiSan, a privacy-preserving sanitization framework, factorizes text into two subspaces: one preserving task semantics and one containing stylistic signatures. On a distributed multi-agent RAG benchmark, DiSan reduces PII exposure by 20× while maintaining 83% answer faithfulness, and lowers Enron stylometric attribution by 73.2% (TF-IDF) and 70.6% (neural probe).

Multi-agentRAGAI safety
SIG
72
HYP
00
RAG — AI news · Signal IA