Paul Hager commited on
Commit
71b92a4
·
1 Parent(s): d580860

Added citation

Browse files
Files changed (1) hide show
  1. src/about.py +27 -0
src/about.py CHANGED
@@ -91,4 +91,31 @@ python run_full_info.py pathology=diverticulitis model=<YOUR_MODEL_NAME>
91
 
92
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
93
  CITATION_BUTTON_TEXT = r"""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
94
  """
 
91
 
92
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
93
  CITATION_BUTTON_TEXT = r"""
94
+ ```bibtex
95
+ @article{hager_evaluation_2024,
96
+ title = {Evaluation and mitigation of the limitations of large language models in clinical decision-making},
97
+ issn = {1546-170X},
98
+ url = {https://doi.org/10.1038/s41591-024-03097-1},
99
+ doi = {10.1038/s41591-024-03097-1},,
100
+ journaltitle = {Nature Medicine},
101
+ shortjournal = {Nature Medicine},
102
+ author = {Hager, Paul and Jungmann, Friederike and Holland, Robbie and Bhagat, Kunal and Hubrecht, Inga and Knauer, Manuel and Vielhauer, Jakob and Makowski, Marcus and Braren, Rickmer and Kaissis, Georgios and Rueckert, Daniel},
103
+ date = {2024-07-04},
104
+ }
105
+ ```
106
+
107
+ ```bibtex
108
+ @misc{hager_mimic-iv-ext_nodate,
109
+ title = {{MIMIC}-{IV}-Ext Clinical Decision Making: A {MIMIC}-{IV} Derived Dataset for Evaluation of Large Language Models on the Task of Clinical Decision Making for Abdominal Pathologies},
110
+ url = {https://physionet.org/content/mimic-iv-ext-cdm/1.0/},
111
+ shorttitle = {{MIMIC}-{IV}-Ext Clinical Decision Making},
112
+ publisher = {{PhysioNet}},
113
+ author = {Hager, Paul and Jungmann, Friederike and Rueckert, Daniel},
114
+ urldate = {2024-07-04},
115
+ doi = {10.13026/2PFQ-5B68},
116
+ note = {Version Number: 1.0
117
+ Type: dataset},
118
+ }
119
+ ```
120
+
121
  """