AICLMAMay 3

Moira: Language-driven Hierarchical Reinforcement Learning for Pair Trading

arXiv:2605.0195473.21 citations
AI Analysis

This work addresses the challenge of hierarchical credit assignment in sequential decision-making for financial trading, a domain with delayed feedback and partial observability.

Moira introduces a language-driven hierarchical reinforcement learning framework for pair trading, using LLMs as both high-level and low-level policies optimized via prompt updates. It achieves consistent improvements over traditional and LLM-based baselines on real-world market data.

Many sequential decision-making problems exhibit hierarchical structure, where high-level semantic choices constrain downstream actions and feedback is delayed and ambiguous. Learning in such settings is challenging due to credit assignment: performance degradation may arise from flawed abstractions, suboptimal execution, or their interaction. We study this challenge through pair trading, a domain that naturally combines long-horizon semantic reasoning for asset pair selection with short-horizon execution under partial observability. We formulate pair trading as a hierarchical reinforcement learning problem and propose a language-driven optimization framework in which both high-level and low-level policies are parameterized by large language models (LLMs) and optimized exclusively through prompt updates. Our approach leverages pretrained LLMs as hierarchical policies and uses trajectory- and episode-level textual feedback to adapt abstractions and execution without gradient-based fine-tuning. By explicitly separating abstraction selection from execution, the framework reduces non-stationarity across hierarchical levels and enables targeted adaptation under delayed feedback. Experiments on real-world market data show consistent improvements over traditional and LLM-based baselines, demonstrating the effectiveness of language-driven hierarchical reinforcement learning.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes