paper-with-me

Papers

BioKGBench: A Knowledge Graph Checking Benchmark of AI Agent for Biomedical Science

2024-06-29 · Xinna Lin, Siqi Ma, Junjie Shan, Xiaojing Zhang, Shell Xu Hu, Tiannan Guo, Stan Z. Li, Kaicheng Yu

Pursuing artificial intelligence for biomedical science, a.k.a. AI Scientist, draws increasing attention, where one common approach is to build a copilot agent driven by Large Language Models (LLMs). However, to evaluate such systems, people either rely on direct Question-Answering (QA) to the LLM itself, or in a biomedical experimental manner. How to precisely benchmark biomedical agents from an AI Scientist perspective remains largely unexplored. To this end, we draw inspiration from one most important abilities of scientists, understanding the literature, and introduce BioKGBench. In contrast to traditional evaluation benchmark that only focuses on factual QA, where the LLMs are known to have hallucination issues, we first disentangle "Understanding Literature" into two atomic abilities, i) "Understanding" the unstructured text from research papers by performing scientific claim verification, and ii) Ability to interact with structured Knowledge-Graph Question-Answering (KGQA) as a form of "Literature" grounding. We then formulate a novel agent task, dubbed KGCheck, using KGQA and domain-based Retrieval-Augmented Generation (RAG) to identify the factual errors of existing large-scale knowledge graph databases. We collect over two thousand data for two atomic tasks and 225 high-quality annotated data for the agent task. Surprisingly, we discover that state-of-the-art agents, both daily scenarios and biomedical ones, have either failed or inferior performance on our benchmark. We then introduce a simple yet effective baseline, dubbed BKGAgent. On the widely used popular knowledge graph, we discover over 90 factual errors which provide scenarios for agents to make discoveries and demonstrate the effectiveness of our approach. The code and data are available at https://github.com/westlake-autolab/BioKGBench.

📄 PDF Abstract BibTeX arXiv:2407.00466

Code (1)

westlake-autolab/biokgbench.github.io 공식 구현

Tasks

AI AgentClaim VerificationGraph Question AnsweringHallucinationQuestion AnsweringRAGRetrieval-augmented Generation

Similar Papers 제목 키워드 기반

Hybrid Fact-Checking that Integrates Knowledge Graphs, Large Language Models, and Search-Based Retrieval Agents Improves Interpretable Claim Verification

2025-11-05 · Shaghayegh Kolli, Richard Rosenbaum, Timo Cavelius, Lasse Strothe 외 arxiv

Large language models (LLMs) excel in generating fluent utterances but can lack reliable grounding in verified information. At the same time, knowledge-graph-based fact-checkers deliver precise and interpretable evidence…

Knowledge Graphs

Reinforcement Learning-based Knowledge Graph Reasoning for Explainable Fact-checking

2023-10-11 · Gustav Nikopensius, Mohit Mayank, Orchid Chetia Phukan, Rajesh Sharma

Fact-checking is a crucial task as it ensures the prevention of misinformation. However, manual fact-checking cannot keep up with the rate at which false information is generated and disseminated online. Automated fact-c…

Fact CheckingMisinformationreinforcement-learningReinforcement Learning+1

Debate Dynamics for Human-comprehensible Fact-checking on Knowledge Graphs

2020-01-09 · Marcel Hildebrandt, Jorge Andres Quintero Serna, Yunpu Ma, Martin Ringsquandl 외

We propose a novel method for fact-checking on knowledge graphs based on debate dynamics. The underlying idea is to frame the task of triple classification as a debate game between two reinforcement learning agents which…

Common Sense ReasoningFact CheckingFairnessKnowledge Graphs+2

SciToolAgent: A Knowledge Graph-Driven Scientific Agent for Multi-Tool Integration

2025-07-27 · Keyan Ding, Jing Yu, Junjie Huang, Yuchen Yang 외 arxiv

Scientific research increasingly relies on specialized computational tools, yet effectively utilizing these tools demands substantial domain expertise. While Large Language Models (LLMs) show promise in tool automation, …

Understanding Inequality of LLM Fact-Checking over Geographic Regions with Agent and Retrieval models

2025-03-28 · Bruno Coelho, Shujaat Mirza, Yuyuan Cui, Christina Pöpper 외

Fact-checking is a potentially useful application of Large Language Models (LLMs) to combat the growing dissemination of disinformation. However, the performance of LLMs varies across geographic regions. In this paper, w…

Fact CheckingGeneral KnowledgeRAGRetrieval+1