CLaC@FinMMEval 2026 Task 3: Sentiment-Augmented Deep Reinforcement Learning for Active Trading -- An Alpha-Reward Approach
This paper presents a sentiment-augmented deep reinforcement learning system for the CLaC@FinMMEval 2026 Task 3, demonstrating that a DDPG agent utilizing LLaMA 3.2 news sentiment and alpha-based rewards significantly outperforms buy-and-hold strategies on TSLA and BTC, while also highlighting the challenges of generalizing policies from bull to bear market regimes.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
Imagine you are trying to teach a robot to play a very tricky video game: the stock market. In this game, the goal isn't just to win points; it's to beat the score of a player who never stops playing, never changes their strategy, and just holds onto their character the whole time (a strategy called "buy-and-hold"). The game is chaotic, filled with noisy sound effects, sudden plot twists, and a constant stream of news headlines that might change the rules. To win, you need a smart agent that can look at the screen, read the news, feel the rhythm of the game, and decide whether to move forward, stand still, or move backward. This is the world of Deep Reinforcement Learning (DRL). Think of DRL as a method where an AI learns by trial and error, getting a "high-five" (reward) when it makes a good move and a "frown" (penalty) when it messes up. The paper you're about to read explores how to build the ultimate trading robot for two very different characters: a tech company called Tesla (TSLA) and a digital coin called Bitcoin (BTC).
The researchers from Concordia University set out to build a trading system that doesn't just guess; it learns. They treated the stock market like a complex video game level where the player (the AI) has to make a daily decision: go Long (bet the price goes up), go Flat (sit on the sidelines), or go Short (bet the price goes down). To help the AI make these choices, they fed it three types of information: Technical Indicators (like speedometers and trend lines drawn from past prices), Calendar Cycles (knowing if it's Monday or the end of the month, because markets sometimes act differently on those days), and Sentiment Scores (a "mood ring" for the news, calculated by a super-smart AI that reads articles to see if people are happy or scared about the asset).
The team trained four different types of AI "brains" to play this game: Policy Gradient (PG), Proximal Policy Optimization (PPO), Deep Q-Learning (DQL), and Deep Deterministic Policy Gradient (DDPG). But here's the clever part: instead of just rewarding the AI for making money, they gave it a special "Alpha Reward." Imagine if you were racing a friend; instead of just rewarding you for running fast, you only get points if you run faster than your friend. This forced the AI to focus on beating the "buy-and-hold" baseline rather than just getting lucky because the whole market was going up. They also made the training sessions start at random times so the AI wouldn't just memorize the script of one specific game but would learn to handle any situation.
When they tested these robots on real data from 2025, the results were a mix of triumph and a harsh lesson about the future. For Tesla, the DDPG robot was the star, earning a massive 54.96% return, while the DQL robot came in a close second with 52.62%. Both crushed the "buy-and-hold" strategy, which only made 16.45%. The DDPG robot was particularly good at avoiding trouble, keeping its losses (drawdown) much lower than the others.
However, the Bitcoin test was a much tougher level. The market turned into a bear market, where prices crashed, and the "buy-and-hold" strategy lost a huge 34.27%. In this storm, the DDPG robot was the only one that managed to stay afloat, ending with a tiny but positive gain of 1.58%. The other robots, including the DQL which had looked amazing during training, struggled to adapt to the sudden shift from a rising market to a falling one.
The paper suggests that while these AI agents can learn to trade effectively, they are still sensitive to the "weather" of the market. The DDPG algorithm proved to be the most robust, handling both the sunny days of Tesla and the stormy days of Bitcoin better than the others. However, the researchers found a tricky gap: the robot that looked best during training (DQL) didn't always win in the real test, especially when the market regime changed from a bull market to a bear market. This tells us that while AI can learn to navigate the financial seas, it still needs to be careful not to get too used to calm waters, because the next wave might be a tsunami. Ultimately, the study shows that combining news sentiment with smart learning algorithms can help beat the market, but the "best" robot depends heavily on what kind of market it is facing.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.