LIVE PULSE
5.0 Anthropic CEO Amodei calls for slower AI development and shared safety rules11 src2.7 Agility Robotics unveils Digit 5 humanoid for warehouses and factories2 src2.5 Apple ships rebuilt Siri with Google Gemini, but not in the EU2 src2.2 Siri AI in macOS 27 Golden Gate: FAQ, Germany availability, privacy questions2 src1.8 Sam Altman says OpenAI will not go public in 2026, citing AI safety concerns5 src1.4 OpenAI contractors review real ChatGPT conversations to rate responses, report says2 src1.4 Anthropic data retention policy prompts firms to limit Claude use for sensitive work1 src1.4 VoiceCodeBench arXiv paper proposes benchmark for exact structured-token recovery in speech recognition1 src1.4 Arabic-Russian Parallel Corpus and LLM Benchmark for Scientific Text1 src1.4 Study Analyzes Self-Reported Limitations in NLP Research1 src5.0 Anthropic CEO Amodei calls for slower AI development and shared safety rules11 src2.7 Agility Robotics unveils Digit 5 humanoid for warehouses and factories2 src2.5 Apple ships rebuilt Siri with Google Gemini, but not in the EU2 src2.2 Siri AI in macOS 27 Golden Gate: FAQ, Germany availability, privacy questions2 src1.8 Sam Altman says OpenAI will not go public in 2026, citing AI safety concerns5 src1.4 OpenAI contractors review real ChatGPT conversations to rate responses, report says2 src1.4 Anthropic data retention policy prompts firms to limit Claude use for sensitive work1 src1.4 VoiceCodeBench arXiv paper proposes benchmark for exact structured-token recovery in speech recognition1 src1.4 Arabic-Russian Parallel Corpus and LLM Benchmark for Scientific Text1 src1.4 Study Analyzes Self-Reported Limitations in NLP Research1 src
HEATPULSEAI MAGAZINES
FLIP · FOLLOW · SAVE

#rag

30 curated events
papersTODAY 04:00 UTC

Paper Examines Citation Laundering Attacks in Multi-Source RAG Systems

A new arXiv paper describes "citation laundering," where retrieval-augmented generation systems surface citations that appear legitimate but do not actually support the claims they are attached to, weakening the audit trail users rely on. The authors propose a counterfactual defense aimed at detecting and mitigating this manipulation across multiple retrieved sources. The work sits in the cs.CL area and is listed as a cross-list announcement.

papersTODAY 04:00 UTC

Framework Decouples Error Sources in Cloud-Native Graph-RAG Systems

A new arXiv paper proposes a three-layer diagnostic framework for Graph-RAG systems running on cloud-native databases. The approach separates errors stemming from data perturbations so they can be attributed orthogonally to reasoning loss rather than assumed-clean data. It targets the common gap where such systems overlook the effects of degraded database inputs.

papersTODAY 04:00 UTC

Agentic Visual RAG via Explicit Context Selection and Consolidation

A new arXiv paper proposes a visual retrieval-augmented generation approach that treats evidence gathering as an explicit agentic process. Instead of relying on a single retrieval step, the method selects and consolidates page images as context before reasoning over visually rich documents. The work targets settings where supporting evidence is sparse and spread across pages.

papersTODAY 04:00 UTC

Study Measures Citation Attribution Across RAG Context Compression Methods

A new arXiv paper examines how context compression in retrieval-augmented generation affects citation attribution, not just answer quality. The authors benchmark reranking and extractive compression approaches under varying compression budgets to map what they call the attribution-compression frontier. The work suggests that evaluating answer accuracy alone misses important degradation in source attribution.

papersTODAY 04:00 UTC

Retrieve-Localize-Generate Framework Targets Long-Term Conversational Memory QA

A new arXiv paper proposes a retrieve-localize-generate pipeline for retrieval-augmented generation aimed at answering questions over long-term conversation history. The authors argue that current RAG methods fall short in this setting and frame their approach as addressing those gaps. The work appears as a replacement submission on arXiv's computation and language listing.

papersTODAY 04:00 UTC

MED-VRAG: Iterative Multimodal Retrieval-Augmented Generation for Medical Question Answering

A new arXiv paper introduces MED-VRAG, a retrieval-augmented generation approach for medical question answering that works with full document pages rather than only extracted text chunks. Existing medical RAG pipelines typically discard tables, figures, and page layout, so the proposed method retains that visual information and applies retrieval iteratively. The authors argue this multimodal, multi-step design better serves medical QA tasks.

papersTODAY 04:00 UTC

TriCalRAG benchmark targets on-premise LLM root cause analysis in AIOps

