rag

Tag

Cards List
#rag

@TeachTheMachine: 7 Chunking Strategies That Decide Whether Your RAG Works

X AI KOLs Timeline · 2d ago Cached

An educational article from MachineLearningMastery covering seven chunking strategies for RAG pipelines, from fixed-size token chunking to advanced semantic and hierarchical approaches, with guidance on when to use each.

0 favorites 0 likes
#rag

Why LLM Hallucinations Aren't a Model Problem-They're a System Architecture Problem (4 Production Guardrails)

Reddit r/AI_Agents · 2d ago

This article argues that LLM hallucinations in production are typically a system architecture problem rather than a model problem, and outlines four key guardrails: RAG grounding, live tools/function calling, selective human oversight, and red teaming/adversarial testing.

0 favorites 0 likes
#rag

Universal Pathologies, Conditional Consequences: A Triple-Robustness Analysis of RAG for Multi-Hop Traceability

arXiv cs.CL · 2d ago Cached

This paper presents a triple-robustness analysis of RAG for multi-hop traceability, varying embedder, corpus, and judge across thousands of runs. It finds that over-citation is architecturally universal in GraphRAG but its faithfulness consequences are corpus-conditional, and LLM-as-judge faithfulness is fragile across retrieval states.

0 favorites 0 likes
#rag

Agentic self-driving microscopy benchmarks support qualification but do not necessarily generalize to unseen tasks

arXiv cs.AI · 2d ago Cached

This paper presents a benchmark and trace-logging framework for evaluating LLM-based agents that control microscopes, comparing 105 agent configurations and finding that benchmarks support qualification but do not reliably predict performance on unseen tasks.

0 favorites 0 likes
#rag

@tom_doerr: Arkon is a self-hosted Enterprise AI Knowledge Hub. It manages RAG contexts and access policies to compile your interna…

X AI KOLs Timeline · 3d ago Cached

Arkon is a self-hosted open-source Enterprise AI Knowledge Hub that acts as an MCP server, compiling internal docs into a structured wiki and serving permission-scoped context to Claude and other LLMs.

0 favorites 0 likes
#rag

When Absence Is Evidence: Evaluating Completeness-Sensitive Negative Reasoning in Large Language Models

arXiv cs.CL · 3d ago Cached

Introduces CROWN-QA, a benchmark for completeness-sensitive negative reasoning in LLMs, showing models struggle to distinguish justified negative answers from insufficient evidence, often over-closing.

0 favorites 0 likes
#rag

Eliciting Intrinsic Hallucinations in LLMs via Semantically Equivalent Adversarial Attacks

arXiv cs.CL · 3d ago Cached

This paper proposes a framework to elicit intrinsic hallucinations in LLMs using semantically equivalent adversarial perturbations, showing that state-of-the-art models degrade significantly in contextual faithfulness even with meaning-preserving query variations.

0 favorites 0 likes
#rag

RAG-Stack: Co-Optimizing RAG Serving Performance and Quality

arXiv cs.AI · 3d ago Cached

This paper introduces RAG-Stack, a framework that co-optimizes RAG serving performance and answer quality by efficiently exploring the joint algorithm-system configuration space. It finds Pareto frontiers that cover significantly more quality-performance space than existing configuration-search methods.

0 favorites 0 likes
#rag

@DanKornas: Turning source material into a usable research workspace often requires separate tools for extraction, indexing, conver…

X AI KOLs Timeline · 3d ago Cached

NotebookLlaMa is a fully open-source alternative to NotebookLM, built on LlamaCloud with an MCP server and Streamlit interface for turning source material into a research workspace.

0 favorites 0 likes
#rag

@seclink: Fun fact, the evolution path of RAG technology ① 2020 — Basic RAG (solving "knowledge not in the model") The starting point is the RAG by Lewis et al.: DPR dense retrieval + vector similarity + generation. It was the first to let LLMs "connect to external knowledge bases," alleviating hallucination and timeliness issues. But this generation is...

X AI KOLs Timeline · 3d ago Cached

It explains the evolution path of RAG technology from basic RAG in 2020 to autonomous agents + reinforcement learning in 2025-2026, covering retrieval precision improvement, reflection and correction, graph enhancement, routing optimization, and Agentic RAG, and summarizes representative works and pain points of each stage.

