paper-with-me

홈 › Papers

Decoding Time Series with LLMs: A Multi-Agent Framework for Cross-Domain Annotation

2024-10-22 · Minhua Lin, Zhengzhang Chen, Yanchi Liu, Xujiang Zhao, Zongyu Wu, Junxiang Wang, Xiang Zhang, Suhang Wang, Haifeng Chen

Time series data is ubiquitous across various domains, including manufacturing, finance, and healthcare. High-quality annotations are essential for effectively understanding time series and facilitating downstream tasks; however, obtaining such annotations is challenging, particularly in mission-critical domains. In this paper, we propose TESSA, a multi-agent system designed to automatically generate both general and domain-specific annotations for time series data. TESSA introduces two agents: a general annotation agent and a domain-specific annotation agent. The general agent captures common patterns and knowledge across multiple source domains, leveraging both time-series-wise and text-wise features to generate general annotations. Meanwhile, the domain-specific agent utilizes limited annotations from the target domain to learn domain-specific terminology and generate targeted annotations. Extensive experiments on multiple synthetic and real-world datasets demonstrate that TESSA effectively generates high-quality annotations, outperforming existing methods.

📄 PDF Abstract BibTeX arXiv:2410.17462

Code (0)

등록된 구현이 없습니다.

Tasks

Time Series

Similar Papers 제목 키워드 기반

Context-Aware Probabilistic Modeling with LLM for Multimodal Time Series Forecasting

2025-05-16 · Yueyang Yao, Jiajun Li, Xingyuan Dai, Mengmeng Zhang 외

Time series forecasting is important for applications spanning energy markets, climate analysis, and traffic management. However, existing methods struggle to effectively integrate exogenous texts and align them with the…

Time SeriesTime Series Forecasting

Multi-Patch Prediction: Adapting LLMs for Time Series Representation Learning

2024-02-07 · Yuxuan Bian, Xuan Ju, Jiangtong Li, Zhijian Xu 외

In this study, we present aLLM4TS, an innovative framework that adapts Large Language Models (LLMs) for time-series representation learning. Central to our approach is that we reconceive time-series forecasting as a self…

Contrastive LearningPredictionRepresentation LearningTemporal Sequences+3

Collab: Controlled Decoding using Mixture of Agents for LLM Alignment

2025-03-27 · Souradip Chakraborty, Sujay Bhatt, Udari Madhushani Sehwag, Soumya Suvra Ghosal 외

Alignment of Large Language models (LLMs) is crucial for safe and trustworthy deployment in applications. Reinforcement learning from human feedback (RLHF) has emerged as an effective technique to align LLMs to human pre…

Model Selection

NUM2EVENT: Interpretable Event Reasoning from Numerical time-series

2025-10-24 · Ninghui Feng, Yiyan Qi arxiv

Large language models (LLMs) have recently demonstrated impressive multimodal reasoning capabilities, yet their understanding of purely numerical time-series signals remains limited. Existing approaches mainly focus on f…

Multimodal Reasoning

TimeSeriesExamAgent: Creating Time Series Reasoning Benchmarks at Scale

2026-04-11 · Malgorzata Gwiazda, Yifu Cai, Mononito Goswami, Arjun Choudhry 외 arxiv

Large Language Models (LLMs) have shown promising performance in time series modeling tasks, but do they truly understand time series data? While multiple benchmarks have been proposed to answer this fundamental question…