Skip to content

Commit b5ccc1f

Browse files
authored
Update README.md
1 parent acf1153 commit b5ccc1f

File tree

1 file changed

+40
-1
lines changed

1 file changed

+40
-1
lines changed

README.md

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ This tool shows the results of research conducted in the Computational Biology B
130130

131131
## Citation
132132

133-
If you find this repo helpful, please cite GeneGPT by:
133+
If you find this repo helpful, please cite TrialGPT by:
134134
```bibtex
135135
@article{jin2023matching,
136136
title={Matching patients to clinical trials with large language models},
@@ -140,3 +140,42 @@ If you find this repo helpful, please cite GeneGPT by:
140140
publisher={ArXiv}
141141
}
142142
```
143+
144+
If you use the SIGIR cohort, please cite the original dataset papers by:
145+
```bibtex
146+
@inproceedings{koopman2016test,
147+
title={A test collection for matching patients to clinical trials},
148+
author={Koopman, Bevan and Zuccon, Guido},
149+
booktitle={Proceedings of the 39th International ACM SIGIR conference on Research and Development in Information Retrieval},
150+
pages={669--672},
151+
year={2016}
152+
}
153+
@inproceedings{roberts2015overview,
154+
title={Overview of the TREC 2015 Clinical Decision Support Track},
155+
author={Roberts, Kirk and Simpson, Matthew S and Voorhees, Ellen M and Hersh, William R},
156+
booktitle={Proceedings of the Twenty-Fourth Text REtrieval Conference (TREC 2015)},
157+
year={2015}
158+
}
159+
@inproceedings{simpson2014overview,
160+
title={Overview of the TREC 2014 Clinical Decision Support Track},
161+
author={Simpson, Matthew S and Voorhees, Ellen M and Hersh, William R},
162+
booktitle={Proceedings of the Twenty-Third Text REtrieval Conference (TREC 2014)},
163+
year={2014}
164+
}
165+
```
166+
167+
If you use the TREC cohorts, please cite the original dataset papers by:
168+
```bibtex
169+
@inproceedings{roberts2021overview,
170+
title={Overview of the TREC 2021 clinical trials track},
171+
author={Roberts, Kirk and Demner-Fushman, Dina and Voorhees, Ellen M and Bedrick, Steven and Hersh, Willian R},
172+
booktitle={Proceedings of the Thirtieth Text REtrieval Conference (TREC 2021)},
173+
year={2021}
174+
}
175+
@inproceedings{roberts2022overview,
176+
title={Overview of the TREC 2022 clinical trials track},
177+
author={Roberts, Kirk and Demner-Fushman, Dina and Voorhees, Ellen M and Bedrick, Steven and Hersh, Willian R},
178+
booktitle={Proceedings of the Thirty-first Text REtrieval Conference (TREC 2022)},
179+
year={2022}
180+
}
181+
```

0 commit comments

Comments
 (0)