paper-with-me

Papers

Cited but Not Verified: Parsing and Evaluating Source Attribution in LLM Deep Research Agents

2026-05-07 · Hailey Onweller, Elias Lumer, Austin Huber, Pia Ramchandani, Vamse Kumar Subbiah, Corey Feld arxiv

Large language models (LLMs) power deep research agents that synthesize information from hundreds of web sources into cited reports, yet these citations cannot be reliably verified. Current approaches either trust models to self-cite accurately, risking bias, or employ retrieval-augmented generation (RAG) that does not validate source accessibility, relevance, or factual consistency. We introduce the first source attribution evaluation framework that uses a reproducible AST parser to extract and evaluate inline citations from LLM-generated Markdown reports at scale. Unlike methods that verify claims in isolation, our framework closes the loop by retrieving the actual cited content, enabling human or model evaluators to judge each citation against its source. Citations are evaluated along three dimensions. (1) Link Works verifies URL accessibility, (2) Relevant Content measures topical alignment, and (3) Fact Check validates factual accuracy against source content. We benchmark 14 closed-source and open-source LLMs across three evaluation dimensions using rubric-based LLM-as-a-judge evaluators calibrated through human review. Our results reveal that even the strongest frontier models maintain link validity above 94% and relevance above 80%, yet achieve only 39-77% factual accuracy, while fewer than half of open-source models successfully generate cited reports in a one-shot setting. Ablation studies on research depth show that Fact Check accuracy drops by approximately 42% on average across two frontier models as tool calls scale from 2 to 150, demonstrating that more retrieval does not produce more accurate citations. These findings reveal a critical disconnect between surface-level citation quality and factual reliability, and our framework provides the evaluation infrastructure to assess the disconnect.

📄 PDF Abstract BibTeX arXiv:2605.06635

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AttributionBench: How Hard is Automatic Attribution Evaluation?

2024-02-23 · Yifei Li, Xiang Yue, Zeyi Liao, Huan Sun

Modern generative search engines enhance the reliability of large language model (LLM) responses by providing cited evidence. However, evaluating the answer's attribution, i.e., whether every claim within the generated r…

Binary ClassificationLanguage ModelingLanguage ModellingLarge Language Model

Towards Fair RAG: On the Impact of Fair Ranking in Retrieval-Augmented Generation

2024-09-17 · To Eun Kim, Fernando Diaz

Modern language models frequently include retrieval components to improve their outputs, giving rise to a growing number of retrieval-augmented generation (RAG) systems. Yet, most existing work in RAG has underemphasized…

FairnessRAGRetrievalRetrieval-augmented Generation

Automatic Evaluation of Attribution by Large Language Models

2023-05-10 · Xiang Yue, Boshi Wang, Ziru Chen, Kai Zhang 외

A recent focus of large language model (LLM) development, as exemplified by generative search engines, is to incorporate external references to generate and support its claims. However, evaluating the attribution, i.e., …

Fact CheckingLanguage ModelingLanguage ModellingLarge Language Model+2

BMRL: Bi-Modal Guided Multi-Perspective Representation Learning for Zero-Shot Deepfake Attribution

2025-04-19 · Yaning Zhang, Jiahe Zhang, Chunjie Ma, Weili Guan 외

The challenge of tracing the source attribution of forged faces has gained significant attention due to the rapid advancement of generative models. However, existing deepfake attribution (DFA) works primarily focus on th…

AttributeFace ParsingFace SwappingRepresentation Learning

Correctness is not Faithfulness in RAG Attributions

2024-12-23 · Jonas Wallat, Maria Heuss, Maarten de Rijke, Avishek Anand

Retrieving relevant context is a common approach to reduce hallucinations and enhance answer reliability. Explicitly citing source documents allows users to verify generated responses and increases trust. Prior work larg…

RAG