FLAIRR-TS -- Forecasting LLM-Agents with Iterative Refinement and Retrieval for Time Series
By: Gunjan Jalori, Preetika Verma, Sercan Ö Arık
Potential Business Impact:
Helps computers guess future numbers better.
Time series Forecasting with large languagemodels (LLMs) requires bridging numericalpatterns and natural language. Effective fore-casting on LLM often relies on extensive pre-processing and fine-tuning.Recent studiesshow that a frozen LLM can rival specializedforecasters when supplied with a carefully en-gineered natural-language prompt, but craft-ing such a prompt for each task is itself oner-ous and ad-hoc. We introduce FLAIRR-TS, atest-time prompt optimization framework thatutilizes an agentic system: a Forecaster-agentgenerates forecasts using an initial prompt,which is then refined by a refiner agent, in-formed by past outputs and retrieved analogs.This adaptive prompting generalizes across do-mains using creative prompt templates andgenerates high-quality forecasts without inter-mediate code generation.Experiments onbenchmark datasets show improved accuracyover static prompting and retrieval-augmentedbaselines, approaching the performance ofspecialized prompts.FLAIRR-TS providesa practical alternative to tuning, achievingstrong performance via its agentic approach toadaptive prompt refinement and retrieval.
Similar Papers
Time Series Forecasting as Reasoning: A Slow-Thinking Approach with Reinforced LLMs
Machine Learning (CS)
Teaches computers to predict future events better.
Structured Agentic Workflows for Financial Time-Series Modeling with LLMs and Reflective Feedback
Artificial Intelligence
Helps computers predict money changes better.
Toward Reasoning-Centric Time-Series Analysis
Artificial Intelligence
Helps computers understand why things change.