You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The second step of TrialGPT is to aggregate the criterion-level predictions to get trial-level scores, including one score for relevance and one score for eligibility.
49
49
50
-
Please make sure that the step 1 results are ready before running the step 2 code:
50
+
Please make sure that the step 1 results are ready before running the step 2 code (depending on the API response rate, matching a patient and a clinical trial normally takes less than 30s):
The third step is to compute the performance of different linear features, LLM features, and the combined features.
61
61
62
-
Please make sure that the step 1 and step 2 results are ready before running the step 3 code:
62
+
Please make sure that the step 1 and step 2 results are ready before running the step 3 code (depending on the API response rate, aggregating a patient-trial pair normally takes less than 20s):
63
63
```bash
64
64
# first convert the results of each split into a csv file
0 commit comments