paper-with-me

홈 › Papers

BioGraphletQA: Knowledge-Anchored Generation of Complex QA Datasets

2026-04-28 · Richard A. A. Jonker, Bárbara Maria Ribeiro de Abreu Martins, Sérgio Matos arxiv

This paper presents a principled and scalable framework for systematically generating complex Question Answering (QA) data. In the core of this framework is a graphlet-anchored generation process, where small subgraphs from a Knowledge Graph (KG) are used in a structured prompt to control the complexity and ensure the factual grounding of questions generated by Large Language Models. The first instantiation of this framework is BioGraphletQA, a new biomedical KGQA dataset of 119,856 QA pairs. Each entry is grounded in a graphlet of up to five nodes from the OREGANO KG, with most of the pairs being enriched with relevant document snippets from PubMed. We start by demonstrating the framework's value and the dataset's quality through evaluation by a domain expert on 106 QA pairs, confirming the high scientific validity and complexity of the generated data. Secondly, we establish its practical utility by showing that augmenting downstream benchmarks with our data improves accuracy on PubMedQA from 49.2% to 68.5% in a low-resource setting, and on MedQA from a 41.4% baseline to 44.8% in a full-resource setting. Our framework provides a robust and generalizable solution for creating critical resources to advance complex QA tasks, including MCQA and KGQA. All resources supporting this work, including the dataset (https://zenodo.org/records/17381119) and framework code (https://github.com/ieeta-pt/BioGraphletQA), are publicly available to facilitate use, reproducibility and extension.

📄 PDF Abstract BibTeX arXiv:2604.26048

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Results from the Paper

RankTaskDatasetModelMetrics
#24 Question Answering MedQA BioGraphletQA Accuracy: 41.4
#34 Question Answering PubMedQA BioGraphletQA Accuracy: 49.2

Similar Papers 제목 키워드 기반

PAT-Questions: A Self-Updating Benchmark for Present-Anchored Temporal Question-Answering

2024-02-16 · Jannat Ara Meem, Muhammad Shihab Rashid, Yue Dong, Vagelis Hristidis

Existing work on Temporal Question Answering (TQA) has predominantly focused on questions anchored to specific timestamps or events (e.g. "Who was the US president in 1970?"). Little work has studied questions whose temp…

Question AnsweringRAGRetrieval-augmented Generation

KAST-BAR: Knowledge-Anchored Semantically-Dynamic Topology Brain Autoregressive Modeling for Universal Neural Interpretation

2026-05-13 · Haoning Wang, Wenchao Yang, Shuai Shen, Yang Li arxiv

While EEG foundation models have shown significant potential in universal neural decoding across tasks, their advancement remains constrained by the inadequacy modeling of complex spatiotemporal topology, as well as the …

ClueAnchor: Clue-Anchored Knowledge Reasoning Exploration and Optimization for Retrieval-Augmented Generation

2025-05-30 · Hao Chen, Yukun Yan, Sen Mei, Wanxiang Che 외

Retrieval-Augmented Generation (RAG) augments Large Language Models (LLMs) with external knowledge to improve factuality. However, existing RAG systems frequently underutilize the retrieved documents, failing to extract …

RAGRetrievalRetrieval-augmented Generation

AnCoder: Anchored Code Generation via Discrete Diffusion Models

2026-02-05 · Anton Xue, Litu Rout, Constantine Caramanis, Sanjay Shakkottai arxiv

Diffusion language models offer a compelling alternative to autoregressive code generation, enabling global planning and iterative refinement of complex program logic. However, existing approaches fail to respect the rig…

Code Generation

Anchored Decoding: Provably Reducing Copyright Risk for Any Language Model

2026-02-06 · Jacqueline He, Jonathan Hayase, Wen-tau Yih, Sewoong Oh 외 arxiv

Language models (LMs) tend to memorize portions of their training data and emit verbatim spans. When the underlying sources are sensitive or copyright-protected, such reproduction raises issues of consent and compensatio…