论文精读 | Simple Is Effective
Metadata Title: Simple Is Effective: The Roles of Graphs and Large Language Models in Knowledge-Graph-Based Retrieval-Augmented Generation Venue: ICLR 2025 Source Code: Github TL;DR Motivation: Retriever效率和准确性之间的平衡。 知识的结构信息没有被充分利用 Sections The SubgraphRAG Framework 图的建立 Given a training set of question-answer pairs D, the subgraph retriever learning problem can be formulated as the following problem: ...