paper-with-me

홈 › Papers

C$^2$-Cite: Contextual-Aware Citation Generation for Attributed Large Language Models

2025-11-19 · Yue Yu, Ting Bai, HengZhi Lan, Li Qian, Li Peng, Jie Wu, Wei Liu, Jian Luan, Chuan Shi arxiv

The attribution technique enhances the credibility of LLMs by adding citations to the generated sentences, enabling users to trace back to the original sources and verify the reliability of the output. However, existing instruction-tuned attributed LLMs often fail to properly interpret the contextual semantics of citation symbols (e.g., [i]) during text generation. This shortcoming arises from their insufficient awareness of the context information surrounding citation markers, which in turn leads to disjointed references and poor integration of retrieved knowledge into the generated content. To address this issue, we propose a novel \textbf{C}ontextual-aware \textbf{C}itation generation framework (\textbf{C$^2$}-\textbf{Cite}) that explicitly integrates the semantic relationships between citation markers and their referenced content. Specifically, a contextual citation alignment mechanism is adopted: it first encodes the retrieved document contexts into the symbol representation of citations, then aligns the marker numbers by decoding information from a citation router function. This mechanism enables the transformation of citation markers from generic placeholders into active knowledge pointers that link to the referenced source information. Experimental results on the ALCE benchmark across three datasets validate our framework C$^2$-Cite++: it outperforms the SOTA baseline by an average of 5.8\% in citation quality and 17.4\% in response correctness. The implementation is publicly available at https://github.com/BAI-LAB/c2cite

📄 PDF Abstract BibTeX arXiv:2602.00004

Code (0)

등록된 구현이 없습니다.

Tasks

Text Generation

Similar Papers 제목 키워드 기반

WebCiteS: Attributed Query-Focused Summarization on Chinese Web Search Results with Citations

2024-03-04 · Haolin Deng, Chang Wang, Xin Li, Dezhang Yuan 외

Enhancing the attribution in large language models (LLMs) is a crucial task. One feasible approach is to enable LLMs to cite external sources that support their generations. However, existing datasets and evaluation meth…

Query-focused Summarization

Explicit Evidence Grounding via Structured Inline Citation Generation

2026-06-05 · Anar Yeginbergen, Amelie Wührl, Anna Rogers, Rodrigo Agerri arxiv

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 t…

Question Answering

Attribution Gradients: Incrementally Unfolding Citations for Critical Examination of Attributed AI Answers

2025-10-01 · Hita Kambhamettu, Alyssa Hwang, Philippe Laban, Andrew Head arxiv

AI answer engines are a relatively new kind of information search tool: rather than returning a ranked list of documents, they generate an answer to a search question with inline citations to sources. But reading the cit…

KG-CTG: Citation Generation through Knowledge Graph-guided Large Language Models

2024-04-15 · Avinash Anand, Mohit Gupta, Kritarth Prasad, Ujjwal Goel 외

Citation Text Generation (CTG) is a task in natural language processing (NLP) that aims to produce text that accurately cites or references a cited document within a source document. In CTG, the generated text draws upon…

Knowledge GraphsText GenerationText Summarization

Are Finer Citations Always Better? Rethinking Granularity for Attributed Generation

2026-04-01 · Hexuan Wang, Jingyu Zhang, Benjamin Van Durme, Daniel Khashabi arxiv

Citation granularity - whether to cite individual sentences, paragraphs, or documents - is a critical design choice in attributed generation. While fine-grained citations are often preferred for precise human verificatio…