亚洲免费av电影一区二区三区,日韩爱爱视频,51精品视频一区二区三区,91视频爱爱,日韩欧美在线播放视频,中文字幕少妇AV,亚洲电影中文字幕,久久久久亚洲av成人网址,久久综合视频网站,国产在线不卡免费播放

        ?

        DFE-GCN:Dual Feature Enhanced Graph Convolutional Network for Controversy Detection

        2023-12-12 15:50:48ChengfeiHuaWenzhongYangLiejunWangFuyuanWeiKeZiErBieKeHaiLaTiandYuanyuanLiao
        Computers Materials&Continua 2023年10期

        Chengfei Hua,Wenzhong Yang,Liejun Wang,Fuyuan Wei,KeZiErBieKe HaiLaTi and Yuanyuan Liao

        1College of Software,Xinjiang University,Urumqi,830000,China

        2Key Laboratory of Signal Detection and Processing in Xinjiang Uygur Autonomous Region,Xinjiang University,Urumqi,830000,China

        3Key Laboratory of Multilingual Information Technology in Xinjiang Uygur Autonomous Region,Xinjiang University,Urumqi,830000,China

        ABSTRACT With the development of social media and the prevalence of mobile devices,an increasing number of people tend to use social media platforms to express their opinions and attitudes,leading to many online controversies.These online controversies can severely threaten social stability,making automatic detection of controversies particularly necessary.Most controversy detection methods currently focus on mining features from text semantics and propagation structures.However,these methods have two drawbacks:1)limited ability to capture structural features and failure to learn deeper structural features,and 2)neglecting the influence of topic information and ineffective utilization of topic features.In light of these phenomena,this paper proposes a social media controversy detection method called Dual Feature Enhanced Graph Convolutional Network(DFE-GCN).This method explores structural information at different scales from global and local perspectives to capture deeper structural features,enhancing the expressive power of structural features.Furthermore,to strengthen the influence of topic information,this paper utilizes attention mechanisms to enhance topic features after each graph convolutional layer,effectively using topic information.We validated our method on two different public datasets,and the experimental results demonstrate that our method achieves state-of-the-art performance compared to baseline methods.On the Weibo and Reddit datasets,the accuracy is improved by 5.92% and 3.32%,respectively,and the F1 score is improved by 1.99%and 2.17%,demonstrating the positive impact of enhanced structural features and topic features on controversy detection.

        KEYWORDS Controversy detection;graph convolutional network;feature enhancement;social media

        1 Introduction

        In recent years,along with the rapid development of the Internet and other infrastructure,various social media applications have influenced every aspect of human life.While bringing convenience to users,they have also given rise to many controversial phenomena.These controversial phenomena continue to fester on the Internet,triggering public opinions and undermining social stability and harmony.Controversy detection and regulation have therefore become vital social challenges.Controversial posts are those that cause significant differences of opinion among a significant number of people,and controversial posts on social media are texts that provoke strong reactions,both positive and negative,and spark heated debates among users[1].Identifying controversial posts on social media has an important role as it allows people to receive controversial messages in advance,encourages fairness and impartiality,and discourages the spread of disinformation or hate speech[2].Detecting social media controversy also provides academics with a window into public sentiment and opinion,allowing them to assess the reality and significance of events as well as the attitudes and opinions of users.

        Social media often uses interactions and conversations between users to identify controversies.These interactions include social connections(retweets,followers,and comments on Reddit)[3,4],as well as Wikipedia citation links [5].Recently,researchers have been interested in identifying controversial content on various social media platforms,including Twitter,Reddit,Weibo,and government websites.Garimella et al.[3]studied controversial topics on social media by constructing retweets,text,and follow graphs and measuring the level of controversy of the target topic.Hessel et al.[6]created a reply structure graph and used textual content and the structure of replies between users to identify controversial posts on the Reddit website.In addition,Zhong et al.[7]created a controversy detection Chinese dataset based on Weibo.They proposed a graph convolutional network-based method to detect intra-topic and inter-topic controversies on Weibo.Benslimane et al.[8]suggested a controversy detection approach based on user interaction graph structure and text features to identify post-level controversy on the Reddit platform.Although the above studies have yielded promising results for specific controversy detection tasks,some challenges remain.Current methods have limited ability to obtain information from such structures when certain data have a very deep tree structure,which is helpful for controversy detection[6].Therefore,the first challenge is to obtain information about the deeper structure.In addition,topics are the root cause of controversial phenomena and often contain more feature information than other nodes.Effectively using controversial topic information is the second challenge to improving controversy detection capability.

        Our task in this paper is to detect controversial posts on social media.Since topic-level controversy detection results are coarse,multiple controversial and non-controversial posts are often found under a single topic.To overcome two drawbacks of existing work,the DFE-GCN model utilizes a global structure encoding layer and a local structure encoding layer to obtain multi-scale structural features to enhance the representation of structural features.In addition,to fully use the rich topic information,we augment the topic features behind each graph convolution layer with an attention mechanism.Finally,fused post and comment update vectors are used to predict controversies.Extensive experiments show that our model outperforms existing methods and can exploit its features dynamically and effectively.The main contributions of this paper are as follows:

        1.This paper proposes a DFE-GCN model that can accurately detect controversial posts on social media.The DFE-GCN is the first model that improves the performance of controversy detection by starting from both structure and topic levels.

        2.In this paper,a structure enhancement module is utilized to acquire multi-scale structural information from the reply structure graph,enhancing the representation capability of structural features from both global and local perspectives.The structure enhancement module facilitates the exploration of deep-level structural features.

        3.In this paper,we use a topic enhancement module that makes extensive use of topic feature information to achieve good controversy recognition performance.The topic enhancement module improves the impact of the root source of controversial events.

        The rest of this paper is structured as follows:Section 2 discusses related work and the context.Section 3 goes into the method in further depth.Section 4 discusses evaluation techniques,experimental results,and performance comparisons.The work is summarized in Section 5.

        2 Related Work

        The goal of social media controversy detection is to determine if a person’s words are controversial by analyzing data from user interactions on social networking sites,such as comments,comment content,and response structure.Thus far,controversy detection approaches may be classified into three types:content-based,structure-based,and hybrid.

        2.1 Content-Based

        Text content features were widely used in early controversy detection tasks,where text content could be used to detect controversial topics and posts.According to Sznajder et al.[9],the context in which a concept is located has a solid indicative impact and can measure the level of controversy on a Wikipedia page.Instead of using Wikipedia metadata,the authors argue that the context of the concept may be a clear indication of controversy.The authors used pre-trained word embedding methods to represent article content and calculated the degree of controversy for these concepts using nearest neighbor and plain Bayes classifiers,respectively.The study by Dori-Hacohen et al.[10]focused on assessing whether content on web pages is controversial.They estimated the degree of controversy in Wikipedia by assessing the semantic differences between authors and measuring the proximity of controversy to the article topic to determine whether the subject was controversial and,thus,the controversial nature of the news article.By studying phrases that often appear in contexts with emotive words,Choi et al.[11] identified controversies in news articles.The goal of the study by Sriteja et al.[12] was to determine the controversial scores of articles using users’commentary views,combining them with information about the news article’s content.Information on sentiment analysis,linguistic analysis,topic strength,and user interaction was also considered.Finally,a study by Jang et al.[13] concluded that controversy should be studied in a specific context,as it is not a generalized concept but relevant to the community.Although textual features are essential for controversy detection,relying on textual features alone is not sufficient to achieve the task.

        2.2 Structure-Based

        Texts on social media are often biased because their meaning may vary depending on many factors,such as the culture or language of the community,and caution should be exercised when dealing with such texts [14].Therefore,it is essential to investigate controversies from a structural perspective.Guerra et al.[15]were the pioneers in utilizing topological features to extract controversies.They partitioned the nodes of two distinct communities into two non-overlapping sets.Then they identified polarizing topics by examining the internal degree and internal edges of the nodes,along with the boundary degree and the number of cross-group edges.Garimella et al.[3] constructed a conversation graph based on topics containing two types of edges: follow and retweet.After partitioning the conversation graph into two different communities,different methods were used to measure controversy,including a Random Walk Controversy (RWC) measure.Garimella et al.[2]used a similar approach in their study of controversy detection and demonstrated that by examining users’relationships,their commitment to the community could be determined.They propose a new method based on biased random walks and use a new measure of controversy to quantify controversy.Mendoza et al.[16]emphasized the importance of communication between users and named entities.They generate condition graphs on partitioned named entities and use RWC controversy scores to quantify controversy.Although structural features are widely used and produce good results in controversy detection tasks,ignoring textual features is still a loss.

        2.3 Hybrid Approaches

        Recent research has focused on merging structural and content information to prevent the loss of important feature information in controversy detection tasks.In this context,many user interaction strategies on social media are crucial.Hessel et al.[6] demonstrated that textual features are as important as structural features for controversy detection tasks.They used text features generated by language models like Bidirectional Encoder Representation from Transformers(BERT)[17]combined with structural features from comment trees on Reddit’s social platform to improve early post-level controversy detection performance.Zhong et al.[7]proposed a method based on a graph convolutional network(GCN)to achieve the same goal.It attempts to fuse the structural information of the comment tree with the textual information.It introduces concurrent multi-task classifiers in the model to distinguish topic-related and topic-irrelevant features for inter-topic detection.Benslimane et al.[8]proposed a controversy detection method based on discussion graph structure and textual features,using a graph neural network to encode the discussion graph.Two methods for detecting controversy are also provided.The first is representational learning of graphs using a hierarchical strategy.The second uses an attention mechanism to give different levels of importance to nodes and neighboring nodes.The drawback of the existing hybrid controversy detection methods is that they have limited access to structural features and ignore the influence of root information.The source of a controversial event is the topic,which is always informative and has a broad impact.Therefore,it is crucial to use the information on the topic effectively.To this end,we propose a dual feature enhancement graph convolutional network model that combines valuable textual and structural information and fully uses topical information.To compare the limitations of the various methods more clearly and intuitively,we summarize the different controversy detection methods in Table 1.

        Table 1:Summary of controversy detection methods

        3 Method

        This section describes post-level controversy detection methods,a classification task.Given the post text (Post) and the social media reply network structure graph G=(V,E),the controversy detection modelfcontroversy(.) maps the input (text,G) to the set of tags Y={controversial,noncontroversial},i.e.,controversial posts and non-controversial posts.fcontroversy(text,G)=Y{controversial}.The main idea is to represent the exchange of user responses on social media as a graph of user responses and to iterate over the vector representation of the target nodes using GCN.

        The overall structure diagram of the DFE-GCN model proposed in this paper is shown in Fig.1,which consists of six modules:graph construction,global structure information encoding layer,semantic information encoding layer,feature fusion layer,local neighborhood information fusion and attention root node feature enhancement layer,and controversy classification layer.Especially for the feature fusion layer,direct concatenation of these features will lead to the failure of certain features due to their widely varying distribution.Therefore,we make use of the attention mechanism to better integrate features.In the following,we describe each module in depth.

        3.1 Graph Construction

        The purpose of using subject hashtags on social media is to help users choose areas of interest.Users can join discussions on particular topics by clicking on the hashtags that interest them.Topical discussions often include posting,forwarding,answering,and the like.As a result,the most typical information diffusion path in various social media is from themes to posts and then to comments.We first construct a topic-post-comment graph to simulate the message transmission chain between topics,posts,and comments.G=(V,E)for the target post,where G is an undirected graph,V is the collection of nodes,and E is the set of edges.The following describes the node and edge information.

        Nodes: There are three kinds of nodes in G: topic nodes,post nodes,and comment nodes.The topic node can be thought of as a hub node for integrating and exchanging information.The root node also connects all post nodes for this theme.Then,each comment node is linked to the post or comment node to which it responds.

        The topic-post-comment graph we construct has three different types of edges,and each node in the graph can represent a topic,a post,or a comment.The types of the three edges are described as follows:

        Topic-Post edge:We consider the topic node a hub node for integrating and exchanging information.Then,we connect all the post nodes under the topic to a topic node to capture helpful information between related posts under the same topic.

        Post-Comment edge:We link each comment node to the post node it replies to maintain the relationship between posts and comments.It is possible to model the relationship between posts and comments.

        Comment-Comment edge:The connection method of comment-comment edges is similar to that of post-comment edges,A edgewill be created whenVjresponds to the post P or any comment posted byVi.

        3.2 Global Structure Information Encoding Layer

        Structural information is also crucial when identifying controversial events on social media.Nodes with controversial posts typically have more comment nodes and diverse neighborhood structures.Intuitively,nodes with similar structures also tend to perform the same functions.Therefore,we must take a global perspective to find structural similarities between crucial nodes.

        In this paper,we learn structural embeddings using Graph-Bert [18],a pre-trained model that can be applied to graph data and can help us find the structural similarity of key nodes from a global perspective.It does not consider information about edges in the graph by sampling the original graph into multiple subgraphs and learning representations of the subgraphs only using an attention mechanism.As it is not constrained by the graph structure,it can be well-pre-trained and migrated for learning.Formally,Graph-Bert learns a structural embedding matrix Hst∈RN?Fst,which contains global structural information about the graph.Each node hst∈RFstis represented by an Fstdimensional vector.

        3.3 Semantic Information Encoding Layer

        The analysis of controversial speech cannot be separated from the study of the text’s content.In deep learning-based controversy detection tasks,the first step of most algorithms represents the content of the text as a vector.The vector is then classified using a classification algorithm,with some using the vector as the input sequence to a recurrent neural network based on the chronological order of the posts.Text vectors are an integral part of a neural network’s understanding of text content,and their quality will directly determine the performance of the model.

        In this paper,we use the Sentence-BERT[19]model,a dedicated model for generating sentence or paragraph vectors,and output fixed-dimensional sentence vectors using a twin neural network architecture.Secondly,the creators of the Sentence-BERT model created the Sentence-Transformer library,which contains several sentence vector generation models based on various pre-trained models and trained on different corpora.Thus,based on the above models,a text semantic representation vector hse∈RFseis extracted for each node,which contains the hidden syntactic and semantic aspects of the text content.hsecan be constructed as a semantic embedding matrix Hse∈RN?Fsefor each node in the network.

        3.4 Feature Fusion Layer

        As the distribution of values between different features can vary greatly,directly stitching the features from each part and feeding them into the graph neural network may lead to training instability and the loss of some important features.To solve these problems,we perform an attentional dynamic fusion of the acquired text features and structural features.We employ the following attention mechanism,as shown in Eqs.(1)–(3):

        where WFis the weight parameter,bFis the matrix of paranoid parameters,and F(.) Outputs the attention raw score,after which the adjusted semantic representationand the structural representationare concatenated to obtain the fusion representation hfu.As shown in Eq.(4):

        3.5 Local Neighborhood Information Fusion and Attention Root Node Feature Enhancement Layer

        GCN[20]is a multilayer neural network that processes graphical data and generates embedding vectors of nodes based on their neighbors.The GCN can capture information from nodes’direct and indirect neighbors through cascading layered convolutions.We input the above-generated text and structure fused features hfuinto the GCN,the hidden feature matrix H1,which is the output of the first layer of the GCN,is defined as Eq.(5):

        σ(·)is the nonlinear ReLU activation function.

        In controversy generation,the topic corresponding to the root node contains more important feature information relative to other nodes,and better use of root information and the relationship from the root node to other nodes is essential for controversy detection.Therefore,it is necessary to perform root node feature augmentation for the nodes in the reply graph.The process of its root node feature augmentation is as follows: For node i,calculate the root node’s influence weight on it,as shown in Eq.(9):

        whereω(.)denotes the activation function,U is a trainable parameter matrix,andh0denotes the node root feature vector.The root node feature enhancement vector of node i is created based on this weight value.The calculation method is shown in Eq.(10):

        Afterward,the hidden feature matrix H2of the second GCN layer is calculated using Eq.(5),and the hidden matrixfor introducing the root node attention mechanism is calculated according to Eqs.(9)–(12).

        3.6 Controversy Classification Module

        In this paper,a fully connected layer as well as the non-linear activation function softmax are applied to obtain the controversial probability of post nodes in the reply structure graph.It can be defined as Eq.(13):

        where W0and b0are both learnable parameters.Finally,in this paper,the loss is computed by comparing the controversy probability values with the true labels using the binary cross-entropy loss function,as shown in Eq.(14):

        Table 2:Algorithmic flow of the DFE-GCN model

        4 Experiments

        The following will provide detailed explanations of the motivation and implementation details of the experimental settings in the controversy detection task.The experiments in this paper are divided into the following three parts:

        1.Comparative experiments: We compared our method with current mainstream methods for controversy detection(content-based,structure-based,and hybrid)to investigate whether our method has superior performance in detecting controversial social media posts.

        2.Ablation experiment:This experiment removes different modules from the proposed method,involving a global structure encoding module and an attentional topic feature enhancement module,to investigate the effect of different modules in the model on the experimental results.

        3.Network layer analysis:This experiment performs a layer sensitivity analysis for the number of layers of the model to explore the layer settings suitable for the model to achieve the best performance.

        4.1 Dataset

        We conducted experiments on two real datasets in two different languages.Table 3 displays partial statistical information on the two datasets.

        Table 3:Dataset statistics

        Weibo Dataset[7]:The dataset is a Chinese dataset for social media post controversy detection,which contains 49 topics from different domains,such as“Candidates respond to being rejected three times by Peking University”,“Proposal to abolish motor vehicle driving license”,etc.There are a total of 1992 controversial posts and 3684 non-controversial posts.The posts in each topic fall under that topic,and each post contains at least 2 comments and up to 15 comments.In addition,the dataset’s author has retained the structure of the replies to the dataset.

        Reddit Dataset[6]: The Reddit dataset was collected from 2007 to February 2014,and the data covers six specific online channels,namely AskMen(am),AskWomen(aw),Fitness(fn),LifeProTips(lt),PersonalFinance (pf),and Relationships (rs).On Reddit,each user can post comments under threads of posts about a specific topic(subreddit).Each topic contains a set of posts,with metadata and a comment structure associated with each post.Noting that posts with low comments may not be constructed into a significant graph,only posts with at least 30 comments are retained.

        4.2 Experimental Environment and Hyperparameters

        The experimental environment is shown in Table 4 and the experimental hyperparameters are shown in Table 5.

        Table 4:Hardware and software in the experiment

        Table 5:Experimental hyperparameters

        Table 6:Controversy detection capability of different methods on Weibo

        Table 7:Controversy detection capability of different methods on Reddit

        Table 8:The impact of different parts of the model on Weibo dataset

        Table 9:The impact of different parts of the model on Reddit dataset

        4.3 Evaluation Metrics

        This article treats controversy detection as a binary classification problem and evaluates performance using Precision(P),Recall(R),Accuracy(ACC),and F1.

        The Precision metric compares the proportion of accurately predicted controversy samples to all predicted controversy samples.The calculation process is shown in Eq.(15):

        The Recall metric compares the proportion of correctly predicted controversy samples to all controversy samples.The calculation process is shown in Eq.(16):

        The Accuracy metric computes the percentage of correct prediction samples among all samples.The calculation process is shown in Eq.(17):

        F1 was employed as an overall measure of model performance metrics because Precision and Recall are frequently not positively associated and are often contradictory.The calculation process is shown in Eq.(18):

        To demonstrate the validity of the method proposed in this paper and fully evaluate its performance,experiments were conducted to answer the following questions:

        RQ1:Can the controversy detection method proposed in this paper improve the performance of controversy detection?

        RQ2:Can the method capture deeper structural features?

        RQ3:What is the effect of root feature attention enhancement on performance improvement?

        4.4 Baseline

        In this paper,the proposed controversy detection method,which combines reply graph structure and text features with topic feature enhancement,is compared with multiple baseline algorithms to verify its performance.We used three representative methods,including content-based methods,structure-based methods,and hybrid methods,and their descriptions are as follows:

        1.Structure-based controversy detection methods:

        GCN [20]: We employed a two-layer basic GCN model with non-linear activation and dropout between them.

        Graph Attention Network(GAT):GAT[21]is a novel neural network architecture that employs multi-head attention techniques.We employed a GAT model with two layers and used non-linear activation and dropout between them.

        2.Content-based controversy detection methods:

        BERT:For the controversy identification work,we fine-tuned multilingual BERT,which has been pre-trained in 104 languages and has learned text vectors with strong universal representation.

        Text Convolutional Neural Network(TextCNN):TextCNN[22]is a famous text categorization model.It employs one-dimensional convolution to obtain n-gram feature representation in the sentence,and the embedding layer features pre-trained word vectors.

        3.Fusion methods:

        Topic-Post-Comment Graph Convolutional Network (TPC-GCN): For post-level controversy detection,TPC-GCN[7]combines data from the graph’s structure with the content of topics,posts,and comments.BERT is used in this technique to extract text features,while graph convolutional networks are used to learn structural features.

        4.5 Results and Analysis

        To answer RQ1,we compared the performance of all methods on both datasets.Tables 6 and 7 show the detection performance of the proposed model compared to other state-of-the-art methods.The proposed method in this paper achieves better performance with higher precision,recall,F1,and accuracy than the other methods.DFE-GCN and TPC-GCN use a hybrid structure incorporating structural and semantic features.Therefore,the detection performance is generally higher than those using only semantic or structural features.Compared to TPC-GCN,DFE-GCN provides a higher level of performance by enhancing structural and thematic features.On the Weibo dataset,the F1 value improved by 1.99 percentage points,and the accuracy improved by 5.92 percentage points.On the Reddit dataset,the F1 value increased by 2.17 percentage points,and the accuracy rate increased by 3.32 percentage points.This is a result of capturing the deep structural features of the reply structure graph as well as leveraging topic information.However,content-based methods,such as TextCNN and BERT,score low on both datasets.We believe that the simple concatenation of the textual content of topics,posts,and comments during preprocessing of the data makes the semantics of the text extremely complex,which is not conducive to the understanding of the model and causes low detection performance.Among the content-based approaches,the BERT model outperforms TextCNN on both datasets because BERT can provide the better semantic understanding and contextual relevance,while TextCNN is relatively limited in understanding the semantic and contextual aspects of the text.We also find that the structure-based approach outperforms the semantic feature-based approach,illustrating that the structural information of the response graph is important for our controversy detection task.

        4.6 Ablation Experiment

        To explore the impact of different parts of the model on the experimental results,we also conducted ablation experiments.The experiments were conducted by removing different modules as follows:

        1.w/o Att:The attention mechanism in the topic feature enhancement module was removed,and only simple feature concatenation was used for topic node feature enhancement to treat each node in the response graph equally.

        2.w/o Att_Topic: The topic feature attention enhancement module in the model was removed,that is,the topic features were not enhanced,and the fused features were directly passed through two layers of GCN.

        3.w/o Structure Encoder:The global structural encoding module in the model was removed,and only the semantic features of the text were used as the input of the model.

        To answer RQ2 and RQ3,we conducted ablation experiments to explore the contributions of the different modules.The results in Tables 8 and 9 show that the model with root node feature augmentation improves significantly in all metrics compared to the model without root node augmentation.Building upon this foundation,we enhance the features of the root node by utilizing attention mechanisms,resulting in further performance improvement.This is because different comments or posts have different levels of importance for the topic.Treating every node in the comment graph equally leads to a certain loss of accuracy.Enhancing the root node’s features using an attention mechanism allows for assigning different weights to other nodes based on the varying degrees of influence from the root node.This helps alleviate the problem to some extent.When we removed the global structure encoding module from the model,the F1 score dropped by 1.81 percentage points,and the accuracy dropped by 2.18 percentage points on the Weibo dataset.On the Reddit dataset,the F1 score decreased by 1.13 percentage points,and the accuracy dropped by 2.01 percentage points,indicating that adding the global structure encoder to our approach can extract deeper structural features and positively impact model recognition.

        4.7 Layer Analysis

        The above ablation study demonstrates the superior performance of our proposed dispute detection method in terms of structural feature enhancement and topic feature enhancement.To further evaluate this approach,we conducted experiments on GCN layer count analysis.We tried 1,2,3,4,and 5 GCN layers,as shown in Figs.2 and 3,and we chose to set the number of GCN layers to two,which provided the maximum performance of our method.However,as the number of GCN layers increases,we find that the extraction performance of the model gradually decreases.We believe this is due to the model’s inability to understand the nodes’features due to the excessive number of layers.In the GCN,each update aggregates data from surrounding nodes to adjust the node features.As the number of GCN layers increases,the‘a(chǎn)ggregation radius’of each node also increases.This means that the node covers more and more neighboring nodes,resulting in a lack of diversity in the local network structure of the node,which is not conducive to the learning of the node’s features.Therefore,increasing the number of GCN layers will reduce the extraction performance of the model.

        Figure 3:Analysis of the number of layers on the Reddit dataset

        5 Conclusion

        Detecting controversies is a significant challenge in social networks and online information analysis.This study proposes a dual-feature enhanced graph convolutional network for controversy detection.It utilizes a global structure coding module and a local structure coding module to obtain multi-scale structural features for enhanced representation of structural features.In addition,to fully use the rich topic information,we augment the topic features behind each graph convolutional layer with an attention mechanism.Finally,the update vectors of posts and comments are combined to predict controversies.Experimental results on two real datasets show that the proposed DFEGCN approach achieves good results in the controversy detection task,outperforming other baseline models.The accuracy and F1 score were improved by 5.92% and 1.99%,respectively,on the Weibo dataset and by 3.32%and 2.17%,respectively,on the Reddit dataset.These changes demonstrate that incorporating enhanced structural and topic features has a positive impact on controversy detection.Afterward,we conducted ablation experiments,and the experimental results further confirmed the effectiveness and rationality of each module in DFE-GCN.In future work,we will further explore the potential features of controversies and try to take more modal information into account to achieve multimodal controversy detection.

        Acknowledgement:Thank you to our tutors and researchers for their guidance and assistance throughout this research process.Additionally,we would like to express our gratitude to the anonymous reviewers for providing valuable comments.

        Funding Statement:This research was funded by the Natural Science Foundation of China Grant No.202204120017,the Autonomous Region Science and Technology Program Grant No.2022B01008-2,and the Autonomous Region Science and Technology Program Grant No.2020A02001-1.

        Author Contributions:Study conception and design:C.Hua,F.Wei;data collection:C.Hua,Y.Liao,K.HaiLaTi;analysis and interpretation of results: C.Hua,W.Yang,L.Wang;draft manuscript preparation:C.Hua.All authors reviewed the results and approved the final version of the manuscript.

        Availability of Data and Materials:The data used in this study are public datasets,which can be obtained from the following links: Weibo dataset: https://pan.baidu.com/s/1McUURxWhQc54zk9 yblT0Mw?pwd=93ht or https://drive.google.com/file/d/1SvB3qRkT-N745W44ZW44gfeAevTmsyTz/view?usp=sharing.

        Conflicts of Interest:The authors declare that they have no conflicts of interest to report regarding the present study.

        久久精品综合国产二区| 西西人体444www大胆无码视频| 天天躁日日躁狠狠躁人妻| 亚洲综合伦理| 熟女少妇av一区二区三区| 日日麻批免费40分钟无码| 精品亚洲成a人7777在线观看| 正在播放淫亚洲| 久久精品天堂一区二区| 国产精品久久国产精麻豆99网站| 亚洲日韩欧洲无码av夜夜摸| 免费高清日本中文| 国产成人高清视频在线观看免费| 无码人妻丰满熟妇区免费| 国产xxxx99真实实拍| 精品91亚洲高清在线观看| 亚洲av一二三四五区在线| 国产婷婷色一区二区三区| 久久中文字幕人妻熟av女蜜柚m | 亚洲天堂男人的av天堂| 久久天堂av综合合色| 日本大片在线看黄a∨免费| 亚洲精品国产二区三区在线| 男女视频网站在线观看| 亚洲av无码国产精品草莓在线| 亚洲国产精品无码久久电影| 中文字幕一区二区三区.| 婷婷久久精品国产色蜜蜜麻豆| 无码乱人伦一区二区亚洲一 | 中国精品视频一区二区三区| 亚洲精品一区二在线观看| 玩弄放荡人妇系列av在线网站| 精精国产xxxx视频在线| 久久中文字幕av第二页| 亚洲精品国产第一区二区| 精品人妻伦九区久久aaa片69| 天堂AV无码AV毛片毛| 天堂av网手机线上天堂| 国产精品无码久久久久成人影院| 久久精品国产亚洲不av麻豆| 国产成人综合久久大片|