Dataset Viewer
Auto-converted to Parquet Duplicate
id
string
text
string
doc1
Abstract Gaucher disease, an autosomal recessively inherited lysosomal storage disorder, results from biallelic mutations in the GBA1 gene resulting in deficient activity of the enzyme glucocerebrosidase. In Gaucher disease, the reduced levels and activity of glucocerebrosidase lead to a disparity in the rates of forma...
doc2
Background Gaucher’s disease (GD), a rare condition, represents the most common lysosomal storage disorder. The cardinal manifestations of GD are fatigue, hepatosplenomegaly, anemia, thrombocytopenia, bone pain, and bone infarction, thereby culminating in a marked deterioration of patients’ quality of life (QoL). Patie...
doc3
What is Gaucher disease? Gaucher disease is a rare genetic disorder passed down from parents to children (inherited). When you have Gaucher disease, you are missing an enzyme that breaks down fatty substances called lipids. Lipids start to build up in certain organs such as your spleen and liver. This can cause many di...
doc4
Gaucher (go-SHAY) disease is the result of a buildup of certain fatty substances in certain organs, particularly your spleen and liver. This causes these organs to enlarge and can affect their function. The fatty substances also can build up in bone tissue, weakening the bone and increasing the risk of fractures. If th...
doc5
Gaucher disease is an autosomal recessive disease and the most prevalent lysosomal storage disorder with an incidence of about 1 in 20,000 live births. Despite the fact that GD consists of a phenotypic spectrum with varying degrees of severity, it has been subdivided in three subtypes according to the presence or absen...
doc6
Abstract Gaucher disease (GD, ORPHA355) is a rare, autosomal recessive genetic disorder. It is caused by a deficiency of the lysosomal enzyme, glucocerebrosidase, which leads to an accumulation of its substrate, glucosylceramide, in macrophages. In the general population, its incidence is approximately 1/40,000 to 1/60...
doc7
Abstract Incidence and prevalence estimates for Gaucher disease (GD) are scarce for this rare disease and can be variable within the same region. This review provides a qualitative synthesis of global GD incidence and prevalence estimates, GD1–3 type-specific and overall, published in the last 10 years. A targeted lite...
doc8
Genetic Research on Gaucher Disease Gaucher disease results from a mutation on the glucocerebrosidase (GCase) gene, causing low GCase enzyme activity. GCase enzyme breaks down glucocerebroside, a fatty chemical that builds up in the bodies of patients with Gaucher disease. New research on the genetics of Gaucher diseas...
doc9
"ABSTRACT Gaucher disease (GD) is a rare, genetic lysosomal disorder leading to lipid accumulation a(...TRUNCATED)
doc10
"Abstract Background Gaucher disease (GD) is one of the most prevalent lysosomal storage diseases an(...TRUNCATED)
End of preview. Expand in Data Studio

Gaucher Disease QA

A long-form, multi-hop question answering dataset about Gaucher disease, a rare lysosomal storage disorder caused by mutations in the GBA1 gene.

Dataset Description

This dataset contains 25 expert-curated causal reasoning questions grounded in 20 biomedical articles covering the genetics, pathophysiology, clinical manifestations, and treatment of Gaucher disease. Each question requires synthesizing information from multiple source documents to produce a comprehensive answer, making it a challenging benchmark for multi-hop QA and biomedical causal inference.

Key Properties

  • Domain: Biomedical / rare disease / genetics
  • Question type: Long-form causal reasoning (not extractive)
  • Multi-hop: Every question requires evidence from 2-4 source documents
  • Total queries: 25
  • Total documents: 20
  • Total relevance judgments: 86
  • Average documents per query: 3.4

Dataset Format (BEIR-style)

The dataset follows the BEIR format with three JSONL files:

queries.jsonl

{"id": "q1", "question": "How does a mutation in the GBA gene disrupt the catalytic activity of glucocerebrosidase?", "answer": "Mutations in the GBA gene can cause the enzyme to fold improperly..."}

corpus.jsonl

{"id": "doc1", "text": "Full article text..."}

qrels.jsonl

{"query_id": "q1", "doc_ids": ["doc1", "doc8", "doc15", "doc19"]}

Topics Covered

The questions span the full causal chain of Gaucher disease:

  • Molecular basis: GBA1 mutations, enzyme misfolding, residual activity, genotype-phenotype correlations
  • Cellular pathology: Glucocerebroside accumulation, Gaucher cell formation, lysosomal dysfunction
  • Organ involvement: Splenomegaly, hepatomegaly, bone marrow infiltration, impaired hematopoiesis
  • Neurological complications: Neuronopathic types 2/3, cognitive difficulties, Parkinson's disease link (alpha-synuclein/GCase vicious cycle)
  • Metabolic effects: Hypermetabolism (REE 44% elevated), GM3-mediated insulin resistance, AKT pathway disruption
  • Clinical management: ERT vs SRT (eliglustat/CYP2D6), splenectomy risks, biomarkers (chitotriosidase), imaging
  • Emerging therapies: Gene therapy (AAV vectors, BBB crossing)
  • Genetics: Autosomal recessive inheritance, genetic counseling

Usage

from datasets import load_dataset

dataset = load_dataset("jashparekh/gaucher-disease-qa")

Or load the JSONL files directly:

import json

queries = [json.loads(line) for line in open("queries.jsonl")]
corpus = [json.loads(line) for line in open("corpus.jsonl")]
qrels = [json.loads(line) for line in open("qrels.jsonl")]

Intended Use

  • Benchmarking multi-hop question answering systems on biomedical text
  • Evaluating causal reasoning over scientific/medical document collections
  • Testing retrieval-augmented generation (RAG) pipelines on domain-specific content
  • Evaluating knowledge graph-based QA systems for rare disease information

Source

All questions and gold answers were expert-curated and verified against the 20 source articles. The articles include clinical reviews, gene therapy research papers, patient-facing medical resources, and comprehensive disease overviews from sources such as GeneReviews, NORD, NIH, Mayo Clinic, and peer-reviewed journals.

Citation

This dataset was created as part of the SARG (Structure-Augmented Reasoning Generation) project. If you use this dataset, please cite:

@article{parekh2025structure,
  title={Structure-Augmented Reasoning Generation},
  author={Parekh, Jash Rajesh and Jiang, Pengcheng and Han, Jiawei},
  journal={arXiv preprint arXiv:2506.08364},
  year={2025}
}

License

MIT

Downloads last month
31

Paper for jashparekh/gaucher-disease-qa