arXiv ScienceSearch

arXiv subjects

Haotian Qiao

Publications and source records attributed to Haotian Qiao.

2 recordsLinked to original sources

Forecasting Global Volatility with Predictive Spillover Networks: A Neuro-Econometric Spatio-Temporal Transformer for Asynchronous Financial Markets

Forecasting global realized volatility requires a model that can learn from interconnected markets without treating zero-coded exchange closures as observed zero volatility. We develop PGA-Trans-HAR, a neuro-econometric architecture that combines a rolling ridge-VAR/GFEVD predictive-connectedness network, masked spatio-temporal attention, and a frozen HAR anchor. Missing observations used to estimate the rolling econometric prior are completed only within the trailing information set available at the forecast origin. An asymmetric source mask prevents closed markets from transmitting zero-coded closure signals. A learned, market-specific gate allocates weight between the econometric prior and data-driven spatial attention. A bounded inverse-softplus correction then refines the HAR forecast while preserving positivity. We evaluate eight international equity indices from 2006 to 2022 at 1-, 5-, and 22-union-calendar-day forecast leads, where the target is the one-day realized volatility observed at the corresponding future date. The design uses five-seed ensembles, select-and-refit estimation, structural ablations, HAC-adjusted Diebold--Mariano tests, and block-bootstrap Model Confidence Sets. PGA-Trans-HAR records the lowest cross-market average MAE at the 1-day forecast lead and the lowest average MSE and MAE at the 5- and 22-union-calendar-day forecast leads. Relative to HAR, both losses decline for all eight markets at the 1- and 5-day forecast leads and for seven markets at the 22-day forecast lead. The evidence shows that combining an origin-aligned econometric network with masked attention can improve multi-market volatility forecasts in asynchronous financial environments.

cs.CE

LLM-Driven, Datasheet-Aware Automated Hardware Compatibility Verification for Early-Stage, Pre-Schematic Embedded System Design

We present an LLM-driven, datasheet-aware framework for early-stage hardware compatibility verification that identifies documentation-level interface incompatibilities based on hardware datasheets and high-level component connectivity descriptions. It does not require, and can therefore be used, before detailed schematic simulation and implementation. We view trustworthy LLM-assisted design automation not as directly generating answers from documents, but as transforming engineering information through traceable verification stages. Given hardware datasheets and high-level component connectivity descriptions, the framework constructs a design graph that captures device connectivity and shared interaction domains, retrieves only the engineering properties required by explicit, domain-oriented verification criteria , and generates deterministic scripts for compatibility evaluation. By decomposing compatibility analysis into modular stages and preserving intermediate results, the framework reduces context overhead, improves transparency and tractability, enables scaling, and avoids reliance on LLMs for numerical computation. Evaluated on seven embedded-system designs comprising 34 datasheets, our framework achieves 97.5% compatibility-verification accuracy and an 8.6 times reduction in input context size compared with ``upload-and-query'' workflows. These results demonstrate the feasibility of LLM-assisted, specification-based hardware compatibility verification at an early design stage, as well as the need for, and substantial benefits of, modular task decomposition, formalized verification criteria, and task-aware compact context construction.

cs.AI