@rohanpaul_ai: New Google paper: A forecast needs context, not just history. Some patterns are caused by events, not time. Nexus refra…
Summary
Google's Nexus paper proposes an agentic framework that incorporates contextual events alongside numerical data for time series forecasting, achieving an 86.6% MAPE reduction on Zillow tests compared to direct chain-of-thought prompting.
View Cached Full Text
Cached at: 05/18/26, 04:26 AM
New Google paper: A forecast needs context, not just history.
Some patterns are caused by events, not time. Nexus reframes forecasting as a reasoning problem, where events and numbers have to explain each other.
Nexus argues that forecasting improves when models read the world around the numbers, not just the numbers themselves.
In the Zillow tests, one Claude-based version cut average MAPE by 86.6% versus direct chain-of-thought prompting.
That matters because most time series models are fluent in pattern, but mute about cause.
A housing inventory curve can reflect seasonality, mortgage pressure, migration, layoffs, and local supply, while a stock price can be bent by earnings, regulation, hype, and fear.
Nexus separates those jobs instead of asking one prompt to do everything.
One agent turns messy historical text into a clean event timeline, one reads the broad regime, another tracks local shocks, and a synthesizer reconciles them with calibration from past errors.
The interesting result is not merely that context helps, but that structure helps the language model use context without losing the time series.
The evidence is still narrow: Zillow counts, seven equities, post-cutoff data, and single-run evaluations, so this is not a universal law of forecasting.
But the direction is clear: future forecasters will not only extrapolate curves; they will argue about what made the curve move.
Paper Link – arxiv. org/abs/2605.14389
Paper Title: “Nexus : An Agentic Framework for Time Series Forecasting”
Similar Articles
@berryxia: Folks, Google's latest paper has completely flipped the fundamental logic of time series forecasting. All previous models were stuck on historical data: whatever the curve does, predict that. Nexus says: prediction needs not just history, but "event context". The real reasons behind the numbers—policies, sudden events, macro trends, local shocks...
Google's new paper Nexus proposes transforming time series forecasting from statistical extrapolation to multi-agent reasoning, improving prediction accuracy via event context, achieving an 86.6% reduction in MAPE on the Zillow dataset.
Nexus : An Agentic Framework for Time Series Forecasting
Nexus introduces a multi-agent framework that decomposes time series forecasting into specialized stages, integrating numerical patterns and contextual information using LLMs, achieving state-of-the-art results on benchmarks.
Retrieval Mechanisms Surpass Long-Context Scaling in Time Series Forecasting
This academic paper challenges the effectiveness of long-context scaling in time series forecasting, demonstrating that retrieval-based methods outperform standard architectures like PatchTST and foundation models such as Chronos and Moirai.
From Long News to Accurate Forecast: Importance-Aware Fusion and PRM-Guided Reflection for Time Series Forecasting
This paper introduces a framework for time series forecasting that uses importance-aware news compression and process reward model-guided retrieval to incorporate long news articles within fixed context limits, improving prediction accuracy across finance, energy, traffic, and Bitcoin benchmarks.
@rohanpaul_ai: New Google paper shows that wearable data becomes far more useful when AI learns the person behind the signals. It's is…
Google researchers propose SensorFM, a foundation model trained on over 1 trillion minutes of unlabeled wearable data from 5 million people, which learns general physiological patterns and outperforms engineered features on 34 of 35 health prediction tasks.