wenxuanchelsea commited on
Commit
664eae4
·
verified ·
1 Parent(s): 6d004c3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md CHANGED
@@ -1,3 +1,29 @@
1
  ---
2
  license: cc-by-nc-nd-4.0
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-nd-4.0
3
+ size_categories:
4
+ - 10K<n<100K
5
  ---
6
+
7
+
8
+ ## Download CancerVerse
9
+ ```bash
10
+ mkdir CancerVerse
11
+ cd CancerVerse
12
+ huggingface-cli download wenxuanchelsea/CancerVerse --repo-type dataset --local-dir .
13
+ ```
14
+ ## Citation
15
+
16
+ If you find CancerVerse useful in your research, please cite:
17
+
18
+ ```bibtex
19
+ @article{li2026radthinking,
20
+ title={RadThinking: A Dataset for Longitudinal Clinical Reasoning in Radiology},
21
+ author={Li, Wenxuan and Bassi, Pedro RAS and Zhou, Xinze and Wasserthal, Jakob and Yuille, Alan L and Zhou, Zongwei},
22
+ journal={arXiv preprint arXiv:2605.10761},
23
+ year={2026}
24
+ }
25
+ ```
26
+
27
+ ---
28
+ license: cc-by-nc-4.0
29
+ ---