Chao Yang 0024

dblp:00/5867-24 · DBLP profile ↗
← Back
5ranked-venue papers in the field
3as first author
5since 2021 · last 2025
0000-0002-3763-5080ORCID · verified

Domains — venue-derived; a paper can count in several

Data Mining & Knowledge Discovery · 4 (2 first)Knowledge Engineering, Semantic Web & Information Systems · 1 (1 first)
YearPublicationVenuePosition
2025 Large language models are few-shot multivariate time series classifiers
abstract
Abstract Large Language Models (LLMs) are widely applied in time series analysis. Yet, their utility in few-shot classification—a scenario with limited training data—remains unexplored. We aim to leverage the pre-trained knowledge in LLMs to overcome the data scarcity problem within multivariate time series. To this end, we propose LLMFew, an LLM-enhanced framework, to investigate the feasibility and capacity of LLMs for few-shot multivariate time series classification (MTSC). We first introduce a Patch-wise Temporal Convolution Encoder (PTCEnc) to align time series data with the textual embedding input of LLMs. Then, we fine-tune the pre-trained LLM decoder with Low-rank Adaptations (LoRA) to enable effective representation learning from time series data. Experimental results show our model consistently outperforms state-of-the-art baselines by a large margin, achieving 125.2% and 50.2% improvement in classification accuracy on Handwriting and EthanolConcentration datasets, respectively. Our results also show LLM-based methods achieve comparable performance to traditional models across various datasets in few-shot MTSC, paving the way for applying LLMs in practical scenarios where labeled data are limited. Our code is available at https://github.com/junekchen/llm-fewshot-mtsc .
Yakun Chen, Zihao Li 0005, Chao Yang 0024, Xianzhi Wang 0001, Guandong Xu
Data Min. Knowl. Discov.3
2024 Dyformer: A dynamic transformer-based architecture for multivariate time series classification
Chao Yang 0024, Xianzhi Wang 0001, Lina Yao 0001, Guodong Long, Guandong Xu
Inf. Sci.1
2023 Exploring the Effectiveness of Positional Embedding on Transformer-Based Architectures for Multivariate Time Series Classification
Chao Yang 0024, Yakun Chen, Zihao Li 0005, Xianzhi Wang 0001
ADMA (1)1
2023 From Time Series to Multi-modality: Classifying Multivariate Time Series via Both 1D and 2D Representations
Chao Yang 0024, Xianzhi Wang 0001, Lina Yao 0001, Guodong Long, Guandong Xu
ADMA (1)1
2023 Exploiting Explicit and Implicit Item relationships for Session-based Recommendation
abstract
The session-based recommendation aims to predict users' immediate next actions based on their short-term behaviors reflected by past and ongoing sessions. Graph neural networks (GNNs) recently dominated the related studies, yet their performance heavily relies on graph structures, which are often predefined, task-specific, and designed heuristically. Furthermore, existing graph-based methods either neglect implicit correlations among items or consider explicit and implicit relationships altogether in the same graphs. We propose to decouple explicit and implicit relationships among items. As such, we can capture the prior knowledge encapsulated in explicit dependencies and learned implicit correlations among items simultaneously in a flexible and more interpretable manner for effective recommendations. We design a dual graph neural network that leverages the feature representations extracted by two GNNs: a graph neural network with a single gate (SG-GNN) and an adaptive graph neural network (A-GNN). The former models explicit dependencies among items. The latter employs a self-learning strategy to capture implicit correlations among items. Our experiments on four real-world datasets show our model outperforms state-of-the-art methods by a large margin, achieving 18.46% and 70.72% improvement in [email protected], and 49.10% and 115.29% improvement in [email protected] on Diginetica and LastFM datasets.
Zihao Li 0005, Xianzhi Wang 0001, Chao Yang 0024, Lina Yao 0001, Julian J. McAuley, Guandong Xu
WSDM3