Dominance-Partitioned Subgraph Matching on Large RDF Graph.Bo Ning,Yunhao Sun,Deji Zhao,Weikang Xing &Guanyu Li -2020 -Complexity 2020:1-18.detailsSubgraph matching on a large graph has become a popular research topic in the field of graph analysis, which has a wide range of applications including question answering and community detection. However, traditional edge-cutting strategy destroys the structure of indivisible knowledge in a large RDF graph. On the premise of load-balancing on subgraph division, a dominance-partitioned strategy is proposed to divide a large RDF graph without compromising the knowledge structure. Firstly, a dominance-connected pattern graph is extracted from a pattern graph (...) to construct a dominance-partitioned pattern hypergraph, which divides a pattern graph as multiple fish-shaped pattern subgraphs. Secondly, a dominance-driven spectrum clustering strategy is used to gather the pattern subgraphs into multiple clusters. Thirdly, the dominance-partitioned subgraph matching algorithm is designed to conduct all isomorphic subgraphs on a cluster-partitioned RDF graph. Finally, experimental evaluation verifies that our strategy has higher time-efficiency of complex queries, and it has a better scalability on multiple machines and different data scales. (shrink)
Cross-Domain End-To-End Aspect-Based Sentiment Analysis with Domain-Dependent Embeddings.Yingjie Tian,Linrui Yang,Yunchuan Sun &Dalian Liu -2021 -Complexity 2021:1-11.detailsWith the development of sentiment analysis, studies have been gradually classified based on different researched candidates. Among them, aspect-based sentiment analysis plays an important role in subtle opinion mining for online reviews. It used to be treated as a group of pipeline tasks but has been proved to be analysed well in an end-to-end model recently. Due to less labelled resources, the need for cross-domain aspect-based sentiment analysis has started to get attention. However, challenges exist when seeking domain-invariant features and (...) keeping domain-dependent features to achieve domain adaptation within a fine-grained task. This paper utilizes the domain-dependent embeddings and designs the model CD-E2EABSA to achieve cross-domain aspect-based sentiment analysis in an end-to-end fashion. The proposed model utilizes the domain-dependent embeddings with a multitask learning strategy to capture both domain-invariant and domain-dependent knowledge. Various experiments are conducted and show the effectiveness of all components on two public datasets. Also, it is also proved that as a cross-domain model, CD-E2EABSA can perform better than most of the in-domain ABSA methods. (shrink)
Effects of COVID-Induced Public Anxiety on European Stock Markets: Evidence From a Fear-Based Algorithmic Trading System.Yunpeng Sun,Haoning Li &Yuning Cao -2022 -Frontiers in Psychology 12.detailsThe effect of COVID-induced public anxiety on stock markets, particularly in European stock market returns, is examined in this research. The search volumes for the notion of COVID-19 gathered by Google Trends and Wikipedia were used as proxies for COVID-induced public anxiety. COVID-induced public anxiety was shown to be linked with negative returns in European stock markets when a panel data method was used to a sample of data from 14 European stock markets from January 2, 2020 to September 17, (...) 2020. Using an automated trading system, we used this finding to suggest investment methods based on COVID-induced anxiety. The findings of back-testing indicate that these techniques have the potential to generate exceptional profits. These results have significant consequences for government officials, the media, and investors. (shrink)
Subgraph-Indexed Sequential Subdivision for Continuous Subgraph Matching on Dynamic Knowledge Graph.Yunhao Sun,Guanyu Li,Mengmeng Guan &Bo Ning -2020 -Complexity 2020:1-18.detailsContinuous subgraph matching problem on dynamic graph has become a popular research topic in the field of graph analysis, which has a wide range of applications including information retrieval and community detection. Specifically, given a query graph q, an initial graph G 0, and a graph update stream △ G i, the problem of continuous subgraph matching is to sequentially conduct all possible isomorphic subgraphs covering △ G i of q on G i. Since knowledge graph is a directed labeled (...) multigraph having multiple edges between a pair of vertices, it brings new challenges for the problem focusing on dynamic knowledge graph. One challenge is that the multigraph characteristic of knowledge graph intensifies the complexity of candidate calculation, which is the combination of complex topological and attributed structures. Another challenge is that the isomorphic subgraphs covering a given region are conducted on a huge search space of seed candidates, which causes a lot of time consumption for searching the unpromising candidates. To address these challenges, a method of subgraph-indexed sequential subdivision is proposed to accelerating the continuous subgraph matching on dynamic knowledge graph. Firstly, a flow graph index is proposed to arrange the search space of seed candidates in topological knowledge graph and an adjacent index is designed to accelerate the identification of candidate activation states in attributed knowledge graph. Secondly, the sequential subdivision of flow graph index and the transition state model are employed to incrementally conduct subgraph matching and maintain the regional influence of changed candidates, respectively. Finally, extensive empirical studies on real and synthetic graphs demonstrate that our techniques outperform the state-of-the-art algorithms. (shrink)