UngLong commited on
Commit
3c6a307
·
verified ·
1 Parent(s): d6e917c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -11,5 +11,8 @@ size_categories:
11
  # ViSIR
12
  Our dataset is a combination of ViHSD and ViHOS. Initially, we planned to use only ViHSD and relabel it into binary categories for toxic and non-toxic comment classification. However, after preprocessing, we noticed a class imbalance, with a significant skew toward non-toxic labels. To address this, we extracted approximately 10,000 toxic comments from ViHOS to balance the dataset.
13
 
14
- ViHSD: https://huggingface.co/datasets/htdung167/ViHSD
15
- ViHOS: https://huggingface.co/datasets/htdung167/ViHOS
 
 
 
 
11
  # ViSIR
12
  Our dataset is a combination of ViHSD and ViHOS. Initially, we planned to use only ViHSD and relabel it into binary categories for toxic and non-toxic comment classification. However, after preprocessing, we noticed a class imbalance, with a significant skew toward non-toxic labels. To address this, we extracted approximately 10,000 toxic comments from ViHOS to balance the dataset.
13
 
14
+ ## Acknowledgment
15
+ This dataset is built upon the following datasets:
16
+ - [ViHSD](https://huggingface.co/datasets/htdung167/ViHSD)
17
+ - [ViHOS](https://huggingface.co/datasets/htdung167/ViHOS)
18
+ We acknowledge and respect the original authors for their contributions.