Get Started
Topic · 30 recaps

Retrieval-Augmented Generation

Pairing language models with external knowledge sources — search indexes, vector stores, databases — to ground answers in retrieved evidence rather than parametric memory.
PostsQuestions
Home
Topics
Search
Library
Questions researchers are working onFollow a question through Rcap’s explanations and the latest papers addressing it.
How can a model select the correct entity-specific parametric memory for graph queries without query-time text or semantic similarity?Graph facts stored in separate parameter memories avoid repeating retrieved subgraphs in each prompt. However, a query’s answer may reside in one specific entity’s memory even when another entity is semantically similar, making ordinary similarity retrieval unreliable.How can AI-agent memory survive model upgrades without losing retrieval or repairability?A new model may interpret old notes differently or query existing embeddings differently, even when the memory store is unchanged. Summarization can discard evidence, while embedding changes can make stored information harder to retrieve or repair.How can assistants identify when a request conflicts with implicit user-specific circumstances?A seemingly reasonable request may become inappropriate because of facts about the user that the request does not mention. The assistant must connect those user-specific facts to the request before determining whether a conflict exists.How can banking agents safely handle sensitive account requests while staying grounded and using tools correctly?Banking agents must rely on trusted bank-specific information while distinguishing safe assistance from risky or out-of-scope requests. Account-related interactions also require correct tool use and cautious handling of sensitive customer situations.How can biomedical question answering retrieve the right evidence and produce accurate answers?Biomedical QA must identify useful evidence from document collections and turn it into answers that remain accurate and grounded. Retrieval quality and answer quality are related but distinct parts of the problem.How can document retrieval find the correct record when large collections share nearly identical visual templates?Enterprise repositories may contain many records with nearly identical layouts but different contents. This visual similarity can make embeddings insufficiently discriminative, causing retrieval to select the wrong document.How can enterprises turn tacit, fragmented knowledge into grounded, adaptable, auditable actions?Organizational know-how is distributed across structured records, documents, multimodal material, and tacit practices, while generic models lack firm-specific decision context. Retrieval systems can remain brittle, and static playbooks cannot adapt or directly support governed execution.How can general-purpose LLM teaching assistants personalize explanations across courses without costly retraining?A single teaching assistant may need to vary explanation style and complexity for learners with different preferences and levels of understanding. Personalizing those responses across courses is difficult when retraining the model is costly or inflexible.How can grounded language-model systems preserve object identity from selection through evidence delivery?A retrieval system can return the dataset-linked passage while losing the object selected upstream. That mismatch may deprive the reader of the evidence associated with the system’s actual decision.How can grounded RAG reuse prefix caches when overlapping evidence is ordered differently?Grounded RAG requests may retrieve overlapping evidence, yet different evidence orders produce different token prefixes. This prevents prefix caching from reducing the cost of processing otherwise reusable prompt content.How can high-stakes LLM systems distinguish unsupported claims from novel ones and prioritize expert verification?High-stakes LLM outputs may contain claims that sound plausible but lack adequate support. Isolated retrieved passages do not reveal how claims relate across sources or which uncertain claims warrant limited expert attention.How can historical base-model residuals robustly correct multivariate forecasts without overcorrection?Historical target values may be unreliable correction signals when contexts differ in level, scale, or local dynamics. Base-model residuals can capture recurring forecast errors, but forecasting systems do not typically retain and retrieve those individual errors for later correction.How can image generation and editing agents reliably verify and integrate retrieved multimodal world knowledge?Parametric knowledge may be incomplete for the facts and visual appearances required by a prompt, while retrieved text and images can be difficult to check and combine during generation or editing. As a result, relevant evidence may still fail to prevent factual or visual errors.How can instruction-tuned LLMs learn corpus-specific knowledge without exhaustive synthetic QA or instruction fine-tuning?Retrieval augmentation can fail when retrieved evidence is incorrect or incomplete. Updating model parameters can require extensive synthetic supervision or costly instruction fine-tuning, while also risking the model’s existing instruction-following ability.How can language models make radiology reports understandable to patients without introducing factual errors?Radiology reports use specialized terminology intended for clinicians, leaving patients to rely on explanations that may distort findings or invent unsupported details.How can language models reliably analyze natural-language cases under Austrian and EU VAT law without hallucinating?Clients often describe tax situations without explicitly supplying every fact or relevant document. An LLM must turn these context-dependent accounts into justified VAT conclusions without inventing legal reasoning or unsupported content.How can legal AI generate and classify disputed legal issues in Chinese civil litigation?Disputed issues are central to litigation, yet legal AI lacks consistent ways to represent them across cases. A system must capture both the issue as described and its relevant legal category or attributes.How can live-streaming risk detectors connect recurring behavior across sessions without sacrificing real-time response?Harmful behavior in live streams may emerge gradually and recur across seemingly unrelated sessions. Detectors that assess sessions independently can miss these dispersed patterns, while incorporating broader history can threaten timely response.How can LLM agents answer recurring questions over unstructured documents without repeatedly rereading them?Agents may need to reopen large reports, filings, contracts, web pages, earnings calls, or PDFs to recover evidence that related questions have already uncovered. Repeatedly processing that evidence makes broad enterprise knowledge tasks expensive even when the underlying information is reused.How can LLMs answer knowledge-intensive questions over large, unseen knowledge graphs without graph-specific tuning?LLMs may lack the context and factual coverage needed for knowledge-intensive questions. Graph-based retrievers often require dataset-specific tuning and can become difficult to scale or generalize to unseen graphs.
Previous
1 / 3
Next