paper-with-me

홈 › Papers

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

2024-04-15 · Avinash Anand, Mohit Gupta, Kritarth Prasad, Ujjwal Goel, Naman Lal, Astha Verma, Rajiv Ratn Shah

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 contextual cues from both the source document and the cited paper, ensuring accurate and relevant citation information is provided. Previous work in the field of citation generation is mainly based on the text summarization of documents. Following this, this paper presents a framework, and a comparative study to demonstrate the use of Large Language Models (LLMs) for the task of citation generation. Also, we have shown the improvement in the results of citation generation by incorporating the knowledge graph relations of the papers in the prompt for the LLM to better learn the relationship between the papers. To assess how well our model is performing, we have used a subset of standard S2ORC dataset, which only consists of computer science academic research papers in the English Language. Vicuna performs best for this task with 14.15 Meteor, 12.88 Rouge-1, 1.52 Rouge-2, and 10.94 Rouge-L. Also, Alpaca performs best, and improves the performance by 36.98% in Rouge-1, and 33.14% in Meteor by including knowledge graphs.

📄 PDF Abstract BibTeX arXiv:2404.09763

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge GraphsText GenerationText Summarization

Similar Papers 제목 키워드 기반

SciRAG: Adaptive, Citation-Aware, and Outline-Guided Retrieval and Synthesis for Scientific Literature

2025-11-18 · Hang Ding, Yilun Zhao, Tiansheng Hu, Manasi Patwardhan 외 arxiv

The accelerating growth of scientific publications has intensified the need for scalable, trustworthy systems to synthesize knowledge across diverse literature. While recent retrieval-augmented generation (RAG) methods h…

CAGE: Cognitive Attribution Graphs for Faithful Inline Citation Generation in Long-Form Question Answering

2026-07-27 · Zhichao Yan, Shizhao Li, Jiapu Wang, Haoran Luo 외 arxiv

Long-form question answering increasingly relies on retrieved evidence to make LLM outputs verifiable, with inline citations tracing claims to source documents. However, existing systems often attach citations that are t…

Question AnsweringAnswer Generation

Why Neighborhoods Matter: Traversal Context and Provenance in Agentic GraphRAG

2026-05-14 · Riccardo Terrenzi, Maximilian von Zastrow, Serkan Ayvaz arxiv

Retrieval-Augmented Generation can improve factuality by grounding answers in external evidence, but Agentic GraphRAG complicates what it means for citations to be faithful. In these systems, an agent explores a knowledg…

TechRAG: Evidence-Gated Multimodal Agentic RAG for Technical Literature Reasoning

2026-06-01 · Kanwar Bharat Singh arxiv

This paper presents an agentic multimodal retrieval-augmented generation (RAG) framework for domain-specific literature reasoning, instantiated on a curated corpus of several thousand papers in intelligent tires, vehicle…

Text Retrieval

Transparentize the Internal and External Knowledge Utilization in LLMs with Trustworthy Citation

2025-04-21 · Jiajun Shen, Tong Zhou, Yubo Chen, Delai Qiu 외

While hallucinations of large language models could been alleviated through retrieval-augmented generation and citation generation, how the model utilizes internal knowledge is still opaque, and the trustworthiness of it…

RetrievalRetrieval-augmented Generation