paper-with-me

홈 › Papers

Exploring Optimal Granularity for Extractive Summarization of Unstructured Health Records: Analysis of the Largest Multi-Institutional Archive of Health Records in Japan

2022-09-20 · Kenichiro Ando, Takashi Okumura, Mamoru Komachi, Hiromasa Horiguchi, Yuji Matsumoto

Automated summarization of clinical texts can reduce the burden of medical professionals. "Discharge summaries" are one promising application of the summarization, because they can be generated from daily inpatient records. Our preliminary experiment suggests that 20-31% of the descriptions in discharge summaries overlap with the content of the inpatient records. However, it remains unclear how the summaries should be generated from the unstructured source. To decompose the physician's summarization process, this study aimed to identify the optimal granularity in summarization. We first defined three types of summarization units with different granularities to compare the performance of the discharge summary generation: whole sentences, clinical segments, and clauses. We defined clinical segments in this study, aiming to express the smallest medically meaningful concepts. To obtain the clinical segments, it was necessary to automatically split the texts in the first stage of the pipeline. Accordingly, we compared rule-based methods and a machine learning method, and the latter outperformed the formers with an F1 score of 0.846 in the splitting task. Next, we experimentally measured the accuracy of extractive summarization using the three types of units, based on the ROUGE-1 metric, on a multi-institutional national archive of health records in Japan. The measured accuracies of extractive summarization using whole sentences, clinical segments, and clauses were 31.91, 36.15, and 25.18, respectively. We found that the clinical segments yielded higher accuracy than sentences and clauses. This result indicates that summarization of inpatient records demands finer granularity than sentence-oriented processing. Although we used only Japanese health records, it can be interpreted as follows: physicians extract "concepts of medical significance" from patient records and recombine them ...

📄 PDF Abstract BibTeX arXiv:2209.10041

Code (0)

등록된 구현이 없습니다.

Tasks

Extractive SummarizationSentence

Similar Papers 제목 키워드 기반

Multi-Granularity Interaction Network for Extractive and Abstractive Multi-Document Summarization

2020-07-01 · ACL 2020 6 · Hanqi Jin, Tianming Wang, Xiaojun Wan

In this paper, we propose a multi-granularity interaction network for extractive and abstractive multi-document summarization, which jointly learn semantic representations for words, sentences, and documents. The word re…

Document SummarizationExtractive SummarizationMulti-Document SummarizationSentence

Extractive Summarization Considering Discourse and Coreference Relations based on Heterogeneous Graph

2021-04-01 · EACL 2021 2 · Yin Jou Huang, Sadao Kurohashi

Modeling the relations between text spans in a document is a crucial yet challenging problem for extractive summarization. Various kinds of relations exist among text spans of different granularity, such as discourse rel…

Extractive Summarization

Scientific Paper Extractive Summarization Enhanced by Citation Graphs

2022-12-08 · Xiuying Chen, Mingzhe Li, Shen Gao, Rui Yan 외

In a citation graph, adjacent paper nodes share related scientific terms and topics. The graph thus conveys unique structure information of document-level relatedness that can be utilized in the paper summarization task,…

Extractive SummarizationLink PredictionSentence

Heterogeneous Graph Neural Networks for Extractive Document Summarization

2020-04-26 · ACL 2020 6 · Danqing Wang, PengFei Liu, Yining Zheng, Xipeng Qiu 외

As a crucial step in extractive document summarization, learning cross-sentence relations has been explored by a plethora of approaches. An intuitive way is to put them in the graph-based neural network, which has a more…

Document SummarizationExtractive Document SummarizationExtractive SummarizationExtractive Text Summarization+1

A topic-based sentence representation for extractive text summarization

2019-09-01 · RANLP 2019 9 · Nikolaos Gialitsis, Nikiforos Pittaras, Panagiotis Stamatopoulos

In this study, we examine the effect of probabilistic topic model-based word representations, on sentence-based extractive summarization. We formulate the task of summary extraction as a binary classification problem, an…

BIG-bench Machine LearningBinary ClassificationExtractive SummarizationExtractive Text Summarization+2