0 favorites 0 likes
#rag

Evidence-Grounded Multimodal Knowledge Graph Construction for Multi-Lecture Educational Reasoning

arXiv cs.AI · 4d ago Cached

Presents an evidence-grounded multimodal pipeline that constructs a provenance-rich knowledge graph from lecture videos, combining ASR, OCR, and vision-language models, achieving high retrieval accuracy on neural network lectures.

0 favorites 0 likes
#rag

I don't think RAG is the default answer for enterprise anymore

Reddit r/AI_Agents · 5d ago

A practitioner argues that RAG is no longer the automatic solution for enterprise AI, pointing out that many problems are really about data hygiene or structured queries, and that agents with tool use are often better.

0 favorites 0 likes
#rag

@Aurimas_Gr: Integrating 𝗔𝗴𝗲𝗻𝘁𝗶𝗰 𝗥𝗔𝗚 Systems via 𝗠𝗖𝗣 If you are building RAG systems and packing many data sources for …

X AI KOLs Timeline · 5d ago Cached

This post explains how integrating MCP (Model Context Protocol) into Agentic RAG systems allows each data domain to manage its own MCP servers, enabling standardized data access, security, and decoupled evolution of retrieval systems.

0 favorites 0 likes
#rag

@amitiitbhu: AI Engineering Interview Questions and Answers - LLM Fundamentals - Prompt Engineering - Retrieval-Augmented Generation…

X AI KOLs Timeline · 5d ago Cached

Amit Shekhar published a comprehensive open-source repository of AI engineering interview questions and answers, covering LLM fundamentals, prompt engineering, RAG, AI agents, fine-tuning, vector databases, LLMOps, and more.

0 favorites 0 likes
#rag

Select-And-Extract: A Lightweight Plugin for Retrieval-Augmented Generation

arXiv cs.CL · 5d ago Cached

This paper introduces SANE, a lightweight plugin for retrieval-augmented generation that improves both retrieval and reading by selecting top candidates via synopses and performing blueprint-guided query-time evidence extraction.

0 favorites 0 likes
#rag

Verification Without Sufficiency: Per-Chunk Filtering Fails on Multi-Hop RAG, and Decomposition Repairs It

arXiv cs.CL · 5d ago Cached

This paper shows that per-chunk verification fails for multi-hop RAG because no single chunk is sufficient, and proposes decomposition-based verification to repair it, demonstrating significant improvements across multiple datasets.

0 favorites 0 likes
#rag

Unleashing the Potential of Large Language Models: A Blueprint for Real-Time, Enterprise-Ready Deployments

arXiv cs.LG · 5d ago Cached

This arXiv paper presents a unified LLMOps architecture for real-time, enterprise-ready LLM deployments, integrating data ingestion, continual learning, RAG, and feedback loops. It introduces components like AIPO, STAR+FAR, and SAGE to address knowledge staleness, hallucination, and latency-cost trade-offs in regulated sectors.

0 favorites 0 likes
#rag

@DanKornas: Traditional text-focused RAG systems cannot effectively process the images, tables, equations, charts, and multimedia f…

X AI KOLs Timeline · 5d ago Cached

RAG-Anything is a multimodal document-processing RAG system built on LightRAG that parses documents, constructs a multimodal knowledge graph, and uses hybrid vector-graph retrieval to answer queries.

0 favorites 0 likes
#rag

I benchmarked classic vector RAG vs Google's new OKF format vs both combined — same corpus, same 7 questions, all local (Ollama + ChromaDB)

Reddit r/LocalLLaMA · 6d ago

The author benchmarks classic vector RAG against Google's new Open Knowledge Format (OKF) and a hybrid approach using a local stack (Ollama, ChromaDB), finding hybrid retrieval answers more questions correctly but at higher token cost, while highlighting specific failure modes.

0 favorites 0 likes
#rag

An Ontology-Guided, Deduplication-Aware Extraction Layer for Knowledge Graph Construction from Heterogeneous Documents

arXiv cs.AI · 6d ago Cached

This paper presents a production extraction layer that converts heterogeneous documents into an ontology-aligned knowledge graph using a locally hosted tuned Qwen LLM, with ontology-guided prompts, multi-stage deduplication, and embedding-based resolution. Evaluation on intelligence corpora improved search recall from about 70 to 95 percent with no false merges.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback