leduckhai commited on
Commit
574eec2
·
verified ·
1 Parent(s): 270210b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -9,10 +9,22 @@ pipeline_tag: summarization
9
 
10
  # Real-time Speech Summarization for Medical Conversations
11
 
 
 
 
 
 
 
12
  <p align="center">
13
  <img src="RTSS_diagram.png" alt="drawing" width="900"/>
14
  </p>
15
 
 
 
 
 
 
 
16
  Please cite this paper: https://arxiv.org/abs/2406.15888
17
 
18
  @article{VietMed_Sum,
 
9
 
10
  # Real-time Speech Summarization for Medical Conversations
11
 
12
+ **<div align="center">Interspeech 2024 (Oral)</div>**
13
+
14
+ <div align="center">Khai Le-Duc*, Khai-Nguyen Nguyen*, Long Vo-Dang, Truong-Son Hy</div>
15
+
16
+ <div align="center">*Equal contribution</div>
17
+
18
  <p align="center">
19
  <img src="RTSS_diagram.png" alt="drawing" width="900"/>
20
  </p>
21
 
22
+ ## Description:
23
+
24
+ In doctor-patient conversations, identifying medically relevant information is crucial, posing the need for conversation summarization. In this work, we propose the first deployable real-time speech summarization system for real-world applications in industry, which generates a local summary after every N speech utterances within a conversation and a global summary after the end of a conversation. Our system could enhance user experience from a business standpoint, while also reducing computational costs from a technical perspective. Secondly, we present VietMed-Sum which, to our knowledge, is the first speech summarization dataset for medical conversations. Thirdly, we are the first to utilize LLM and human annotators collaboratively to create gold standard and synthetic summaries for medical conversation summarization. Finally, we present baseline results of state-of-the-art models on VietMed-Sum.
25
+ All code, data (English-translated and Vietnamese) and models are available online: [https://github.com/leduckhai/MultiMed/tree/master/VietMed-Sum](https://github.com/leduckhai/MultiMed/tree/master/VietMed-Sum)
26
+
27
+
28
  Please cite this paper: https://arxiv.org/abs/2406.15888
29
 
30
  @article{VietMed_Sum,