Views
No views yet
microsoft/BiomedNLP-BiomedBERT-base-uncased-abstract-fulltext0 = not_negative_efficacy1 = negative_efficacyopentargets/clinical_trial_stop_reasons, introduced in Razuvayevskaya, O., Lopez, I., Dunham, I. et al. Genetic factors associated with reasons for clinical trial stoppage. Nature Genetics 56, 1862–1867 (2024). https://doi.org/10.1038/s41588-024-01854-zinference_config.json.def normalise_text(text):
text = "" if pd.isna(text) else str(text)
text = text.replace("&", "&")
text = re.sub(r"\s+", " ", text.strip().lower())
return text