Table of Contents
Fetching ...

LLM-based Online Prediction of Time-varying Graph Signals

Dayu Qin, Yi Yan, Ercan Engin Kuruoglu

TL;DR

A novel framework that leverages large language models (LLMs) for predicting missing values in time-varying graph signals by exploiting spatial and temporal smoothness is proposed, demonstrating the potential of LLMs in effectively addressing partially observed signals in graphs.

Abstract

In this paper, we propose a novel framework that leverages large language models (LLMs) for predicting missing values in time-varying graph signals by exploiting spatial and temporal smoothness. We leverage the power of LLM to achieve a message-passing scheme. For each missing node, its neighbors and previous estimates are fed into and processed by LLM to infer the missing observations. Tested on the task of the online prediction of wind-speed graph signals, our model outperforms online graph filtering algorithms in terms of accuracy, demonstrating the potential of LLMs in effectively addressing partially observed signals in graphs.

LLM-based Online Prediction of Time-varying Graph Signals

TL;DR

A novel framework that leverages large language models (LLMs) for predicting missing values in time-varying graph signals by exploiting spatial and temporal smoothness is proposed, demonstrating the potential of LLMs in effectively addressing partially observed signals in graphs.

Abstract

In this paper, we propose a novel framework that leverages large language models (LLMs) for predicting missing values in time-varying graph signals by exploiting spatial and temporal smoothness. We leverage the power of LLM to achieve a message-passing scheme. For each missing node, its neighbors and previous estimates are fed into and processed by LLM to infer the missing observations. Tested on the task of the online prediction of wind-speed graph signals, our model outperforms online graph filtering algorithms in terms of accuracy, demonstrating the potential of LLMs in effectively addressing partially observed signals in graphs.

Paper Structure

This paper contains 3 sections, 1 equation, 1 figure, 1 table, 1 algorithm.

Figures (1)

  • Figure 1: An illustrative example of our algorithm