skricheli2 commited on
Commit
b60124e
·
1 Parent(s): 44d5cc3

Add citation information

Browse files
Files changed (2) hide show
  1. CITATION.cff +33 -0
  2. README.md +17 -0
CITATION.cff ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ cff-version: 1.2.0
2
+ message: "If you use this dataset, please cite the following paper."
3
+ title: "Error Detection and Constraint Recovery in Hierarchical Multi-Label Classification without Prior Knowledge"
4
+ authors:
5
+ - family-names: "Kricheli"
6
+ given-names: "Joshua Shay"
7
+ - family-names: "Vo"
8
+ given-names: "Khoa"
9
+ - family-names: "Datta"
10
+ given-names: "Aniruddha"
11
+ - family-names: "Ozgur"
12
+ given-names: "Spencer"
13
+ - family-names: "Shakarian"
14
+ given-names: "Paulo"
15
+ date-released: 2024-07-21
16
+ url: "https://huggingface.co/papers/2407.15192"
17
+ preferred-citation:
18
+ type: article
19
+ title: "Error Detection and Constraint Recovery in Hierarchical Multi-Label Classification without Prior Knowledge"
20
+ authors:
21
+ - family-names: "Kricheli"
22
+ given-names: "Joshua Shay"
23
+ - family-names: "Vo"
24
+ given-names: "Khoa"
25
+ - family-names: "Datta"
26
+ given-names: "Aniruddha"
27
+ - family-names: "Ozgur"
28
+ given-names: "Spencer"
29
+ - family-names: "Shakarian"
30
+ given-names: "Paulo"
31
+ journal: "arXiv preprint arXiv:2407.15192"
32
+ year: 2024
33
+
README.md ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ImageNet50 Dataset
2
+
3
+ This repository contains the dataset for the paper **"Error Detection and Constraint Recovery in Hierarchical Multi-Label Classification without Prior Knowledge"**.
4
+
5
+ ## Citation
6
+
7
+ If you use this dataset in your research, please cite the following paper:
8
+
9
+ ```bibtex
10
+ @article{kricheli2024error,
11
+ title={Error Detection and Constraint Recovery in Hierarchical Multi-Label Classification without Prior Knowledge},
12
+ author={Kricheli, Joshua Shay and Vo, Khoa and Datta, Aniruddha and Ozgur, Spencer and Shakarian, Paulo},
13
+ journal={arXiv preprint arXiv:2407.15192},
14
+ year={2024},
15
+ url={https://arxiv.org/abs/2407.15192}
16
+ }
17
+ ```