paper-with-me

홈 › Papers

Eliciting Chain-of-Thought Reasoning for Time Series Analysis using Reinforcement Learning

2025-10-01 · Felix Parker, Nimeesha Chan, Chi Zhang, Kimia Ghobadi arxiv

Complex numerical time series analysis often demands multi-step reasoning capabilities beyond current models' reach. Tasks like medical diagnosis and weather forecasting require sequential reasoning processes - including counterfactual analysis, logical deduction, knowledge application, and multi-modal contextual integration - that existing time series models cannot explicitly perform. While recent research has shown large language models (LLMs) can achieve sophisticated Chain-of-Thought (CoT) reasoning through reinforcement learning (RL), these advances have primarily focused on mathematical and coding domains, with LLMs still demonstrating poor performance on time series tasks. We introduce Chain Of thought for Understanding Numerical Time Series (COUNTS), the first framework that trains LLMs to perform CoT reasoning across diverse time series tasks using RL with verifiable rewards. Our approach employs a Residual Vector-Quantized VAE to create high-fidelity discrete tokens that seamlessly integrate into a pre-trained LLM's vocabulary. COUNTS undergoes a two-stage training process: first, supervised fine-tuning on time series analysis tasks to master our novel representations, followed by Group Relative Policy Optimization training on verifiable problems using prompting strategies that encourage explicit reasoning steps before producing final answers. Our experiments demonstrate that this RL-driven approach with intermediate CoT reasoning significantly enhances LLM performance across various time series analysis tasks, opening new possibilities for complex temporal data reasoning.

📄 PDF Abstract BibTeX arXiv:2510.01116

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningTime Series AnalysisWeather ForecastingMedical Diagnosis

Similar Papers 제목 키워드 기반

On the Thinking-Language Modeling Gap in Large Language Models

2025-05-19 · Chenxi Liu, Yongqiang Chen, Tongliang Liu, James Cheng 외

System 2 reasoning is one of the defining characteristics of intelligence, which requires slow and logical thinking. Human conducts System 2 reasoning via the language of thoughts that organizes the reasoning process as …

Language ModelingLanguage Modelling

Activation Control for Efficiently Eliciting Long Chain-of-thought Ability of Language Models

2025-05-23 · Zekai Zhao, Qi Liu, Kun Zhou, Zihan Liu 외

Despite the remarkable reasoning performance, eliciting the long chain-of-thought (CoT) ability in large language models (LLMs) typically requires costly reinforcement learning or supervised fine-tuning on high-quality d…

parameter-efficient fine-tuning

Re-Reading Improves Reasoning in Large Language Models

2023-09-12 · Xiaohan Xu, Chongyang Tao, Tao Shen, Can Xu 외

To enhance the reasoning capabilities of off-the-shelf Large Language Models (LLMs), we introduce a simple, yet general and effective prompting method, Re2, i.e., \textbf{Re}-\textbf{Re}ading the question as input. Unlik…

Decoder

Beyond Chain-of-Thought: A Survey of Chain-of-X Paradigms for LLMs

2024-04-24 · Yu Xia, Rui Wang, Xu Liu, Mingyan Li 외

Chain-of-Thought (CoT) has been a widely adopted prompting method, eliciting impressive reasoning abilities of Large Language Models (LLMs). Inspired by the sequential thought structure of CoT, a number of Chain-of-X (Co…

Survey

Long-Short Chain-of-Thought Mixture Supervised Fine-Tuning Eliciting Efficient Reasoning in Large Language Models

2025-05-06 · Bin Yu, Hang Yuan, Haotian Li, Xueyin Xu 외

Recent advances in large language models have demonstrated that Supervised Fine-Tuning (SFT) with Chain-of-Thought (CoT) reasoning data distilled from large reasoning models (e.g., DeepSeek R1) can effectively transfer r…