Hugging Face Trending Papers

Tabular Deep Learning for Algorithmic Trading: Cross-Regime Bayesian Optimisation for Equity Signal Generation

The paper explores tabular deep learning for equity signal generation, training five model classes on daily data from about 300 large‑cap US stocks over eleven years. By using Bayesian optimisation that targets trading performance across three distinct market regimes, the authors achieve regime‑robust hyperparameter selection, yielding out‑of‑sample signal precision above random and a Hybrid ensemble (XGBoost + TabNet) with an annualised return of 51.26% and a Sharpe ratio of 2.44. The study also finds that alternative data adds limited value beyond technical and fundamental features, and that the ensemble’s outperformance is driven by stock selection rather than market exposure.

arXiv Machine Learning
3d ago

VertiFuseX: Generalizable Financial Forecasting via Multi-Stream Temporal Fusion

VertiFuseX is a hybrid LSTM architecture that fuses multi‑scale temporal representations at the penultimate layer, stacking features from LSTM, Bi‑LSTM, and St‑LSTM branches and a parallel DNN stream. On 15 years of global equity index data, it reduces MAPE by 30‑54% and improves MAE and RMSE by over 40% compared to LSTM baselines, outperforming seven state‑of‑the‑art models across 33 metric‑dataset comparisons. The model is lightweight (675k parameters, 2.6 MB footprint) with 1.5 ms/sample inference latency and demonstrates robust, interpretable forecasting with reduced drawdowns in algorithmic trading simulations.

By Aashish Bohra, Vivek Vijay
arXiv AI
Jun 9

Addressing Market Regime Changes and Heavy-Tailed Returns in Portfolio Optimization via Bayesian VAR and Elliptical Black-Litterman

arXiv:2606. 09104v1 Announce Type: cross Abstract: Deep reinforcement learning (DRL) frameworks for portfolio optimization have shown promise for their ability to learn allocation rules dynamically from market data.

By Daniil Mikriukov (University of Liverpool, Xi'an Jiaotong-Liverpool University), Ruoyu Sun (Xi'an Jiaotong-Liverpool University), Angelos Stefanidis (Xi'an Jiaotong-Liverpool University), Jionglong Su (Xi'an Jiaotong-Liverpool University), Zhengyong Jiang (Xi'an Jiaotong-Liverpool University)
arXiv Machine Learning
Aug 13

TradingMoE: Routing the Right Experts in Evolving Markets

arXiv:2608. 11785v1 Announce Type: new Abstract: Large language models (LLMs) have shown strong potential for financial analysis and trading, but direct trading remains challenging because the predictive capabilities required can vary across assets, decision fields, and market conditions.

By Chang Zhou, Xingtong Yu, Minbin Huang, Zhennan Wu, Yuan Fang, Hong Cheng, Xinming Zhang
arXiv Machine Learning
Aug 26

(Mis)Understanding Benign Overfitting in Equity Return Prediction

The paper examines whether benign overfitting—where highly overparameterized models still predict well—occurs in equity return prediction. It finds a double‑descent risk curve for ridgeless models and shows that while ridge regularization slightly improves performance, the advantage vanishes at high parameter‑to‑observation ratios. Ultimately, both models fail to beat a simple historical average, indicating that standard equity predictors lack genuine forecasting power even with flexible machine learning methods.

By Hui Guo, Jiawei Huang, Runze Li, Yan Yu