leduckhai commited on
Commit
ef096d9
·
verified ·
1 Parent(s): f6d30a7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -12
README.md CHANGED
@@ -1,22 +1,24 @@
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:
 
1
  ---
2
  viewer: true
3
+ task_categories:
4
+ - token-classification
5
+ language:
6
+ - vi
7
  ---
8
+ # Medical Spoken Named Entity Recognition (NAACL 2025)
9
 
10
  ## Description:
11
+ 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)
 
12
 
13
  Please cite this paper: https://arxiv.org/abs/2406.13337
14
+ ```
15
+ @article{le2024medical,
16
+ title={Medical Spoken Named Entity Recognition},
17
+ 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},
18
+ journal={arXiv preprint arXiv:2406.13337},
19
+ year={2024}
20
+ }
21
+ ```
 
22
 
23
 
24
  ## Contact: