Skip to content

Commit a3c8a14

Browse files
authored
Update README.md
1 parent d22fab9 commit a3c8a14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ python run_matching.py 2022 gpt-4
4747

4848
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.
4949

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):
5151
```bash
5252
# format: python run_aggregation.py {split} {model}
5353
python run_aggregation.py sigir gpt-4
@@ -59,7 +59,7 @@ python run_aggregation.py 2022 gpt-4
5959

6060
The third step is to compute the performance of different linear features, LLM features, and the combined features.
6161

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):
6363
```bash
6464
# first convert the results of each split into a csv file
6565
# format: python convert_results_to_csv.py {split} {model}

0 commit comments

Comments
 (0)