examples
Browse files
README.md
CHANGED
@@ -20,6 +20,19 @@ model-index:
|
|
20 |
- name: NER F Score
|
21 |
type: f_score
|
22 |
value: 0.7764060357
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
RoBERTA based Social determinants of health NER with a fine-grained window context bag-of-words classifier and a standard ontology extension interface (SNOMED_CT and CUI)
|
25 |
|
|
|
20 |
- name: NER F Score
|
21 |
type: f_score
|
22 |
value: 0.7764060357
|
23 |
+
widget:
|
24 |
+
- text: "She lives in Oakland with her bf and commutes to work by bus."
|
25 |
+
example_title: "SDOH NER example 1"
|
26 |
+
|
27 |
+
- text: "There are some logistical barriers, as she lives in Oakland and works at the VA, commuting by bus"
|
28 |
+
example_title: "SDOH NER example 2"
|
29 |
+
|
30 |
+
- text: "I have also been very moody/tearful and generally depressed on a daily basis"
|
31 |
+
example_title: "SDOH NER example 3"
|
32 |
+
|
33 |
+
- text: "Patient is a 85 yo widow, who lives in section 8 housing. She is occasionally visited by her daughter and grandchildren."
|
34 |
+
example_title: "SDOH NER example 4"
|
35 |
+
|
36 |
---
|
37 |
RoBERTA based Social determinants of health NER with a fine-grained window context bag-of-words classifier and a standard ontology extension interface (SNOMED_CT and CUI)
|
38 |
|