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,695 papers · 148 categories

Trend · papers per month

3469103137 · May 202619922001200920172026
48 results for quantitative trading

FinRL automates trading in quantitative finance with deep reinforcement learning.

problem Steep development curve for traders to automate trading decisions.
method Open-source framework implementing DRL algorithms and reward functions.
result FinRL simplifies strategy design and reduces debugging workloads.

This paper combines RL with CPPI and TIPP for better trading strategies.

problem Challenges in quantitative trading due to swift dynamics and uncertainties.
method Fusion of CPPI and TIPP with MADDPG framework for multi-agent reinforcement learning.
result CPPI-MADDPG and TIPP-MADDPG outperform traditional strategies in real-market shares.

Research integrates sentiment analysis with reinforcement learning for better trading strategies.

problem Improving trading performance by integrating sentiment data.
method Developed a sentiment-driven trading system using a large language model and reinforcement learning.
result Sentiment signals from FinGPT improve trading performance when combined with technical indicators.

Pre-trained LLM adapted with LoRA improves offline RL for quantitative trading.

problem Challenges in offline RL for quantitative trading due to complex temporal dependencies and overfitting.
method Integrates pre-trained GPT-2 weights and LoRA for efficient fine-tuning of a Decision Transformer.
result Outperforms existing offline RL methods in certain trading scenarios.

QTMRL uses RL with multi-indicators to improve trading adaptability.

problem Traditional trading models fail in volatile markets due to rigid assumptions.
method Combines multi-indicators with RL for adaptive portfolio management.
result QTMRL outperforms baselines in profitability and risk control.

MadEvolve optimizes trading algorithms using LLMs, achieving significant improvements in feature generation and trading strategy optimization.

problem Optimizing trading algorithms for better performance and feature generation.
method A framework inspired by Alpha-Evolve, using LLMs to evolve trading strategies and feature pipelines.
result Significant improvements in trading performance across various tasks, including feature generation and trading strategy optimization.

FinRL-X unifies trading components for AI and rule-based strategies.

problem Inconsistent between research and live deployment in trading platforms.
method Modular architecture integrating data processing, strategy construction, backtesting, and execution.
result Unified protocol supports AI and rule-based trading components without altering execution.

Quantformer uses transformer to predict stock returns, outperforming traditional strategies.

problem Predicting stock returns in a dynamic financial market.
method Transfer learning from sentiment analysis to build investment factors using a transformer-based neural network.
result Quantformer outperforms other 100-factor-based quantitative strategies in predicting stock trends.

Study high-frequency trading patterns in cryptocurrencies.

problem Understanding automated trading algorithms in cryptocurrency markets.
method Analyzes intraday trading data of cryptocurrencies, focusing on returns, volumes, and volatility.
result Provides insights into predictability of economic value in cryptocurrency markets.

AlphaForgeBench evaluates LLMs as quantitative researchers, not trading agents, to address instability in financial decision-making.

problem Behavioral instability of LLMs in sequential decision-making under financial uncertainty.
method Proposes AlphaForgeBench, a framework that requires LLMs to generate executable alpha factors and compose factor-based trading strategies.
result Eliminates execution-induced instability and provides a rigorous benchmark for evaluating financial reasoning.

FinRL simplifies deep RL for stock trading, making it accessible to beginners.

problem Lack of accessible tools for beginners in deep RL for stock trading.
method Developed a DRL library with reproducible tutorials and backtesting.
result FinRL streamlines development and comparison of trading strategies.

A new framework AlphaMix combines multiple trading experts to improve stock investment decisions.

problem Inconsistent financial predictions and lack of model uncertainty in investment decisions.
method Reformulate quantitative investment as a multi-task learning problem, and propose AlphaMix framework.
result AlphaMix significantly outperforms state-of-the-art baselines in financial criteria.

Study evaluates LLMs for predicting Chinese stock movements using financial news sentiments.

problem Evaluating LLMs' ability to predict stock price movements using financial news sentiments.
method Standardized experimental procedure with three LLMs, each with unique performance enhancement methods.
result Developed quantitative trading strategies and conducted back-tests to assess LLMs' performance.

QTNet uses deep reinforcement learning to automate trading strategies.

problem Handling noisy and high-frequency financial data, balancing exploration and exploitation.
method QTNet employs deep reinforcement learning (DRL) with imitative learning to autonomously formulate trading strategies.
result QTNet demonstrates proficiency in extracting robust market features and adaptability to diverse conditions.

