Alert button
Picture for Yanbing Liu

Yanbing Liu

Alert button

RDGCN: Reinforced Dependency Graph Convolutional Network for Aspect-based Sentiment Analysis

Nov 08, 2023
Xusheng Zhao, Hao Peng, Qiong Dai, Xu Bai, Huailiang Peng, Yanbing Liu, Qinglang Guo, Philip S. Yu

Figure 1 for RDGCN: Reinforced Dependency Graph Convolutional Network for Aspect-based Sentiment Analysis
Figure 2 for RDGCN: Reinforced Dependency Graph Convolutional Network for Aspect-based Sentiment Analysis
Figure 3 for RDGCN: Reinforced Dependency Graph Convolutional Network for Aspect-based Sentiment Analysis
Figure 4 for RDGCN: Reinforced Dependency Graph Convolutional Network for Aspect-based Sentiment Analysis

Aspect-based sentiment analysis (ABSA) is dedicated to forecasting the sentiment polarity of aspect terms within sentences. Employing graph neural networks to capture structural patterns from syntactic dependency parsing has been confirmed as an effective approach for boosting ABSA. In most works, the topology of dependency trees or dependency-based attention coefficients is often loosely regarded as edges between aspects and opinions, which can result in insufficient and ambiguous syntactic utilization. To address these problems, we propose a new reinforced dependency graph convolutional network (RDGCN) that improves the importance calculation of dependencies in both distance and type views. Initially, we propose an importance calculation criterion for the minimum distances over dependency trees. Under the criterion, we design a distance-importance function that leverages reinforcement learning for weight distribution search and dissimilarity control. Since dependency types often do not have explicit syntax like tree distances, we use global attention and mask mechanisms to design type-importance functions. Finally, we merge these weights and implement feature aggregation and classification. Comprehensive experiments on three popular datasets demonstrate the effectiveness of the criterion and importance functions. RDGCN outperforms state-of-the-art GNN-based baselines in all validations.

* The 17th ACM International Conference on Web Search and Data Mining 
Viaarxiv icon

RLINK: Deep Reinforcement Learning for User Identity Linkage

Oct 31, 2019
Xiaoxue Li, Yanan Cao, Yanmin Shang, Yangxi Li, Yanbing Liu, Jianlong Tan

Figure 1 for RLINK: Deep Reinforcement Learning for User Identity Linkage
Figure 2 for RLINK: Deep Reinforcement Learning for User Identity Linkage
Figure 3 for RLINK: Deep Reinforcement Learning for User Identity Linkage
Figure 4 for RLINK: Deep Reinforcement Learning for User Identity Linkage

User identity linkage is a task of recognizing the identities of the same user across different social networks (SN). Previous works tackle this problem via estimating the pairwise similarity between identities from different SN, predicting the label of identity pairs or selecting the most relevant identity pair based on the similarity scores. However, most of these methods ignore the results of previously matched identities, which could contribute to the linkage in following matching steps. To address this problem, we convert user identity linkage into a sequence decision problem and propose a reinforcement learning model to optimize the linkage strategy from the global perspective. Our method makes full use of both the social network structure and the history matched identities, and explores the long-term influence of current matching on subsequent decisions. We conduct experiments on different types of datasets, the results show that our method achieves better performance than other state-of-the-art methods.

Viaarxiv icon

Joint Entity Linking with Deep Reinforcement Learning

Feb 01, 2019
Zheng Fang, Yanan Cao, Dongjie Zhang, Qian Li, Zhenyu Zhang, Yanbing Liu

Figure 1 for Joint Entity Linking with Deep Reinforcement Learning
Figure 2 for Joint Entity Linking with Deep Reinforcement Learning
Figure 3 for Joint Entity Linking with Deep Reinforcement Learning
Figure 4 for Joint Entity Linking with Deep Reinforcement Learning

Entity linking is the task of aligning mentions to corresponding entities in a given knowledge base. Previous studies have highlighted the necessity for entity linking systems to capture the global coherence. However, there are two common weaknesses in previous global models. First, most of them calculate the pairwise scores between all candidate entities and select the most relevant group of entities as the final result. In this process, the consistency among wrong entities as well as that among right ones are involved, which may introduce noise data and increase the model complexity. Second, the cues of previously disambiguated entities, which could contribute to the disambiguation of the subsequent mentions, are usually ignored by previous models. To address these problems, we convert the global linking into a sequence decision problem and propose a reinforcement learning model which makes decisions from a global perspective. Our model makes full use of the previous referred entities and explores the long-term influence of current selection on subsequent decisions. We conduct experiments on different types of datasets, the results show that our model outperforms state-of-the-art systems and has better generalization performance.

* 10 pages, 5 figures 
Viaarxiv icon

Network Reconstruction and Controlling Based on Structural Regularity Analysis

Aug 29, 2018
Tao Wu, Shaojie Qiao, Xingping Xian, Xi-Zhao Wang, Wei Wang, Yanbing Liu

Figure 1 for Network Reconstruction and Controlling Based on Structural Regularity Analysis
Figure 2 for Network Reconstruction and Controlling Based on Structural Regularity Analysis
Figure 3 for Network Reconstruction and Controlling Based on Structural Regularity Analysis
Figure 4 for Network Reconstruction and Controlling Based on Structural Regularity Analysis

From the perspective of network analysis, the ubiquitous networks are comprised of regular and irregular components, which makes uncovering the complexity of network structures to be a fundamental challenge. Exploring the regular information and identifying the roles of microscopic elements in network data can help us recognize the principle of network organization and contribute to network data utilization. However, the intrinsic structural properties of networks remain so far inadequately explored and theorised. With the realistic assumption that there are consistent features across the local structures of networks, we propose a low-rank pursuit based self-representation network model, in which the principle of network organization can be uncovered by a representation matrix. According to this model, original true networks can be reconstructed based on the observed unreliable network topology. In particular, the proposed model enables us to estimate the extent to which the networks are regulable, i.e., measuring the reconstructability of networks. In addition, the model is capable of measuring the importance of microscopic network elements, i.e., nodes and links, in terms of network regularity thereby allowing us to regulate the reconstructability of networks based on them. Extensive experiments on disparate real-world networks demonstrate the effectiveness of the proposed network reconstruction and regulation algorithm. Specifically, the network regularity metric can reflect the reconstructability of networks, and the reconstruction accuracy can be improved by removing irregular network links. Lastly, our approach provides an unique and novel insight into the organization exploring of complex networks.

Viaarxiv icon