efbaro commited on
Commit
427edb8
·
verified ·
1 Parent(s): 4696d84

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -3
README.md CHANGED
@@ -1,3 +1,34 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: "en"
3
+ tags:
4
+ - fill-mask
5
+ license: mit
6
+ ---
7
+
8
+ # Datasets used to test hospitalization prediction models
9
+
10
+ Datasets used in testing the trained models presented in the paper ["Predicting Hospitalization with LLMs from Health Insurance Data"](https://link.springer.com/article/10.1007/s11517-024-03251-4). We provide data in English and Portuguese.
11
+
12
+ All data here is anonymized and represents the patient's event history, ordered from left to right in a sentence format, with data on the left being oldest and data on the right being newest. Label values 0 indicate that the patient was not hospitalized after that historical sequence, and 1 otherwise.
13
+
14
+ The original data is in Portuguese and was translated into English using the [translation-pt-en-t5](https://arxiv.org/abs/2008.08769v1) translation model. The data were randomly selected 5 times using the seeds [12, 23, 34, 45, 56] for each selection. Therefore, for each of the versions, Portuguese and English, there are 5 test sets.
15
+
16
+ Dataset with the suffix "pt" is in Portuguese and with the suffix "en" in English.
17
+
18
+ ## Test models
19
+
20
+ To test the models, use the guidelines as described in the paper ["Predicting Hospitalization with LLMs from Health Insurance Data"](https://link.springer.com/article/10.1007/s11517-024-03251-4). To carry out tests with RandomForest it is necessary to extract the embeddings using the [sentence transformers framework](https://www.sbert.net/).
21
+
22
+
23
+ ## More Information
24
+
25
+ Refer to the original paper, [Predicting Hospitalization with LLMs from Health Insurance Data](https://link.springer.com/article/10.1007/s11517-024-03251-4)
26
+
27
+ Refert to another article related to this research, [Predicting Hospitalization from Health Insurance Data](https://ieeexplore.ieee.org/document/9945601)
28
+
29
+ ## Questions?
30
+
31
+ Email:
32
+ - Everton F. Baro: [email protected], [email protected]
33
+ - Luiz S. Oliveira: [email protected]
34
+ - Alceu de Souza Britto Junior: [email protected]