y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto

#forecasting News & Analysis

39 articles tagged with #forecasting. AI-curated summaries with sentiment analysis and key takeaways from 50+ sources.

39 articles
AIBullisharXiv – CS AI · May 127/10
🧠

TimeClaw: A Time-Series AI Agent with Exploratory Execution Learning

TimeClaw is a new AI framework that improves how large language models analyze time-series data by learning from exploratory execution rather than just solving individual problems. The system uses a four-stage loop to compare, distill, and reuse successful reasoning patterns, showing consistent improvements over baseline models in finance and weather prediction tasks.

CryptoBullishChainalysis Blog · May 77/10
⛓️

Crypto Prediction Markets Explained: How the Blockchain Is Reshaping Forecasting

Crypto prediction markets leverage blockchain technology to create decentralized, liquid platforms for forecasting and hedging real-world events. These markets are experiencing significant growth by offering transparency, accessibility, and global participation that traditional prediction markets cannot match.

AINeutralarXiv – CS AI · Mar 127/10
🧠

Dissecting Chronos: Sparse Autoencoders Reveal Causal Feature Hierarchies in Time Series Foundation Models

Researchers applied sparse autoencoders to analyze Chronos-T5-Large, a 710M parameter time series foundation model, revealing how different layers process temporal data. The study found that mid-encoder layers contain the most causally important features for change detection, while early layers handle frequency patterns and final layers compress semantic concepts.

AINeutralarXiv – CS AI · Mar 47/103
🧠

Forecasting as Rendering: A 2D Gaussian Splatting Framework for Time Series Forecasting

Researchers introduce TimeGS, a novel time series forecasting framework that reimagines prediction as 2D generative rendering using Gaussian splatting techniques. The approach addresses key limitations in existing methods by treating future sequences as continuous latent surfaces and enforcing temporal continuity across periodic boundaries.

AIBullishGoogle DeepMind Blog · Dec 47/107
🧠

GenCast predicts weather and the risks of extreme conditions with state-of-the-art accuracy

Google DeepMind has developed GenCast, a new AI model that predicts weather patterns and extreme weather risks with state-of-the-art accuracy up to 15 days in advance. The model represents a significant advancement in weather forecasting technology, delivering faster and more accurate predictions than existing systems.

AIBullisharXiv – CS AI · 2d ago6/10
🧠

Continuity and Ordinality Matter: Constraining Time Series Tokens for Effective Time Series Analysis with Large Language Models

Researchers propose COM, a novel framework that improves large language models' ability to analyze time series data by preserving the continuity and ordinality properties of sequential tokens. The method integrates geometric constraints during initialization and training, demonstrating consistent performance improvements across multiple benchmarks and establishing better generalizability for token-based TS-LLMs.

AINeutralarXiv – CS AI · 2d ago6/10
🧠

Wait! There's a Way Out: A Decision Mechanism for Forecasting Conversational Derailment

Researchers propose a novel decision mechanism for predicting online conversation derailment that decouples the trigger decision from derailment likelihood estimation. By incorporating forward-looking simulations to identify potential recovery paths, the method significantly reduces false positive alerts while maintaining forecasting accuracy, advancing the field of conversational AI safety.

AIBullisharXiv – CS AI · 2d ago6/10
🧠

Beyond Accuracy: Are Time Series Foundation Models Well-Calibrated?

Researchers evaluated the calibration properties of five recent time series foundation models and found they maintain better confidence alignment than traditional deep learning approaches. Unlike typical neural networks that exhibit overconfidence, these foundation models demonstrate reliable uncertainty quantification across various forecasting scenarios, which is critical for real-world deployment in financial and operational decision-making.

AINeutralarXiv – CS AI · 3d ago6/10
🧠

Adaptive Reservoir Computing for Multi-Scenario Chaotic System Forecasting

