Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,10 @@ tags:
|
|
13 |
|
14 |
Social determinants of health (SDoHs) are economic, social and personal
|
15 |
circumstances that affect or influence an individual's health status. This
|
16 |
-
model inferences as a multilabel classification at the sentence level
|
|
|
|
|
|
|
17 |
|
18 |
The model is to be used on clinical text to classify zero or more SDoH labels.
|
19 |
Typical users of this model are clinical informatics physicians or biomedical
|
@@ -132,3 +135,4 @@ print('labels:', parse_response(output))
|
|
132 |
|
133 |
<!-- links -->
|
134 |
[Guevara et al.]: https://www.nature.com/articles/s41746-023-00970-0
|
|
|
|
13 |
|
14 |
Social determinants of health (SDoHs) are economic, social and personal
|
15 |
circumstances that affect or influence an individual's health status. This
|
16 |
+
model inferences as a multilabel classification at the sentence level and
|
17 |
+
supervised-fined on the Amended dataset from the paper "Integration of Large
|
18 |
+
Language Models and Traditional Deep Learning for Social Determinants of Health
|
19 |
+
Prediction" ([arXiv]).
|
20 |
|
21 |
The model is to be used on clinical text to classify zero or more SDoH labels.
|
22 |
Typical users of this model are clinical informatics physicians or biomedical
|
|
|
135 |
|
136 |
<!-- links -->
|
137 |
[Guevara et al.]: https://www.nature.com/articles/s41746-023-00970-0
|
138 |
+
[arXiv]: https://arxiv.org
|