QUICK REVIEW
[论文解读] Hate Speech Detection on Vietnamese Social Media Text using the Bi-GRU-LSTM-CNN Model
Tin Van Huynh, Duc-Vu Nguyen|arXiv (Cornell University)|Nov 9, 2019
Hate Speech and Cyberbullying Detection参考文献 15被引用 32
一句话总结
本文实现了一个用于越南语仇恨言论检测的 Bi-GRU-LSTM-CNN 分类器,基于 VLSP 2019,在公开测试集上获得 70.576% 的 F1,并排名第 5 名。
ABSTRACT
In recent years, Hate Speech Detection has become one of the interesting fields in natural language processing or computational linguistics. In this paper, we present the description of our system to solve this problem at the VLSP shared task 2019: Hate Speech Detection on Social Networks with the corpus which contains 20,345 human-labeled comments/posts for training and 5,086 for public-testing. We implement a deep learning method based on the Bi-GRU-LSTM-CNN classifier into this task. Our result in this task is 70.576% of F1-score, ranking the 5th of performance on public-test set.
研究动机与目标
- Motivate hate speech detection in Vietnamese social media as a low-resource NLP task.
- Develop and compare neural architectures for three-label classification (HATE, OFFENSIVE, CLEAN).
- Demonstrate the effectiveness of a Bi-GRU-LSTM-CNN model on VLSP 2019 data.
提出的方法
- Preprocess text with lowercasing, whitespace/punctuation removal, number replacement, and tokenization using PyVi.
- Represent sentences as 220x300 word embedding matrices using FastText embeddings.
- Apply 1D CNN with dropout followed by Bi-LSTM and Bi-GRU blocks for feature extraction.
- Train a classifier with three labels (HATE, OFFENSIVE, CLEAN) and evaluate using F1-score.
- Compare TextCNN, Bi-GRU-CNN, and Bi-GRU-LSTM-CNN architectures to identify the best model.
实验结果
研究问题
- RQ1What is the effectiveness of Bi-GRU-LSTM-CNN for Vietnamese hate speech detection compared to other neural architectures?
- RQ2How do different neural components (CNN, Bi-LSTM, Bi-GRU) contribute to classification performance on VLSP 2019 data?
- RQ3What F1-score can be achieved on the VLSP 2019 public test for three-label classification?
- RQ4How does the model rank on the public-test vs private-test sets?
主要发现
- Bi-GRU-LSTM-CNN yields the best F1-score among the tested models with 70.576%.
- TextCNN and Bi-GRU-CNN achieve 56.512% and 69.293% F1, respectively.
- On the public-test, the Bi-GRU-LSTM-CNN ranked 5th in the top-5 results.
- The approach generally performs comparably to other teams on the public-test but less so on the private-test.
- The dataset used contains 20,345 training and 5,086 test examples with three labels (HATE, OFFENSIVE, CLEAN).
更好的研究,从现在开始
从阅读论文到最终审阅,大幅缩短您的研究时间。
无需绑定信用卡
本解读由 AI 生成,并经人工编辑审核。