tarudesu commited on
Commit
2ab81d7
·
verified ·
1 Parent(s): dfe3366

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -14
README.md CHANGED
@@ -11,20 +11,22 @@ language:
11
 
12
  ViHateT5 is the state-of-the-art pre-trained text-to-text transformer model for Vietnamese (HSD tasks). Note the this checkpoint need to be fine-tuned on downstream tasks, especially hate speech detection ones ([ViHateT5-HSD](https://huggingface.co/tarudesu/ViHateT5-base-HSD) is the fine-tuned model mentioned in the paper).
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
 
 
11
 
12
  ViHateT5 is the state-of-the-art pre-trained text-to-text transformer model for Vietnamese (HSD tasks). Note the this checkpoint need to be fine-tuned on downstream tasks, especially hate speech detection ones ([ViHateT5-HSD](https://huggingface.co/tarudesu/ViHateT5-base-HSD) is the fine-tuned model mentioned in the paper).
13
 
14
+ The architecture and experimental results of ViHateT5 can be found in the [paper](https://aclanthology.org/2024.findings-acl.355.pdf):
15
+
16
+ ```
17
+ @inproceedings{thanh-nguyen-2024-vihatet5,
18
+ title = "{V}i{H}ate{T}5: Enhancing Hate Speech Detection in {V}ietnamese With a Unified Text-to-Text Transformer Model",
19
+ author = "Thanh Nguyen, Luan",
20
+ editor = "Ku, Lun-Wei and Martins, Andre and Srikumar, Vivek",
21
+ booktitle = "Findings of the Association for Computational Linguistics ACL 2024",
22
+ month = aug,
23
+ year = "2024",
24
+ address = "Bangkok, Thailand and virtual meeting",
25
+ publisher = "Association for Computational Linguistics",
26
+ url = "https://aclanthology.org/2024.findings-acl.355",
27
+ pages = "5948--5961"
28
+ }
29
+ ```
30
 
31
  The pre-training dataset named VOZ-HSD is available at [HERE](https://huggingface.co/datasets/tarudesu/VOZ-HSD).
32