Trial Outcome Prediction

Making clinical trial outcome prediction is valuable at the planning stage. We can avoid running clinical trials that are probable to terminate early. Stakeholders can save unnecessary funding and time from those failing trials, reinvest in other promising trials or re-design those failing trials for a better outcome.

Formally, given the multi-aspect information of trials, e.g., drug molecules involved in this trial \{m_1,m_2, \dots\}, trial eligibility criteria \{c_1,c_2 \dots\}, target diseases \{d_1,d_2,\dots\}, predict the trial outcomes y \in \{0,1\} before the start of Phase I, where y=0 indicates the trial failure and y=1 indicates success. Or, add the trial patient records X=\{x_1,x_2,\dots\} collected from previous stages, and predict the outcomes of Phase II or III y \in \{0,1\}.

Trial Outcome Prediction: Index

Here is the list of colab examples on each model for this task.

Trial Outcome Prediction: Example

Here, we highlight the usage of trial_outcome.hint model for this task.

TODO