Update README.md
Browse files
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](
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
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 |
|