| Literature DB >> 35308295 |
Mengxi Zhou1, Wei Xu1, Wenping Zhang1, Qiqi Jiang2.
Abstract
Clickbait is the use of an enticing title as bait to deceive users to click. However, the corresponding content is often disappointing, infuriating or even deceitful. This practice has brought serious damage to our social trust, especially to online media, which is one of the most important channels for information acquisition in our daily life. Currently, clickbait is spreading on the internet and causing serious damage to society. However, research on clickbait detection has not yet been well performed. Almost all existing research treats clickbait detection as a binary classification task and only uses the title as the input. This shallow usage of information and detection technology not only suffers from low performance in real detection (e.g., it is easy to bypass) but is also difficult to use in further research (e.g., potential empirical studies). In this work, we proposed a novel clickbait detection model that incorporated a knowledge graph, a graph convolutional network and a graph attention network to conduct fine-grained-level clickbait detection. According to experiments using a real dataset, our novel proposed model outperformed classical and state-of-the-art baselines. In addition, certain explainability can also be achieved in our model through the graph attention network. Our fine-grained-level results can provide a measurement foundation for future empirical study. To the best of our knowledge, this is the first attempt to incorporate a knowledge graph and deep learning technique to detect clickbait and achieve explainability.Entities:
Keywords: Clickbait detection; Graph attention network; Graph convolutional network; Knowledge graph
Year: 2022 PMID: 35308295 PMCID: PMC8924577 DOI: 10.1007/s11280-022-01032-3
Source DB: PubMed Journal: World Wide Web ISSN: 1386-145X Impact factor: 3.000
Figure 1Architecture of the KG-GCN + ATT model
Statistics of our clickbait dataset
| Non-clickbait | Clickbait | |||||
|---|---|---|---|---|---|---|
| Clickbait Level | 0 | 1 | 2 | 3 | 4 | 5 |
| Number | 4073 | 1540 | 1086 | 617 | 316 | 580 |
Performance of each model for binary clickbait detection
| accuracy | precision | recall | f1-score | |
|---|---|---|---|---|
| Features-DT | 0.65 | 0.65 | 0.65 | 0.65 |
| Features-RF | 0.65 | 0.66 | 0.65 | 0.66 |
| Features-SVM | 0.60 | 0.60 | 0.60 | 0.60 |
| TextCNN | 0.67 | 0.60 | 0.60 | 0.60 |
| LSTM | 0.67 | 0.67 | 0.67 | 0.67 |
| KG-GCN | 0.67 | 0.70 | 0.67 | 0.68 |
| KG-GCN + ATT | 0.69 | 0.69 | 0.68 | 0.69 |
Figure 2Illustration of the model comparison over each measure for binary classification
Performance of various methods for fine-grained-level clickbait detection
| Model | MSE | RMSE | MAE |
|---|---|---|---|
| Features-DT | 0.0108 | 0.1041 | 0.0383 |
| Features-RF | 0.0125 | 0.1119 | 0.0449 |
| Features-SVM | 0.0114 | 0.1065 | 0.0199 |
| TextCNN | 0.0103 | 0.1014 | 0.0323 |
| LSTM | 0.0099 | 0.0996 | 0.0954 |
| KG-GCN | 0.0097 | 0.0983 | 0.0265 |
| KG-GCN + ATT | 0.0079 | 0.0889 | 0.0244 |
Figure 3Illustration of the model comparison over each measure for fine-grained-level detection
Figure 4Illustration of the explainability achieved with our model