paper-with-me

Papers

Utilizing Metadata for Better Retrieval-Augmented Generation

2026-01-17 · Raquib Bin Yousuf, Shengzhe Xu, Mandar Sharma, Andrew Neeser, Chris Latimer, Naren Ramakrishnan arxiv

Retrieval-Augmented Generation systems depend on retrieving semantically relevant document chunks to support accurate, grounded outputs from large language models. In structured and repetitive corpora such as regulatory filings, chunk similarity alone often fails to distinguish between documents with overlapping language. Practitioners often flatten metadata into input text as a heuristic, but the impact and trade-offs of this practice remain poorly understood. We present a systematic study of metadata-aware retrieval strategies, comparing plain-text baselines with approaches that embed metadata directly. Our evaluation spans metadata-as-text (prefix and suffix), a dual-encoder unified embedding that fuses metadata and content in a single index, dual-encoder late-fusion retrieval, and metadata-aware query reformulation. Across multiple retrieval metrics and question types, we find that prefixing and unified embeddings consistently outperform plain-text baselines, with the unified at times exceeding prefixing while being easier to maintain. Beyond empirical comparisons, we analyze embedding space, showing that metadata integration improves effectiveness by increasing intra-document cohesion, reducing inter-document confusion, and widening the separation between relevant and irrelevant chunks. Field-level ablations show that structural cues provide strong disambiguating signals. Our code, evaluation framework, and the RAGMATE-10K dataset are publicly hosted.

📄 PDF Abstract BibTeX arXiv:2601.11863

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Metadata-Driven Retrieval-Augmented Generation for Financial Question Answering

2025-10-28 · Michail Dadopoulos, Anestis Ladas, Stratos Moschidis, Ioannis Negkakis arxiv

Retrieval-Augmented Generation (RAG) struggles on long, structured financial filings where relevant evidence is sparse and cross-referenced. This paper presents a systematic investigation of advanced metadata-driven Retr…

Question Answering

Structure-Aware RAG: Structured Retrieval Augmented Generation from Noisy Data for Conversational Agents

2026-05-23 · Kaiqiao Han, LuAn Tang, Renliang Sun, Peng Yuan 외 arxiv

Large Language Models (LLMs) have been widely adopted in conversational applications. However, their reliance on parametric knowledge limits reliability in real-world scenarios that require dynamic or domain-specific inf…

Hidden in the Metadata: Stealth Poisoning Attacks on Multimodal Retrieval-Augmented Generation

2026-02-26 · Kennedy Edemacu, Mohammad Mahdi Shokri arxiv

Retrieval-augmented generation (RAG) has emerged as a powerful paradigm for enhancing multimodal large language models by grounding their responses in external, factual knowledge and thus mitigating hallucinations. Howev…

Towards Retrieval Augmented Generation over Large Video Libraries

2024-06-21 · Yannis Tevissen, Khalil Guetari, Frédéric Petitpont

Video content creators need efficient tools to repurpose content, a task that often requires complex manual or automated searches. Crafting a new video from large video libraries remains a challenge. In this paper we int…

Answer GenerationQuestion AnsweringRAGRetrieval+1

Multi-Field Hybrid Retrieval-Augmented Generation for Maritime Accident Root Cause Analysis

2026-06-11 · Seongjin Kim, Sungil Kim arxiv

Maritime accident adjudication reports contain critical tribunal findings for root cause analysis (RCA), yet retrieving relevant precedents and drafting consistent reports from decades of records remains labor-intensive.…