RamezCh commited on
Commit
9b26dd3
·
verified ·
1 Parent(s): cf769e6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -2
README.md CHANGED
@@ -30,6 +30,13 @@ tags:
30
 
31
  # S-Proto: Sparse Prototypical Networks for Long-Tail Clinical Diagnosis Prediction
32
 
 
 
 
 
 
 
 
33
  ![S-Proto](overview.png)
34
 
35
  This repository provides **S-Proto**, a sparse and interpretable prototypical network for extreme multi-label diagnosis prediction from clinical text. The model is designed to address the long-tail distribution of clinical diagnoses while preserving faithful, prototype-based explanations.
@@ -42,9 +49,10 @@ You can explore the model's predictions and interpretability features through ou
42
  S-Proto was introduced in the paper:
43
 
44
  **[Boosting Long-Tail Data Classification with Sparse Prototypical Networks](https://ecmlpkdd-storage.s3.eu-central-1.amazonaws.com/preprints/2024/lncs14947/lncs14947435.pdf)**
 
45
  Alexei Figueroa*, Jens-Michalis Papaioannou*, et al.
46
  DATEXIS, Berliner Hochschule für Technik, Feinstein Institutes, TU Munich, Leibniz University Hannover
47
- (* equal contribution) Published at ECML PKDD 2024
48
 
49
  ## Overview
50
 
@@ -227,7 +235,7 @@ train \
227
  @inproceedings{figueroa2024sproto,
228
  title={Boosting Long-Tail Data Classification with Sparse Prototypical Networks},
229
  author={Figueroa, Alexei and Papaioannou, Jens-Michalis and Fallon, Conor and Bekiaridou, Alexandra and Bressem, Keno and Zanos, Stavros and Gers, Felix and Nejdl, Wolfgang and Löser, Alexander},
230
- booktitle={Proceedings of the Conference on Empirical Methods in Natural Language Processing},
231
  year={2024}
232
  }
233
  ```
 
30
 
31
  # S-Proto: Sparse Prototypical Networks for Long-Tail Clinical Diagnosis Prediction
32
 
33
+ **Published at ECML PKDD 2024 (CORE A)**
34
+ *Boosting Long-Tail Data Classification with Sparse Prototypical Networks*
35
+
36
+ Alexei Figueroa*, Jens-Michalis Papaioannou*, et al.
37
+ DATEXIS, Berliner Hochschule für Technik, Feinstein Institutes, TU Munich, Leibniz University Hannover
38
+ (* equal contribution)
39
+
40
  ![S-Proto](overview.png)
41
 
42
  This repository provides **S-Proto**, a sparse and interpretable prototypical network for extreme multi-label diagnosis prediction from clinical text. The model is designed to address the long-tail distribution of clinical diagnoses while preserving faithful, prototype-based explanations.
 
49
  S-Proto was introduced in the paper:
50
 
51
  **[Boosting Long-Tail Data Classification with Sparse Prototypical Networks](https://ecmlpkdd-storage.s3.eu-central-1.amazonaws.com/preprints/2024/lncs14947/lncs14947435.pdf)**
52
+ European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases (ECML PKDD 2024, CORE A)
53
  Alexei Figueroa*, Jens-Michalis Papaioannou*, et al.
54
  DATEXIS, Berliner Hochschule für Technik, Feinstein Institutes, TU Munich, Leibniz University Hannover
55
+ (* equal contribution)
56
 
57
  ## Overview
58
 
 
235
  @inproceedings{figueroa2024sproto,
236
  title={Boosting Long-Tail Data Classification with Sparse Prototypical Networks},
237
  author={Figueroa, Alexei and Papaioannou, Jens-Michalis and Fallon, Conor and Bekiaridou, Alexandra and Bressem, Keno and Zanos, Stavros and Gers, Felix and Nejdl, Wolfgang and Löser, Alexander},
238
+ booktitle={Proceedings of the European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases (ECML PKDD)},
239
  year={2024}
240
  }
241
  ```