datawrestler
commited on
Commit
•
58b4f48
1
Parent(s):
6331c2e
updated README and included next steps section
Browse files
README.md
CHANGED
@@ -8,6 +8,13 @@ datasets:
|
|
8 |
- PubMed
|
9 |
---
|
10 |
# Psych-Search
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
|
12 |
## Model description
|
13 |
|
@@ -63,4 +70,7 @@ To evaluate the effectiveness of psych-search within the mental health domain, a
|
|
63 |
|
64 |
bert-base-uncased | SciBERT Scivocab Uncased | Psych-Search
|
65 |
-------|---------|----------
|
66 |
-
0.7348 | 0.7394 | 0.7415
|
|
|
|
|
|
|
|
8 |
- PubMed
|
9 |
---
|
10 |
# Psych-Search
|
11 |
+
Psych-Search is a work in progress to bring cutting edge NLP to mental health practitioners. The model detailed here serves as a foundation for traditional classification models as well as NLU models for a Psych-Search application. The goal of the Psych-Search Application is to use a combination of traditional text classification models to expand the scope of the MESH taxonomy with the inclusion of relevant categories for mental health pracitioners designing suicide prevention programs for adolescent communities within the United States, as well as the automatic extraction and standardization of entities such as risk factors and protective factors.
|
12 |
+
|
13 |
+
Our first expansion efforts to the MESH taxonomy include categories:
|
14 |
+
- Prevention Strategies
|
15 |
+
- Protective Factors
|
16 |
+
|
17 |
+
We are actively looking for partners on this work and would love to hear from you! Please ping us at [email protected].
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
70 |
|
71 |
bert-base-uncased | SciBERT Scivocab Uncased | Psych-Search
|
72 |
-------|---------|----------
|
73 |
+
0.7348 | 0.7394 | 0.7415
|
74 |
+
|
75 |
+
## Next Steps
|
76 |
+
If you are interested in continuing to build on this work or have other ideas on how we can build on others work, please let us know! We can be reached at [email protected]. Our goal is to bring state of the art NLP capabilities to underserved areas of research, with mental health being our top priority.
|