[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"doc-detail-160266-en":3,"doc-seo-160266-105":30,"detail-sidebar-cat-0-en-105":95},{"code":4,"msg":5,"data":6},0,"success",{"doc_id":7,"user_id":8,"nickname":9,"user_avatar":10,"doc_module":4,"category_id":11,"category_name":12,"doc_title":13,"doc_description":14,"doc_content":15,"file_id":16,"file_url":17,"file_type":18,"file_size":19,"view_count":4,"is_deleted":4,"is_public":20,"is_downloadable":20,"audit_status":20,"page_count":21,"language":22,"language_code":23,"site_id":24,"html_lang":23,"table_of_contents":25,"faqs":26,"seo_title":27,"seo_description":14,"update_tm":28,"read_time":29},160266,962085564381,"Bintang","https://ap-avatar.wpscdn.com/davatar_6f874abed73319feea01a86fa6f0fab8",8,"Research & Report","What Breaks Knowledge Graph based RAG? Benchmarking and Empirical Insights into Reasoning under Incomplete Knowledge","Knowledge Graph-based Retrieval-Augmented Generation (KG-RAG) aims to combine large language model reasoning with the structured evidence of knowledge graphs, but evaluation practice often fails to isolate genuine reasoning. Existing benchmarks frequently include questions answerable from a single existing triple, while inconsistent metrics and permissive matching obscure fair comparison. This work proposes BRINK, a benchmark with a protocol targeting reasoning under knowledge incompleteness by removing direct supporting facts and requiring inference through alternative graph paths. Experiments show limited reasoning under missing knowledge, reliance on memorization, and design-dependent generalization.","What Breaks Knowledge Graph based RAG? Benchmarking and Empirical Insights into Reasoning under Incomplete Knowledge  \nDongzhuoran Zhou1,2 , Yuqicheng Zhu2,3 , Xiaxia Wang5 , Hongkuan Zhou2,3 , Yuan He4,5 , Jiaoyan Chen6 , Steffen Staab3,7 , Evgeny Kharlamov1,2  \n1University of Oslo, 2Bosch Center for AI, 3University of Stuttgart, 4Amazon,  \n5University of Oxford, 6The University of Manchester, 7University of Southampton  \n[dongzhuoran.zhou@de.bosch.com](dongzhuoran.zhou@de.bosch.com)  \nAbstract  \nKnowledge Graph-based Retrieval-Augmented Generation (KG-RAG) is an increasingly explored approach for combining the reasoning capabilities of large language models with the structured evidence of knowledge graphs. However, current evaluation practices fall short: existing benchmarks often include questions that can be directly answered using existing triplesin KG, making it unclear whether models perform reasoning or simply retrieve answers directly. Moreover, inconsistent evaluation metrics and lenient answer matching criteria further obscure meaningful comparisons. In this work, we introduce a general method for constructing benchmarks and present BRINK (Benchmark for Reasoning under Incomplete Knowledge) to systematically assess KG-RAG methods under knowledge incompleteness. Our empirical results show that current KG-RAG methods have limited reasoning ability under missing knowledge, often rely on internal memorization, and exhibit varying degrees of generalization depending on their design.  \n1 Introduction  \nRetrieval-Augmented Generation (RAG) has become a widely adopted framework for enhancing large language models (LLMs) by incorporating external knowledge through a retrieve-then-generate paradigm (Khandelwal et al., 2020 ; Izacard and Grave, 2021 ; Borgeaud et al., 2022 ; Ram et al., 2023 ; Zhu et al., 2025b) . By conditioning the generation on the retrieved documents, RAG enables LLMs to answer questions or perform tasks using more comprehensive and up-to-date knowledge than what is stored in their parameters. To improve retrieval accuracy, enable structured reasoning and support explanation, recent research has pivoted toward RAG methods based on Knowledge Graph (KG-RAG) (Han et al., 2024 ; Peng et al., 2024) . Most of them directly use existing knowledge graphs (KGs) (Luo et al., 2024 ; Sun et al.,  \n2024 ; Zhou et al., 2025b), while some of them construct and extend structured knowledge from unstructured documents (Fang et al., 2024) . Such KG-RAG systems are expected to be well-suited for structured reasoning, where answers require synthesizing information from multiple connected facts.  \nDespite growing interest, current evaluation practices for KG-RAG fall short in two key ways. First, most existing benchmarks (Yihet al., 2016 ; Talmor and Berant, 2018a) are constructed on top of complete KGs, where direct evidence supporting the answer is readily available. For example, given the question“Who is the brother of Justin Bieber?”, the KG contains the triple hasBrother(JustinBieber, JaxonBieber), allowing the system to answer the question without reasoning. However, realworld KGs are often incomplete, and answering such questions in practice may require reasoning over alternative paths, e.g., combining hasParent(JustinBieber, JeremyBieber) and hasChild(JeremyBieber, JaxonBieber) to infer the sibling relationship. As a result, current benchmarks do not assess whether KG-RAG methods can reason over missing knowledge or simply retrieve answers directly from explicit evidence.  \nSecond, evaluation protocols across KG-RAG studies lack standardization and rigor. We identify two pervasive issues: (1) ambiguous definitions, where metrics like “accuracy” fluctuate arbitrarily between Exact Match and permissive substring inclusion; and (2) implementation discrepancies, where official codebases frequently contradict their paper descriptions. For instance, several benchmarks describe using ranking-based metrics (e.g., Hits@1) but im","cbCaipBQQBY4E7Hs","https://ap.wps.com/l/cbCaipBQQBY4E7Hs","pdf",2887250,1,17,"English","en",105,"# Introduction\n## Evaluation gaps in KG-RAG benchmarks\n# Related Work\n## Knowledge Graph Question Answering (KGQA)\n# BRINK Benchmarking for Reasoning under Incomplete Knowledge\n## Construction method using rule mining and grounding removal\n# Empirical Findings","[{\"question\":\"Why do current KG-RAG benchmarks fail to measure reasoning reliably?\",\"answer\":\"Many benchmarks are built on complete knowledge graphs where the answer can be supported by an explicit triple, allowing systems to retrieve answers without multi-step reasoning. In addition, evaluation metrics and answer-matching criteria are often inconsistent or overly lenient.\"},{\"question\":\"What is BRINK and what problem does it address?\",\"answer\":\"BRINK is a benchmark for reasoning under incomplete knowledge. It is designed so each question cannot be answered using a single explicit triple and instead requires inferring the answer by reasoning over alternative paths in an incomplete KG.\"},{\"question\":\"How are BRINK questions constructed?\",\"answer\":\"BRINK uses a two-step process: it mines high-confidence logical rules from the KG with a rule mining algorithm, then generates natural language questions from rule groundings while removing the directly supporting triple.\"},{\"question\":\"What do the experiments reveal about existing KG-RAG methods?\",\"answer\":\"Most models perform poorly when direct supporting facts are removed, indicating limited reasoning capability under missing knowledge. Training-based methods show stronger robustness, and textual entity labels significantly improve performance, suggesting reliance on memorization.\"}]","What Breaks Knowledge Graph based RAG? Benchmarking and Empirical Insights into Reasoning under Incomplete Knowledge | PDF",1788053041,43,{"code":4,"msg":31,"data":32},"ok",{"site_id":24,"language":23,"slug":33,"title":13,"keywords":34,"description":14,"schema_data":35,"social_meta":90,"head_meta":92,"extra_data":94,"updated_unix":28},"what-breaks-knowledge-graph-based-rag-benchmarking-and-empirical-insights-into-reasoning-under-incomplete-knowledge","",{"@graph":36,"@context":89},[37,54,68],{"@type":38,"itemListElement":39},"BreadcrumbList",[40,44,48,51],{"item":41,"name":42,"@type":43,"position":20},"https://docshare.wps.com","Home","ListItem",{"item":45,"name":46,"@type":43,"position":47},"https://docshare.wps.com/document/","Document",2,{"item":49,"name":12,"@type":43,"position":50},"https://docshare.wps.com/document/research-report/",3,{"item":52,"name":13,"@type":43,"position":53},"https://docshare.wps.com/document/what-breaks-knowledge-graph-based-rag-benchmarking-and-empirical-insights-into-reasoning-under-incomplete-knowledge/160266/",4,{"url":52,"name":13,"@type":55,"author":56,"headline":13,"publisher":58,"fileFormat":61,"inLanguage":23,"description":14,"dateModified":62,"datePublished":62,"encodingFormat":61,"isAccessibleForFree":63,"interactionStatistic":64},"DigitalDocument",{"name":9,"@type":57},"Person",{"url":41,"name":59,"@type":60},"DocShare","Organization","application/pdf","2026-08-30",true,{"@type":65,"interactionType":66,"userInteractionCount":4},"InteractionCounter",{"@type":67},"ViewAction",{"@type":69,"mainEntity":70},"FAQPage",[71,77,81,85],{"name":72,"@type":73,"acceptedAnswer":74},"Why do current KG-RAG benchmarks fail to measure reasoning reliably?","Question",{"text":75,"@type":76},"Many benchmarks are built on complete knowledge graphs where the answer can be supported by an explicit triple, allowing systems to retrieve answers without multi-step reasoning. In addition, evaluation metrics and answer-matching criteria are often inconsistent or overly lenient.","Answer",{"name":78,"@type":73,"acceptedAnswer":79},"What is BRINK and what problem does it address?",{"text":80,"@type":76},"BRINK is a benchmark for reasoning under incomplete knowledge. It is designed so each question cannot be answered using a single explicit triple and instead requires inferring the answer by reasoning over alternative paths in an incomplete KG.",{"name":82,"@type":73,"acceptedAnswer":83},"How are BRINK questions constructed?",{"text":84,"@type":76},"BRINK uses a two-step process: it mines high-confidence logical rules from the KG with a rule mining algorithm, then generates natural language questions from rule groundings while removing the directly supporting triple.",{"name":86,"@type":73,"acceptedAnswer":87},"What do the experiments reveal about existing KG-RAG methods?",{"text":88,"@type":76},"Most models perform poorly when direct supporting facts are removed, indicating limited reasoning capability under missing knowledge. Training-based methods show stronger robustness, and textual entity labels significantly improve performance, suggesting reliance on memorization.","https://schema.org",{"og:url":52,"og:type":91,"og:title":13,"og:site_name":59,"og:description":14},"article",{"robots":93,"canonical":52},"index,follow",{"doc_id":7,"site_id":24},{"code":4,"msg":5,"data":96},[97,101,105,109,114,119,124,127,132,135,139],{"id":20,"doc_module":4,"doc_module_name":46,"category_name":98,"show_sort_weight":99,"slug":100},"Story & Novel",90,"story-novel",{"id":47,"doc_module":4,"doc_module_name":46,"category_name":102,"show_sort_weight":103,"slug":104},"Literature",80,"literature",{"id":53,"doc_module":4,"doc_module_name":46,"category_name":106,"show_sort_weight":107,"slug":108},"Exam",70,"exam",{"id":110,"doc_module":4,"doc_module_name":46,"category_name":111,"show_sort_weight":112,"slug":113},5,"Comic",60,"comic",{"id":115,"doc_module":4,"doc_module_name":46,"category_name":116,"show_sort_weight":117,"slug":118},6,"Technology",50,"technology",{"id":120,"doc_module":4,"doc_module_name":46,"category_name":121,"show_sort_weight":122,"slug":123},7,"Healthcare",40,"healthcare",{"id":11,"doc_module":4,"doc_module_name":46,"category_name":12,"show_sort_weight":125,"slug":126},30,"research-report",{"id":128,"doc_module":4,"doc_module_name":46,"category_name":129,"show_sort_weight":130,"slug":131},9,"Religion & Spirituality",20,"religion-spirituality",{"id":130,"doc_module":4,"doc_module_name":46,"category_name":133,"show_sort_weight":130,"slug":134},"World Cup","world-cup",{"id":136,"doc_module":4,"doc_module_name":46,"category_name":137,"show_sort_weight":136,"slug":138},10,"Lifestyle","lifestyle",{"id":140,"doc_module":4,"doc_module_name":46,"category_name":141,"show_sort_weight":110,"slug":142},19,"General","general"]