paper-with-me

홈 › Papers

Diagnosing and Addressing Pitfalls in KG-RAG Datasets: Toward More Reliable Benchmarking

2025-05-29 · Liangliang Zhang, Zhuorui Jiang, Hongliang Chi, Haoyang Chen, Mohammed Elkoumy, Fali Wang, Qiong Wu, Zhengyi Zhou, Shirui Pan, Suhang Wang, Yao Ma

Knowledge Graph Question Answering (KGQA) systems rely on high-quality benchmarks to evaluate complex multi-hop reasoning. However, despite their widespread use, popular datasets such as WebQSP and CWQ suffer from critical quality issues, including inaccurate or incomplete ground-truth annotations, poorly constructed questions that are ambiguous, trivial, or unanswerable, and outdated or inconsistent knowledge. Through a manual audit of 16 popular KGQA datasets, including WebQSP and CWQ, we find that the average factual correctness rate is only 57 %. To address these issues, we introduce KGQAGen, an LLM-in-the-loop framework that systematically resolves these pitfalls. KGQAGen combines structured knowledge grounding, LLM-guided generation, and symbolic verification to produce challenging and verifiable QA instances. Using KGQAGen, we construct KGQAGen-10k, a ten-thousand scale benchmark grounded in Wikidata, and evaluate a diverse set of KG-RAG models. Experimental results demonstrate that even state-of-the-art systems struggle on this benchmark, highlighting its ability to expose limitations of existing models. Our findings advocate for more rigorous benchmark construction and position KGQAGen as a scalable framework for advancing KGQA evaluation.

📄 PDF Abstract BibTeX arXiv:2505.23495

Code (0)

등록된 구현이 없습니다.

Tasks

BenchmarkingGraph Question AnsweringQuestion AnsweringRAG

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Are Ensemble Classifiers Powerful Enough for the Detection and Diagnosis of Intermediate-Severity Faults?

2020-07-07 · Baihong Jin, Yingshui Tan, Yuxin Chen, Kameshwar Poolla 외

Intermediate-Severity (IS) faults present milder symptoms compared to severe faults, and are more difficult to detect and diagnose due to their close resemblance to normal operating conditions. The lack of IS fault examp…

Fault Detection

Diagnosing and fixing common problems in Bayesian optimization for molecule design

2024-06-11 · Austin Tripp, José Miguel Hernández-Lobato

Bayesian optimization (BO) is a principled approach to molecular design tasks. In this paper we explain three pitfalls of BO which can cause poor empirical performance: an incorrect prior width, over-smoothing, and inade…

Bayesian Optimization

Nine Potential Pitfalls when Designing Human-AI Co-Creative Systems

2021-04-01 · Daniel Buschek, Lukas Mecke, Florian Lehmann, Hai Dang

This position paper examines potential pitfalls on the way towards achieving human-AI co-creation with generative models in a way that is beneficial to the users' interests. In particular, we collected a set of nine pote…

Position

Pitfalls in Language Models for Code Intelligence: A Taxonomy and Survey

2023-10-27 · Xinyu She, Yue Liu, Yanjie Zhao, Yiling He 외

Modern language models (LMs) have been successfully employed in source code generation and understanding, leading to a significant increase in research focused on learning-based code intelligence, such as automated bug r…

Code Generation

Visual Data Diagnosis and Debiasing with Concept Graphs

2024-09-26 · Rwiddhi Chakraborty, Yinong Wang, Jialu Gao, Runkai Zheng 외

The widespread success of deep learning models today is owed to the curation of extensive datasets significant in size and complexity. However, such models frequently pick up inherent biases in the data during the traini…

Data AugmentationKnowledge Graphs