Arrow Research search

Author name cluster

Genan Dai

Possible papers associated with this exact author name in Arrow. This page groups case-insensitive exact name matches and is not a full identity disambiguation profile.

5 papers
1 author row

Possible papers

5

AAAI Conference 2026 Conference Paper

Induce, Align, Predict: Zero-Shot Stance Detection via Cognitive Inductive Reasoning

  • Bowen Zhang
  • Jun Ma
  • Fuqiang Niu
  • Li Dong
  • Jinzhou Cao
  • Genan Dai

Zero-shot stance detection (ZSSD) seeks to determine the stance of text toward previously unseen targets, a task critical for analyzing dynamic and polarized online discourse with limited labeled data. While large language models (LLMs) offer zero-shot capabilities, prompting-based approaches often fall short in handling complex reasoning and lack robust generalization to novel targets. Meanwhile, LLM-enhanced methods still require substantial labeled data and struggle to move beyond instance-level patterns, limiting their interpretability and adaptability. Inspired by cognitive science, we propose the Cognitive Inductive Reasoning Framework (CIRF), a schema-driven method that bridges linguistic inputs and abstract reasoning via automatic induction and application of cognitive reasoning schemas. CIRF abstracts first-order logic patterns from raw text into multi-relational schema graphs in an unsupervised manner, and leverages a schema-enhanced graph kernel model to align input structures with schema templates for robust, interpretable zero-shot inference. Extensive experiments on SemEval-2016, VAST, and COVID-19-Stance benchmarks demonstrate that CIRF not only establishes new state-of-the-art results, but also achieves comparable performance with just 30% of the labeled data, demonstrating its strong generalization and efficiency in low-resource settings.

AAAI Conference 2025 Conference Paper

Core Knowledge Learning Framework for Graph

  • Bowen Zhang
  • Zhichao Huang
  • Guangning Xu
  • Xiaomao Fan
  • Mingyan Xiao
  • Genan Dai
  • Hu Huang

Graph classification is a pivotal challenge in machine learning, especially within the realm of graph-based data, given its importance in numerous real-world applications such as social network analysis, recommendation systems, and bioinformatics. Despite its significance, graph classification faces several hurdles, including adapting to diverse prediction tasks, training across multiple target domains, and handling small-sample prediction scenarios. Current methods often tackle these challenges individually, leading to fragmented solutions that lack a holistic approach to the overarching problem. In this paper, we propose an algorithm aimed at addressing the aforementioned challenges. By incorporating insights from various types of tasks, our method aims to enhance adaptability, scalability, and generalizability in graph classification. Motivated by the recognition that the underlying subgraph plays a crucial role in GNN prediction, while the remainder is task-irrelevant, we introduce the Core Knowledge Learning (CKL) framework for graph adaptation and scalability learning. CKL comprises several key modules, including the core subgraph knowledge submodule, graph domain adaptation module, and few-shot learning module for downstream tasks. Each module is tailored to tackle specific challenges in graph classification, such as domain shift, label inconsistencies, and data scarcity. By learning the core subgraph of the entire graph, we focus on the most pertinent features for task relevance. Consequently, our method offers benefits such as improved model performance, increased domain adaptability, and enhanced robustness to domain variations. Experimental results demonstrate significant performance enhancements achieved by our method compared to state-of-the-art approaches. Specifically, our method achieves notable improvements in accuracy and generalization across various datasets and evaluation metrics, underscoring its effectiveness in addressing the challenges of graph classification.

JBHI Journal 2025 Journal Article

cVAN: A Novel Sleep Staging Method via Cross-View Alignment Network

  • Zhanjiang Yang
  • Meiyu Qiu
  • Xiaomao Fan
  • Genan Dai
  • Wenjun Ma
  • Xiaojiang Peng
  • Xianghua Fu
  • Ye Li

Sleep staging is imperative for evaluating sleep quality and diagnosing sleep disorders. Extant sleep staging methods with fusing multiple data-views of physiological signals have achieved promising results. However, they remain neglectful of the relationship among different data-views at different feature scales with view position-alignment. To address this, we propose a novel cross-view alignment network, termed cVAN, utilising scale-aware attention for sleep stages classification. Specifically, cVAN principally incorporates two sub-networks of a residual-like network which learn spectral information from time-frequency images and a transformer-like network which learns corresponding temporal information. The prime advantage of cVAN is to adaptively align the learned feature scales among the different data-views of physiological signals with a scale-aware attention by reorganizing feature maps. Extensive experiments on three public sleep datasets demonstrate that cVAN can achieve a new state-of-the-art result, which is superior to existing counterparts.

TIST Journal 2025 Journal Article

Tucker Decomposition-Enhanced Dynamic Graph Convolutional Networks for Crowd Flows Prediction

  • Genan Dai
  • Weiyang Kong
  • Yubao Liu
  • Bowen Zhang
  • Xiaojiang Peng
  • Xiaomao Fan
  • Hu Huang

Crowd flows prediction is an important problem for traffic management and public safety. Graph Convolutional Network (GCN), known for its ability to effectively capture and utilize topological information, has demonstrated significant advancements in addressing this problem. However, GCN-based models were often based on predefined crowd-flow graphs via historical movement behaviors of human beings and traffic vehicles, which ignored the abnormal changes in crowd flows. In this study, we propose a multi-scale fusion GCN-based framework with Tucker decomposition named mTDNet to enhance dynamic GCN for crowd flows prediction. Following the paradigm of extant methods, we also employ the predefined crowd-flow graphs as a part of mTDNet to effectively capture the historical movement behaviors of crowd flows. To capture the abnormal changes, we propose a Tucker decomposition-based network with the product of the adjacency matrix of historical movement pattern graphs and an Adaptive Learning Tensor ( ALT ) by reconstructing the crowd flows. Particularly, we utilize the Tucker decomposition scheme to decompose ALT, which enhances the dynamic learning of graph structures, allowing for effective capturing of the dynamic changes in crowd flow, including abnormal changes. Furthermore, a multi-scale 3DGCN is utilized to mine and fuse the multi-scale spatio-temporal information from crowd flows, to further boost the mTDNet prediction performance. Experiments conducted on two real-world datasets showed that the proposed mTDNet surpasses other crowd flow prediction methods.

IJCAI Conference 2020 Conference Paper

LSGCN: Long Short-Term Traffic Prediction with Graph Convolutional Networks

  • Rongzhou Huang
  • Chuyin Huang
  • Yubao Liu
  • Genan Dai
  • Weiyang Kong

Traffic prediction is a classical spatial-temporal prediction problem with many real-world applications such as intelligent route planning, dynamic traffic management, and smart location-based applications. Due to the high nonlinearity and complexity of traffic data, deep learning approaches have attracted much interest in recent years. However, few methods are satisfied with both long and short-term prediction tasks. Target at the shortcomings of existing studies, in this paper, we propose a novel deep learning framework called Long Short-term Graph Convolutional Networks (LSGCN) to tackle both traffic prediction tasks. In our framework, we propose a new graph attention network called cosAtt, and integrate both cosAtt and graph convolution networks (GCN) into a spatial gated block. By the spatial gated block and gated linear units convolution (GLU), LSGCN can efficiently capture complex spatial-temporal features and obtain stable prediction results. Experiments with three real-world traffic datasets verify the effectiveness of LSGCN.