FinCon: A Synthesized LLM Multi-Agent System with Conceptual Verbal Reinforcement for Enhanced Financial Decision Making

Yangyang Yu,Zhiyuan Yao,Haohang Li,Zhiyang Deng,Yupeng Cao,Zhi Chen,Jordan W. Suchow,Rong Liu,Zhenyu Cui,Denghui Zhang,Koduvayur Subbalakshmi,Guojun Xiong,Yueru He,Jimin Huang,Dong Li,Qianqian Xie
2024-07-10
Abstract:Large language models (LLMs) have demonstrated notable potential in conducting complex tasks and are increasingly utilized in various financial applications. However, high-quality sequential financial investment decision-making remains challenging. These tasks require multiple interactions with a volatile environment for every decision, demanding sufficient intelligence to maximize returns and manage risks. Although LLMs have been used to develop agent systems that surpass human teams and yield impressive investment returns, opportunities to enhance multi-sourced information synthesis and optimize decision-making outcomes through timely experience refinement remain unexplored. Here, we introduce the FinCon, an LLM-based multi-agent framework with CONceptual verbal reinforcement tailored for diverse FINancial tasks. Inspired by effective real-world investment firm organizational structures, FinCon utilizes a manager-analyst communication hierarchy. This structure allows for synchronized cross-functional agent collaboration towards unified goals through natural language interactions and equips each agent with greater memory capacity than humans. Additionally, a risk-control component in FinCon enhances decision quality by episodically initiating a self-critiquing mechanism to update systematic investment beliefs. The conceptualized beliefs serve as verbal reinforcement for the future agent's behavior and can be selectively propagated to the appropriate node that requires knowledge updates. This feature significantly improves performance while reducing unnecessary peer-to-peer communication costs. Moreover, FinCon demonstrates strong generalization capabilities in various financial tasks, including single stock trading and portfolio management.
Computation and Language
What problem does this paper attempt to address?
The problem that this paper attempts to solve is how to utilize large - language models (LLMs) and multi - agent systems to enhance the ability to make high - quality and continuous financial investment decisions in financial investment decision - making. Specifically, the authors propose improvement plans for several limitations of existing systems: 1. **Inadequate risk management**: Existing systems rely on risk preferences for short - term market fluctuations and cannot effectively control the overall risk exposure during long - term trading periods. This may lead to the neglect of fundamental factors driving investment profits, resulting in potential losses. 2. **Limited adaptability**: Most existing systems are only applicable to single - asset trading tasks and show limited adaptability in financial applications involving multiple assets (such as portfolio management). 3. **High information - processing pressure**: These systems rely on the information - understanding and - extraction capabilities of a single agent, which puts heavy pressure on the language model, limits its ability to process information within a limited context window, and thus affects the quality of decision - making. 4. **High communication costs**: Although some multi - agent systems attempt to make decisions through extensive discussions, this method results in high communication costs and extended processing times, and lacks clear optimization goals, reducing the decision - making effect. To solve the above problems, the authors propose FINCON, an LLM - based multi - agent framework aimed at enhancing financial decision - making through conceptual verbal reinforcement. The main contributions of FINCON include: - Designing a synthetic manager - analyst hierarchical communication structure inspired by the structure of real - world investment teams, as well as a risk - control component. This structure allows financial data from different sources and modalities to be assigned to corresponding functional analyst agents, enabling them to focus on distilling key investment insights and indicators from a single information source. Then, the manager agent integrates these insights and interacts with the risk - control component to make trading decisions. - Proposing a general framework that can not only conduct stock trading but also portfolio management. The latter is a task that other financial language - agent frameworks have not yet claimed to be able to solve. - Innovatively constructing the personality characteristics of agents through a two - layer risk - control mechanism to achieve risk updates across cycles. Within each cycle, the quantile risk measure in quantitative finance - conditional value - at - risk (CVaR) - is used for risk supervision; in cross - cycle risk control, a unique verbal - reinforcement method is designed to update the investment beliefs of decision - makers through conceptualizing investment insights to guide future decisions. These investment beliefs are summarized from the functions of all analyst agents and can be selectively back - propagated to the corresponding functional analyst agents as needed. Through the above improvements, FINCON significantly improves the quality of financial decision - making while reducing unnecessary point - to - point communication costs.