Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available:
5.16.0
Demo of outcome switching detection using transformers models. Outcome switching is defined as the modification, inversion, suppression of a primary outcome in a Randomized Controlled Trial(RCT) between the published article and the registry entry.
What this demo is doing :
- Retrieve abstract (PMID given) or fulltext (PMCID given) of an article
- Parse the Methods section of the article and get section text
- Use finetuned NER model for detecting primary outcomes in that text
- Use a RegEx to find the NCT ID (ClinicalTrials.gov) in the full text
- Use CTGOV API to extract registry primary outcome (considered as ground truth)
- Use Semantic Textual Similarity Model to compare CTGOV outcome to article detected outcomes