paper-with-me

홈 › Papers

STAR: Semantic-Tuned and Tail-Adaptive Retriever for Graph-Augmented Generation

2026-04-11 · Shuai Li, Chen Huang, Duanyu Feng, Wenqiang Lei, See-Kiong Ng arxiv

To augment Large Language Models (LLMs) for multi-hop question answering, a mainstream solution within Graph Retrieval Augmented Generation (GraphRAG) leverages lightweight retrievers to efficiently extract information from a given Knowledge Graph (KG). However, existing methods often overlook the inherent challenge of sparse semantic information in graphs. Specifically, our experiments reveal that these methods produce biased retrieval Semantic Shortcut Bias and Long-Tail Path Bias, leading to inadequate semantic modeling and limited GraphRAG effectiveness. To address these issues, we propose STAR, a semantic-tuned and tail-adaptive retriever for GraphRAG. STAR integrates two key learning paradigms: token-level interaction learning and path-weighted contrastive learning. The former employs a cross-attention architecture and a hard path mining mechanism to jointly model the query and path, thereby mitigating the Semantic Shortcut Bias. The latter introduces a tailored contrastive learning objective that utilizes tail-adaptive path weighting, designed to optimize the training process and ease the Long-Tail Path Bias. Extensive experiments demonstrate that STAR consistently outperforms baselines, achieving average retrieval performance gains of 1.8\% and LLM QA performance improvements of 2.2\% across all benchmark datasets. Our code is available at https://anonymous.4open.science/r/STAR-C583.

📄 PDF Abstract BibTeX arXiv:2605.18765

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-hop Question AnsweringContrastive Learning

Similar Papers 제목 키워드 기반

GRASP: Plan-Guided Graph Retrieval with Adaptive Fusion and Reranking on Semi-Structured Knowledge Bases

2026-05-28 · Yicheng Tao, Yiqun Wang, Xiangchen Song, Xin Luo 외 arxiv

Semi-structured knowledge bases (SKBs) embed textual documents in a typed graph of entities and relations, and underpin applications such as product search, academic paper search, and precision-medicine inquiries. Existi…

Diagnosing and Mitigating Retrieval Bottlenecks in LLM-Based Cold-Start Recommendation

2026-06-29 · Zhe Dong, Fang Qin, Manish Shah, Yicheng Wang arxiv

Large language models (LLMs) are increasingly used as rerankers in recommender systems, with the expectation that semantic understanding will help in cold-start and long-tail regimes. We test this assumption with a five-…

GLM-RAG: Graph Language Models for Graph-Based Retrieval-Augmented Generation

2026-07-30 · Maya Arseven, Anette Frank, Beni Egressy, Johann Higl 외 arxiv

Retrieval-augmented generation (RAG) over knowledge graphs requires retrievers that can effectively capture both graph structure and semantic information. Recent approaches have explored graph neural network (GNN)-based …

Graph Neural NetworkKnowledge Graphs

INSTRUCTIR: A Benchmark for Instruction Following of Information Retrieval Models

2024-02-22 · Hanseok Oh, Hyunji Lee, Seonghyeon Ye, Haebin Shin 외

Despite the critical need to align search targets with users' intention, retrievers often only prioritize query information without delving into the users' intended search context. Enhancing the capability of retrievers …

Information RetrievalInstruction FollowingLanguage ModelingLanguage Modelling+1

XAMPLER: Learning to Retrieve Cross-Lingual In-Context Examples

2024-05-08 · Peiqin Lin, André F. T. Martins, Hinrich Schütze

Recent studies indicate that leveraging off-the-shelf or fine-tuned retrievers, capable of retrieving relevant in-context examples tailored to the input query, enhances few-shot in-context learning of English. However, a…

In-Context LearningLanguage ModelingLanguage ModellingLarge Language Model+5