Papers for

financial data engineers

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

Auction market theory features improve reinforcement learning trading performance

ViperQ: Order Flow Pattern Recognition via Auction Market Theory for Reinforcement Learning Trading

Abstract: Reinforcement learning trading systems published in the academic literature overwhelmingly rely on price-aggregate state representations (OHLCV bars) or limit-order-book depth features, leaving microstructure pattern theories from the practitioner literature, namely Auction Market Theory and Market Profile, without a peer-reviewed computational instantiation. We present ViperQ, a reinforcement learning system whose state representation is built explicitly from Auction Market Theory primitives: Volume Point of Control, Value Area position, Low Volume Node flags, Cumulative Volume Delta divergence, and tape-velocity signatures, assembled into a 20-dimensional Z-normalised vector. Two Proximal Policy Optimisation agents are trained with a prospect theory-grounded asymmetric reward function that penalises losing holds at a magnitude consistent with Kahneman and Tversky's loss-aversion coefficient. Evaluated on a held-out twelve-month partition of institutional tick data the agents have never seen, ViperQ achieves +163.6% ROI on TSLA (-27.5% max drawdown, 27,019 trades) and +116.5% ROI on NVDA (-47.8% max drawdown, 12,892 trades) under zero leverage. The results establish Auction Market Theory features as a tractable structured input modality for sequential decision-making on financial time series and motivate further work on microstructure-aware policy learning.

Sat 12 SeptArtificial Intelligence
The gist
Trading systems that use reinforcement learning often rely on simple price summaries or detailed order book data. This paper presents a trading system called ViperQ that uses specific features from a trader’s theory, Auction Market Theory, to better understand market patterns. The authors trained ViperQ on real, detailed trading data and found it made strong profits on Tesla and Nvidia stocks without borrowing money. This shows that these specialized market features can help machines make better trading decisions.
Open 2609.13825v1

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

GoAnt improves trading signals with diverse multi-agent search

GoAnt: Quality-Diversity Multi-Agent Search for Alpha Factor Discovery in Market Microstructure Data

Abstract: Automated alpha factor discovery searches symbolic trading signals from price-volume panels and order-book data under a fixed evaluation budget. Existing single- and multi-agent program-search systems can overfit predictive proxies that fail after execution costs and repeatedly explore redundant factor families, limiting execution robustness and behavioral diversity. We introduce GoAnt, a quality-diversity multi-agent search framework that combines non-communicating Explorer, Exploiter and Connector workers with a shared adaptive Mental Map and a compact Queen dispatcher. The Mental Map organizes candidates by leakage-free execution profiles and retains one elite per niche, while the Queen reallocates the evaluation budget from explicit search-state summaries. We also define a map-independent effective-yield protocol that counts high-quality, mutually nonredundant factors directly from each method's evaluation records, giving archive-based and map-free systems the same ruler. On real A-share microstructure data spanning 2023--2026, GoAnt reaches quality-weighted yields of 41.8 and 47.6 in price-volume and order-book settings, improving the strongest baseline by 57% and 97% under matched budgets. Its locked populations retain 0.64 and 0.67 of in-sample quality out of sample, compared with 0.61 and 0.63 for a static map.

Tue 8 SeptArtificial Intelligence
The gist
Finding strong trading signals from complex market data is tough because many techniques end up repeating similar ideas or fail when trading costs are included. The authors created GoAnt, a method that uses different types of agents working independently but sharing information to find diverse, high-quality trading signals. GoAnt organizes and remembers the best signals in a smart way to avoid duplicates and focuses its efforts efficiently. Tested on real Chinese market data from 2023 to 2026, GoAnt delivered significantly better results than previous methods.
Open 2609.08719v1

Nystrom attention matches full attention in stock prediction models

Nyström Attention Matches Full Attention for Cross-Sectional Stock Prediction

Abstract: MASTER's inter-stock multi-head attention -- the module responsible for modeling cross-sectional stock relationships -- accounts for 42.5% of model parameters and 25% of predictive value. We systematically decompose this module and uncover a surprising structure: the learned attention is near-uniform (perplexity 278/300), yet forcing exact uniformity eliminates all cross-sectional discrimination. Spectral analysis resolves this paradox: the deviation from uniformity is low-rank (effective rank ~65, top-10 modes capture 96.5% of energy), explaining why sparse approximations consistently fail while Nystrom low-rank attention (m=32 landmarks) matches full O(N^2) attention at O(mN) cost -- certified equivalent via TOST at both N=300 (5 seeds, Rank IC p=0.003) and N=800 (10 seeds, Rank IC p=0.034). Additional findings include: (i) attention anti-correlates with return similarity (Spearman rho = -0.614; on the industry-labeled subset, -0.645 unconditionally and -0.627 after controlling for industry, beta, and volatility), suggesting complementarity-seeking rather than correlation mining; (ii) all graph-based alternatives degrade performance, with hard masking worse than complete module removal; and (iii) at N ~ 3,500 with adapted architectures, no cross-stock module (GCN, Nystrom, or MASTER-style pipeline) significantly outperforms a per-stock LSTM baseline (n=4 seeds), indicating that the benefits observed at smaller scales do not trivially transfer. These results establish that the inter-stock attention's value resides in a compressible, dynamic, near-global redistribution that rewards low-rank approximation but resists sparsification.

Tue 8 SeptMachine Learning
The gist
Predicting stock movements involves understanding relationships between many stocks at once. The authors studied an important part of a stock prediction model that looks at these relationships, called attention, and found it behaves almost uniformly but with subtle patterns. They discovered a way to approximate this complex attention efficiently using a low-rank method called Nystrom attention without losing accuracy. This suggests that the key value in understanding stock relationships lies in a compressed, global way of sharing information rather than focusing on sparse or simple connections.
Open 2609.08106v1

Centering price data improves predicting stock returns from intraday bars

Centering Drives Normalization Gains: Price-Offset Nuisances in Cross-Sectional Return Prediction

Abstract: Cross-sectional return prediction from raw intraday bars is sensitive to each instrument price level, an additive nuisance under a return-ranking hypothesis. We test whether removing this offset, rather than rescaling amplitudes or changing the encoder, explains gains on a point-in-time CSI 300 five-minute panel. Eight parameter-matched encoders are evaluated with and without RevIN normalization; a parameter-free ladder then separates identity, scale-only, centering, last-value referencing, differencing, and standardization across all fields and restricted channels. Centering drives the reliable effect, while scale-only normalization does not help. All eight paired effects are positive and survive Holm correction on raw rank IC, after style residualization, and after additionally residualizing on short-term reversal. Among six stronger encoders, normalized IC is 0.0830-0.0939 and gains are 0.0376-0.0567. Price-only standardization retains 93-101% of the all-field gain. These results place the main effect in transformed price-channel offset removal rather than amplitude scaling or encoder choice.

Mon 7 SeptComputational Engineering, Finance, and Science
The gist
Predicting how stock prices will move during the day is tricky because the price level of each stock can confuse the models. The authors found that simply removing the average price from the data, called centering, makes prediction models work better. Changing how much the data is scaled or using different model types did not help as much. This means that focusing on removing price offsets is key for better stock return predictions using detailed price data.
Open 2609.07122v1