paper-with-me

Papers

CLaC@FinMMEval 2026 Task 3: Sentiment-Augmented Deep Reinforcement Learning for Active Trading -- An Alpha-Reward Approach

2026-07-17 · Andrei Neagu, Eeham Khan, Leila Kosseim arxiv

This paper presents our system for Task 3 of the CLEF 2026 FinMMEval Lab, which requires daily long, flat, or short trading decisions for Bitcoin (BTC) and Tesla (TSLA) using news and historical market data. We formulate the problem as a discrete-action Markov Decision Process and compare four deep reinforcement learning algorithms: Policy Gradient (PG), Proximal Policy Optimization (PPO), Deep Q-Learning (DQL), and Deep Deterministic Policy Gradient (DDPG). The agents use technical indicators, cyclical calendar encodings, and daily news sentiment scores produced by LLaMA 3.2 1B. To reduce overfitting and align training with the objective of outperforming buy-and-hold, we introduce an alpha reward based on excess market return and randomize episode start dates. Hyperparameters are optimized with Ray Tune over 180 trials per algorithm-asset pair, with early stopping and model selection based on validation Sharpe ratio. On the CLEF Task 3 test set, DDPG achieves the strongest overall performance. DQL was selected a priori for the live endpoint because it obtained the highest validation Sharpe ratio, with selection performed without access to the test period. For TSLA, DDPG and DQL achieve cumulative returns of 54.96% and 52.62%, respectively, compared with 16.45% for buy-and-hold. For BTC, DDPG achieves a positive return of 1.58% while buy-and-hold declines by -34.27%. The results also reveal a substantial validation-to-test generalization gap, highlighting the difficulty of transferring policies selected in bull-market conditions to a bear-market regime.

📄 PDF Abstract BibTeX arXiv:2607.16028

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

CLaC @ DEFT 2018: Sentiment analysis of tweets on transport from \^Ile-de-France

2018-05-01 · JEPTALNRECITAL 2018 5 · Simon Jacques, Farhood Farahnak, Leila Kosseim

CLaC @ DEFT 2018: Analysis of tweets on transport on the {\^I}le-de-France This paper describes the system deployed by the CLaC lab at Concordia University in Montreal for the DEFT 2018 shared task. The competition consi…

Sentiment AnalysisTask 2

Overview of FinMMEval 2026 Task 2: Multilingual Financial Short-Answer Question Answering

2026-07-22 · Zhuohan Xie, Xueqing Peng, Georgi Georgiev, Dimitar Dimitrov 외 arxiv

FinMMEval 2026 Task 2 evaluates short-answer financial question answering over multilingual evidence. Each final-test item pairs an English question with financial statements and news in English, Chinese, Japanese, Spani…

Question Answering

Fin-Analyst at FinMMEval 2026 Task 3: A Live Hybrid Trading Agent with LLM Specialists and Rule-Based Signals

2026-07-14 · Mohotarema Rashid, Lingzi Hong, Junhua Ding, K. S. M. Tozammel Hossain arxiv

Large language model (LLM) trading agents show promising performance in equity markets, yet remain narrowly focused on US equities with little evidence from live deployment. We present Fin-Analyst, a hybrid agent for Fin…

Deep RL With Information Constrained Policies: Generalization in Continuous Control

2020-10-09 · Tyler Malloy, Chris R. Sims, Tim Klinger, Miao Liu 외

Biological agents learn and act intelligently in spite of a highly limited capacity to process and store information. Many real-world problems involve continuous control, which represents a difficult task for artificial …

continuous-controlContinuous Controlreinforcement-learningReinforcement Learning+1

CAPACITY-LIMITED REINFORCEMENT LEARNING: APPLICATIONS IN DEEP ACTOR-CRITIC METHODS FOR CONTINUOUS CONTROL

2019-09-25 · Tyler James Malloy, Matthew Riemer, Miao Liu, Tim Klinger 외

Biological and artificial agents must learn to act optimally in spite of a limited capacity for processing, storing, and attending to information. We formalize this type of bounded rationality in terms of an information-…

continuous-controlContinuous Controlreinforcement-learningReinforcement Learning+1