Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

168,657 papers · 148 categories

Trend · papers per month

3867731,1591,545 · Jun 202019922001200920172026
← all fields·7 papers on reinforcement learning in Quant Finance · 1 month

AlphaZeroBeta uses deep reinforcement learning for market-neutral portfolios, outperforming traditional methods.

problem Traditional portfolio management methods often fail during market regime shifts or when assumptions break down.
method Combines a composite reward function and CNN-GRU policy trained end-to-end via Recurrent PPO.
result Achieves higher Sharpe ratios than baselines while maintaining near-zero benchmark correlations.

Paper uses SciPhyRL for optimizing large institutional portfolios.

problem Optimizing large institutional portfolios with cumulative costs and practical short horizons.
method Formulates a continuous-time optimization problem, reduces it to solving an HJB equation, and uses PINN for direct solution.
result Learned Gibbs policy yields substantial out-of-sample Sharpe ratio improvements.

Framework uses IRL and RL to elicit and optimize risk preferences robustly to noise.

problem Eliciting and optimizing risk preferences in noisy environments.
method Adaptive Bayesian IRL for elicitation, model-free RL for optimization, using quantile networks.
result Framework achieves convergence rate of O(exp(cm+O(mlogm)))O(\exp(-cm+O(\sqrt{m\log m}))).

NeuralChaos efficiently approximates complex stochastic processes.

problem Representing and computing square-integrable predictable processes over time.
method Introduces NeuralChaos, a neural operator architecture for Rd\mathbb{R}^{d}-valued predictable processes.
result NeuralChaos achieves best NN-term chaoslet approximation rates and is dense in HT2(Rd)\mathcal{H}^2_T(\mathbb{R}^{d}).

DQN outperforms static policies in a dynamic fee environment for automated market makers.

problem How automated market makers (AMMs) perform under dynamic fees is unknown.
method Constructed a closed-loop simulator with dynamic fees, noise flow, and arbitrage.
result A small DQN policy outperforms static policies in a dynamic fee environment.

RL agent outperforms model-based approach in detecting price manipulation.

problem Detecting and exploiting price manipulation opportunities.
method Compared model-free RL with model-based approach in a market with Almgren-Chriss framework.
result RL consistently outperforms model-based approach, especially with noisy parameter estimates.