nqnam02 commited on
Commit
74ab5eb
1 Parent(s): 33d59f7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -1,3 +1,23 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+ # <a name="introduction"></a> ViSoBERT: A Pre-Trained Language Model for Vietnamese Social Media Text Processing (EMNLP 2023 - Main)
5
+
6
+ ViSoBERT is the state-of-the-art language model for Vietnamese social media tasks:
7
+
8
+ - ViSoBERT is the first monolingual MLM (XLM-R architecture) from scratch specifically for Vietnamese social media text.
9
+ - ViSoBERT outperforms previous monolingual, multilingual, and multilingual social media approaches, obtaining new state-of-the-art performances on four downstream Vietnamese social media tasks.
10
+
11
+ The general architecture and experimental results of ViSoBERT can be found in our [paper](https://openreview.net/forum?id=gqkg54QNDY):
12
+
13
+ @inproceedings{
14
+ anonymous2023plmvismt,
15
+ title={{PLM}4Vi{SMT}: A Pre-Trained Language Model for Vietnamese Social Media Text Processing},
16
+ author={Anonymous},
17
+ booktitle={The 2023 Conference on Empirical Methods in Natural Language Processing},
18
+ year={2023},
19
+ url={https://openreview.net/forum?id=gqkg54QNDY}
20
+ }
21
+
22
+
23
+ **Please CITE** our paper when ViSoBERT is used to help produce published results or is incorporated into other software.