Datasets:

Modalities:
Tabular
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
chaenykim commited on
Commit
6aa3627
1 Parent(s): f67ffc8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -4
README.md CHANGED
@@ -74,9 +74,9 @@ configs:
74
 
75
  ### Data Splits
76
 
77
- - **train**:
78
- - **validation**:
79
- - **test**:
80
 
81
  ## Usage
82
 
@@ -85,4 +85,27 @@ from datasets import load_dataset
85
  # Loading the data
86
  dataset = load_dataset("BrachioLab/supernova-timeseries")
87
  dataset
88
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
74
 
75
  ### Data Splits
76
 
77
+ - **train**
78
+ - **validation**
79
+ - **test**
80
 
81
  ## Usage
82
 
 
85
  # Loading the data
86
  dataset = load_dataset("BrachioLab/supernova-timeseries")
87
  dataset
88
+ ```
89
+
90
+ ### Citation Information
91
+
92
+ - **FIX Benchmark**
93
+ ```
94
+ @article{jin2024fix,
95
+ title={The FIX Benchmark: Extracting Features Interpretable to eXperts},
96
+ author={Jin, Helen and Havaldar, Shreya and Kim, Chaehyeon and Xue, Anton and You, Weiqiu and Qu, Helen and Gatti, Marco and Hashimoto, Daniel and Jain, Bhuvnesh and Madani, Amin and Sako, Masao and Ungar, Lyle and Wong, Eric},
97
+ journal={arXiv preprint arXiv:2409.13684},
98
+ year={2024}
99
+ }
100
+ ```
101
+
102
+ - **Original Dataset**
103
+ ```
104
+ @article{allam2018photometric,
105
+ title={The photometric lsst astronomical time-series classification challenge (plasticc): Data set},
106
+ author={Allam Jr, Tarek and Bahmanyar, Anita and Biswas, Rahul and Dai, Mi and Galbany, Llu{\'\i}s and Hlo{\v{z}}ek, Ren{\'e}e and Ishida, Emille EO and Jha, Saurabh W and Jones, David O and Kessler, Richard and others},
107
+ journal={arXiv preprint arXiv:1810.00001},
108
+ year={2018}
109
+ }
110
+ ```
111
+