I. Introduction
In the past few decades, with the booming development of new media, the traditional media has been gradually replaced by the network texts and the Clickbait have been appearing widespread in the online world. Clickbaits, in social media, are misleading headlines and links aim to mislead the reader to ‘click’ them. The content behind the link can be a bundled software or even a virus aims to attack users’ computer which has affected the current network security. Detecting and filtering Clickbaits has become one of the most important tasks for Internet enterprises. This paper aims to design the algorithm for early detecting clickbait titles from the headlines. Clickbait detection task is a sub-problem of text classification, and deep learning models are widely used in these tasks, such as textCNN [1] and textRNN [2]. Recently, the text classification model based on the graph neural network (GNN) has also attracted extensive attention such as TextGCN [3], TensorGCN [4] and TextING [5]. Graph-based model can capture the global word co-occurrence of the corpus by aggregating the information of documents with similar words, which achieved state-of-the-art performance on several data sets.