paper-with-me

Papers

Graph-Guided Concept Selection for Efficient Retrieval-Augmented Generation

2025-10-28 · Ziyu Liu, Yijing Liu, Jianfei Yuan, Minzhi Yan, Le Yue, Honghui Xiong, Yi Yang arxiv

Graph-based RAG constructs a knowledge graph (KG) from text chunks to enhance retrieval in Large Language Model (LLM)-based question answering. It is especially beneficial in domains such as biomedicine, law, and political science, where effective retrieval often involves multi-hop reasoning over proprietary documents. However, these methods demand numerous LLM calls to extract entities and relations from text chunks, incurring prohibitive costs at scale. Through a carefully designed ablation study, we observe that certain words (termed concepts) and their associated documents are more important. Based on this insight, we propose Graph-Guided Concept Selection (G2ConS). Its core comprises a chunk selection method and an LLM-independent concept graph. The former selects salient document chunks to reduce KG construction costs; the latter closes knowledge gaps introduced by chunk selection at zero cost. Evaluations on multiple real-world datasets show that G2ConS outperforms all baselines in construction cost, retrieval effectiveness, and answering quality.

📄 PDF Abstract BibTeX arXiv:2510.24120

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Similar Papers 제목 키워드 기반

Knowledge Graph-Guided Retrieval Augmented Generation

2025-02-08 · Xiangrong Zhu, Yuexiang Xie, Yi Liu, Yaliang Li 외

Retrieval-augmented generation (RAG) has emerged as a promising technology for addressing hallucination issues in the responses generated by large language models (LLMs). Existing studies on RAG primarily focus on applyi…

DiversityHallucinationKnowledge GraphsRAG+2

SentGraph: Hierarchical Sentence Graph for Multi-hop Retrieval-Augmented Question Answering

2026-01-06 · Junli Liang, Pengfei Zhou, Wangqiu Zhou, Wenjie Qing 외 arxiv

Traditional Retrieval-Augmented Generation (RAG) effectively supports single-hop question answering with large language models but faces significant limitations in multi-hop question answering tasks, which require combin…

Multi-hop Question AnsweringAnswer Generation

CE-GOCD: Central Entity-Guided Graph Optimization for Community Detection to Augment LLM Scientific Question Answering

2026-01-29 · Jiayin Lan, Jiaqi Li, Baoxin Wang, Ming Liu 외 arxiv

Large Language Models (LLMs) are increasingly used for question answering over scientific research papers. Existing retrieval augmentation methods often rely on isolated text chunks or concepts, but overlook deeper seman…

Community DetectionQuestion AnsweringKnowledge Graphs

TagRAG: Tag-guided Hierarchical Knowledge Graph Retrieval-Augmented Generation

2025-10-18 · Wenbiao Tao, Xinyuan Li, Yunshi Lan, Weining Qian arxiv

Retrieval-Augmented Generation enhances language models by retrieving external knowledge to support informed and grounded responses. However, traditional RAG methods rely on fragment-level retrieval, limiting their abili…

Information Extraction

FinGEAR: Financial Mapping-Guided Enhanced Answer Retrieval

2025-09-15 · Ying Li, Mengyu Wang, Miguel de Carvalho, Sotirios Sabanis 외 arxiv

Financial disclosures such as 10-K filings present challenging retrieval problems due to their length, regulatory section hierarchy, and domain-specific language, which standard retrieval-augmented generation (RAG) model…