Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

BrainTumor - Brain Tumor Classification

Description

This dataset contains brain MRI images for tumor classification. The task involves classifying the type of brain tumor present in the imaging scan into one of four classes. 16 reasoning traces were collected for each example in this task by sampling with GPT-4o, available in the responses column. We greatly appreciate and build from the original data source available at https://www.kaggle.com/datasets/masoudnickparvar/brain-tumor-mri-dataset

Data Fields

  • question: The classification question ("Classify the brain tumor in the image")
  • options: Multiple choice options (4 tumor types)
  • answer: The correct tumor classification
  • image: Brain MRI image
  • responses: Model reasoning responses (in train split)

Splits

  • train: Training data with model responses
  • test: Test data for evaluation

Usage

from datasets import load_dataset

dataset = load_dataset("OctoMed/BrainTumor")

Citation

If you find our work helpful, feel free to give us a cite!

@article{ossowski2025octomed,
  title={OctoMed: Data Recipes for State-of-the-Art Multimodal Medical Reasoning},
  author={Ossowski, Timothy and Zhang, Sheng and Liu, Qianchu and Qin, Guanghui and Tan, Reuben and Naumann, Tristan and Hu, Junjie and Poon, Hoifung},
  journal={arXiv preprint arXiv:2511.23269},
  year={2025}
}
Downloads last month
34

Collection including OctoMed/BrainTumor

Paper for OctoMed/BrainTumor