nielsr HF Staff commited on
Commit
2c13145
·
verified ·
1 Parent(s): bc024bd

Add metadata and update dataset card

Browse files

Hi! I'm Niels, part of the community science team at Hugging Face.

This PR improves the dataset card by adding:
- YAML metadata for the license (`cc-by-4.0`) and task category (`other`).
- Standardized tags for easier discovery.
- Ensuring the paper and GitHub repository are clearly linked.

The existing `dataset_info` and `configs` metadata have been preserved.

Files changed (1) hide show
  1. README.md +9 -4
README.md CHANGED
@@ -1,4 +1,11 @@
1
  ---
 
 
 
 
 
 
 
2
  dataset_info:
3
  - config_name: actgHC
4
  features:
@@ -1809,11 +1816,9 @@ configs:
1809
  path: twin_splits/test_9-*
1810
  ---
1811
 
1812
-
1813
-
1814
  # SurvHTE-Bench: A Benchmark for Heterogeneous Treatment Effect Estimation in Survival Analysis
1815
 
1816
- **Paper:** [ICLR 2026 — SurvHTE-Bench: A Benchmark for Heterogeneous Treatment Effect Estimation in Survival Analysis](https://arxiv.org/abs/2603.05483)
1817
 
1818
  **GitHub:** https://github.com/Shahriarnz14/SurvHTE-Bench
1819
 
@@ -2071,4 +2076,4 @@ If you use SurvHTE-Bench in your research, please cite:
2071
 
2072
  ## License
2073
 
2074
- This dataset is released under the **Creative Commons Attribution 4.0 International (CC BY 4.0)** license.
 
1
  ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - other
5
+ tags:
6
+ - survival-analysis
7
+ - causal-inference
8
+ - treatment-effect-estimation
9
  dataset_info:
10
  - config_name: actgHC
11
  features:
 
1816
  path: twin_splits/test_9-*
1817
  ---
1818
 
 
 
1819
  # SurvHTE-Bench: A Benchmark for Heterogeneous Treatment Effect Estimation in Survival Analysis
1820
 
1821
+ **Paper:** [ICLR 2026 — SurvHTE-Bench: A Benchmark for Heterogeneous Treatment Effect Estimation in Survival Analysis](https://huggingface.co/papers/2603.05483)
1822
 
1823
  **GitHub:** https://github.com/Shahriarnz14/SurvHTE-Bench
1824
 
 
2076
 
2077
  ## License
2078
 
2079
+ This dataset is released under the **Creative Commons Attribution 4.0 International (CC BY 4.0)** license.