FAQ
When a pharmaceutical company develops a drug, it needs to pass through several phases of clinical trials before it can be approved by regulators.
Before the clinical trial is run, the drug developer writes a document called a clinical trial protocol. This contains key information about how long the trial will run for, what is the risk to participants, what kind of treatment is being investigated, etc.
The problem is that each protocol is up to 200 pages long and the structure can vary. There is not a standardised way of noting the intervention, number of participants, locations, and so on, although there exist in-house standards within many pharma companies.
Wood TA and McNair D. Clinical Trial Risk Tool: software application using natural language processing to identify the risk of trial uninformativeness [version 1; peer review: awaiting peer review]. Gates Open Res 2023, 7:56 (https://doi.org/10.12688/gatesopenres.14416.1)
A BibTeX entry for LaTeX users is
@article{Wood_2023,
doi = {10.12688/gatesopenres.14416.1},
url = {https://doi.org/10.12688%2Fgatesopenres.14416.1},
year = 2023,
month = {apr},
publisher = {F1000 Research Ltd},
volume = {7},
pages = {56},
author = {Thomas A Wood and Douglas McNair},
title = {Clinical Trial Risk Tool: software application using natural language processing to identify the risk of trial uninformativeness},
journal = {Gates Open Research}
}
If you upload a protocol, the Clinical Trial Risk Tool does not store or save it. You can read more on our Privacy Policy page.
If you choose to create a user account on app.clinicaltrialrisk.org, you can click Login and you will be directed to create an account and/or authenticate on the third party authentication provider Auth0.com. Your email address is stored as your unique identifier while on the app. Our reason for storing your email address is that it is needed for optional user authentication. If you want to use the application anonymously, all functionality is still available without logging in, only that you will not be able to save and retrieve profiles at a later date.
The Clinical Trial Risk Tool allows a user to upload a trial protocol in PDF format. The tool processes the PDF into plain text and identifies features which indicate high or low risk of uninformativeness.
The tool uses a series of machine learning algorithms, such as Convolutional Neural Networks, combined with rule-based components, to identify key features of a protocol. You can download and run the source code on Github.