paper-with-me

홈 › Papers

Time2Lang: Bridging Time-Series Foundation Models and Large Language Models for Health Sensing Beyond Prompting

2025-02-11 · Arvind Pillai, Dimitris Spathis, Subigya Nepal, Amanda C Collins, Daniel M Mackin, Michael V Heinz, Tess Z Griffin, Nicholas C Jacobson, Andrew Campbell

Large language models (LLMs) show promise for health applications when combined with behavioral sensing data. Traditional approaches convert sensor data into text prompts, but this process is prone to errors, computationally expensive, and requires domain expertise. These challenges are particularly acute when processing extended time series data. While time series foundation models (TFMs) have recently emerged as powerful tools for learning representations from temporal data, bridging TFMs and LLMs remains challenging. Here, we present Time2Lang, a framework that directly maps TFM outputs to LLM representations without intermediate text conversion. Our approach first trains on synthetic data using periodicity prediction as a pretext task, followed by evaluation on mental health classification tasks. We validate Time2Lang on two longitudinal wearable and mobile sensing datasets: daily depression prediction using step count data (17,251 days from 256 participants) and flourishing classification based on conversation duration (46 participants over 10 weeks). Time2Lang maintains near constant inference times regardless of input length, unlike traditional prompting methods. The generated embeddings preserve essential time-series characteristics such as auto-correlation. Our results demonstrate that TFMs and LLMs can be effectively integrated while minimizing information loss and enabling performance transfer across these distinct modeling paradigms. To our knowledge, we are the first to integrate a TFM and an LLM for health, thus establishing a foundation for future research combining general-purpose large models for complex healthcare tasks.

📄 PDF Abstract BibTeX arXiv:2502.07608

Code (1)

arvind1609/time2lang 공식 구현 pytorch

Tasks

Time Series

Similar Papers 제목 키워드 기반

ChatTime: A Unified Multimodal Time Series Foundation Model Bridging Numerical and Textual Data

2024-12-16 · Chengsen Wang, Qi Qi, Jingyu Wang, Haifeng Sun 외

Human experts typically integrate numerical and textual multimodal information to analyze time series. However, most traditional deep learning predictors rely solely on unimodal numerical data, using a fixed-length windo…

Language ModelingLanguage ModellingLarge Language ModelTime Series+1

ChronoSteer: Bridging Large Language Model and Time Series Foundation Model via Synthetic Data

2025-05-15 · Chengsen Wang, Qi Qi, Zhongwen Rao, Lujia Pan 외

Conventional forecasting methods rely on unimodal time series data, limiting their ability to exploit rich textual information. Recently, large language models (LLMs) and time series foundation models (TSFMs) have demons…

Language ModelingLanguage ModellingLarge Language Modelmodel+2

Bridging Smart Meter Gaps: A Benchmark of Statistical, Machine Learning and Time Series Foundation Models for Data Imputation

2025-01-13 · Amir Sartipi, Joaquin Delgado Fernandez, Sergio Potenciano Menci, Alessio Magitteri

The integrity of time series data in smart grids is often compromised by missing values due to sensor failures, transmission errors, or disruptions. Gaps in smart meter data can bias consumption analyses and hinder relia…

ImputationMissing ValuesTime Series

VLT: A Vision-Language-Time Series Multimodal Foundation Model for Industrial Intelligence

2026-07-16 · Haiteng Wang, Jingheng Yan, Xiaokang Wang, Lei Ren arxiv

Industrial time series serve as the foundation for Prognostics and Health Management (PHM) to ensure the reliability and safety of industrial equipment such as aero-engines. However, existing approaches are typically lim…

Large Language Models for Time Series: A Survey

2024-02-02 · Xiyuan Zhang, Ranak Roy Chowdhury, Rajesh K. Gupta, Jingbo Shang

Large Language Models (LLMs) have seen significant use in domains such as natural language processing and computer vision. Going beyond text, image and graphics, LLMs present a significant potential for analysis of time …

QuantizationSurveyTime SeriesTime Series Analysis