leduckhai commited on
Commit
cb70a25
1 Parent(s): f361650

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ viewer: true
3
+ ---
4
+ # Medical Spoken Named Entity Recognition
5
+
6
+ ## Description:
7
+ Spoken Named Entity Recognition (NER) aims to extracting named entities from speech and categorizing 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 best knowledge, our real-world dataset is the largest spoken NER dataset in the world in terms of the number of entity types, featuring 18 distinct types. Secondly, we present baseline results using various state-of-the-art pre-trained models: encoder-only and sequence-to-sequence. We found that pre-trained multilingual models XLM-R outperformed all monolingual models on both reference text and ASR output. Also in general, encoders perform better than sequence-to-sequence models for the NER task. By simply translating, the transcript is applicable not just to Vietnamese but to other languages as well.
8
+
9
+
10
+ Please cite this paper: https://arxiv.org/abs/2406.13337
11
+
12
+ @misc{leduc2024medical,
13
+ title={Medical Spoken Named Entity Recognition},
14
+ author={Khai Le-Duc},
15
+ year={2024},
16
+ eprint={2406.13337},
17
+ archivePrefix={arXiv},
18
+ }
19
+
20
+
21
+
22
+ ## Contact:
23
+
24
+ Core developers:
25
+
26
+ **Khai Le-Duc**
27
+ ```
28
+ University of Toronto, Canada
29
30
+ GitHub: https://github.com/leduckhai
31
+ ```
32
+
33
+ **Hung-Phong Tran**
34
+ ```
35
+ Hanoi University of Science and Technology, Vietnam
36
+ GitHub: https://github.com/hungphongtrn
37
+ ```