Summary
The authors address the challenge of generating comprehensive and accurate hospital discharge summaries using LLMs. Fine-tuning open-source LLMs (Mistral-7B-Instruct and Zephyr-7B-β) on nearly 170k patient records revealed issues with incomplete and unfaithful summaries. To improve performance, the authors developed SPEER (Sentence-level Planning via Embedded Entity Retrieval), which uses a smaller, encoder-only model to predict salient entities and guide the LLMs. This method marks entity spans with special tags, enhancing content coverage and faithfulness. The proposed method demonstrated improved performance over non-guided and guided baselines on three diverse datasets.
Reasons to accept
1. The paper focuses on a critical topic in the medical domain and the proposed method is helpful in guiding future work in generating more faithful and human-quality level long-document summaries.
2. The paper clearly pointed out the challenge of selecting salient information from long clinical documents.
Reasons to reject
1. Since the final summary is the concatenation of generated summary sentences, the author provided method might affect the coherence of the final summary. However, the authors do not evaluate the coherence of the summary or mention the importance of coherence in this specific application.
2. Given that the reference summary may contain information that cannot be supported by the source document (as mentioned by the author, especially on MIMIC), it is not clear that an increase in ROUGE score by author's proposed methods mean better performance.
3. For the remaining auto-evaluation metrics, it looks like a simple baseline may also achieve a high performance. For example, suppose a model simply extracts a sentence (can extract short sentences on purpose to make the final summary short or close to the length of other model-generated summaries) that has entity mentions from each ESG based on the source document and then concatenates these extracted sentences together. This final summary would get a Source-Grounded Recall (SGR) of 1 and a Hallucination Rate (HR) of 0. Similarly, this summary would get a BertScore and ClinDistill close to 1 since all sentences are directly extracted from the source document. Would this final summary be a good one? (assuming ROUGE do not reflect the quality of LLM-generated summaries (https://arxiv.org/pdf/2209.12356, https://arxiv.org/pdf/2301.13848)).
4. The authors claim that BSP and ClinDistill are SOTA metrics for faithfulness evaluation. However, BSP do not correlate well with human judgements and it is not clear whether ClinDistill is suitable to evaluate summaries generated by LLMs as the model is initially being evaluated over non-LLM generated summaries and errors from LLM-generated summaries might be harder to detect and hence lower correlation.
5. It is not clear regarding the accuracy of forming entity synonym groups (ESG). This makes the evaluation results related to ESG not convincing enough.
6. There is a lack of significant tests in the main tables. It is not clear whether some improved results are significant.
7. There is no human evaluation of the quality of model generated summaries. Are summaries generated by the author's proposed method more coherent, readable, and factual? Do humans prefer summaries generated by author proposed methods?
8. There are no example outputs of generated summaries from different models so the reviewer cannot develop an overall feeling about the quality of those generated summaries.
Questions to authors
1. The reviewer does not find the average total length of source documents for each example.
2. The mathematical formula for HR misses “|” on the right side.