From 9888c33a54fc7959a2e8ce1e84d3c1c96ba9041a Mon Sep 17 00:00:00 2001 From: "Ethan, Wenjun Hou" Date: Wed, 15 Nov 2023 22:24:06 +0800 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 49435df..71392b2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # ORGAN: Observation-Guided Radiology Report Generation via Tree Reasoning -This repository is the implementation of [*ORGAN: Observation-Guided Radiology Report Generation via Tree Reasoning*](https://arxiv.org/abs/2306.06466). -Before running the code, please install the prerequisite libraries, and follow Step 0, Step 1, and Step 2 to replicate the experiments. +This repository is the implementation of [*ORGAN: Observation-Guided Radiology Report Generation via Tree Reasoning*](https://arxiv.org/abs/2306.06466). Before running the code, please install the prerequisite libraries, and follow Step 0, Step 1, and Step 2 to replicate the experiments. ## Update - [2023/11/15] Checkout our EMNLP'23 Findings paper about progression modeling: [RECAP: Towards Precise Radiology Report Generation via Dynamic Disease Progression Reasoning](https://github.com/wjhou/Recap)