dcampanini
commited on
Commit
•
ed124e2
1
Parent(s):
cb73d22
Update README.md
Browse files
README.md
CHANGED
@@ -52,4 +52,55 @@ 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 |
+
# Citation
|
58 |
+
If you use our model for your research and applications, please cite using the following BibTex:
|
59 |
+
|
60 |
+
```
|
61 |
+
@inproceedings{campanini-etal-2024-ihealth,
|
62 |
+
title = "i{H}ealth-{C}hile-1 at {RRG}24: In-context Learning and Finetuning of a Large Multimodal Model for Radiology Report Generation",
|
63 |
+
author = "Campanini, Diego and
|
64 |
+
Loch, Oscar and
|
65 |
+
Messina, Pablo and
|
66 |
+
Elberg, Rafael and
|
67 |
+
Parra, Denis",
|
68 |
+
editor = "Demner-Fushman, Dina and
|
69 |
+
Ananiadou, Sophia and
|
70 |
+
Miwa, Makoto and
|
71 |
+
Roberts, Kirk and
|
72 |
+
Tsujii, Junichi",
|
73 |
+
booktitle = "Proceedings of the 23rd Workshop on Biomedical Natural Language Processing",
|
74 |
+
month = aug,
|
75 |
+
year = "2024",
|
76 |
+
address = "Bangkok, Thailand",
|
77 |
+
publisher = "Association for Computational Linguistics",
|
78 |
+
url = "https://aclanthology.org/2024.bionlp-1.52",
|
79 |
+
doi = "10.18653/v1/2024.bionlp-1.52",
|
80 |
+
pages = "608--613"
|
81 |
+
}
|
82 |
+
|
83 |
+
@inproceedings{loch-etal-2024-ihealth,
|
84 |
+
title = "i{H}ealth-{C}hile-3{\&}2 at {RRG}24: Template Based Report Generation",
|
85 |
+
author = "Loch, Oscar and
|
86 |
+
Messina, Pablo and
|
87 |
+
Elberg, Rafael and
|
88 |
+
Campanini, Diego and
|
89 |
+
Soto, {\'A}lvaro and
|
90 |
+
Vidal, Ren{\'e} and
|
91 |
+
Parra, Denis",
|
92 |
+
editor = "Demner-Fushman, Dina and
|
93 |
+
Ananiadou, Sophia and
|
94 |
+
Miwa, Makoto and
|
95 |
+
Roberts, Kirk and
|
96 |
+
Tsujii, Junichi",
|
97 |
+
booktitle = "Proceedings of the 23rd Workshop on Biomedical Natural Language Processing",
|
98 |
+
month = aug,
|
99 |
+
year = "2024",
|
100 |
+
address = "Bangkok, Thailand",
|
101 |
+
publisher = "Association for Computational Linguistics",
|
102 |
+
url = "https://aclanthology.org/2024.bionlp-1.53",
|
103 |
+
doi = "10.18653/v1/2024.bionlp-1.53",
|
104 |
+
pages = "614--623"
|
105 |
+
}
|
106 |
+
```
|