|
65 | 65 | <div class="column has-text-centered">
|
66 | 66 | <h1 class="title is-1 publication-title">TradingAgents: Multi-Agents LLM Financial Trading Framework</h1>
|
67 | 67 | <div class="is-size-5 publication-authors">
|
68 |
| - <a href="https://yijia-xiao.github.io/" target="_blank" rel="noopener noreferrer"><span class="author-block">Yijia Xiao<sup>1</sup></span></a>, |
| 68 | + <a href="https://yijia-xiao.github.io/" target="_blank" rel="noopener noreferrer"><span class="author-block">Yijia Xiao<sup>1</sup>,</span></a> |
69 | 69 | <span class="author-block">Edward Sun<sup>1</sup>,</span>
|
70 | 70 | <span class="author-block">Di Luo<sup>1,2</sup>,</span>
|
71 | 71 | <span class="author-block">Wei Wang<sup>1</sup></span>
|
@@ -104,19 +104,13 @@ <h2 class="title is-3">Abstract</h2>
|
104 | 104 | <div class="container is-max-desktop">
|
105 | 105 | <div class="columns is-centered">
|
106 | 106 | <div class="column is-full-width">
|
107 |
| - <h2 class="title is-3">Introduction</h2> |
| 107 | + <h2 class="title is-3">TradingAgents: Overview</h2> |
108 | 108 | <div class="content has-text-justified">
|
109 |
| - <p>Autonomous agents powered by Large Language Models (LLMs) revolutionize decision-making by mimicking human workflows across various domains, including finance. Unlike traditional algorithmic trading systems that rely on quantitative models, LLMs excel in processing and understanding natural language data, making them adept at analyzing news, reports, and social media sentiment. Recent multi-agent LLM frameworks in finance have shown promise in creating explainable AI systems, enhancing decision transparency and reasoning.</p> |
110 |
| - |
111 |
| - <p>However, existing applications face two main challenges:</p> |
112 |
| - |
113 |
| - <strong>Organizational Modeling:</strong> Current frameworks often overlook the complex interactions that mirror real trading firms, focusing instead on isolated tasks. This limits their ability to replicate effective trading practices. |
114 |
| - |
115 |
| - <strong>Communication Efficiency:</strong> Reliance on unstructured natural language communication leads to information loss and context degradation over lengthy interactions, reducing effectiveness in complex tasks.</p> |
116 |
| - |
117 |
| - <p>Our framework addresses these issues by simulating the multi-agent decision-making processes of professional trading teams. We employ specialized agents with distinct roles inspired by real trading firms, coupled with a structured communication protocol that combines clear, structured outputs with natural language dialogue. This hybrid approach ensures precise and efficient interactions, enabling robust decision-making.</p> |
118 |
| - |
119 |
| - <p>We validate <strong>TradingAgents</strong> using historical financial data, comparing its performance against several baselines through metrics like cumulative return, Sharpe ratio, and maximum drawdown, demonstrating its superior effectiveness.</p> |
| 109 | + <p><strong>TradingAgents</strong> leverages a multi-agent framework to simulate a professional trading firm with distinct roles: fundamental, sentiment, and technical analysts; researchers; traders; and risk managers. These agents collaborate through structured communication and debates, enhancing decision-making and optimizing trading strategies.</p> |
| 110 | + <figure class="image"> |
| 111 | + <img src="./static/images/schema.png" alt="TradingAgents Overall Framework Organization"> |
| 112 | + <figcaption class="has-text-centered"><strong>Figure 1:</strong> TradingAgents Overall Framework Organization.<br><strong>I. Analysts Team</strong>: Four analysts concurrently gather relevant market information.<br><strong>II. Research Team</strong>: The team discusses and evaluates the collected data.<br><strong>III. Trader</strong>: Based on the researchers' analysis, the trader makes the trading decision.<br><strong>IV. Risk Management Team</strong>: Risk guardians assess the decision against current market conditions to mitigate risks.<br><strong>V. Fund Manager</strong>: The fund manager approves and executes the trade.</em></figcaption> |
| 113 | + </figure> |
120 | 114 | </div>
|
121 | 115 | </div>
|
122 | 116 | </div>
|
|
0 commit comments