pith. sign in

arxiv: 2212.08037 · v2 · pith:Z5KZHLDGnew · submitted 2022-12-15 · 💻 cs.CL

Attributed Question Answering: Evaluation and Modeling for Attributed Large Language Models

classification 💻 cs.CL
keywords attributedllmsattributiondevelopmentevaluationlanguagelargemodels
0
0 comments X
read the original abstract

Large language models (LLMs) have shown impressive results while requiring little or no direct supervision. Further, there is mounting evidence that LLMs may have potential in information-seeking scenarios. We believe the ability of an LLM to attribute the text that it generates is likely to be crucial in this setting. We formulate and study Attributed QA as a key first step in the development of attributed LLMs. We propose a reproducible evaluation framework for the task and benchmark a broad set of architectures. We take human annotations as a gold standard and show that a correlated automatic metric is suitable for development. Our experimental work gives concrete answers to two key questions (How to measure attribution?, and How well do current state-of-the-art methods perform on attribution?), and give some hints as to how to address a third (How to build LLMs with attribution?).

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 26 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. EHRNote-ChatQA: A Benchmark for Evidence-Grounded Multi-Turn Clinical Question Answering over Longitudinal Discharge Summaries

    cs.CL 2026-06 unverdicted novelty 8.0

    EHRNote-ChatQA is the first benchmark for evidence-grounded multi-turn clinical QA over longitudinal discharge summaries, containing 16,072 medical-expert-verified pairs across eight categories and revealing LLM weakn...

  2. ProvenanceGuard: Source-Aware Factuality Verification for MCP-Based LLM Agents

    cs.AI 2026-06 unverdicted novelty 7.0

    ProvenanceGuard decomposes MCP-agent answers into atomic claims, routes them to source-specific evidence via stable IDs, verifies support and attribution with NLI and token alignment, and outputs per-claim verdicts pl...

  3. How Do LLMs Cite? A Mechanistic Interpretation of Attribution in Retrieval-Augmented Generation

    cs.IR 2026-06 unverdicted novelty 7.0

    Activation patching reveals that citation decisions in Llama-3.1-8B RAG are implemented by a distributed attributional ensemble of heads and layers; targeted interventions fix most missed and spurious citations on PopQA.

  4. On the impact of retrieved content representations in RAG Pipelines

    cs.IR 2026-05 unverdicted novelty 7.0

    A controlled comparison of document representations in RAG finds answer retention to be the dominant factor in generator accuracy across four LLMs.

  5. Verified Misguidance: Measuring Structural Citation Failures in Search-Augmented LLMs

    cs.DL 2026-05 unverdicted novelty 7.0

    CITETRACE dataset and evaluation framework show 30.6% of citations distort sources and 27.1% use domain-inappropriate sources in search-augmented LLMs, with provider differences explaining 88-96% of quality variance.

  6. Asymptotically Log-Optimal Bayes-Assisted Confidence Sequences for Bounded Means

    stat.ML 2026-05 unverdicted novelty 7.0

    A Bayesian predictive model adaptively selects martingale factors to construct asymptotically log-optimal confidence sequences for bounded means while preserving anytime validity under misspecification.

  7. Asymptotically Log-Optimal Bayes-Assisted Confidence Sequences for Bounded Means

    stat.ML 2026-05 unverdicted novelty 7.0

    A Bayesian predictive model adaptively constructs asymptotically log-optimal confidence sequences for bounded means using test martingales.

  8. Chain of Evidence: Pixel-Level Visual Attribution for Iterative Retrieval-Augmented Generation

    cs.CV 2026-05 unverdicted novelty 7.0

    Chain of Evidence introduces a retriever-agnostic visual attribution method for iRAG that reasons over document screenshots with VLMs to output precise bounding boxes, outperforming text baselines on Wiki-CoE and SlideVQA.

  9. RSAT: Structured Attribution Makes Small Language Models Faithful Table Reasoners

    cs.CL 2026-04 unverdicted novelty 7.0

    RSAT makes 1-8B language models produce faithful table reasoning by training them to output structured steps with cell citations, using SFT followed by GRPO with an NLI-based faithfulness reward.

  10. RSAT: Structured Attribution Makes Small Language Models Faithful Table Reasoners

    cs.CL 2026-04 conditional novelty 7.0

    RSAT uses SFT on verified traces followed by GRPO with NLI faithfulness rewards to make 1-8B models produce verifiable table reasoning with cell citations, raising faithfulness 3.7x to 0.826.

  11. SPIRE: Structure-Preserving Interpretable Retrieval of Evidence

    cs.IR 2026-02 unverdicted novelty 7.0

    SPIRE presents a tree-structured retrieval method using subdocuments, paths, and dual contextualization that produces higher-quality and more diverse citations than passage-based baselines on HTML QA benchmarks.

  12. Replacing Judges with Juries: Evaluating LLM Generations with a Panel of Diverse Models

    cs.CL 2024-04 conditional novelty 7.0

    A panel of smaller diverse LLMs outperforms a single large model as an evaluator of generations, showing less intra-model bias and over 7x lower cost.

  13. LMs as Task-Specific Knowledge Bases: An Interpretability Analysis

    cs.CL 2026-06 unverdicted novelty 6.0

    LMs store facts in task-specific parameter subsets, shown by inconsistent emergence across tasks during training and distinct localized parameters for the same fact.

  14. Why Neighborhoods Matter: Traversal Context and Provenance in Agentic GraphRAG

    cs.AI 2026-05 unverdicted novelty 6.0

    In Agentic GraphRAG, cited evidence is necessary but not sufficient for accurate answers, as uncited traversal context and graph structure also affect results, requiring evaluation of the full retrieval trajectory.

  15. Grounded Continuation: A Linear-Time Runtime Verifier for LLM Conversations

    cs.AI 2026-05 conditional novelty 6.0

    A hybrid LLM-symbolic verifier maintains a dependency graph over conversation turns classified into eight formal update operations, enabling linear-time groundedness checks and precise retraction propagation with a co...

  16. Proof-Carrying Certificates for LLM Pipelines: A Trust-Boundary Architecture

    cs.LO 2026-05 unverdicted novelty 6.0 partial

    Introduces a trust-boundary architecture in Lean 4 with three certificate families and two operators that deliver sorry-free, axiom-audited assurances for LLM pipeline components.

  17. Chain of Evidence: Pixel-Level Visual Attribution for Iterative Retrieval-Augmented Generation

    cs.CV 2026-05 unverdicted novelty 6.0

    CoE applies vision-language models directly to document screenshots to deliver pixel-level bounding-box attribution for evidence in iterative retrieval-augmented generation, outperforming text baselines on visual-layo...

  18. CUE-R: Beyond the Final Answer in Retrieval-Augmented Generation

    cs.IR 2026-04 conditional novelty 6.0

    CUE-R uses REMOVE, REPLACE, and DUPLICATE interventions on individual evidence items to quantify their per-item utility in RAG along correctness, grounding faithfulness, and confidence axes.

  19. ZeroSearch: Incentivize the Search Capability of LLMs without Searching

    cs.CL 2025-05 conditional novelty 6.0

    ZeroSearch simulates search engine interactions via supervised fine-tuning of a retrieval module and curriculum-based RL degradation of document quality, achieving comparable or superior performance to real search eng...

  20. ZeroSearch: Incentivize the Search Capability of LLMs without Searching

    cs.CL 2025-05 unverdicted novelty 6.0

    ZeroSearch uses supervised fine-tuning to create a simulated retrieval module and curriculum-based RL rollouts that degrade document quality to train LLMs on search capabilities without real search API calls.

  21. Self-RAG: Learning to Retrieve, Generate, and Critique through Self-Reflection

    cs.CL 2023-10 unverdicted novelty 6.0

    Self-RAG trains LLMs to adaptively retrieve passages on demand and self-critique using reflection tokens, outperforming ChatGPT and retrieval-augmented Llama2 on QA, reasoning, and fact verification.

  22. Citation-Closure Retrieval and Per-Rule Attribution for Real-World Regulatory Compliance Question Answering

    cs.AI 2026-05 unverdicted novelty 5.0

    Presents RegOps-Bench benchmark and RefWalk framework for citation-closure retrieval and per-rule attribution in regulatory compliance QA, reporting substantial gains in recall and citation accuracy over baselines.

  23. Rigorous Interpretation Is a Form of Evaluation

    cs.CY 2026-05 unverdicted novelty 5.0

    Rigorous interpretability can function as a principled form of model evaluation if its claims are falsifiable, reproducible, and predictive.

  24. FinGround: Detecting and Grounding Financial Hallucinations via Atomic Claim Verification

    cs.AI 2026-04 unverdicted novelty 5.0

    FinGround reduces financial hallucinations by 68% over baselines in retrieval-equalized tests through atomic claim verification and grounding, with an 8B model retaining 91.4% F1 at low cost.

  25. Constructing Evaluation Datasets for Procedural Reasoning: Balancing Naturalness, Grounding, and Multi-Hop Coverage

    cs.AI 2026-06 unverdicted novelty 4.0

    Strict generation directly from Task-Method-Knowledge models yields 96.5% grounded and 92.6% usable QA pairs across 23 topics, outperforming transcript-first and TMK-aware alternatives on representational grounding.

  26. Explicit Evidence Grounding via Structured Inline Citation Generation

    cs.CL 2026-06 unverdicted novelty 4.0

    FullCite introduces three strategies for structured inline citation generation in QA and finds LLMs identify relevant documents well but struggle with precise evidence spans on ASQA, BioASQ, and ExpertQA.