leduckhai commited on
Commit
cccffb7
·
verified ·
1 Parent(s): bc12dee

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ viewer: true
3
+ task_categories:
4
+ - token-classification
5
+ language:
6
+ - vi
7
+ datasets:
8
+ - leduckhai/VietMed-NER
9
+ ---
10
+ # Medical Spoken Named Entity Recognition (NAACL 2025)
11
+
12
+ ## Description:
13
+ Spoken Named Entity Recognition (NER) aims to extract named entities from speech and categorise them into types like person, location, organization, etc. In this work, we present VietMed-NER - the first spoken NER dataset in the medical domain. To our knowledge, our Vietnamese real-world dataset is the largest spoken NER dataset in the world regarding the number of entity types, featuring 18 distinct types. Furthermore, we present baseline results using various state-of-the-art pre-trained models: encoder-only and sequence-to-sequence; and conduct quantitative and qualitative error analysis. We found that pre-trained multilingual models generally outperform monolingual models on reference text and ASR output and encoders outperform sequence-to-sequence models in NER tasks. By translating the transcripts, the dataset can also be utilised for text NER in the medical domain in other languages than Vietnamese. All code, data and models are publicly available:[ https://github.com/leduckhai/MultiMed/tree/master/VietMed-NER]( https://github.com/leduckhai/MultiMed/tree/master/VietMed-NER)
14
+
15
+ Please cite this paper: https://arxiv.org/abs/2406.13337
16
+ ```
17
+ @article{le2024medical,
18
+ title={Medical Spoken Named Entity Recognition},
19
+ author={Le-Duc, Khai and Thulke, David and Tran, Hung-Phong and Vo-Dang, Long and Nguyen, Khai-Nguyen and Hy, Truong-Son and Schl{\"u}ter, Ralf},
20
+ journal={arXiv preprint arXiv:2406.13337},
21
+ year={2024}
22
+ }
23
+ ```
24
+
25
+
26
+ ## Contact:
27
+
28
+ Core developers:
29
+
30
+ **Khai Le-Duc**
31
+ ```
32
+ University of Toronto, Canada
33
34
+ GitHub: https://github.com/leduckhai
35
+ ```
36
+
37
+ **Hung-Phong Tran**
38
+ ```
39
+ Hanoi University of Science and Technology, Vietnam
40
+ GitHub: https://github.com/hungphongtrn
41
+ ```