The large-scale organization of the world economies is exhibiting increasingly levels of local heterogeneity and global interdependency. Understanding the relation between local and global features calls for analytical tools able to uncover the global emerging organization of the international trade network. Here we an…

2007-04-10abs ↗pdf ↗

A new trading system learns to minimize risk and maximize returns in real markets.

problem Optimizing trading strategies under risk constraints in financial markets.
method Direct Reinforcement Learning with Conditional Value-at-Risk as the risk measure.
result The proposed algorithm outperforms traditional methods in real-world financial markets, demonstrating robustness and profitability.

FinRL-Podracer accelerates DRL trading strategies in finance with high performance and scalability.

problem Challenges in applying deep reinforcement learning to finance trading models.
method Proposes an RLOps framework and high-performance cloud solution for DRL trading.
result FinRL-Podracer outperforms existing DRL libraries by 12-35% in annual return, 0.1-0.6 in Sharpe ratio, and 3-7 times in training time.

Framework mitigates overfitting in quantitative trading strategies.

problem Overfitting during strategy transition from backtest to live trading.
method Three-stage protocol: IS, WFA, OOS; majority pass, purge gaps, cliff veto, etc.
result Demonstrates how to detect overfitting through performance decay and drawdown behavior.

Quantitative analysis of order-splitting behavior in Japanese stock market.

problem Understanding and quantifying the order-splitting behavior of traders in the Japanese stock market.
method Analysis of a large dataset of trading accounts over nine years, clustering traders into order-splitting and random traders, and applying statistical methods to analyze metaorder length and sign correlation.
result The metaorder length distribution follows power laws with exponent α, and the sign correlation exponent γ is approximately α-1, supporting the LMF model.

This paper fine-tunes BERT for stock market sentiment analysis and improves trading performance.

problem Improving trading performance in non-strongly efficient markets.
method Fine-tuning BERT on annotated data, combining with Alpha191 model for regression and prediction.
result Emotional factors significantly improve trading performance, increasing return rates by 73.8% compared to baseline.

Paper proposes a reinforcement learning method for trading using expert trajectories.

problem Inability of existing methods to handle long-term goals and delayed rewards in futures trading.
method Modeling futures trading as MDP, using reinforcement learning with expert trajectories and multiple short-term alpha factors.
result The proposed method outperforms traditional and deep learning methods in trading performance.

Novel framework detects lead-lag relationships in Chinese A-share market.

problem Detecting lead-lag relationships in the Chinese A-share market.
method Two-stage framework: long-term coupling via correlation, dynamic time warping, and rank-based metrics; high-frequency data analysis via cross-correlation, Granger causality, and regression models.
result Strongly coupled stock pairs often exhibit lead-lag effects, especially at finer time scales.

GT-Score reduces overfitting in trading strategies by integrating multiple criteria.

problem Overfitting in data-driven financial models leads to unreliable out-of-sample performance.
method Integrates performance, statistical significance, consistency, and downside risk into a composite objective function.
result Improves generalization ratio by 98% compared to baseline objective functions in walk-forward validation.

Improved stock trading model using sentiment analysis and machine learning.

problem Enhancing reinforcement learning models for high-frequency stock trading.
method Combining deep Q network with ARBR sentiment indicator, applying PCA and LSTM, incorporating market sentiment.
result Significantly improved performance in stock trading, achieving a maximum annualized rate of return of 54.5%.

Safe-FinRL uses DRL for high-frequency stock trading, reducing bias and variance.

problem Challenges in applying DRL to high-frequency stock trading, especially bias and variance issues.
method Safe-FinRL separates financial time series into near-stationary short environments and uses Trace-SAC with a general retrace operator.
result Safe-FinRL reduces bias and variance significantly in near-stationary financial environments.

The purpose of this research paper it is to present a new approach in the framework of a biased roulette wheel. It is used the approach of a quantitative trading strategy, commonly used in quantitative finance, in order to assess the profitability of the strategy in the short term. The tools of backtesting and walk-for…

2016-09-30abs ↗pdf ↗

This paper analyzes the trade-off between accuracy and communication in personalized federated learning.

problem The accuracy-communication trade-off in personalized federated learning.
method The paper provides a quantitative characterization of the personalization degree on the trade-off, establishing minimax optimality.
result The paper offers theoretical insights for choosing the personalization degree and validates the results on synthetic and real-world datasets.

QuantAgent learns trading signals through self-improvement.

problem Building domain-specific knowledge for LLMs in quantitative investment.
method Two-layer loop approach: inner loop refines responses, outer loop tests and learns.
result QuantAgent approximates optimal trading behavior with provable efficiency.