ClinicalMetaScience commited on
Commit
128988d
1 Parent(s): e536f34

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -17,12 +17,15 @@ The SciBERT model was validated against one in-domain (clinical psychology) and
17
  SciBERT outperformed all benchmarks and random forest in in-domain (accuracy: 0.86) and out-of-domain data (accuracy: 0.85-0.88).
18
  Further information on documentation, code and data for the project "Publication Bias Research in Clincial Psychology Using Natural Language Processing" can be found on this [GitHub repository](https://github.com/PsyCapsLock/PubBiasDetect).
19
 
20
- ## Using the Model on Huggingface
21
  The model can be used on Hugginface utilizing the "Hosted inference API" in the window on the right.
22
  Click 'Compute' to predict the class labels for an example abstract or an abstract inserted by yourself.
23
  The class label 'positive' corresponds to 'positive results only', while 'negative' represents 'mixed and negative results'.
 
 
 
 
24
 
25
  ## Disclaimer
26
  This tool is developed to analyze and predict the prevalence of positive and negative results in scientific abstracts based on the SciBERT model. While publication bias is a plausible explanation for certain patterns of results observed in scientific literature, the analyses conducted by this tool do not conclusively establish the presence of publication bias or any other underlying factors. It's essential to understand that this tool evaluates data but does not delve into the underlying reasons for the observed trends.
27
-
28
- The validation of this tool has been conducted on primary studies from the field of clinical psychology and psychotherapy. While it might yield insights when applied to abstracts of other fields or other types of studies (such as meta-analyses), its applicability and accuracy in such contexts have not been thoroughly tested yet. The developers of this tool are not responsible for any misinterpretation or misuse of the tool's results, and encourage users to have a comprehensive understanding of the limitations inherent in statistical analysis and prediction models.
 
17
  SciBERT outperformed all benchmarks and random forest in in-domain (accuracy: 0.86) and out-of-domain data (accuracy: 0.85-0.88).
18
  Further information on documentation, code and data for the project "Publication Bias Research in Clincial Psychology Using Natural Language Processing" can be found on this [GitHub repository](https://github.com/PsyCapsLock/PubBiasDetect).
19
 
20
+ ## Using the model on Huggingface
21
  The model can be used on Hugginface utilizing the "Hosted inference API" in the window on the right.
22
  Click 'Compute' to predict the class labels for an example abstract or an abstract inserted by yourself.
23
  The class label 'positive' corresponds to 'positive results only', while 'negative' represents 'mixed and negative results'.
24
+
25
+ ## Using the model for larger data
26
+ Use this [script](https://github.com/PsyCapsLock/PubBiasDetect/blob/main/Scripts/Predict_Example_Abstracts_using_NegativeResultDetector.ipynb)
27
+ from our [GitHub repository](https://github.com/PsyCapsLock/PubBiasDetect) to analyze your own or our example data.
28
 
29
  ## Disclaimer
30
  This tool is developed to analyze and predict the prevalence of positive and negative results in scientific abstracts based on the SciBERT model. While publication bias is a plausible explanation for certain patterns of results observed in scientific literature, the analyses conducted by this tool do not conclusively establish the presence of publication bias or any other underlying factors. It's essential to understand that this tool evaluates data but does not delve into the underlying reasons for the observed trends.
31
+ The validation of this tool has been conducted on primary studies from the field of clinical psychology and psychotherapy. While it might yield insights when applied to abstracts of other fields or other types of studies (such as meta-analyses), its applicability and accuracy in such contexts have not been thoroughly tested yet. The developers of this tool are not responsible for any misinterpretation or misuse of the tool's results, and encourage users to have a comprehensive understanding of the limitations inherent in statistical analysis and prediction models