ThuanPhong commited on
Commit
056275a
1 Parent(s): 59f152e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -8
README.md CHANGED
@@ -24,14 +24,25 @@ CafeBERT is a large-scale multilingual language model with strong support for Vi
24
  The general architecture and experimental results of PhoBERT can be found in our [paper](https://arxiv.org/abs/2403.15882):
25
 
26
  ```
27
- @misc{do2024vlue,
28
- title={VLUE: A New Benchmark and Multi-task Knowledge Transfer Learning for Vietnamese Natural Language Understanding},
29
- author={Phong Nguyen-Thuan Do and Son Quoc Tran and Phu Gia Hoang and Kiet Van Nguyen and Ngan Luu-Thuy Nguyen},
30
- year={2024},
31
- eprint={2403.15882},
32
- archivePrefix={arXiv},
33
- primaryClass={cs.CL}
34
- }
 
 
 
 
 
 
 
 
 
 
 
35
  ```
36
 
37
  Please **CITE** our paper when CafeBERT is used to help produce published results or is incorporated into other software.
 
24
  The general architecture and experimental results of PhoBERT can be found in our [paper](https://arxiv.org/abs/2403.15882):
25
 
26
  ```
27
+ @inproceedings{do-etal-2024-vlue,
28
+ title = "{VLUE}: A New Benchmark and Multi-task Knowledge Transfer Learning for {V}ietnamese Natural Language Understanding",
29
+ author = "Do, Phong and
30
+ Tran, Son and
31
+ Hoang, Phu and
32
+ Nguyen, Kiet and
33
+ Nguyen, Ngan",
34
+ editor = "Duh, Kevin and
35
+ Gomez, Helena and
36
+ Bethard, Steven",
37
+ booktitle = "Findings of the Association for Computational Linguistics: NAACL 2024",
38
+ month = jun,
39
+ year = "2024",
40
+ address = "Mexico City, Mexico",
41
+ publisher = "Association for Computational Linguistics",
42
+ url = "https://aclanthology.org/2024.findings-naacl.15",
43
+ pages = "211--222",
44
+ abstract = "The success of Natural Language Understanding (NLU) benchmarks in various languages, such as GLUE for English, CLUE for Chinese, KLUE for Korean, and IndoNLU for Indonesian, has facilitated the evaluation of new NLU models across a wide range of tasks. To establish a standardized set of benchmarks for Vietnamese NLU, we introduce the first Vietnamese Language Understanding Evaluation (VLUE) benchmark. The VLUE benchmark encompasses five datasets covering different NLU tasks, including text classification, span extraction, and natural language understanding. To provide an insightful overview of the current state of Vietnamese NLU, we then evaluate seven state-of-the-art pre-trained models, including both multilingual and Vietnamese monolingual models, on our proposed VLUE benchmark. Furthermore, we present CafeBERT, a new state-of-the-art pre-trained model that achieves superior results across all tasks in the VLUE benchmark. Our model combines the proficiency of a multilingual pre-trained model with Vietnamese linguistic knowledge. CafeBERT is developed based on the XLM-RoBERTa model, with an additional pretraining step utilizing a significant amount of Vietnamese textual data to enhance its adaptation to the Vietnamese language. For the purpose of future research, CafeBERT is made publicly available for research purposes.",
45
+ }
46
  ```
47
 
48
  Please **CITE** our paper when CafeBERT is used to help produce published results or is incorporated into other software.