Datasets:

Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
aakashtripathi commited on
Commit
79598c4
·
verified ·
1 Parent(s): 8dbbfd9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -81
README.md CHANGED
@@ -20,11 +20,8 @@ pretty_name: TCGA
20
  ---
21
 
22
  # Dataset Card for Dataset Name
23
-
24
  <!-- Provide a quick summary of the dataset. -->
25
 
26
- This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
27
-
28
  ## Dataset Details
29
 
30
  ### Dataset Description
@@ -57,24 +54,6 @@ pathology_report_dataset = load_dataset("Lab-Rasool/TCGA", "pathology_report", s
57
  slide_dataset = load_dataset("Lab-Rasool/TCGA", "slide_image", split="train")
58
  ```
59
 
60
- ### Direct Use
61
-
62
- <!-- This section describes suitable use cases for the dataset. -->
63
-
64
- [More Information Needed]
65
-
66
- ### Out-of-Scope Use
67
-
68
- <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
69
-
70
- [More Information Needed]
71
-
72
- ## Dataset Structure
73
-
74
- <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
75
-
76
- [More Information Needed]
77
-
78
  ## Dataset Creation
79
 
80
  ### Curation Rationale
@@ -99,66 +78,17 @@ slide_dataset = load_dataset("Lab-Rasool/TCGA", "slide_image", split="train")
99
 
100
  [More Information Needed]
101
 
102
- ### Annotations [optional]
103
-
104
- <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
105
-
106
- #### Annotation process
107
-
108
- <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
109
-
110
- [More Information Needed]
111
-
112
- #### Who are the annotators?
113
-
114
- <!-- This section describes the people or systems who created the annotations. -->
115
-
116
- [More Information Needed]
117
-
118
- #### Personal and Sensitive Information
119
-
120
- <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
121
-
122
- [More Information Needed]
123
-
124
- ## Bias, Risks, and Limitations
125
-
126
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
127
-
128
- [More Information Needed]
129
-
130
- ### Recommendations
131
-
132
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
133
-
134
- Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
135
-
136
- ## Citation [optional]
137
 
 
138
  <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
139
 
140
- **BibTeX:**
141
-
142
- [More Information Needed]
143
-
144
- **APA:**
145
-
146
- [More Information Needed]
147
-
148
- ## Glossary [optional]
149
-
150
- <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
151
-
152
- [More Information Needed]
153
-
154
- ## More Information [optional]
155
-
156
- [More Information Needed]
157
-
158
- ## Dataset Card Authors [optional]
159
-
160
- [More Information Needed]
161
-
162
- ## Dataset Card Contact
163
-
164
- [More Information Needed]
 
20
  ---
21
 
22
  # Dataset Card for Dataset Name
 
23
  <!-- Provide a quick summary of the dataset. -->
24
 
 
 
25
  ## Dataset Details
26
 
27
  ### Dataset Description
 
54
  slide_dataset = load_dataset("Lab-Rasool/TCGA", "slide_image", split="train")
55
  ```
56
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57
  ## Dataset Creation
58
 
59
  ### Curation Rationale
 
78
 
79
  [More Information Needed]
80
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
81
 
82
+ ## Citation
83
  <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
84
 
85
+ ```
86
+ @article{honeybee,
87
+ title={HoneyBee: A Scalable Modular Framework for Creating Multimodal Oncology Datasets with Foundational Embedding Models},
88
+ author={Aakash Tripathi and Asim Waqas and Yasin Yilmaz and Ghulam Rasool},
89
+ year={2024},
90
+ eprint={2405.07460},
91
+ archivePrefix={arXiv},
92
+ primaryClass={cs.LG}
93
+ }
94
+ ```