Papers for

quantitative traders

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Wavefuse predicts stock indices better by adapting to market shifts

WaVeFuse: Regime-Adaptive Equity Index Forecasting via Channel-Wise Wavelet Denoising and Vertical Attention Fusion

Abstract: Hybrid Deep Learning for equity index forecasting is limited by three problems: propagation of OHLCV noise into derived technical indicators (TIs), channel-indiscriminate multi-scale decomposition that conflates heterogeneous frequency signatures, and static multi-branch fusion that cannot adapt to market regime shifts. WaVeFuse addresses these limitations through a unified dual-branch architecture. Symlet-4 wavelet denoising (level 2, MAD soft threshold) suppresses microstructure noise in OHLCV. Seven low-lag TIs computed from denoised prices are encoded by a causal channel-wise continuous wavelet transform (Morlet, 32 scales) into a per-timestep scale-space matrix. A CNN-BiLSTM branch captures temporal dynamics, while a dual-layer Transformer (heads=4, dk in {16, 32}) models inter-scale spectral dependencies, and their representations are integrated by a 2-token softmax gate Vertical Attention Fusion (VAF) that dynamically reweights branches as market regimes shift. Evaluated under walk-forward validation (WFV) on KOSPI, DAX, NYSE Composite, and Russell 2000 (2010-2023), WaVeFuse achieves R2 = 0.81-0.96 and directional accuracy 70.5-78.3%. It outperforms seven state-of-the-art models by 8.9-20.2% MAE across twelve dataset-period configurations. Diebold-Mariano statistics (4.62-10.38, p<0.001) confirm superiority over a well-tuned XGBoost benchmark across four indices. Ablation verifies component-wise contributions. Under realistic backtesting with 10 basis point transaction costs, WaVeFuse's directional strategy achieves a mean Sharpe ratio of 3.69 across four markets and limits maximum drawdown to 7.5% during the COVID-19 crash. With 152k parameters (0.68MB) and sub-1.3ms GPU inference, WaVeFuse delivers a computationally efficient, regime-robust framework suitable for research and decision-support deployment.

Sun 13 SeptMachine Learning
The gist
Predicting stock market trends is tricky because data often has noise and patterns change with market conditions. The authors created WaVeFuse, which cleans up noisy trading data, analyzes detailed patterns at different time scales, and smartly combines two different neural network methods. This system adjusts its focus when market conditions change, helping it predict stock indexes more accurately than existing models. They tested it on several major stock markets with strong results and confirmed it works efficiently and robustly.
Open 2609.14733v1

Cross asset trading system controls portfolio losses reliably

CAST: A Cross-Asset State-Space Trading System for Drawdown Control in Stock Markets

Abstract: Managing drawdown, the peak-to-trough decline in an investment portfolio's value, is a precondition for long-term survival in practical investment management. However, mainstream stock forecasting methods predominantly optimize returns or Sharpe ratios under the independent and identically distributed (i.i.d.) assumption. Real markets do not follow this assumption, triggering catastrophic drawdowns. We propose a cross-asset state-space trading system (CAST), consisting of two components: The predictor, Cross-Asset Collaborative Kalman Filter (CoKF), estimates each asset's latent state online, coupling all assets through their correlations and adaptively fusing multiple integrated-random-walk orders. The controller, Model Predictive Control (MPC), converts the predictor's forecast into trades, using forecast uncertainty as an explicit risk penalty that controls drawdown. We evaluate CAST on four real-world stock markets over a 15-year test window and show that it consistently occupies the return-drawdown Pareto frontier, achieving strong risk-adjusted performance while maintaining substantially lower maximum drawdown than competitive baselines. A stress test across crisis periods further demonstrates robust behavior under market shocks and distribution shift. Because the predictor and controller interact only through the predicted price path, both are plug-and-play, making CAST a modular, interpretable trading system. The code is available at https://github.com/FanBroWell/CAST

Sun 13 SeptComputational Engineering, Finance, and Science
The gist
Investment portfolios often face the problem of losing too much value during bad market times, which can threaten their long-term success. The authors created CAST, a trading system that looks at multiple stocks together and predicts their hidden market states by considering how they relate to each other. CAST then uses these predictions to decide trades in a way that controls risk by explicitly limiting how much value can drop. Tested over 15 years and during crisis periods, CAST showed it can achieve good returns with smaller losses than other methods. Its design is modular, letting different parts be swapped or understood independently.
Open 2609.14205v1

Financial sentiment tools show different signals same day versus next day

Same Day, Same Story; One Day Ahead, a Different Signal: The Dual Validity of Financial Sentiment

Abstract: Financial NLP has a standard workflow: validate a sentiment tool against human labels, then trust it to extract market signal. This assumes the two evaluations measure the same thing. We test that assumption in a setting where both can be measured at once: a corpus of securities class actions (2002-2025) linking 70,500 X messages to abnormal stock returns, with a single-annotator human labelled gold sample. Running five instruments (VADER, Loughran-McDonald, FinBERT, Twitter-RoBERTa, and an LLM annotator) through one identical pipeline, we find that the relationship between construct and predictive validity depends on the sampling convention and score representation. Under conventional method-specific sampling, human agreement aligns more closely with graded same-day associations than with one-day leads. On a fixed-n panel, however, agreement has similar graded rank correlations at both horizons, while the coarse ordering remains weak. Benchmark agreement therefore establishes semantic validity but does not by itself determine predictive rankings. In a conversation that is 17.6% spam, message volume predicts neither market damage nor settlement size.

Thu 10 SeptArtificial IntelligenceComputation and LanguageSocial and Information Networks
The gist
Sentiment analysis tools are often checked by comparing them to human judgments and then used to predict stock market moves. This paper finds that these two steps don't always measure the same thing. The researchers compared five sentiment tools to human labels and stock returns on the same day and the next day. They found that while human agreement matches same-day signals better, it doesn't reliably predict which sentiment scores forecast future price changes. Also, a lot of online messages were spam, and simply counting messages didn't predict stock losses or settlement sizes.
Open 2609.11144v1