Pith. sign in

REVIEW 2 cited by

BALM-TSF: Balanced Multimodal Alignment for LLM-Based Time Series Forecasting

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2509.00622 v1 pith:TXEXS6LC submitted 2025-08-30 cs.AI cs.IR

BALM-TSF: Balanced Multimodal Alignment for LLM-Based Time Series Forecasting

classification cs.AI cs.IR
keywords seriestimeforecastingembeddingstextualbalm-tsfalignmentbalanced
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original abstract

Time series forecasting is a long-standing and highly challenging research topic. Recently, driven by the rise of large language models (LLMs), research has increasingly shifted from purely time series methods toward harnessing textual modalities to enhance forecasting performance. However, the vast discrepancy between text and temporal data often leads current multimodal architectures to over-emphasise one modality while neglecting the other, resulting in information loss that harms forecasting performance. To address this modality imbalance, we introduce BALM-TSF (Balanced Multimodal Alignment for LLM-Based Time Series Forecasting), a lightweight time series forecasting framework that maintains balance between the two modalities. Specifically, raw time series are processed by the time series encoder, while descriptive statistics of raw time series are fed to an LLM with learnable prompt, producing compact textual embeddings. To ensure balanced cross-modal context alignment of time series and textual embeddings, a simple yet effective scaling strategy combined with a contrastive objective then maps these textual embeddings into the latent space of the time series embeddings. Finally, the aligned textual semantic embeddings and time series embeddings are together integrated for forecasting. Extensive experiments on standard benchmarks show that, with minimal trainable parameters, BALM-TSF achieves state-of-the-art performance in both long-term and few-shot forecasting, confirming its ability to harness complementary information from text and time series. Code is available at https://github.com/ShiqiaoZhou/BALM-TSF.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Rethinking Multimodal Fusion for Time Series: Text Modalities Need Constrained Fusion

    cs.LG 2026-03 conditional novelty 6.0

    Naive text+time-series fusion frequently degrades forecasting, while a low-rank controlled adapter (CFA) consistently improves over unimodal baselines across 14 backbones, 4 text encoders, and 9 datasets.

  2. Rethinking Multimodal Fusion for Time Series: Text Modalities Need Constrained Fusion

    cs.LG 2026-03 unverdicted novelty 4.0

    Uncontrolled text–time-series fusion underperforms unimodal baselines; constrained fusion and a low-rank Controlled Fusion Adapter recover gains without changing the TS backbone.