hadung1802 commited on
Commit
9451625
·
verified ·
1 Parent(s): 4e34b1c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -0
README.md CHANGED
@@ -56,3 +56,47 @@ pinned: false
56
  ```bash
57
  pip install visonorm
58
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56
  ```bash
57
  pip install visonorm
58
  ```
59
+
60
+ ## 📝 Citation
61
+
62
+ ViSoLex is developed at the University of Information Technology, Vietnam National University Ho Chi Minh City (UIT, VNU-HCM). If you use ViSoLex in your research, please **CITE**:
63
+
64
+ ```
65
+ @article{nguyen_weakly_2025,
66
+ title = {A {Weakly} {Supervised} {Data} {Labeling} {Framework} for {Machine} {Lexical} {Normalization} in {Vietnamese} {Social} {Media}},
67
+ volume = {17},
68
+ issn = {1866-9964},
69
+ url = {https://doi.org/10.1007/s12559-024-10356-3},
70
+ doi = {10.1007/s12559-024-10356-3},
71
+ number = {1},
72
+ journal = {Cognitive Computation},
73
+ author = {Nguyen, Dung Ha and Nguyen, Anh Thi Hoang and Van Nguyen, Kiet},
74
+ month = jan,
75
+ year = {2025},
76
+ pages = {57},
77
+ }
78
+ ```
79
+
80
+ ```
81
+ @inproceedings{nguyen-etal-2025-visolex,
82
+ title = "{V}i{S}o{L}ex: An Open-Source Repository for {V}ietnamese Social Media Lexical Normalization",
83
+ author = "Nguyen, Anh Thi-Hoang and
84
+ Nguyen, Dung Ha and
85
+ Nguyen, Kiet Van",
86
+ editor = "Rambow, Owen and
87
+ Wanner, Leo and
88
+ Apidianaki, Marianna and
89
+ Al-Khalifa, Hend and
90
+ Eugenio, Barbara Di and
91
+ Schockaert, Steven and
92
+ Mather, Brodie and
93
+ Dras, Mark",
94
+ booktitle = "Proceedings of the 31st International Conference on Computational Linguistics: System Demonstrations",
95
+ month = jan,
96
+ year = "2025",
97
+ address = "Abu Dhabi, UAE",
98
+ publisher = "Association for Computational Linguistics",
99
+ url = "https://aclanthology.org/2025.coling-demos.18/",
100
+ pages = "183--188",
101
+ }
102
+ ```