Researchers introduced TriCalRAG, a retrieval-augmented benchmark built around three strategies for evaluating on-premise LLM-based root cause analysis in AIOps pipelines. The work addresses privacy, latency, and per-query cost concerns that make cloud-hosted LLMs impractical at production log volumes. The paper is cross-listed on arXiv under cs.AI and cs.LG.

papersTODAY 04:00 UTC

Paper Models Retrieval-Guided Fine-Tuning as a Noisy Estimation Problem

A new arXiv paper frames retrieval-guided fine-tuning as a noisy estimation problem, where retrieved documents injected into the training objective introduce statistical uncertainty. The authors derive risk bounds and analyze how architecture choices affect performance under imperfect retrieval. The work aims to give a theoretical grounding for training setups that mix retrieval with fine-tuning.

papersTODAY 04:00 UTC

arXiv paper proposes reward models for legal grounding and abstention

A new arXiv preprint introduces reward models designed to train language models to cite retrieved evidence when answering legal questions and to decline when that evidence is inadequate. The authors note that most existing reward models are not built for these high-stakes requirements. The work targets legal applications where unsupported or fabricated answers carry significant risk.

papersTODAY 04:00 UTC

Paper Proposes Embedding Language Models and RAG Directly Into DuckDB

A new arXiv preprint describes a method for tightly coupling large language models and retrieval-augmented generation with DuckDB, an embedded analytical database. The work targets analytics tasks that need to draw on both structured tables and unstructured documents at the same time. According to the authors, building the retrieval layer into the database engine simplifies prototyping compared with wiring LLM calls on from the outside, though the abstract only briefly sketches the approach.

papersTODAY 04:00 UTC

Provenance-Aware Retrieval Sanitization Targets Prompt Injection in Enterprise LLM Agents

A new arXiv paper argues that prompt injection defenses tested on synthetic benchmarks fail to transfer to real enterprise documents, which are longer and mix authoritative-sounding language with ordinary factual content. The authors introduce PARSE, a retrieval sanitization approach that tracks the provenance of retrieved text to filter out injected instructions before they reach an LLM agent. The work is presented alongside a benchmark intended to better reflect professional-domain document conditions.

papersTODAY 04:00 UTC

PEARL: A Retrieval-Augmented Support Agent for Gameplay and Player Expectations

Researchers introduce PEARL (Parallel Education Agent for Reflection and Learning), a dual-component retrieval-augmented agent designed to provide support during gameplay. The work addresses the difficulty of grounding generative models in structured game data, and also examines what players actually expect from AI-driven assistance. It is published as an arXiv cross-listing in the cs.AI category.

papersTODAY 04:00 UTC

arXiv Paper Proposes White-Box Meta-Prompting Method for Adaptive RAG and Reasoning

A new arXiv preprint introduces CWM, a controllable white-box meta-prompting approach aimed at making retrieval-augmented generation and reasoning more adaptive in large language models. The work targets the problem of deciding how and when models should draw on external knowledge alongside their own reasoning. The abstract is brief, so full evaluation details remain unclear.

papersTODAY 04:00 UTC

AlgoRAG Applies Retrieval-Augmented Generation to Algorithm and Complexity Theory Teaching

A new arXiv paper introduces AlgoRAG, a retrieval-augmented generation system aimed at teaching abstract theoretical computer science topics such as algorithm analysis and complexity theory. The authors propose an evaluation framework to assess how well the approach supports students working through formal proofs and asymptotic reasoning, which standard course materials often struggle to explain. The work frames retrieval grounding as a way to make adaptive explanations of difficult TCS material more reliable.

papersTODAY 04:00 UTC

CiteGuard-RAG: A Validation-Centered System for Evidence-Grounded Question Answering

A new arXiv paper presents CiteGuard-RAG, a retrieval-augmented generation system built around validating answers rather than only retrieving supporting passages. The authors argue that fetching evidence does not by itself guarantee that responses are properly grounded, carry valid citations, or are refused when appropriate. The work proposes a validation-focused design intended to enforce those checks.

papersTODAY 04:00 UTC

GraMRAG combines graph memory and reinforcement learning for multi-agent RAG

A new arXiv paper introduces GraMRAG, a framework that coordinates multi-agent, multi-step reasoning using a graph-based memory structure trained with reinforcement learning. The authors argue that current multi-agent retrieval-augmented generation systems are limited in reasoning depth and memory organisation, and position the graph memory approach as a way to address those gaps. The work focuses on complex multimodal reasoning tasks.

papersTODAY 04:00 UTC

arXiv paper evaluates open-source LLMs for RAG in ESG reporting

