File size: 1,625 Bytes
0441dc6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3b40252
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
task_categories:
  - image-classification
  - feature-extraction
tags:
  - medical
  - pathology
  - radiology
  - clinical
  - oncology
  - whole-slide-image
  - dicom
  - multimodal
size_categories:
  - n<1K
pretty_name: HoneyBee Sample Files
---

# HoneyBee Sample Files

Sample data for the [HoneyBee](https://github.com/Lab-Rasool/HoneyBee) framework — a scalable, modular toolkit for multimodal AI in oncology.

These files are used by the HoneyBee example notebooks to demonstrate clinical, pathology, and radiology processing pipelines.

**Paper**: [HoneyBee: A Scalable Modular Framework for Creating Multimodal Oncology Datasets with Foundational Embedding Models](https://arxiv.org/abs/2405.07460)
**Package**: [`pip install honeybee-ml`](https://pypi.org/project/honeybee-ml/)

## Files

| File | Type | Size | Description |
|------|------|------|-------------|
| `sample.PDF` | Clinical | 70 KB | De-identified clinical report (PDF) for NLP extraction |
| `sample.svs` | Pathology | 146 MB | Whole-slide image (Aperio SVS) for tissue detection, patch extraction, and embedding |
| `CT/` | Radiology | 105 MB | CT scan with 2 DICOM series (205 slices total) for radiology preprocessing |

### CT Directory Structure

```
CT/
├── 1.3.6.1.4.1.14519.5.2.1.6450.4007.1209.../ (101 slices)
└── 1.3.6.1.4.1.14519.5.2.1.6450.4007.2906.../ (104 slices)
```

## Citation

```bibtex
Tripathi, A., Waqas, A., Schabath, M.B. et al. HONeYBEE: enabling scalable multimodal AI in
oncology through foundation model-driven embeddings. npj Digit. Med. 8, 622 (2025).
https://doi.org/10.1038/s41746-025-02003-4
```