SYNTHESIS NOTE
TopicsTasks Planningthis note

Can decomposing forecasting into stages unlock numerical and contextual reasoning?

This explores whether breaking time-series forecasting into separate stages for contextualization, dual-resolution outlook, and synthesis allows systems to combine the strengths of numerical models and language models more effectively than either alone.

Synthesis note · 2026-05-18 · sourced from Tasks Planning

Time-series forecasting has had two roughly disjoint research traditions. Time-Series Foundation Models (TSFMs) excel at numerical extrapolation from historical patterns but are unaware of real-world textual signals — news, events, contextual catalysts. LLMs are emerging as zero-shot forecasters with the opposite profile: strong at contextual reasoning, uneven at numerical extrapolation. Each has what the other lacks.

Nexus bridges them through a multi-agent decomposition. The framework breaks forecasting into three stages. First, Contextualization: structure the raw multimodal context — historical data, news, events, domain signals — into a form the downstream agents can use. Second, Dual-Resolution Forecast Outlook Generation: produce projections at two temporal scales, isolating macro-level trajectories from micro-level event-driven catalysts. Third, Forecast Synthesis and Calibration: a Synthesizer Agent merges the dual-resolution outlooks with domain reasoning into a final calibrated forecast with explicit interpretable reasoning.

The architectural move is the dual resolution. Macro-level reasoning captures seasonal patterns, long-term trends, baseline trajectories — the regime where TSFM-style extrapolation works. Micro-level reasoning captures the event-driven catalysts and shocks — the regime where contextual LLM reasoning matters. By separating them and then synthesizing, the framework gets the strength of each without forcing a single model to handle both simultaneously.

The empirical result: on real-world Zillow real-estate and stock-market datasets, Nexus consistently outperforms both TimesFM-2.5 (a strong TSFM) and CoT LLM baselines. Decomposition into specialized stages adapts from seasonal signals to volatile event-driven information without relying on external statistical anchors or monolithic prompting.

For forecasting practitioners, this argues against pure-TSFM or pure-LLM approaches in domains where context matters. Real-estate prices respond to news (interest-rate decisions, regional events). Stock prices respond to announcements. Energy demand responds to weather and policy. These cases all benefit from architectures that explicitly separate the numerical and contextual contributions rather than asking one model to do both.

Inquiring lines that read this note 20

This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.

What properties determine whether reward signals teach genuine reasoning? What structural advantages do diffusion language models offer over autoregressive methods? What determines success in training models on multiple tasks? What structural factors drive popularity bias in recommendation systems? How do evaluation biases undermine LLM quality assessment systems? Can prompting strategies overcome LLM biases without model fine-tuning? When does architectural design matter more than raw model capacity? How do training data properties shape reasoning capability development? Does decoupling planning from execution improve multi-step reasoning accuracy? Does fine-tuning modify underlying model capabilities or only behavioral outputs? Why do benchmark improvements fail to reflect actual reasoning quality? When should retrieval-augmented systems decide to fetch new information? Why can't humans reliably detect AI-generated text despite measurable linguistic signatures? How should iterative research systems allocate reasoning per search step? Can next-token prediction alone produce genuine language understanding? Does AI fluency substitute for verifiable accuracy in human judgment? How faithfully do LLMs reflect their actual reasoning in outputs and explanations? How does AI adoption affect human skill development and labor equality?

Related concepts in this collection 3

This note in its neighbourhood — explore the map, then jump to a related concept in the list below.

Concept map
14 direct connections · 133 in 2-hop network ·dense cluster Open in graph ↗

Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph

your link semantically near linked from elsewhere

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

multi-agent decomposition into contextualization dual-resolution outlook and synthesis stages enables time-series forecasting that integrates numerical patterns with unstructured contextual data