paper-with-me

Papers

TradingGroup: A Multi-Agent Trading System with Self-Reflection and Data-Synthesis

2025-08-25 · Feng Tian, Flora D. Salim, Hao Xue arxiv

Recent advancements in large language models (LLMs) have enabled powerful agent-based applications in finance, particularly for sentiment analysis, financial report comprehension, and stock forecasting. However, existing systems often lack inter-agent coordination, structured self-reflection, and access to high-quality, domain-specific post-training data such as data from trading activities including both market conditions and agent decisions. These data are crucial for agents to understand the market dynamics, improve the quality of decision-making and promote effective coordination. We introduce TradingGroup, a multi-agent trading system designed to address these limitations through a self-reflective architecture and an end-to-end data-synthesis pipeline. TradingGroup consists of specialized agents for news sentiment analysis, financial report interpretation, stock trend forecasting, trading style adaptation, and a trading decision making agent that merges all signals and style preferences to produce buy, sell or hold decisions. Specifically, we design self-reflection mechanisms for the stock forecasting, style, and decision-making agents to distill past successes and failures for similar reasoning in analogous future scenarios and a dynamic risk-management model to offer configurable dynamic stop-loss and take-profit mechanisms. In addition, TradingGroup embeds an automated data-synthesis and annotation pipeline that generates high-quality post-training data for further improving the agent performance through post-training. Our backtesting experiments across five real-world stock datasets demonstrate TradingGroup's superior performance over rule-based, machine learning, reinforcement learning, and existing LLM-based trading strategies.

📄 PDF Abstract BibTeX arXiv:2508.17565

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningSentiment AnalysisDecision Making

Similar Papers 제목 키워드 기반

EvolveTrade: Experience-Driven Policy Refinement for Self-Evolving LLM Trading Agents

2026-09-15 · Sehee Kim, Yumin Choi, Minki Kang, Sung Ju Hwang hf

Large language model (LLM) trading agents can combine market data, news, and executable analysis, but their behavior is often controlled by static hand-written tool-use policies that are fixed before deployment. This lim…

TradingAgents: Multi-Agents LLM Financial Trading Framework

2024-12-28 · Yijia Xiao, Edward Sun, Di Luo, Wei Wang

Significant progress has been made in automated problem-solving using societies of agents powered by large language models (LLMs). In finance, efforts have largely focused on single-agent systems handling specific tasks …

Management

Gray-box Adversarial Attack of Deep Reinforcement Learning-based Trading Agents

2023-09-26 · Foozhan Ataiefard, Hadi Hemmati

In recent years, deep reinforcement learning (Deep RL) has been successfully implemented as a smart agent in many systems such as complex games, self-driving cars, and chat-bots. One of the interesting use cases of Deep …

Adversarial AttackDeep Reinforcement Learningreinforcement-learningSelf-Driving Cars

Why Keep Your Doubts to Yourself? Trading Visual Uncertainties in Multi-Agent Bandit Systems

2026-01-26 · Jusheng Zhang, Yijia Fan, Kaitong Cai, Jing Yang 외 arxiv

Vision-Language Models (VLMs) enable powerful multi-agent systems, but scaling them is economically unsustainable: coordinating heterogeneous agents under information asymmetry often spirals costs. Existing paradigms, su…

QuantAgents: Towards Multi-agent Financial System via Simulated Trading

2025-10-06 · Xiangyu Li, Yawen Zeng, Xiaofen Xing, Jin Xu 외 arxiv

In this paper, our objective is to develop a multi-agent financial system that incorporates simulated trading, a technique extensively utilized by financial professionals. While current LLM-based agent models demonstrate…