dcampanini commited on
Commit
b69396b
1 Parent(s): e27323d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +54 -1
README.md CHANGED
@@ -52,4 +52,57 @@ print(json.dumps(compute_scores(["ROUGEL", "bertscore", "radgraph", "BLEU", "che
52
 
53
 
54
  More details of the challenge can be found on the [challenge web page](https://stanford-aimi.github.io/RRG24/)
55
- or in [workshop site](https://aclweb.org/aclwiki/BioNLP_Workshop)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52
 
53
 
54
  More details of the challenge can be found on the [challenge web page](https://stanford-aimi.github.io/RRG24/)
55
+ or in [workshop site](https://aclweb.org/aclwiki/BioNLP_Workshop)
56
+
57
+
58
+ # Citation
59
+
60
+ If you use our model for your research and applications, please cite using the following BibTex:
61
+
62
+ ```
63
+ @inproceedings{campanini-etal-2024-ihealth,
64
+ title = "i{H}ealth-{C}hile-1 at {RRG}24: In-context Learning and Finetuning of a Large Multimodal Model for Radiology Report Generation",
65
+ author = "Campanini, Diego and
66
+ Loch, Oscar and
67
+ Messina, Pablo and
68
+ Elberg, Rafael and
69
+ Parra, Denis",
70
+ editor = "Demner-Fushman, Dina and
71
+ Ananiadou, Sophia and
72
+ Miwa, Makoto and
73
+ Roberts, Kirk and
74
+ Tsujii, Junichi",
75
+ booktitle = "Proceedings of the 23rd Workshop on Biomedical Natural Language Processing",
76
+ month = aug,
77
+ year = "2024",
78
+ address = "Bangkok, Thailand",
79
+ publisher = "Association for Computational Linguistics",
80
+ url = "https://aclanthology.org/2024.bionlp-1.52",
81
+ doi = "10.18653/v1/2024.bionlp-1.52",
82
+ pages = "608--613"
83
+ }
84
+
85
+ @inproceedings{loch-etal-2024-ihealth,
86
+ title = "i{H}ealth-{C}hile-3{\&}2 at {RRG}24: Template Based Report Generation",
87
+ author = "Loch, Oscar and
88
+ Messina, Pablo and
89
+ Elberg, Rafael and
90
+ Campanini, Diego and
91
+ Soto, {\'A}lvaro and
92
+ Vidal, Ren{\'e} and
93
+ Parra, Denis",
94
+ editor = "Demner-Fushman, Dina and
95
+ Ananiadou, Sophia and
96
+ Miwa, Makoto and
97
+ Roberts, Kirk and
98
+ Tsujii, Junichi",
99
+ booktitle = "Proceedings of the 23rd Workshop on Biomedical Natural Language Processing",
100
+ month = aug,
101
+ year = "2024",
102
+ address = "Bangkok, Thailand",
103
+ publisher = "Association for Computational Linguistics",
104
+ url = "https://aclanthology.org/2024.bionlp-1.53",
105
+ doi = "10.18653/v1/2024.bionlp-1.53",
106
+ pages = "614--623"
107
+ }
108
+ ```