Researchers present an adaptive reservoir computing framework using Echo State Networks that achieves a competitive score of 74.91 on the CTF-4-Science Lorenz benchmark by tailoring training strategies to five distinct forecasting scenarios. The approach combines exact reservoir synchronization, histogram-guided selection, and multi-sequence training to handle diverse chaotic system modeling challenges more effectively than uniform inference strategies.

AINeutralarXiv – CS AI · 3d ago6/10
🧠

QuITE: Query-Based Irregular Time Series Embedding

Researchers introduce QuITE, a plug-and-play embedding module that enables standard machine learning models to effectively process irregularly-sampled time series data without interpolation or architectural redesign. The approach uses learnable query tokens and self-attention to handle irregular temporal patterns, demonstrating significant performance improvements across forecasting and classification tasks.

AINeutralarXiv – CS AI · 4d ago6/10
🧠

SL-BiLEM: Structured Learnable Behavior-in-the-Loop Epidemic Modeling for Forecasting and Policy Evaluation

Researchers introduce SL-BiLEM, a machine learning framework that improves epidemic forecasting by accounting for how human behavior changes in response to disease spread and policy interventions. The model uses physical constraints to maintain accuracy even when facing novel policy scenarios, demonstrating 76% improvement over existing neural baselines and potential applications for public health decision-making.

AINeutralarXiv – CS AI · 4d ago6/10
🧠

Modeling Dynamic Mixtures of Time-Delay Systems from Streaming Time Series

Researchers present DelayMix, an online machine learning framework that models streaming time series as dynamic mixtures of time-delay systems, enabling rapid adaptation to regime shifts while maintaining memory efficiency. The method uses tensor decomposition to capture system dynamics and input delays, demonstrating superior forecasting accuracy on non-stationary data compared to existing approaches.

AINeutralarXiv – CS AI · 4d ago6/10
🧠

BatteryMFormer: Multi-level Learning for Battery Degradation Trajectory Forecasting

Researchers introduce BatteryMFormer, a multi-level Transformer model designed to predict battery degradation trajectories early in their operational lifecycle. The model addresses key challenges in battery forecasting by capturing aging-condition-specific patterns, trajectory prototypes, and localized voltage-current variations across different state-of-charge intervals.

AINeutralarXiv – CS AI · May 126/10
🧠

Yield Curve Forecasting using Machine Learning and Econometrics: A Comparative Analysis

A comprehensive study comparing machine learning, deep learning, and traditional econometric methods for forecasting U.S. Treasury yield curves reveals that classical ARIMA models and naive benchmarks generally outperform advanced algorithms, though TimeGPT and RNNs show promise among machine learning approaches. The research challenges assumptions about deep learning's universal superiority in financial forecasting.

AINeutralarXiv – CS AI · May 125/10
🧠

A Resilient Solution for Sewer Overflow Monitoring across Cloud and Edge

Researchers have developed a web-based monitoring system that combines deep learning forecasting with cloud and edge computing to predict combined sewer overflow (CSO) events in aging urban infrastructure. The system operates as a resilient dashboard capable of functioning during network outages, addressing a critical infrastructure challenge exacerbated by extreme weather events in historical cities.

AINeutralarXiv – CS AI · May 126/10
🧠

A Quantum Inspired Variational Kernel and Explainable AI Framework for Cross Region Solar and Wind Energy Forecasting

Researchers have developed a hybrid forecasting framework combining classical machine learning, quantum-inspired variational kernels, and generative AI to predict solar and wind energy generation across different geographic regions. The system achieves competitive performance with classical baselines while demonstrating superior ability to distinguish between calm and stormy weather patterns, with potential applications for power grid management and renewable energy optimization.

AINeutralarXiv – CS AI · May 126/10
🧠

Spectral Transformer Neural Processes

Researchers propose Spectral Transformer Neural Processes (STNPs), an enhanced machine learning architecture that improves how neural networks handle periodic and quasi-periodic data by incorporating frequency-domain analysis. The method addresses a key limitation of existing Neural Processes by embedding spectral information directly into transformer models, enabling better generalization beyond training data.

