ClinicalMetaScience commited on
Commit
b9a9981
·
1 Parent(s): 4eeacef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -12,8 +12,8 @@ widget:
12
  SciBERT text classification model for positive and negative results prediction in scientific abstracts of clinical psychology and psychotherapy.
13
 
14
  ## Data
15
- We annotated over 1,900 abstracts into two categories: 'positive results only' and 'mixed and negative results', and trained models using SciBERT.
16
- The SciBERT model was validated against one in-domain and two out-of-domain data sets comprising psychotherapy abstracts. We compared model performance with Random Forest and three further benchmarks: natural language indicators of result types, *p*-values, and abstract length. Further information on documentation, code and data for the project "Publication Bias Research in Clincial Psychology Using Natural Language Processing" can be found on the Github repository [PubBiasDetect](https://github.com/PsyCapsLock/PubBiasDetect).
17
 
18
  ## Using the Model on Huggingface
19
  The model can be used on Hugginface utilizing the "Hosted inference API" in the window on the right.
 
12
  SciBERT text classification model for positive and negative results prediction in scientific abstracts of clinical psychology and psychotherapy.
13
 
14
  ## Data
15
+ We annotated over 1,900 clinical psychology abstracts into two categories: 'positive results only' and 'mixed and negative results', and trained models using SciBERT.
16
+ The SciBERT model was validated against one in-domain (clinical psychology) and two out-of-domain data sets comprising psychotherapy abstracts. We compared model performance with Random Forest and three further benchmarks: natural language indicators of result types, *p*-values, and abstract length. Further information on documentation, code and data for the project "Publication Bias Research in Clincial Psychology Using Natural Language Processing" can be found on the Github repository [PubBiasDetect](https://github.com/PsyCapsLock/PubBiasDetect).
17
 
18
  ## Using the Model on Huggingface
19
  The model can be used on Hugginface utilizing the "Hosted inference API" in the window on the right.