โ— PHANTOM
๐Ÿ‡ฎ๐Ÿ‡ณ IN
โœ•
Skip to content

AQ-MedAI/PulseMind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

PulseMind: A Multi-Modal Medical Model for Real-World Clinical Diagnosis

Official repository for "PulseMind: A Multi-Modal Medical Model for Real-World Clinical Diagnosis", accepted as an Oral paper at AAAI 2026.

Datasets, models, and benchmarks for PulseMind.


๐ŸŒ Overview

This repository provides the official codebase and evaluation scripts for the PulseMind project, together with:

  • ๐Ÿงช MediScope: a large-scale multimodal medical dataset.
    In this release, we provide a curated subset of ~1,000 cases (JSON + images). The full dataset is larger and will be gradually released.
  • ๐Ÿง  Models:
    • PulseMind-72B
  • ๐Ÿ“Š Benchmarks:
    • MedDiagnose โ€“ 237-sample test set (JSON + images)
    • CMtMedQA-test โ€“ 1,000-sample test set (JSON)
    • MedDiagnose-plus โ€“ 937-sample extended test set (JSON + images)

โš ๏ธ Due to size and privacy considerations, all datasets and model checkpoints are hosted externally and are not stored in this GitHub repository.
This repo mainly contains evaluation code.


๐Ÿ”— Dataset Download Link

  • MediScope (curated ~1k subset)

  • MedDiagnose (237 samples)

  • CMtMedQA-test (1,000 samples)

  • MedDiagnose-plus (937 samples)

    Download link

๐Ÿง  Model Checkpoint Links

After downloading, please follow the recommended directory layout
(e.g., place raw data under data/, benchmark test sets under Benchmark/,
and model checkpoints under model/), so that the provided evaluation scripts can run out of the box.


๐Ÿ“ Repository Structure (Code Only)

The GitHub repository mainly contains evaluation code and auxiliary configs:

.
โ”œโ”€โ”€ data/                        # (empty by default) place downloaded datasets here
โ”‚
โ”œโ”€โ”€ Benchmark/
โ”‚   โ”œโ”€โ”€ CMtMedQA-test/           # Folder for CMtMedQA-test data (JSON, etc.)
โ”‚   โ”œโ”€โ”€ MedDiagnose/             # Folder for MedDiagnose data (JSON + images)
โ”‚   โ”œโ”€โ”€ MedDiagnose-plus/        # Folder for MedDiagnose-plus data (JSON + images)
โ”‚   โ””โ”€โ”€ Eval/                    # Optional: extra evaluation utilities / configs
โ”‚
โ”œโ”€โ”€ model/                       # Place downloaded model checkpoints here
โ”‚
โ””โ”€โ”€ README.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published