LETS-C: Leveraging Text Embedding for Time Series Classification
Rachneet Kaur, Zhen Zeng, Tucker Balch, Manuela Veloso

TL;DR
LETS-C introduces a lightweight time series classification method that uses text embeddings and simple neural networks, outperforming state-of-the-art models while significantly reducing trainable parameters.
Contribution
The paper proposes a novel approach that leverages text embedding models for time series classification, avoiding large LLM fine-tuning and achieving high accuracy with fewer trainable parameters.
Findings
Outperforms current SOTA in classification accuracy
Uses only 14.5% of the trainable parameters of SOTA models
Provides a lightweight and effective classification solution
Abstract
Recent advancements in language modeling have shown promising results when applied to time series data. In particular, fine-tuning pre-trained large language models (LLMs) for time series classification tasks has achieved state-of-the-art (SOTA) performance on standard benchmarks. However, these LLM-based models have a significant drawback due to the large model size, with the number of trainable parameters in the millions. In this paper, we propose an alternative approach to leveraging the success of language modeling in the time series domain. Instead of fine-tuning LLMs, we utilize a text embedding model to embed time series and then pair the embeddings with a simple classification head composed of convolutional neural networks (CNN) and multilayer perceptron (MLP). We conducted extensive experiments on a well-established time series classification benchmark. We demonstrated LETS-C…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsTime Series Analysis and Forecasting · Advanced Text Analysis Techniques
