paper-with-me

홈 › Papers

Adaptive Time Series Reasoning via Segment Selection

2026-02-20 · Shvat Messica, Jiawen Zhang, Kevin Li, Theodoros Tsiligkaridis, Marinka Zitnik arxiv

Time series reasoning tasks often start with a natural language question and require targeted analysis of a time series. Evidence may span the full series or appear in a few short intervals, so the model must decide what to inspect. Most existing approaches encode the entire time series into a fixed representation before inference, regardless of whether or not the entire sequence is relevant. We introduce ARTIST, which formulates time-series reasoning as a sequential decision problem. ARTIST interleaves reasoning with adaptive temporal segment selection. It adopts a controller-reasoner architecture and uses reinforcement learning to train the controller role to select informative segments and the reasoner role to generate segment-conditioned reasoning traces and final answers. During inference, the model actively acquires task-relevant information instead of relying on a static summary of the full sequence. We use a novel hierarchical policy optimization approach for post-training that allows the model to excel in both segment selection and question-answering behavior. We evaluate ARTIST on six time-series reasoning benchmarks and compare it with large language models, vision-language models, and prior time-series reasoning systems. ARTIST improves average accuracy by 6.46 absolute percentage points over the strongest baseline. The largest gains appear on rare event localization and multi-segment reasoning tasks. Supervised fine-tuning improves performance, and reinforcement learning provides additional gains by optimizing question-adaptive segment selection. These results show that selective data use drives effective time-series reasoning.

📄 PDF Abstract BibTeX arXiv:2602.18645

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

From News to Forecast: Integrating Event Analysis in LLM-Based Time Series Forecasting with Reflection

2024-09-26 · Xinlei Wang, Maike Feng, Jing Qiu, Jinjin Gu 외

This paper introduces a novel approach that leverages Large Language Models (LLMs) and Generative Agents to enhance time series forecasting by reasoning across both text and time series data. With language as a medium, o…

Time SeriesTime Series Forecasting

An Adaptive Approach for Anomaly Detector Selection and Fine-Tuning in Time Series

2019-07-18 · Hui Ye, Xiaopeng Ma, Qingfeng Pan, Huaqiang Fang 외

The anomaly detection of time series is a hotspot of time series data mining. The own characteristics of different anomaly detectors determine the abnormal data that they are good at. There is no detector can be optimizi…

Anomaly DetectionTime SeriesTime Series AnalysisTransfer Learning

Temporal Feature Selection on Networked Time Series

2016-12-20 · Haishuai Wang, Jia Wu, Peng Zhang, Chengqi Zhang

This paper formulates the problem of learning discriminative features (\textit{i.e.,} segments) from networked time series data considering the linked information among time series. For example, social network users are …

feature selectionTime SeriesTime Series AnalysisTime Series Classification

DMS, AE, DAA: methods and applications of adaptive time series model selection, ensemble, and financial evaluation

2021-10-21 · Parley Ruogu Yang, Ryan Lucas

We introduce three adaptive time series learning methods, called Dynamic Model Selection (DMS), Adaptive Ensemble (AE), and Dynamic Asset Allocation (DAA). The methods respectively handle model selection, ensembling, and…

Model SelectionTime SeriesTime Series Analysis

Stationarity-Aware Retrieval-Augmented Time Series Forecasting

2026-06-02 · Shiqiao Zhou, Holger Schöner, Zipeng Wu, Edouard Fouché 외 arxiv

Time series forecasting relies on historical patterns, but real-world series often exhibit non-stationarity and regime shifts that challenge fully parametric forecasters. Inspired by Retrieval-Augmented Generation (RAG),…

Time Series Forecasting