paper-with-me

홈 › Papers

Enhancing Cross-Sectional Currency Strategies by Context-Aware Learning to Rank with Self-Attention

2021-05-20 · Daniel Poh, Bryan Lim, Stefan Zohren, Stephen Roberts

The performance of a cross-sectional currency strategy depends crucially on accurately ranking instruments prior to portfolio construction. While this ranking step is traditionally performed using heuristics, or by sorting the outputs produced by pointwise regression or classification techniques, strategies using Learning to Rank algorithms have recently presented themselves as competitive and viable alternatives. Although the rankers at the core of these strategies are learned globally and improve ranking accuracy on average, they ignore the differences between the distributions of asset features over the times when the portfolio is rebalanced. This flaw renders them susceptible to producing sub-optimal rankings, possibly at important periods when accuracy is actually needed the most. For example, this might happen during critical risk-off episodes, which consequently exposes the portfolio to substantial, unwanted drawdowns. We tackle this shortcoming with an analogous idea from information retrieval: that a query's top retrieved documents or the local ranking context provide vital information about the query's own characteristics, which can then be used to refine the initial ranked list. In this work, we use a context-aware Learning-to-rank model that is based on the Transformer architecture to encode top/bottom ranked assets, learn the context and exploit this information to re-rank the initial results. Backtesting on a slate of 31 currencies, our proposed methodology increases the Sharpe ratio by around 30% and significantly enhances various performance metrics. Additionally, this approach also improves the Sharpe ratio when separately conditioning on normal and risk-off market states.

📄 PDF Abstract BibTeX arXiv:2105.10019

Code (1)

allegro/allRank 공식 구현 pytorch

Tasks

Information RetrievalLearning-To-RankRe-RankingRetrieval

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
Multi-Head Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Pricing and Hedging Strategies for Cross-Currency Equity Protection Swaps

2024-09-28 · Marek Rutkowski, Huansang Xu

In this paper, we explore the pricing and hedging strategies for an innovative insurance product called the equity protection swap(EPS). Notably, we focus on the application of EPSs involving cross-currency reference por…

An Information Theory Approach to the Stock and Cryptocurrency Market: A Statistical Equilibrium Perspective

2023-10-07 · Emanuele Citera, Francesco De Pretis

We study the stochastic structure of cryptocurrency rates of returns as compared to stock returns by focusing on the associated cross-sectional distributions. We build two datasets. The first comprises forty-six major cr…

Long-only cryptocurrency portfolio management by ranking the assets: a neural network approach

2025-12-09 · Zijiang Yang arxiv

This paper will propose a novel machine learning based portfolio management method in the context of the cryptocurrency market. Previous researchers mainly focus on the prediction of the movement for specific cryptocurre…

Spatio-Temporal Momentum: Jointly Learning Time-Series and Cross-Sectional Strategies

2023-02-20 · Wee Ling Tan, Stephen Roberts, Stefan Zohren

We introduce Spatio-Temporal Momentum strategies, a class of models that unify both time-series and cross-sectional momentum strategies by trading assets based on their cross-sectional momentum features over time. While …

Time SeriesTime Series Analysis

A Deep Reinforcement Learning Approach for Trading Optimization in the Forex Market with Multi-Agent Asynchronous Distribution

2024-05-30 · Davoud Sarani, Dr. Parviz Rashidi-Khazaee

In today's forex market traders increasingly turn to algorithmic trading, leveraging computers to seek more profits. Deep learning techniques as cutting-edge advancements in machine learning, capable of identifying patte…

Algorithmic TradingDeep Reinforcement Learning