--- language: - en license: mit task_categories: - question-answering - text-retrieval - other pretty_name: BioKGBench size_categories: 10K Github

## Introduction 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 dataset, we discover over 90 factual errors which yield the effectiveness of our approach, yields substantial value for both the research community or practitioners in the biomedical domain. ## Overview
Dataset(Need to download from huggingface) * **bioKG**: The knowledge graph used in the dataset. * **KGCheck**: Given a knowledge graph and a scientific claim, the agent needs to check whether the claim is supported by the knowledge graph. The agent can interact with the knowledge graph by asking questions and receiving answers. * **Dev**: 20 samples * **Test**: 205 samples * **corpus**: 51 samples * **KGQA**: Given a knowledge graph and a question, the agent needs to answer the question based on the knowledge graph. * **Dev**: 60 samples * **Test**: 638 samples * **SCV**: Given a scientific claim and a research paper, the agent needs to check whether the claim is supported by the research paper. * **Dev**: 120 samples * **Test**: 1265 samples * **corpus**: 5664 samples
## Citation ## Contact For adding new features, looking for helps, or reporting bugs associated with `BioKGBench`, please open a [GitHub issue](https://github.com/A4Bio/ProteinInvBench/issues) and [pull request](https://github.com/A4Bio/ProteinInvBench/pulls) with the tag `new features`, `help wanted`, or `enhancement`. Feel free to contact us through email if you have any questions. - Xinna Lin(linxinna@westlake.edu.cn), Westlake University - Siqi Ma(masiqi@westlake.edu.cn), Westlake University - Junjie Shan(shanjunjie@westlake.edu.cn), Westlake University - Xiaojing Zhang(zhangxiaojing@westlake.edu.cn), Westlake University