A new arXiv preprint examines how well open-source large language models perform when paired with retrieval-augmented generation for environmental, social, and governance reporting tasks. The authors focus on automating the extraction of key performance indicators from ESG disclosures, a step they describe as important for corporate accountability. The abstract suggests limits in current open-source model performance for this domain.

tipsYESTERDAY 15:47 UTC

AWS guide outlines decision framework for choosing generative AI customization methods

AWS published an eight-step decision framework to help teams choose how much to customize generative AI models. The guidance spans prompt engineering, retrieval-augmented generation, fine-tuning, continued pre-training, and Amazon Nova Forge, recommending that teams start with simpler methods and escalate only when needed.

papersSEP 10 04:00 UTC

Paper Personalizes Small Language Models with Individual Text Corpora via RAG and DoRA Fine-Tuning

A new arXiv paper takes a cognitive-simulation approach to episodic and semantic memory by feeding text from a web-crawled individual text corpus into small language models. The authors compare retrieval-augmented generation against DoRA fine-tuning for encoding personal knowledge, evaluating performance on multiple-choice question answering.

papersSEP 10 04:00 UTC

KVShareArena: KV-Cache Reuse Across Contexts and Model Checkpoints

A new arXiv paper tackles a limitation in LLM serving systems, which typically reuse KV caches only when shared text appears at the very start of a prompt. The authors target two workloads that break this rule: retrieval-augmented generation servers that assemble different retrieved chunks per request, and requests served across different model checkpoints. KVShareArena aims to expand cache reuse in these cases, reducing redundant computation and improving serving efficiency.

papersSEP 10 04:00 UTC

New arXiv Study Links LLM Faithfulness to Input Data Plausibility

A newly posted computational linguistics paper examines whether large language models become less faithful to a provided context when the input data seems implausible. The authors analyse how a model's tendency to hallucinate or misinterpret facts varies with the plausibility of what it is given, a question with direct consequences for retrieval-augmented generation and data-to-text systems. The work seeks to clarify when models follow supplied evidence versus falling back on their own priors.

papersSEP 10 04:00 UTC

Paper combines KV cache-aware fine-tuning with recomputation for RAG efficiency

A new arXiv paper tackles the overhead that concatenated retrieved chunks create for KV caches in retrieval-augmented generation systems. The authors fine-tune a model to account for how retrieved passages are joined in the cache while also selectively recomputing cache entries where that still pays off. The work appears under cs.LG with cross-listings in cs.AI and cs.CL.

papersSEP 10 04:00 UTC

Answer paths and grounding instructions studied in LLM question answering over knowledge graphs

A graph retrieval-augmented generation pipeline must decide which knowledge graph triples to place in the prompt, what syntax to serialize them in, in what order, and with what instruction telling the model how to use them. This arXiv paper varies all four design choices across six large language models to assess how each factor affects question answering performance.

papersSEP 10 04:00 UTC

Study Measures RAG Robustness Against Document Poisoning Attacks

A new arXiv paper examines a security weakness in retrieval-augmented generation: adversaries can inject a small number of crafted documents into the corpus a system retrieves from. The authors quantify how reliably such tampering causes a language model to repeat false statements drawn from the poisoned sources. The work underscores that grounding model outputs in retrieved text does not by itself guard against planted misinformation.

papersSEP 11 04:00 UTC

AI Economist Agent Framework Combines RAG and Knowledge Graphs

A new arXiv paper proposes an agentic system that helps analysts work through economic and financial scenarios where historical data is thin. The framework pairs retrieval-augmented generation with knowledge graphs and large language models to pull together evidence from many sources and support risk assessment. It targets situations where emerging risks have little precedent, requiring analysts to synthesize disparate information.

papersSEP 12 04:00 UTC

VikingRAG: Token-efficient retrieval-augmented generation for structured documents

A new arXiv paper introduces VikingRAG, a retrieval-augmented generation approach aimed at cutting the number of tokens spent on structural context when working with structured documents. The authors note that current state-of-the-art RAG systems use document structure to gather better evidence but pay a high token cost for it, and their method targets that trade-off. The abstract excerpt provided does not detail the full technique or report benchmark results.

papersSEP 10 04:00 UTC

PACE framework targets perceived latency in retrieval-augmented dialogue serving

Researchers introduce PACE, a serving framework for retrieval-augmented dialogue systems that defines Perceived Time-to-First-Response as a quality-of-experience metric and optimizes it subject to quality and cost limits. The approach combines cascaded service routing with filler response control to reduce how long users wait before receiving an initial answer. The work extends prior research on cascading and semantic caching by treating perceived latency as an explicit optimization objective.