nguyendv02 commited on
Commit
37ba47e
·
verified ·
1 Parent(s): 5d4989c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -8
README.md CHANGED
@@ -9,14 +9,23 @@ This document presents the accompanying dataset for the paper titled **"Multi-Di
9
  If you use this paper and its dataset in your research, please cite it as follows:
10
 
11
  ```bibtex
12
- @misc{vandinh2024multidialectvietnamesetaskdataset,
13
- title={Multi-Dialect Vietnamese: Task, Dataset, Baseline Models and Challenges},
14
- author={Nguyen Van Dinh and Thanh Chi Dang and Luan Thanh Nguyen and Kiet Van Nguyen},
15
- year={2024},
16
- eprint={2410.03458},
17
- archivePrefix={arXiv},
18
- primaryClass={cs.CL},
19
- url={https://arxiv.org/abs/2410.03458},
 
 
 
 
 
 
 
 
 
20
  }
21
  ```
22
 
 
9
  If you use this paper and its dataset in your research, please cite it as follows:
10
 
11
  ```bibtex
12
+ @inproceedings{dinh-etal-2024-multi,
13
+ title = "Multi-Dialect {V}ietnamese: Task, Dataset, Baseline Models and Challenges",
14
+ author = "Dinh, Nguyen and
15
+ Dang, Thanh and
16
+ Thanh Nguyen, Luan and
17
+ Nguyen, Kiet",
18
+ editor = "Al-Onaizan, Yaser and
19
+ Bansal, Mohit and
20
+ Chen, Yun-Nung",
21
+ booktitle = "Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing",
22
+ month = nov,
23
+ year = "2024",
24
+ address = "Miami, Florida, USA",
25
+ publisher = "Association for Computational Linguistics",
26
+ url = "https://aclanthology.org/2024.emnlp-main.426",
27
+ pages = "7476--7498",
28
+ abstract = "Vietnamese, a low-resource language, is typically categorized into three primary dialect groups that belong to Northern, Central, and Southern Vietnam. However, each province within these regions exhibits its own distinct pronunciation variations. Despite the existence of various speech recognition datasets, none of them has provided a fine-grained classification of the 63 dialects specific to individual provinces of Vietnam. To address this gap, we introduce Vietnamese Multi-Dialect (ViMD) dataset, a novel comprehensive dataset capturing the rich diversity of 63 provincial dialects spoken across Vietnam. Our dataset comprises 102.56 hours of audio, consisting of approximately 19,000 utterances, and the associated transcripts contain over 1.2 million words. To provide benchmarks and simultaneously demonstrate the challenges of our dataset, we fine-tune state-of-the-art pre-trained models for two downstream tasks: (1) Dialect identification and (2) Speech recognition. The empirical results suggest two implications including the influence of geographical factors on dialects, and the constraints of current approaches in speech recognition tasks involving multi-dialect speech data. Our dataset is available for research purposes.",
29
  }
30
  ```
31