AbhiKand commited on
Commit
30c3ebf
·
verified ·
1 Parent(s): 98f7fde

Update dataset license to noncommercial

Browse files
Files changed (1) hide show
  1. README.md +19 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: cc-by-4.0
3
  task_categories:
4
  - image-classification
5
  language:
@@ -37,6 +37,12 @@ This dataset has also been used in Active Prompt Tuning (APT) experiments. Image
37
 
38
  We thank Dr. Jan Cendelín and Dr. Yaroslav Kolinko at the Faculty of Medicine in Pilsen, Charles University, Czech Republic, for collecting and providing the tissue images and associated metadata. We are also grateful for their support in making this dataset publicly available so that the broader biomedical imaging and machine learning communities can use it.
39
 
 
 
 
 
 
 
40
  ## Image layout
41
 
42
  ```text
@@ -104,3 +110,15 @@ The APT repository also includes `setup_lurcher_data.py`, which downloads the im
104
  ## Intended use
105
 
106
  Use these fixed folds when comparing against the APT paper or repository results. Do not regenerate splits for direct comparison to reported fold-level numbers.
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: cc-by-nc-4.0
3
  task_categories:
4
  - image-classification
5
  language:
 
37
 
38
  We thank Dr. Jan Cendelín and Dr. Yaroslav Kolinko at the Faculty of Medicine in Pilsen, Charles University, Czech Republic, for collecting and providing the tissue images and associated metadata. We are also grateful for their support in making this dataset publicly available so that the broader biomedical imaging and machine learning communities can use it.
39
 
40
+ ## License and attribution
41
+
42
+ This dataset is released under the [Creative Commons Attribution-NonCommercial 4.0 International License](https://creativecommons.org/licenses/by-nc/4.0/). You may share and adapt the dataset for non-commercial purposes with appropriate attribution. Commercial use requires separate written permission from the rights holders.
43
+
44
+ If you use the dataset, fold manifests, seed prompts, or prompt bank in research, cite the associated APT paper listed below and retain attribution to the dataset contributors.
45
+
46
  ## Image layout
47
 
48
  ```text
 
110
  ## Intended use
111
 
112
  Use these fixed folds when comparing against the APT paper or repository results. Do not regenerate splits for direct comparison to reported fold-level numbers.
113
+
114
+ ## Citation
115
+
116
+ ```bibtex
117
+ @inproceedings{kandiyana2026apt,
118
+ title={A Human-in-the-Loop Framework for Efficient Prompt Selection in Microscopy Vision-Language Models},
119
+ author={Kandiyana, Abhiram and Mali, Ankur and Hall, Lawrence O. and Mouton, Peter R. and Goldgof, Dmitry},
120
+ booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
121
+ pages={6229-6238},
122
+ year={2026}
123
+ }
124
+ ```