AINeutralarXiv – CS AI · May 116/10
🧠

From Time Series Analysis to Question Answering: A Survey in the LLM Era

A new survey examines how Large Language Models are transforming time series analysis by shifting from traditional task-specific forecasting toward a unified question-answering framework. The research proposes three alignment paradigms to bridge the gap between LLM capabilities and temporal data analysis, offering practical guidance for selecting appropriate methodologies across domains.

AINeutralarXiv – CS AI · May 116/10
🧠

Mask2Cause: Causal Discovery via Adjacency Constrained Causal Attention

Researchers introduce Mask2Cause, a deep learning framework that discovers causal relationships in time series data by integrating causal graph extraction directly into the forecasting process. The method achieves state-of-the-art results while reducing model parameters by over 70% compared to existing approaches.

AINeutralarXiv – CS AI · May 116/10
🧠

TSRBench: A Comprehensive Multi-task Multi-modal Time Series Reasoning Benchmark for Generalist Models

TSRBench introduces a comprehensive benchmark with 4,125 problems across 14 domains to evaluate how well AI models perform at time series reasoning tasks. Testing 30+ leading models reveals that current LLMs and multimodal models struggle with numerical forecasting despite strong semantic understanding, and fail to effectively combine textual and visual data inputs.

AINeutralarXiv – CS AI · May 76/10
🧠

Superposition Is Not Necessary: A Mechanistic Interpretability Analysis of Transformer Representations for Time Series Forecasting

Researchers applied mechanistic interpretability tools to analyze how transformer models process time series data, discovering that these models don't rely on superposition—a complex representational technique crucial to their NLP success. The findings explain why simpler linear models remain competitive for forecasting and suggest transformers may be overengineered for standard time series benchmarks.

CryptoNeutralCrypto Briefing · Apr 106/10
⛓️

Thomas Peterffy: Prediction markets offer direct economic insights, face liquidity challenges for institutional adoption, and provide expert consensus for better forecasts | Odd Lots

Thomas Peterffy discusses how prediction markets can provide direct economic insights and improve forecasting through expert consensus, but highlights significant liquidity challenges that currently limit institutional adoption. Prediction markets represent an emerging mechanism for distilling collective knowledge into actionable market signals.

Thomas Peterffy: Prediction markets offer direct economic insights, face liquidity challenges for institutional adoption, and provide expert consensus for better forecasts | Odd Lots
AIBullishOpenAI News · Apr 106/10
🧠

ChatGPT for finance teams

The article explores how finance teams leverage ChatGPT to enhance operational efficiency across reporting, data analysis, forecasting, and communication. This represents a growing trend of AI adoption in financial services, enabling teams to automate routine tasks and extract deeper insights from complex datasets.

🧠 ChatGPT
AIBullisharXiv – CS AI · Mar 116/10
🧠

Automating Forecasting Question Generation and Resolution for AI Evaluation

Researchers developed an automated system using LLM-powered web research agents to generate and resolve forecasting questions at scale, creating 1,499 diverse real-world questions with 96% quality rate. The system demonstrates that more advanced AI models perform significantly better at forecasting tasks, with potential applications for improving AI evaluation benchmarks.

🧠 GPT-5🧠 Gemini
AIBullishImport AI (Jack Clark) · Mar 96/10
🧠

Import AI 448: AI R&D; Bytedance’s CUDA-writing agent; on-device satellite AI

Import AI 448 newsletter covers recent AI research developments including ByteDance's CUDA-writing agent and on-device satellite AI applications. The newsletter highlights that AI progress is advancing faster than forecasters predicted, with researcher Ajeya Cotra updating her AI timeline predictions for 2026.

Import AI 448: AI R&D; Bytedance’s CUDA-writing agent; on-device satellite AI
Page 1 of 2Next →