Khalilbraham commited on
Commit
2eb7986
·
1 Parent(s): a395d7e

Add HuggingFace dataset card metadata (YAML)

Browse files
Files changed (1) hide show
  1. dataset_card.md +43 -16
dataset_card.md CHANGED
@@ -1,42 +1,69 @@
1
  ---
2
  dataset_info:
 
3
  features:
4
  - name: cell_id
5
  dtype: string
6
- - name: soma_joinid
7
- dtype: int64
8
- - name: tissue
9
  dtype: string
10
  - name: disease
11
  dtype: string
12
- - name: cell_type
13
  dtype: string
 
 
14
  splits:
15
  - name: balanced_test
16
  num_examples: 19250
17
  - name: decorrelated_test
18
  num_examples: 14420
19
- download_size: 607MB
20
- dataset_size: 607MB
21
  language:
22
  - en
23
  license: cc-by-4.0
24
- multilinguality:
25
- - monolingual
26
- pretty_name: SC-ShortcutBench (Private Test Set)
 
27
  tags:
28
  - single-cell
29
- - genomics
30
- - bias
31
- - foundation-models
32
- - benchmark
33
  - evaluation-only
 
 
34
  ---
35
 
36
  # SC-ShortcutBench: Private Test Dataset
37
 
38
- **EVALUATION-ONLY** expression data for fair benchmark assessment.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
39
 
40
- ⚠️ **Important**: This dataset is for evaluation purposes only. Do NOT train models on this data.
 
 
 
 
 
 
 
41
 
42
- See PRIVATE_USAGE.md for approved usage and evaluation protocol.
 
1
  ---
2
  dataset_info:
3
+ config_name: default
4
  features:
5
  - name: cell_id
6
  dtype: string
7
+ - name: tissue_general
8
+ dtype: string
9
+ - name: cell_type
10
  dtype: string
11
  - name: disease
12
  dtype: string
13
+ - name: dataset_id
14
  dtype: string
15
+ - name: expression
16
+ dtype: sequence
17
  splits:
18
  - name: balanced_test
19
  num_examples: 19250
20
  - name: decorrelated_test
21
  num_examples: 14420
22
+ download_size: 608MB
23
+ dataset_size: 608MB
24
  language:
25
  - en
26
  license: cc-by-4.0
27
+ task_categories:
28
+ - tabular-classification
29
+ task_ids:
30
+ - evaluation
31
  tags:
32
  - single-cell
33
+ - test-set
 
 
 
34
  - evaluation-only
35
+ - restricted-access
36
+ pretty_name: SC-ShortcutBench (Private Test Set)
37
  ---
38
 
39
  # SC-ShortcutBench: Private Test Dataset
40
 
41
+ ⚠️ **EVALUATION-ONLY** - Restricted access for fair benchmark evaluation
42
+
43
+ ## Access Restriction
44
+
45
+ This is the test split of SC-ShortcutBench. Manual approval required.
46
+
47
+ **DO NOT** train models on this data.
48
+
49
+ Use public dataset (Khalilbraham/sc-shortcutbench-public) for development.
50
+
51
+ ## Request Access
52
+
53
+ Click "Request Access" on this page and provide:
54
+ - Your institution
55
+ - Intended use (evaluation-only)
56
+ - Commitment to proper usage
57
+
58
+ ## Citation
59
 
60
+ ```
61
+ @article{sc_shortcutbench_2026,
62
+ title={SC-ShortcutBench: A Conflict-Row Benchmark for Metadata Shortcut Reliance in Single-Cell Foundation Models},
63
+ author={Your Authors},
64
+ journal={NeurIPS Datasets and Benchmarks Track},
65
+ year={2026}
66
+ }
67
+ ```
68
 
69
+ See README.md for complete usage guidelines.