tarudesu commited on
Commit
dfe3366
·
verified ·
1 Parent(s): 0a942bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -8
README.md CHANGED
@@ -13,14 +13,18 @@ ViHateT5 is the state-of-the-art pre-trained text-to-text transformer model for
13
 
14
  The architecture and experimental results of ViHateT5 can be found in the [paper](LINK):
15
 
16
- @misc{nguyen2024vihatet5,
17
- title={ViHateT5: Enhancing Hate Speech Detection in Vietnamese With A Unified Text-to-Text Transformer Model},
18
- author={Luan Thanh Nguyen},
19
- year={2024},
20
- eprint={2405.14141},
21
- archivePrefix={arXiv},
22
- primaryClass={cs.CL}
23
- }
 
 
 
 
24
 
25
  The pre-training dataset named VOZ-HSD is available at [HERE](https://huggingface.co/datasets/tarudesu/VOZ-HSD).
26
 
 
13
 
14
  The architecture and experimental results of ViHateT5 can be found in the [paper](LINK):
15
 
16
+ @inproceedings{thanh-nguyen-2024-vihatet5,
17
+ title = "{V}i{H}ate{T}5: Enhancing Hate Speech Detection in {V}ietnamese With a Unified Text-to-Text Transformer Model",
18
+ author = "Thanh Nguyen, Luan",
19
+ editor = "Ku, Lun-Wei and Martins, Andre and Srikumar, Vivek",
20
+ booktitle = "Findings of the Association for Computational Linguistics ACL 2024",
21
+ month = aug,
22
+ year = "2024",
23
+ address = "Bangkok, Thailand and virtual meeting",
24
+ publisher = "Association for Computational Linguistics",
25
+ url = "https://aclanthology.org/2024.findings-acl.355",
26
+ pages = "5948--5961"
27
+ }
28
 
29
  The pre-training dataset named VOZ-HSD is available at [HERE](https://huggingface.co/datasets/tarudesu/VOZ-HSD).
30