Explicit Evidence Grounding via Structured Inline Citation Generation
Summary
This paper introduces FullCite, a framework for generating structured inline citations that link each claim to both its source document and specific evidence spans. Evaluated on three QA benchmarks (ASQA, BioASQ, ExpertQA), it finds that while LLMs are good at document-level attribution, they struggle with precise evidence span identification.
View Cached Full Text
Cached at: 06/08/26, 09:22 AM
# Explicit Evidence Grounding via Structured Inline Citation Generation
Source: [https://arxiv.org/html/2606.07130](https://arxiv.org/html/2606.07130)
Anar Yeginbergen1Amelie Wührl2Anna Rogers2Rodrigo Agerri1 1University of the Basque Country \(UPV/EHU\)2IT University of Copenhagen
###### Abstract
As AI systems become more widely adopted, the demand for factual and faithful generation grows\. Properly attributing information through citations becomes, therefore, crucial\. This work introduces FullCite, a framework that, in contrast to most previous works, generates structured inline citations linking each claim to both its source document and supporting evidence\. FullCite proposes three strategies to inline citation generation: prompt\-based generation, constrained decoding over a citation grammar, and posthoc span alignment\. Using three question answering benchmarks, namely, ASQA, BioASQ, and ExpertQA, we assess citation quality and faithfulness along three dimensions: document\-level correctness, evidence span identification, and claim\-citation faithfulness\. Our evaluation shows that while LLMs are generally effective at identifying relevant documents, they struggle to identify the precise supporting spans within them\. This gap suggests that achieving faithful attributed QA will require research to place greater emphasis on precise evidence span identification\.
Explicit Evidence Grounding via Structured Inline Citation Generation
Anar Yeginbergen1Amelie Wührl2Anna Rogers2Rodrigo Agerri11University of the Basque Country \(UPV/EHU\)2IT University of Copenhagen
## 1Introduction
Given the widespread adoption of AI systems such as ChatGPT in our daily lives, large language models \(LLMs\) are increasingly becoming a common alternative to traditional search engines, providing direct answers rather than ranked lists of related sourcesNakanoet al\.\([2021](https://arxiv.org/html/2606.07130#bib.bib21)\); Shiet al\.\([2025](https://arxiv.org/html/2606.07130#bib.bib25)\)\.
In particular, in high\-stakes domains \(medical, scientific, legal, etc\.\) both users and practitioners need to verify that generated statements are grounded in trustworthy evidence, rather than relying solely on the LLM’s parametric knowledgeSchreiederet al\.\([2025](https://arxiv.org/html/2606.07130#bib.bib31)\)\.
Figure 1:An overview of FullCite, structured inline generation\.We believe that combining both document\- and fine\-grained evidence\-level citations at the same time provides a more reliable and transparent text attribution\. Motivated by this, we introduceFullCite, a framework for generating both document\-level and evidence\-level citations simultaneously for long\-context question\-answering \(QA\)\. An overview ofFullCiteis shown in Figure[1](https://arxiv.org/html/2606.07130#S1.F1)\.
DatasetDomainQuestion TypesN\. of QuestionsDocuments \(avg\.\)BioASQBio\-medicalyes\-no/fact\./summ\./list177/175/156/1705\.0ASQAGeneralfact\.5801\.61ExpertQA32 domainsyes\-no/fact\./summ\./list259/702/314/2443\.25Table 1:Data distribution across 3 datasets: BioASQ, ASQA and ExpertQA\.N\. of Questionsshows number of questions according toQuestion Typesin the dataset\.Documents \(avg\.\)shows the number of context documents on average used for citation generation\. An example of questions for each quesiton types are in Appendix[E](https://arxiv.org/html/2606.07130#A5)\.InFullCite, we analyze different strategies for data attribution in the long\-context scenarios using three QA benchmarks: BioASQTsatsaroniset al\.\([2015](https://arxiv.org/html/2606.07130#bib.bib7)\); Kritharaet al\.\([2023](https://arxiv.org/html/2606.07130#bib.bib1)\), ExpertQAMalaviyaet al\.\([2023](https://arxiv.org/html/2606.07130#bib.bib11)\)and ASQAStelmakhet al\.\([2022](https://arxiv.org/html/2606.07130#bib.bib10)\)\. In fact, we show that jointly referencing documents and supporting evidence spans leads to more transparent and faithful grounding, rather than relying on either document references or evidence snippets alone\. These are the main contributions:
\(C1\): Our results show that LLMs perform better in document\-level citations, while still struggling to consistently identify the correct supporting evidence\.
\(C2\): For span\-based evidence identification, FullCite provides three different citation strategies: prompt\-based generation, constrained decoding via a finite\-state automaton over the citation grammar, and posthoc evidence span alignment, and shows that posthoc yields the largest gains in correct evidence identification by increasing snippet\-F1 from 12\.80 to 61\.87 for ASQA\.
\(C3\): We discover two systematic patterns undermining the evidence grounding process: \(i\) strong primacy bias in document selection, i\.e\., 81\.8% of BioASQ citations target only the first two of five context documents, consistent withlost\-in\-the\-middlephenomenonLiuet al\.\([2024](https://arxiv.org/html/2606.07130#bib.bib45)\), and \(ii\) citation omission on binary yes/no questions, which inflates baseline scores in ways that vanish once attribution is enforced\.
The key strength of FullCite lies in its joint coverage: it is the only framework that simultaneously optimizes for both document\-level and evidence span attribution while maintaining competitive semantic similarity scores, making it the most balanced and transparent approach to faithful attributed QA\.
## 2Related Work
Attributed answer generation is an established research problemNakanoet al\.\([2021](https://arxiv.org/html/2606.07130#bib.bib21)\); Bohnetet al\.\([2022](https://arxiv.org/html/2606.07130#bib.bib6)\), made more prominent by the widespread use of LLMs for information access\.
Retrieval\-Augmented Generation \(RAG\) has emerged as a method that grounds model outputs in externally retrieved documents, allowing the model to generate answers conditioned on relevant contextual informationLewiset al\.\([2020](https://arxiv.org/html/2606.07130#bib.bib32)\); Guuet al\.\([2020](https://arxiv.org/html/2606.07130#bib.bib33)\)\. RAG improves LLMs performanceGaoet al\.\([2023c](https://arxiv.org/html/2606.07130#bib.bib34)\)by incorporating external knowledge\. However, the presence of retrieved documents does not guarantee that the model faithfully uses them during generationWallatet al\.\([2024](https://arxiv.org/html/2606.07130#bib.bib9)\); Zhouet al\.\([2023](https://arxiv.org/html/2606.07130#bib.bib37)\)\. Models may still generate answers based on memorized knowledgeLongpreet al\.\([2021](https://arxiv.org/html/2606.07130#bib.bib38)\); Xuet al\.\([2024](https://arxiv.org/html/2606.07130#bib.bib39)\), incorrectly attribute claims to irrelevant documents, or produce outputs that are only partially supported by the retrieved evidence\.
Figure 2:Overall quality comparison of citations across settings and datasets\.To address this, prior work has explored explicit citation generation, where LLMs are prompted to reference the sources used to answer a questionMenicket al\.\([2022](https://arxiv.org/html/2606.07130#bib.bib40)\); Nakanoet al\.\([2021](https://arxiv.org/html/2606.07130#bib.bib21)\); Bohnetet al\.\([2022](https://arxiv.org/html/2606.07130#bib.bib6)\); Gaoet al\.\([2023b](https://arxiv.org/html/2606.07130#bib.bib8)\)\.
However, document\-level citations alone provide coarse\-grained attributions\. A referenced document may contain related information, but lack any supporting evidenceHuanget al\.\([2024](https://arxiv.org/html/2606.07130#bib.bib41)\); Cao and Wang \([2024](https://arxiv.org/html/2606.07130#bib.bib42)\)\.
To address this, fine\-grained citation approaches have been proposed that reference specific evidence spans within source documents rather than entire documentsHuang and Chang \([2024](https://arxiv.org/html/2606.07130#bib.bib26)\); Cao and Wang \([2024](https://arxiv.org/html/2606.07130#bib.bib42)\); Xuet al\.\([2025](https://arxiv.org/html/2606.07130#bib.bib43)\)\. Existing approaches generally follow one of three strategies: \(i\) generating citations directly from the model’s parametric knowledge through promptingSunet al\.\([2023](https://arxiv.org/html/2606.07130#bib.bib44)\); Huang and Chang \([2024](https://arxiv.org/html/2606.07130#bib.bib26)\), \(ii\) retrieving documents and conditioning answer generation on the retrieved contextLewiset al\.\([2020](https://arxiv.org/html/2606.07130#bib.bib32)\); Bohnetet al\.\([2022](https://arxiv.org/html/2606.07130#bib.bib6)\); Gaoet al\.\([2023b](https://arxiv.org/html/2606.07130#bib.bib8)\), or \(iii\) generating answers first and retrieving supporting evidence laterGaoet al\.\([2023a](https://arxiv.org/html/2606.07130#bib.bib22)\); Schreiederet al\.\([2025](https://arxiv.org/html/2606.07130#bib.bib31)\)\.
## 3Data
To assess inline citation generation across domains and question types, we perform our experiments on three well\-known datasets well\-suited for the inline attribution problem and contain annotated gold documents to answer the input question:
BioASQKritharaet al\.\([2023](https://arxiv.org/html/2606.07130#bib.bib1)\): a biomedical question\-answering dataset that, along with the various fine\-grained annotations, includes the gold documents from PubMed and the corresponding evidence location of the correct answer\.
ASQAStelmakhet al\.\([2022](https://arxiv.org/html/2606.07130#bib.bib10)\): a dataset of factoid long\-form ambiguous question answering enhanced with related knowledge passages from Wikipedia\.
ExpertQAMalaviyaet al\.\([2023](https://arxiv.org/html/2606.07130#bib.bib11)\): a dataset designed specifically for factuality and attribution evaluation tasks that spans across 32 different domains, including medicine, with expert\-annotated knowledge sources for each question\.
We further apply the following adaptations to the datasets\. Although ASQA and ExpertQA are designed for data attribution, they provide only document\-level annotations, identifying the source document but not the exact evidence spans needed for fine\-grained citation\. We therefore apply an additional annotation step to extract atomic evidence spans from the gold documents using GPT\-5\.4\-miniSinghet al\.\([2025](https://arxiv.org/html/2606.07130#bib.bib12)\)\. To validate this procedure, we apply it to BioASQ, which provides both document\- and evidence\-level annotations, and compare the extracted spans against the gold annotations\. The results confirm strong alignment, achieving over 90% ROUGE\-L and chrF\+\+\(Lin,[2004](https://arxiv.org/html/2606.07130#bib.bib15)\)scores and 85% F1 token overlap across all metrics\.
We manually review and refine the extracted evidence for each question in ExpertQA and ASQA, finding that not all retrieved documents are suitable for fine\-grained citation extraction\. Specifically, many documents are informational or introductory in nature, providing general background on the topic rather than explicit supporting statements \(see Appendix[D](https://arxiv.org/html/2606.07130#A4)for an example\)\. While such documents may implicitly guide a model toward the correct answer, they do not lend themselves to evaluating a model’s explicit citation capabilities\. We therefore retain only documents where supporting evidence is directly and unambiguously present in the retrieved context, discarding approximately 500 examples from ExpertQA and 350 from ASQA\.
Table[1](https://arxiv.org/html/2606.07130#S1.T1)summarizes the statistics of each dataset’s final version, with examples provided in Appendix[E](https://arxiv.org/html/2606.07130#A5)\. BioASQ and ExpertQA cover four question types: yes/no, factoid, list, and summary; ASQA includes factoid questions only\.
ModelASQABioASQExpertQADoc\-F1Snippet\-F1SimilarityDoc\-F1Snippet\-F1SimilarityDoc\-F1Snippet\-F1SimilarityPrompt\-basedQwen3\-8B33\.8712\.8056\.5558\.086\.1864\.8956\.425\.5664\.61Gemma\-3\-12B\-it18\.1612\.4263\.5636\.5728\.8469\.4342\.1516\.0169\.16PosthocGenerate\-then\-Retrieve93\.7475\.0742\.9347\.3616\.8357\.2982\.5032\.7042\.41FullCite \(Qwen3\-8B\)80\.9861\.8752\.1749\.2524\.2356\.7553\.9228\.4456\.82FullCite \(Gemma\-3\-12B\-it\)53\.1741\.8073\.4643\.3720\.9071\.8944\.1830\.1369\.02ConstrainedReClaim \(Qwen3\-8B\)\-58\.2268\.07\-43\.9668\.01\-33\.5561\.71ReClaim \(Gemma\-3\-12B\-it\)\-42\.1673\.85\-10\.3178\.35\-13\.1268\.53FullCite \(Qwen3\-8B\)74\.5955\.1151\.6043\.3717\.3553\.5365\.8027\.2353\.54FullCite \(Gemma\-3\-12B\-it\)39\.4329\.9972\.1638\.9120\.7676\.1256\.0627\.3467\.99Table 2:Results across ASQA, BioASQ, and ExpertQA for three citation strategies: prompt\-based, posthoc, and constrained decoding\. We report Doc\-F1 \(document\-level citation accuracy\), Snippet\-F1 \(evidence span identification\), and Similarity \(semantic faithfulness of cited spans to the generated answer\)\. Bold indicates the best score per metric and dataset\.
## 4Experimental Setup
We aim to understand if the structured verbatim inline citations approach,FullCite, facilitates reliable attribution for RAG\-based QA while comparing it with popular state\-of\-the\-art methods\. To measure attribution quality, we evaluate the citations at the document and snippet level and compare it with other methods\.
### 4\.1FullCite: Verbatim Inline Citation Generation
FullCiterequires that every claim in the answer is followed by a citation comprising \(i\) the identifier of the source document, and \(ii\) a verbatim evidence span from the selected document that supports the preceding claim, in the form of\{doc\_id: <document identifier\>, snippet: <verbatim text\>\}\. We test three variants that differ in how structure is enforced\.
Prompt\-based Citation Generation\.The model is instructed to provide verbatim evidence citations from the context documents after every generated claim\. The compliance with the format and verbatim grounding relies entirely on the model’s instruction\-following ability without any decoding\-time intervention or post\-processing\.
Constrained Citation Generation\.We enforce citation format at inference time with a logic processor via a finite\-state automaton over the citation grammar\. To guarantee the structure and verbatim evidence spans, the automaton tracks whether the model is currently generating a claim, a document ID, or a snippet, and at each state restricts the next token to those consistent with the grammar, and with the verbatim content from the context document at evidence generation time\. In case of failure at any state, the model tries again up to three times from the beginning with an increased temperature by 0\.5 after each failure\.
Posthoc Citation Generation with Approximation\.Generating an attributed text using constrained decoding is efficient compared to prompt\-based citation generation and guarantees that the output is verbatim and follows the exactly defined structure\. However, this setting could be too strict, and if the model fails to follow the structure, the provided output is discarded as a valid output\. After analyzing results from the experiments from baseline and constrained decoding settings, we noticed that LLMs often produce near\-verbatim snippets that differ from the source document by a small number of tokens and require further processing\.
Henceforth, we introduce a third citation strategy where we generate text at inference time, and given the generated text, we try to approximately find the part of the document that is cited\. In other words, in case if the generated citation snippet does not match word by word one or several words, the system tries to reconstruct it by finding the most similar snippet from the document text, given that the document ID is generated correctly\. We select the evidence from the document by computing word\-level overlap Jaccard similarityNiwattanakulet al\.\([2013](https://arxiv.org/html/2606.07130#bib.bib16)\)\. We empirically find that setting the similarity score to 0\.7 \(see Appendix[A](https://arxiv.org/html/2606.07130#A1)\) gives best results and use it for all the settings and models\. An example of when posthoc is advantageous over constrained is illustrated in Appendix[F](https://arxiv.org/html/2606.07130#A6)\.
Implementation details\.We perform experiments using two open\-weight LLMs of comparable scale from different model families: Qwen3\-8BQwen \([2025](https://arxiv.org/html/2606.07130#bib.bib13)\)and Gemma3\-12b\-itGemmaet al\.\([2024](https://arxiv.org/html/2606.07130#bib.bib14)\)\. All settings were performed and evaluated under the same default hyperparameter settings of starting temperature of 0\.7, top\-p of 0\.95, top\-k of 50, with output length not exceeding 1500 tokens\. Snippet length is limited to be between 20 and 512 characters, to avoid trivially short chunks, while accommodating the length of the whole document\.
### 4\.2Baselines
We compareFullCiteagainst two prior methods that represent two strategies for citation generation: posthoc retrieval\-based attribution and inline constrained\-decoding attribution\.
Generate\-then\-retrieveGaoet al\.\([2023b](https://arxiv.org/html/2606.07130#bib.bib8)\); Zhanget al\.\([2025](https://arxiv.org/html/2606.07130#bib.bib18)\); Wanget al\.\([2025](https://arxiv.org/html/2606.07130#bib.bib3)\)a posthoc attribution strategy in which the main idea is to first generate an answer to the given question with LLMs and then retrieve supporting documents from the knowledge base\. This strategy is used for coarse\-level attribution, i\.e\., citing only the document\. We further adapt this method to evidence\-level citation\. We first generate the answer to the question using Gemma\-12b\-it\. We split the outputs and the relevant pre\-retrieved documents into sentences\. Next, we use BM25Robertson and Zaragoza \([2009](https://arxiv.org/html/2606.07130#bib.bib47)\)andall\-MiniLM\-L6\-v2111[https://huggingface\.co/sentence\-transformers/all\-MiniLM\-L6\-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2)for retrieving relevant evidence from the document\.
ReClaimXiaet al\.\([2025](https://arxiv.org/html/2606.07130#bib.bib2)\)\. The inline citation generation, the main idea of this method is to provide citations after every claim that is generated through constrained decoding\. This method works in two passes, and each one requires training the separate model for the task: first, generate the claim and second, evidence from the context document\. However, ReClaim is only focused on evidence\-level attribution without the strict necessity of document attribution\. Including document citation returned diminishing results\. Therefore we only report evidence\-level citation results\.
### 4\.3Evaluation
We evaluate generated citations along four axes:
Document\-level evaluationmeasures if the cited document is correct\. From each prediction, we extract a set of unique cited document IDs and compute document\-level F1 score against the set of gold annotated documents in the dataset\. These metrics show the coverage of sources independent of the evidence snippet\.
Snippet\-level evaluationmeasures the correctness of the cited evidence span within the documents\. One of the central questions is how well models cite*verbatim*snippets from the source\. Therefore, we evaluate how closely each generated evidence snippet matches gold\-annotated snippet at the surface level, using three string\-overlap metrics: ROUGE\-LLin \([2004](https://arxiv.org/html/2606.07130#bib.bib15)\)for longest common subsequence overlap, Jaccard F1Niwattanakulet al\.\([2013](https://arxiv.org/html/2606.07130#bib.bib16)\)for token\-set overlap and chrF\+\+Popović \([2017](https://arxiv.org/html/2606.07130#bib.bib17)\)for character\-level n\-gram overlap\.
Claim\-citation faithfulnessevaluates the semantic relation between the generated claim and citation using similarity metrics, LLM\-as\-a\-judge and human evaluation\. While document and span\-level evaluation measure whether the generated citation is in fact therightone, this assesses whether the citation faithfullysupportsthe claim it follows\. We measure faithfulness in three ways:
- •We use sentence transformersReimers and Gurevych \([2019](https://arxiv.org/html/2606.07130#bib.bib46)\)to compute a similarity between a claim and a citation\. We useall\-MiniLM\-L6\-v2\.
- •We employ OpenAI’s GPT\-5\.4222[https://developers\.openai\.com/api/docs/models/gpt\-5\.4](https://developers.openai.com/api/docs/models/gpt-5.4)model as LLM\-as\-a\-Judge to measure the support and relatedness levels between claim and citation\. We instruct the model to answer two questions and output a scale from 1\-5 as an answer for the evaluation: \(Q1\) whether the citation supports the claim, and \(Q2\) whether the citation and the document are related to the claim\. We interpret the results asNo Supportif a score of 1 or 2 is given,Partial Supportfor the score of 3, andFull Supportfor the scores 4 and 5\.
- •We conduct a manual evaluation identical to the evaluation for LLM\-as\-a\-Judge\. Two authors independently annotate a sample of 50 examples to evaluate the support level and relatedness between the claim and citation\.
Downstream question answering\.We run the experiments on the downstream question\-answering task citation\-free to compare the influence of the generated output on downstream answer correctness\. We report the results based on the downstream task for each question type in the three datasets: the macro F1 score based onyes/no questionsand ROUGE\-L score for the rest of the question types\.
Figure 3:Position of the cited document in BioASQ\.
## 5Results
Can LLMs cite the right documents and establish the exact textual evidence that supports their answers?We analyze the reliability of FullCite, the faithfulness of citations with respect to the claims of model predictions using both similarity and human evaluations\.
1\. How reliably does FullCite reference relevant documents and snippets from the evidence documents?Table[2](https://arxiv.org/html/2606.07130#S3.T2)shows the results\. The models we evaluate reliably identify relevant documents, as reflected in consistently high Doc\-F1 scores\. However, they struggle to localize the precise evidence span within those documents, which is evident from the substantially lower Snippet\-F1 scores\. The posthocGenerate\-then\-retrieve\(baseline\) method exhibits the highest Doc\-F1 score, reaching 80 and 94% in ASQA and ExpertQA, whereas snippet\-level localization is lower, with 43\.96 with ReClaim being the highest for BioASQ and 33\.55 for ExpertQA\.
In theposthocsetting of FullCite, where generated citations are aligned to the closest matching passages, yields substantial gains over the baseline for ASQA with the gains from 12\.80 to 61\.87 with Qwen3\-8B and from 12\.42 to 41\.80 with Gemma\-12B\. For BioASQ and ExpertQA, the effects differ by model: with Qwen, document\-level F1 declines from 58\.08 to 49\.25 while span\-level performance improves from 6\.18 to 24\.23, trading document coverage for span precision\. Gemma exhibits the opposite pattern: document F1 increases to 43\.37 compared to 36\.57 in the baseline, and snippet\-F1 drops from 28\.84 in the baseline to 20\.90 in the posthoc setting\. Under theconstrainedgeneration setting, performance gains are more modest compared to those observed in theposthocapproach\.
2\. How faithful are citations to the claims in model responses?
Figure 4:Average scores for Citation Support \(Q1\) and Citation Relevance \(Q2\) by GPT\-5\.4\.We use semantic similarity as a proxy for faithfulness, measuring the degree to which each cited span is semantically aligned with the claim it supports\. As shown in Table[2](https://arxiv.org/html/2606.07130#S3.T2), the two models exhibit quite a different behaviour\.Qwen3\-8Bachieves its highest similarity scores under the FullCite baseline setting across all datasets, with values declining under both the posthoc and constrained configurations\.Gemma\-3\-12B\-it, by contrast, proves more stable: similarity scores are largely preserved or even improved when moving to the posthoc and constrained settings\. On ASQA, the posthoc setting yields the largest gain, rising by approximately 10 points from 63\.56 \(prompt\-based\) to 73\.46; on BioASQ under the constrained setting, the score improves by nearly 7 points, from 69\.43 to 76\.12\. For ExpertQA, similarity remains relatively stable across all three settings, fluctuating within a narrow 1\.2\-point range\.
Overall, both theposthocandconstrainedstrategies improve evidence identification, yet this comes at the cost of reduced semantic alignment between the selected citations and their associated claims\. In the case ofGenerate\-then\-Retrieve, citations are selected posthoc by ranking candidate spans according to similarity score; however, the highest\-scoring span does not necessarily constitute the most faithful evidence for the generated claim, as reflected in its comparatively lower similarity scores relative to the other methods\.
Figure 5:Ratio of unique cited documents\.3\. LLM and Human evaluation\.We use LLM\-as\-a\-Judge and human evaluation to evaluate the same set of examples in order to assess how LLMs align or diverge in the citation evaluation task by asking two questions: \(Q1\):Does the citation support the claim that is being cited?and \(Q2\)Is the citation relevant to the claim?\. The answer is provided on a scale between 1 and 5\. The interpretation of each score is in Appendix[H](https://arxiv.org/html/2606.07130#A8)\. Along with individual scores, we interpret the results asNo Support/Relevancescores 1 and 2,Partial Support/Relevancescore 3 andFull Support/Relevancescores 4 and 5\. We evaluate the citations generated byGemma\-12b\-itusing the posthocFullCitestrategy\. We report the agreement and correlation between human and LLM in Figure[6](https://arxiv.org/html/2606.07130#S5.F6)\.
The most frequent source of disagreement between human\-human and human\-LLM pairs involves adjacent scores, namely, annotators assigning 1 where the other assigns 2, and vice versa\. We therefore report results under both strict exact agreement and a relaxed within\-1\-point criterion\. Following the consolidation into three categories \(No,Partial, andFullsupport/relevance\), we run the same evaluation across all three datasets and citation strategies\. As shown in Figure[4](https://arxiv.org/html/2606.07130#S5.F4), all methods consistently obtain highSupportscores and slightly lowerRelevancescores on average, with theposthocstrategy achieving the strongest performance\. The full score distributions by dataset and method are provided in Appendix[I](https://arxiv.org/html/2606.07130#A9)\.
What is the most effective strategy for grounding LLM\-generated answers in precise span\-based evidence?
1\. Quality of correct verbatim evidence\.When it comes to evaluating how verbatim the correct are we evaluate the character and token\-level overlap and ROUGE\-L\. From Table[4](https://arxiv.org/html/2606.07130#A2.T4), Appendix[B](https://arxiv.org/html/2606.07130#A2), we can see that most of the timeFullCiteexhibits the highest correct and verbatim span citations across all settings, outperformingReClaimby at least 20% in Overlap and ROUGE\-L, and by around 45 points in chrF\+\+\.
2\. How does FullCite compare to other methods?To situateFullCiteagainst existing approaches, we include two reference methods in our main results \(Table[2](https://arxiv.org/html/2606.07130#S3.T2)\):Generate\-then\-Retrieve, a representativePosthocbaseline, andReClaim, a representativeConstrainedmethod\. The main takeaway is that FullCite offers the best joint coverage\. In other words, it is the only framework that reports both Doc\-F1 and Snippet\-F1 while maintaining competitive similarity scores, making it the most balanced approach for faithful attributed QA\.
Figure 6:Agreement and correlation between human annotators and GPT\-5\.4\. "H" corresponds toHumanand "G" corresponds toGPT\-5\.4, "q1" corresponds to the Support question and "q2" to the Relevance question\.Figure 7:Overall citation rate per method\.ModelASQABioASQExpertQAFactoidYes/NoFactoidListSummaryYes/NoFactoidListSummaryw/out citation12\.4938\.6136\.7430\.6727\.0149\.0219\.3217\.3117\.51Baseline26\.6681\.7742\.2241\.7938\.6760\.6836\.2517\.7117\.55Posthoc15\.3469\.4752\.6348\.0542\.2948\.3915\.7220\.1817\.28Constrained12\.5063\.8852\.3046\.2439\.9438\.5215\.4519\.6716\.58Table 3:Performance comparison on downstream task with citation and without: ASQA, BioASQ, and ExpertQA\. ForYes/Noquestions we report macro\-F1 and for the rest, we report ROUGE\-L\.
## 6Analysis
We conduct a detailed analysis of the models’ citation ‘behavior’ in eachFullCitesetting \(Baseline,Constrained,Posthoc\)\. Figure[2](https://arxiv.org/html/2606.07130#S2.F2)illustrates how, on average, each setting performs in citation rate, unique docs, and mean retries \(for Posthoc and Constrained\)\. From this observation, we can conclude thatPosthocleads in all these dimensions, followed byConstraineddecoding strategy\.
Number of citations per question\.Figure[7](https://arxiv.org/html/2606.07130#S5.F7)illustrates the average number of generated citations per question for each setting and dataset\. Combined with the results illustrated in Table[2](https://arxiv.org/html/2606.07130#S3.T2), it is evident that both structure\-enforced settings ofFullCiteproduce not only more frequent but also better attribution compared to thebaselinesetting\.
In the Baseline settings, around 13% of the time, LLM correctly identifies the document but fails to provide a supporting snippet in BioASQ, 5\.3 and 6\.6% in the case of ASQA and ExpertQA, respectively, which does not occur in other settings \(more details in Appendix[G](https://arxiv.org/html/2606.07130#A7)\)\.
Citations across question types\.Yes/No questions have the lowest citation rates across all datasets and settings \(see Appendix[C](https://arxiv.org/html/2606.07130#A3)\)\. The models tend to answer with a direct affirmative or negative response without providing any grounding in a document, especially inBaseline\. However, citations occur later on, after one or two ungrounded sentences and since we limit the generation to 1500 tokens, the models have fewer tokens for more citations\.
Citation coverage\.As shown in the low unique document rate in Figure[2](https://arxiv.org/html/2606.07130#S2.F2)and Figure[7](https://arxiv.org/html/2606.07130#S5.F7), models consistently fail to cite all relevant gold documents\. Even with constrained decoding, the majority of responses cite only a few documents, instead of the full set\. This is most pronounced inBaselinefor ASQA but improves overposthocandconstrainedsettings\. Moreover, primacy bias in selecting document for citation is evident\. In case of BioASQ, which always holds five documents as context, in 81\.8% of the time cite the first two documents only, as shown in Figure[3](https://arxiv.org/html/2606.07130#S4.F3)\. This is consistent with thelost\-in\-the\-middleLiuet al\.\([2024](https://arxiv.org/html/2606.07130#bib.bib45)\)phenomenon\.
Structurally invalid citations\.In case of invalid structure and attribution inposthocandconstrainedcitation, the model runs up to three retries\. If all fail, the model returns“Cannot answer using provided documents\."\. ASQA suffers the most from failed retries \(around 40% of the time\), suggesting that the documents may not contain explicit evidence for models to be able to generate verbatim \(see Appendix[G](https://arxiv.org/html/2606.07130#A7)\)\. An example of such questions is illustrated in Appendix[D](https://arxiv.org/html/2606.07130#A4)\. Although we exclude the questions with unattributable context documents, some of the context documents still remain challenging for LLMs\. Additionally, invalid citations occur when the generated evidence spans are verbose and do not align with the gold documents\. This happens in 35 examples of ASQA inConstrainedsetting\. More details in Appendix[G](https://arxiv.org/html/2606.07130#A7), Table[8](https://arxiv.org/html/2606.07130#A7.T8)\.
#### Performance on downstream task\.
Table[3](https://arxiv.org/html/2606.07130#S5.T3)reports downstream task performance across question types\. ExpertQA and BioASQ cover four types,yes/no,factoid,summary, andlist, evaluated with macro F1 and ROUGE\-L, respectively\. TheposthocFullCite setting yields the strongest overall results, with BioASQ showing the largest average gain of 19\.85 points\. Although the prompt\-based baseline scores highest onyes/noquestions, Section[6](https://arxiv.org/html/2606.07130#S6)shows this is an artifact of models omitting citations altogether for this question type\. Since our task is attributed QA rather than plain QA, a correct but ungrounded answer is not enough; the baseline’s higheryes/noscores thus reflect a citation coverage failure rather than good performance, andposthocandconstrainedsettings are precisely designed to address this\.
Forfactoidandsummaryquestions, performance increases from 36\.7 to 52\.6% on BioASQ under the posthoc setting, with lower gains on ASQA and ExpertQA\. Improvements are most consistent forlistquestions across both posthoc and constrained settings\. Overall, citation grounding proves most beneficial for short, verifiable answers rather than free\-form long\-form responses\. Citation rates per question type and setting are provided in Appendix[C](https://arxiv.org/html/2606.07130#A3)\.
## 7Conclusion
This work studies attributed question answering under three citation paradigmsPrompt\-based,Posthoc\(citations approximated and fixed after prompt\-based generation\), andConstrained\(generation restricted to structure and context vocabulary\) and introducedFullCite, a generation of structured citations after every claim at inference\-time\. Experiments on ASQA, BioASQ, and ExpertQA with two open\-weight LLMs \(Qwen3\-8B and Gemma\-3\-12B\-it\) assessed citations along three axes: document selection \(Doc\-F1\), span localization \(Snippet\-F1\), and claim\-citation faithfulness\.
Results show that document\-level identification appears to be the easier sub\-task with Doc\-F1 substantially exceeding Snippet\-F1 across all settings and datasets, indicating that span localization remains the principal source of difficulty\. We also observe a trade\-off between snippet\-level localization and claim\-citation faithfulness\. We interpret this trade\-off with caution: across all settings, claim and citation are generated jointly, which is likely to inflate their semantic similarity independently of whether the citation would substantiate the claim against the source\. Therefore, theGenerate\-then\-retrievemethod yields high document\-level performance but fails in evidence localization, especially in domain\-specific questions\.
A similar caveat applies to the Baseline’s apparent advantage on yes/no questions, which, on closer inspection, reflects omitted citations rather than better grounding\. We show through human and LLM evaluation that inline citation generation yields high support and relevance scores between claim and citation\. Taken together, the findings indicate that faithful attributed QA may depend less on document\-level retrieval than on evidence\-level grounding and on evaluation that can distinguish surface similarity from genuine support\.
## Limitations
FullCite’s evaluation is conditioned by several methodological choices\. The three benchmarks used, ASQA, BioASQ, and ExpertQA, cover general, biomedical, and multi\-domain questions, but findings may not transfer to other high\-stakes domains such as legal or financial QA\. Similarly, experiments are conducted with only two open\-weight models \(Qwen3\-8B and Gemma\-3\-12B\-it\), leaving open the question of whether the observed patterns hold for larger models, proprietary systems, or models explicitly trained for RAG\-style attribution\. The automatic metrics employed, Doc\-F1, Snippet\-F1, and semantic similarity, provide useful proxies but do not fully capture whether a cited span genuinely entails the associated claim; our human evaluation partially addresses this gap, yet remains limited in scale\.
Beyond evaluation scope, two systematic phenomena constrain FullCite’s current reach\. The strong primacy bias, 81\.8% of BioASQ citations targeting only the first two of five context documents, suggests that LLMs fail to reliably process full retrieved contexts, a limitation FullCite does not explicitly mitigate\. Likewise, the tendency of LLMs to omit citations entirely on yes/no questions remains an open challenge: while the posthoc and constrained settings are designed to enforce attribution, neither offers a principled mechanism for grounding binary answers\. More generally, fine\-tuning or instruction\-tuning models explicitly for joint document\- and span\-level citation generation was not explored, and may provide trade\-offs beyond what prompt\-based or decoding\-time strategies can achieve\.
Nevertheless, the central claim of this work stands: FullCite is the only framework that jointly addresses document\-level and evidence span attribution without sacrificing semantic faithfulness\.
## References
- B\. Bohnet, V\. Q\. Tran, P\. Verga, R\. Aharoni, D\. Andor, L\. B\. Soares, M\. Ciaramita, J\. Eisenstein, K\. Ganchev, J\. Herzig,et al\.\(2022\)Attributed question answering: evaluation and modeling for attributed large language models\.arXiv preprint arXiv:2212\.08037\.External Links:[Link](https://arxiv.org/abs/2212.08037)Cited by:[§2](https://arxiv.org/html/2606.07130#S2.p1.1),[§2](https://arxiv.org/html/2606.07130#S2.p3.1),[§2](https://arxiv.org/html/2606.07130#S2.p5.1)\.
- Verifiable generation with subsentence\-level fine\-grained citations\.InFindings of the Association for Computational Linguistics: ACL 2024,L\. Ku, A\. Martins, and V\. Srikumar \(Eds\.\),Bangkok, Thailand,pp\. 15584–15596\.External Links:[Link](https://aclanthology.org/2024.findings-acl.920/),[Document](https://dx.doi.org/10.18653/v1/2024.findings-acl.920)Cited by:[§2](https://arxiv.org/html/2606.07130#S2.p4.1),[§2](https://arxiv.org/html/2606.07130#S2.p5.1)\.
- L\. Gao, Z\. Dai, P\. Pasupat, A\. Chen, A\. T\. Chaganty, Y\. Fan, V\. Zhao, N\. Lao, H\. Lee, D\. Juan, and K\. Guu \(2023a\)RARR: researching and revising what language models say, using language models\.InProceedings of the 61st Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\),A\. Rogers, J\. Boyd\-Graber, and N\. Okazaki \(Eds\.\),Toronto, Canada,pp\. 16477–16508\.External Links:[Link](https://aclanthology.org/2023.acl-long.910/),[Document](https://dx.doi.org/10.18653/v1/2023.acl-long.910)Cited by:[§2](https://arxiv.org/html/2606.07130#S2.p5.1)\.
- T\. Gao, H\. Yen, J\. Yu, and D\. Chen \(2023b\)Enabling large language models to generate text with citations\.InProceedings of the 2023 Conference on Empirical Methods in Natural Language Processing,pp\. 6465–6488\.External Links:[Link](https://aclanthology.org/2023.emnlp-main.398/)Cited by:[§2](https://arxiv.org/html/2606.07130#S2.p3.1),[§2](https://arxiv.org/html/2606.07130#S2.p5.1),[§4\.2](https://arxiv.org/html/2606.07130#S4.SS2.p2.1)\.
- Y\. Gao, Y\. Xiong, X\. Gao, K\. Jia, J\. Pan, Y\. Bi, Y\. Dai, J\. Sun, H\. Wang, H\. Wang,et al\.\(2023c\)Retrieval\-augmented generation for large language models: a survey\.arXiv preprint arXiv:2312\.109972\(1\),pp\. 32\.External Links:[Link](https://arxiv.org/abs/2312.10997)Cited by:[§2](https://arxiv.org/html/2606.07130#S2.p2.1)\.
- T\. Gemma, T\. Mesnard, C\. Hardin, R\. Dadashi, S\. Bhupatiraju, S\. Pathak, L\. Sifre, M\. Rivière, M\. S\. Kale, J\. Love,et al\.\(2024\)Gemma: open models based on gemini research and technology\.arXiv preprint arXiv:2403\.08295\.External Links:[Link](https://arxiv.org/abs/2403.08295)Cited by:[§4\.1](https://arxiv.org/html/2606.07130#S4.SS1.p6.1)\.
- K\. Guu, K\. Lee, Z\. Tung, P\. Pasupat, and M\. Chang \(2020\)REALM: retrieval\-augmented language model pre\-training\.InProceedings of the 37th International Conference on Machine Learning,ICML’20\.Cited by:[§2](https://arxiv.org/html/2606.07130#S2.p2.1)\.
- J\. Huang and K\. Chang \(2024\)Citation: a key to building responsible and accountable large language models\.InFindings of the Association for Computational Linguistics: NAACL 2024,K\. Duh, H\. Gomez, and S\. Bethard \(Eds\.\),Mexico City, Mexico,pp\. 464–473\.External Links:[Link](https://aclanthology.org/2024.findings-naacl.31/),[Document](https://dx.doi.org/10.18653/v1/2024.findings-naacl.31)Cited by:[§2](https://arxiv.org/html/2606.07130#S2.p5.1)\.
- L\. Huang, X\. Feng, W\. Ma, Y\. Gu, W\. Zhong, X\. Feng, W\. Yu, W\. Peng, D\. Tang, D\. Tu, and B\. Qin \(2024\)Learning fine\-grained grounded citations for attributed large language models\.InFindings of the Association for Computational Linguistics: ACL 2024,L\. Ku, A\. Martins, and V\. Srikumar \(Eds\.\),Bangkok, Thailand,pp\. 14095–14113\.External Links:[Link](https://aclanthology.org/2024.findings-acl.838/),[Document](https://dx.doi.org/10.18653/v1/2024.findings-acl.838)Cited by:[§2](https://arxiv.org/html/2606.07130#S2.p4.1)\.
- A\. Krithara, A\. Nentidis, K\. Bougiatiotis, and G\. Paliouras \(2023\)BioASQ\-qa: a manually curated corpus for biomedical question answering\.Scientific data10\(1\),pp\. 170\.Cited by:[§1](https://arxiv.org/html/2606.07130#S1.p4.1),[§3](https://arxiv.org/html/2606.07130#S3.p2.1)\.
- P\. Lewis, E\. Perez, A\. Piktus, F\. Petroni, V\. Karpukhin, N\. Goyal, H\. Küttler, M\. Lewis, W\. Yih, T\. Rocktäschel, S\. Riedel, and D\. Kiela \(2020\)Retrieval\-augmented generation for knowledge\-intensive nlp tasks\.InAdvances in Neural Information Processing Systems,H\. Larochelle, M\. Ranzato, R\. Hadsell, M\.F\. Balcan, and H\. Lin \(Eds\.\),Vol\.33,pp\. 9459–9474\.External Links:[Link](https://proceedings.neurips.cc/paper_files/paper/2020/file/6b493230205f780e1bc26945df7481e5-Paper.pdf)Cited by:[§2](https://arxiv.org/html/2606.07130#S2.p2.1),[§2](https://arxiv.org/html/2606.07130#S2.p5.1)\.
- C\. Lin \(2004\)Rouge: a package for automatic evaluation of summaries\.InText summarization branches out,pp\. 74–81\.Cited by:[§3](https://arxiv.org/html/2606.07130#S3.p5.1),[§4\.3](https://arxiv.org/html/2606.07130#S4.SS3.p3.1)\.
- N\. F\. Liu, K\. Lin, J\. Hewitt, A\. Paranjape, M\. Bevilacqua, F\. Petroni, and P\. Liang \(2024\)Lost in the middle: how language models use long contexts\.Transactions of the Association for Computational Linguistics12,pp\. 157–173\.External Links:[Link](https://aclanthology.org/2024.tacl-1.9/),[Document](https://dx.doi.org/10.1162/tacl%5Fa%5F00638)Cited by:[§1](https://arxiv.org/html/2606.07130#S1.p7.1),[§6](https://arxiv.org/html/2606.07130#S6.p5.1)\.
- S\. Longpre, K\. Perisetla, A\. Chen, N\. Ramesh, C\. DuBois, and S\. Singh \(2021\)Entity\-based knowledge conflicts in question answering\.InProceedings of the 2021 Conference on Empirical Methods in Natural Language Processing,M\. Moens, X\. Huang, L\. Specia, and S\. W\. Yih \(Eds\.\),Online and Punta Cana, Dominican Republic,pp\. 7052–7063\.External Links:[Link](https://aclanthology.org/2021.emnlp-main.565/),[Document](https://dx.doi.org/10.18653/v1/2021.emnlp-main.565)Cited by:[§2](https://arxiv.org/html/2606.07130#S2.p2.1)\.
- C\. Malaviya, S\. Lee, S\. Chen, E\. Sieber, M\. Yatskar, and D\. Roth \(2023\)ExpertQA: Expert\-Curated Questions and Attributed Answers\.InarXiv,External Links:[Link](https://aclanthology.org/2022.emnlp-main.566/),[Document](https://dx.doi.org/10.18653/v1/2022.emnlp-main.566)Cited by:[§1](https://arxiv.org/html/2606.07130#S1.p4.1),[§3](https://arxiv.org/html/2606.07130#S3.p4.1)\.
- J\. Menick, M\. Trebacz, V\. Mikulik, J\. Aslanides, F\. Song, M\. Chadwick, M\. Glaese, S\. Young, L\. Campbell\-Gillingham, G\. Irving, and N\. McAleese \(2022\)Teaching language models to support answers with verified quotes\.External Links:2203\.11147,[Link](https://arxiv.org/abs/2203.11147)Cited by:[§2](https://arxiv.org/html/2606.07130#S2.p3.1)\.
- R\. Nakano, J\. Hilton, S\. Balaji, J\. Wu, L\. Ouyang, C\. Kim, C\. Hesse, S\. Jain, V\. Kosaraju, W\. Saunders,et al\.\(2021\)Webgpt: browser\-assisted question\-answering with human feedback\.arXiv preprint arXiv:2112\.09332\.External Links:[Link](https://arxiv.org/abs/2112.09332)Cited by:[§1](https://arxiv.org/html/2606.07130#S1.p1.1),[§2](https://arxiv.org/html/2606.07130#S2.p1.1),[§2](https://arxiv.org/html/2606.07130#S2.p3.1)\.
- S\. Niwattanakul, J\. Singthongchai, E\. Naenudorn, and S\. Wanapu \(2013\)Using of jaccard coefficient for keywords similarity\.InProceedings of the international multiconference of engineers and computer scientists,Vol\.1,pp\. 380–384\.Cited by:[§4\.1](https://arxiv.org/html/2606.07130#S4.SS1.p5.1),[§4\.3](https://arxiv.org/html/2606.07130#S4.SS3.p3.1)\.
- M\. Popović \(2017\)chrF\+\+: words helping character n\-grams\.InProceedings of the second conference on machine translation,pp\. 612–618\.Cited by:[§4\.3](https://arxiv.org/html/2606.07130#S4.SS3.p3.1)\.
- T\. Qwen \(2025\)Qwen3 technical report\.External Links:2505\.09388,[Link](https://arxiv.org/abs/2505.09388)Cited by:[§4\.1](https://arxiv.org/html/2606.07130#S4.SS1.p6.1)\.
- N\. Reimers and I\. Gurevych \(2019\)Sentence\-BERT: sentence embeddings using Siamese BERT\-networks\.InProceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing \(EMNLP\-IJCNLP\),K\. Inui, J\. Jiang, V\. Ng, and X\. Wan \(Eds\.\),Hong Kong, China,pp\. 3982–3992\.External Links:[Link](https://aclanthology.org/D19-1410/),[Document](https://dx.doi.org/10.18653/v1/D19-1410)Cited by:[1st item](https://arxiv.org/html/2606.07130#S4.I1.i1.p1.1)\.
- S\. Robertson and H\. Zaragoza \(2009\)The probabilistic relevance framework: bm25 and beyond\.Found\. Trends Inf\. Retr\.3\(4\),pp\. 333–389\.External Links:ISSN 1554\-0669,[Link](https://doi.org/10.1561/1500000019),[Document](https://dx.doi.org/10.1561/1500000019)Cited by:[§4\.2](https://arxiv.org/html/2606.07130#S4.SS2.p2.1)\.
- T\. Schreieder, T\. Schopf, and M\. Färber \(2025\)Attribution, citation, and quotation: a survey of evidence\-based text generation with large language models\.arXiv preprint arXiv:2508\.15396\.External Links:[Link](https://arxiv.org/abs/2508.15396)Cited by:[§1](https://arxiv.org/html/2606.07130#S1.p2.1),[§2](https://arxiv.org/html/2606.07130#S2.p5.1)\.
- X\. Shi, J\. Liu, Y\. Liu, Q\. Cheng, and W\. Lu \(2025\)Know where to go: make llm a relevant, responsible, and trustworthy searchers\.Decision Support Systems188,pp\. 114354\.Cited by:[§1](https://arxiv.org/html/2606.07130#S1.p1.1)\.
- A\. Singh, A\. Fry, A\. Perelman, A\. Tart, A\. Ganesh, A\. El\-Kishky, A\. McLaughlin, A\. Low, A\. Ostrow, A\. Ananthram,et al\.\(2025\)Openai gpt\-5 system card\.arXiv preprint arXiv:2601\.03267\.Cited by:[§3](https://arxiv.org/html/2606.07130#S3.p5.1)\.
- I\. Stelmakh, Y\. Luan, B\. Dhingra, and M\. Chang \(2022\)ASQA: Factoid questions meet long\-form answers\.InProceedings of the 2022 Conference on Empirical Methods in Natural Language Processing,pp\. 8273–8288\.External Links:[Link](https://arxiv.org/abs/2204.06092)Cited by:[§1](https://arxiv.org/html/2606.07130#S1.p4.1),[§3](https://arxiv.org/html/2606.07130#S3.p3.1)\.
- Z\. Sun, X\. Wang, Y\. Tay, Y\. Yang, and D\. Zhou \(2023\)Recitation\-augmented language models\.InInternational Conference on Learning Representations,External Links:[Link](https://openreview.net/forum?id=-cqvvvb-NkI)Cited by:[§2](https://arxiv.org/html/2606.07130#S2.p5.1)\.
- G\. Tsatsaronis, G\. Balikas, P\. Malakasiotis, I\. Partalas, M\. Zschunke, M\. R\. Alvers, D\. Weissenborn, A\. Krithara, S\. Petridis, D\. Polychronopoulos,et al\.\(2015\)An overview of the bioasq large\-scale biomedical semantic indexing and question answering competition\.BMC bioinformatics16\(1\),pp\. 138\.Cited by:[§1](https://arxiv.org/html/2606.07130#S1.p4.1)\.
- J\. Wallat, M\. Heuss, M\. de Rijke, and A\. Anand \(2024\)Correctness is not faithfulness in RAG attributions\.arXiv preprint arXiv:2412\.18004\.Cited by:[§2](https://arxiv.org/html/2606.07130#S2.p2.1)\.
- X\. Wang, M\. Tan, Q\. Jin, G\. Xiong, Y\. Hu, A\. Zhang, Z\. Lu, and M\. Zhang \(2025\)MedCite: can language models generate verifiable text for medicine?\.InFindings of the Association for Computational Linguistics: ACL 2025,pp\. 18891–18913\.Cited by:[§4\.2](https://arxiv.org/html/2606.07130#S4.SS2.p2.1)\.
- S\. Xia, X\. Wang, J\. Liang, Y\. Zhang, W\. Zhou, J\. Deng, F\. Yu, and Y\. Xiao \(2025\)Ground every sentence: improving retrieval\-augmented llms with interleaved reference\-claim generation\.InFindings of the Association for Computational Linguistics: NAACL 2025,pp\. 969–988\.Cited by:[§4\.2](https://arxiv.org/html/2606.07130#S4.SS2.p3.1)\.
- R\. Xu, Z\. Qi, Z\. Guo, C\. Wang, H\. Wang, Y\. Zhang, and W\. Xu \(2024\)Knowledge conflicts for LLMs: a survey\.InProceedings of the 2024 Conference on Empirical Methods in Natural Language Processing,Y\. Al\-Onaizan, M\. Bansal, and Y\. Chen \(Eds\.\),Miami, Florida, USA,pp\. 8541–8565\.External Links:[Link](https://aclanthology.org/2024.emnlp-main.486/),[Document](https://dx.doi.org/10.18653/v1/2024.emnlp-main.486)Cited by:[§2](https://arxiv.org/html/2606.07130#S2.p2.1)\.
- Y\. Xu, J\. Gao, X\. Yu, B\. Bi, H\. Shen, and X\. Cheng \(2025\)ALiiCE: evaluating positional fine\-grained citation generation\.InProceedings of the 2025 Conference of the Nations of the Americas Chapter of the Association for Computational Linguistics: Human Language Technologies \(Volume 1: Long Papers\),L\. Chiruzzo, A\. Ritter, and L\. Wang \(Eds\.\),Albuquerque, New Mexico,pp\. 545–561\.External Links:[Link](https://aclanthology.org/2025.naacl-long.23/),[Document](https://dx.doi.org/10.18653/v1/2025.naacl-long.23),ISBN 979\-8\-89176\-189\-6Cited by:[§2](https://arxiv.org/html/2606.07130#S2.p5.1)\.
- J\. Zhang, Y\. Bai, X\. Lv, W\. Gu, D\. Liu, M\. Zou, S\. Cao, L\. Hou, Y\. Dong, L\. Feng,et al\.\(2025\)LongCite: Enabling llms to generate fine\-grained citations in long\-context QA\.InFindings of the Association for Computational Linguistics: ACL 2025,pp\. 5098–5122\.External Links:[Link](https://aclanthology.org/2025.findings-acl.264/)Cited by:[§4\.2](https://arxiv.org/html/2606.07130#S4.SS2.p2.1)\.
- W\. Zhou, S\. Zhang, H\. Poon, and M\. Chen \(2023\)Context\-faithful prompting for large language models\.InFindings of the Association for Computational Linguistics: EMNLP 2023,H\. Bouamor, J\. Pino, and K\. Bali \(Eds\.\),Singapore,pp\. 14544–14556\.External Links:[Link](https://aclanthology.org/2023.findings-emnlp.968/),[Document](https://dx.doi.org/10.18653/v1/2023.findings-emnlp.968)Cited by:[§2](https://arxiv.org/html/2606.07130#S2.p2.1)\.
## Appendix ACitation quality under different similarity thresholds
Figure 8:Quality of chosen citation under different similarity thresholds for posthoc citation generation\.## Appendix BThe quality of verbatim snippets with the gold snippets
ModelASQABioASQExpertQAROUGE\-LOverlapChrF\+\+ROUGE\-LOverlapChrF\+\+ROUGE\-LOverlapChrF\+\+BaselineQwen3\-8B87\.9380\.6386\.3884\.8873\.4485\.9287\.7078\.6084\.61Gemma\-3\-12B\-it83\.0571\.3684\.7684\.4573\.1187\.9088\.3577\.3488\.54PosthocFullCite \(Qwen3\-8B\) \(ours\)92\.7388\.4693\.0281\.5868\.8589\.7291\.0786\.1689\.97FullCite \(Gemma\-3\-12B\-it \(ours\)\)87\.1777\.9489\.9281\.5971\.9689\.5988\.3577\.3488\.54ConstrainedReClaim64\.1645\.5247\.3961\.0741\.4444\.2256\.5737\.4843\.75Qwen3\-8B \(ours\)86\.3080\.3281\.1785\.3976\.8186\.2281\.3563\.5986\.71Gemma\-3\-12B\-it \(ours\)94\.2183\.1990\.1684\.5674\.0584\.9986\.0678\.4680\.51
Table 4:The quality of verbatim snippets with the gold snippets across ASQA, BioASQ, and ExpertQA\.Generate\-then\-retrievestrategy attributes the text after generation through retrieval, hence its snippets are always verbatim; therefore, we omit them for this table\.## Appendix CCitation rate per question type

Figure 9:Citation rate for each question type under each setting## Appendix DAn example of questions and documents without explicit evidence answers
QuestionContext documentAnswerWho won the battle of philippi civil war?Thomas Armstrong Morris \(December 26, 1811 2013 March 23, 1904\) was an American railroad executive and civil engineer from Kentucky and a soldier, serving as a brigadier general of the Indiana Militia in service to the Union during the early months of the American Civil War\.The Battle of Philippi formed part of the Western Virginia Campaign of the American Civil War and was fought in and around Philippi, Virginia \(now West Virginia\), on June 3, 1861\. A Union victory, it was the first organized land action of the war and it brought overnight fame to Maj\. Gen\. George B\. McClellan\. Alongside Maj\. Gen\. McClellan were Thomas A\. Morris, a Brigadier General of the Indiana Militia and Isaac Duval, also a Brigadier General\. Six Union infantries participated in the battle, including 1st West Virginia Infantry, 2nd West Virginia Infantry \(reserve\), 6th Indiana Infantry, 7th Indiana Infantry, 9th Indiana Infantry and the 14th Ohio Infantry\.Where is three billboards outside of ebbing missouri filmed?Three Billboards Outside Ebbing, Missouri is a 2017 crime drama film written, co\-produced, and directed by Martin McDonagh and starring Frances McDormand as a Missouri woman who rents three roadside billboards to call attention to her daughter’s unsolved rape and murder\.Principal photography for Three Billboards Outside Ebbing, Missouri began on May 2, 2016 in Sylva, North Carolina and ran for 33 days\. Allison Outdoor Advertising of Sylva built the actual billboards, which were put in a pasture near Black Mountain, North Carolina\.", "The 2017 film Three Billboards Outside of Ebbing, Missouri, was principally filmed in Sylva, North Carolina, while it was filmed in Black Mountain, North Carolina, for the billboard scenes\. Sylva is an incorporated town located in central Jackson County in Western North Carolina’s Plott Balsam Mountains, USA\. Black Mountain is a town in Buncombe County, North Carolina, in the US\.
Table 5:An example from ASQA where the relevant context document misses explicit evidence indicating to the answer to the question\. Such examples were excluded\.## Appendix EAn example of questions per each question type
QuestionQuestion TypeDatasetPlease list the short half life Phosphodiesterase 5 inhibitors\.listBioASQAre respiratory measurements correlated with disease severity in Duchenne Muscular Dystrophy?yes\-noBioASQWhat is the consensus binding site of the TEAD transcription factors?factoidBioASQWhat is the role of the receptor tyrosine kinase AXL in malignancy?summaryBioASQWhich factors strengthen social cohesion within societies?listExpertQAIf my cat ingests oil\-based paint, will it get sick?yes\-noExpertQAHow many methods exist for children in creative expression?factoidExpertQAHow has the European Court of Justice influenced social mobility within member states through its interpretation and application of European law?summaryExpertQAWho has the highest goals in world football?factoidASQA
Table 6:An example of questions per each question type from each dataset\.## Appendix FAn example of generated evidence snippet
Context DocumentGenerated Evidenceresources, and dismantle stereotype threats are critically important\. Inclusive and culturally responsive learning environments\[The teachers\] treat us like people with emotions\. You have real relationships with your teachers\. We want to do our work because we care about our teachers\.Inclusive and culturallyresponsiblelearning environments affirm students value by acknowledging their learning, contributions, and capacity\.It is often said that students learn as much for a teacher as from a teacher\. And the teachers they learn the most from are those they believe care about them and see them as worthy of their investment\. At Bronxdale High School, staff have developed explicit practices to ensure that they communicate the many ways they value each of their students, including the Affirmation Station shown in Figure 3\.2\.Figure 3\.2 Affirmation Station at Bronxdale High School Source: Ancess, J\., Rogers, B\., Duncan Grand, D\., Darling\- Hammond, L\. \(2019\)\.Inclusive and culturallyresponsivelearning environments affirm students value by acknowledging their learning, contributions, and capacity\.
Table 7:An example of a generated evidence snippet\. Constrained decoding would have marked this output as incorrect at the generation time ofresponsiveand would have started from the beginning with an increased temperature\. In case of posthoc, it finds the most similar span that fits these token set and assigns the right evidence span because the difference with the original is one word\.## Appendix GFrequently occurring errors and their statistics
DatasetSettingAvg citationratio %Fullcoverage %Doc\-onlycit\. %Refusal%Verbosesnippet %Primacypos\-1 %Primacypos\-1,2 %Yes/Nocit\. rate %Duplicationrate %BioASQBaseline9\.80\.312\.90\.0–55\.381\.835\.60\.0Posthoc10\.30\.0–3\.514\.254\.482\.391\.58\.9Constrained9\.70\.0–5\.022\.255\.283\.990\.410\.3ASQABaseline17\.015\.35\.30\.2–65\.367\.8–0\.0Posthoc49\.339\.9–41\.75\.664\.165\.4–5\.3Constrained36\.128\.2–56\.635\.064\.366\.1–5\.6ExpertQABaseline36\.317\.86\.60\.1–36\.853\.352\.50\.0Posthoc38\.613\.2–17\.913\.950\.864\.274\.925\.6Constrained38\.113\.2–17\.613\.453\.266\.273\.427\.1
Table 8:Citation behavior metrics across datasets and settings\. “–” indicates the metric is not applicable for that setting\.## Appendix HInterpretation of rubric for Support and Relevance evaluation
DimensionScoresSupport1 \- No support: The snippet does not support the claim at all; they are unrelated or contradictory2 \- Barely support: I see why it was chosen, but I can’t say for sure there is support3 \- Partial support: The snippet supports some aspects of the claim but not others4 \- Support \(not all points\): Good support, but not all points from the snippet are addressed in the claim5 \- Full support: The snippet clearly and completely supports the claimRelevance1 \- Not relevant: The snippet has nothing to do with the question2 \- Barely relevant: Tangentially related but doesn’t help answer the question3 \- Partially relevant: Addresses some aspect of the question4 \- Mostly relevant: Directly related and helpful for answering5 \- Fully relevant: Directly answers the question; highly relevant information
Table 9:Annotation rubric for the Support and Relevance dimensions\.## Appendix ICitation support and relevance performance over the full set with GPT\-5\.4

Figure 10:Citation support and relevance performance over the full set with GPT\-5\.4Similar Articles
CiteVQA: Benchmarking Evidence Attribution for Trustworthy Document Intelligence
CiteVQA is a benchmark for document vision-language models that evaluates both answer correctness and citation of supporting evidence, revealing widespread attribution hallucinations where models provide correct answers but cite wrong regions.
Evidence-Ledger Adjudication for Claim-Evidence Traceability
This paper introduces evidence-ledger adjudication, a workflow for claim-evidence traceability in AI-assisted writing, evaluated on a blind benchmark from AVeriTeC, CLIMATE-FEVER, and SciFact, showing agent-based methods outperform baselines.
Calibrated Selective Fact-Checking via Evidence Chain Evaluation
This paper introduces Evidence Chain Evaluation (ECE), a selective fact-checking framework that allows LLM-based verification agents to abstain from giving verdicts when evidence is weak, sparse, or inconsistent. On ECE-Bench, ECE achieves 97.8% selective accuracy at 93.7% coverage, demonstrating a safety-oriented trade-off for handling epistemically weak evidence.
Evaluating and Guarding Citation Faithfulness in Agentic Scientific Synthesis
This paper evaluates citation faithfulness in agentic scientific synthesis systems, showing that current verifiers are unreliable with unsupported-citation rates varying from 3% to 18% depending on strictness. It proposes a gold-anchored evaluation protocol and a deployable guard that uses split-conformal prediction to provide a distribution-free bound on truly unsupported citations.
ProvenAI: Provenance-Native Traces of Evidence in Generated Answers
ProvenAI introduces a framework for decomposing transparency in multi-hop question answering into three independently measurable layers: answer correctness, citation fidelity, and per-document influence, revealing a citation-influence gap where cited sources may have weak influence while uncited sources significantly shape the output.