arXiv:2609.13481v1 Announce Type: new Abstract: Large language models have made abstractive summarization remarkably fluent, but generated summaries can hallucinate facts, posing serious risks in biomedical and clinical domains. We address this by removing generation from the pipeline and framing summarization as extractive sentence selection. Our Hybrid Hierarchical CNN-LSTM Summarizer uses stacked multi-kernel convolutions to compose sentence-level embeddings into richer inter-sentence representations, followed by a bidirectional LSTM to model long-range dependencies across the document. A lightweight scoring head assigns per-sentence importance scores and is trained end-to-end with binary cross-entropy against oracle extractive labels. At inference, a dynamic mean-plus-standard-deviation threshold with a top-3 fallback selects sentences directly from the source and chronologically reorders them into the final summary. Since every output sentence is copied from the input, the model avoids generation-induced factual drift. On PubMed, our architecture outperforms isolated CNN and LSTM baselines, while ablations show that wider convolutional receptive fields improve sentence scoring. On MIMIC-CXR and MIMIC-IV BHC, the model performs well on unstructured narratives but defaults toward positional baselines on highly templated reports. These results suggest that structural constraints can provide a reliable path toward factually grounded summarization systems that are trustworthy by design rather than by correction.
A Hybrid Hierarchical 1D-CNN-BiLSTM Framework for Extractive Summarization of Biomedical and Clinical Text
A new arXiv paper (2609.13481v1) presents a Hybrid Hierarchical CNN-LSTM Summarizer that frames biomedical and clinical summarization as extractive sentence selection rather than generation, eliminating hallucination risk because every output sentence is copied directly from the source. The model uses stacked multi-kernel convolutions to build inter-sentence representations and a bidirectional LSTM for long-range dependencies, with a dynamic mean-plus-standard-deviation threshold and top-3 fallback selecting sentences that are then chronologically reordered. The authors report the architecture outperforms isolated CNN and LSTM baselines on PubMed, while on MIMIC-CXR and MIMIC-IV BHC it performs well on unstructured narratives but defaults toward positional baselines on highly templated reports.
Run your AI side-project on zahid.host
EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.