AICLFeb 12, 2024

FinLLM-B: When Large Language Models Meet Financial Breakout Trading

arXiv:2402.07536v212 citationsh-index: 17NAACL
AI Analysis

This addresses challenges for investors in financial markets like stocks and futures, but it is incremental as it adapts existing LLM methods to a specific domain.

The paper tackled the problem of detecting true vs. false breakouts in financial trading by introducing FinLLM-B, a large language model, which improved average accuracy by 49.97% over GPT-3.5 and outperformed ChatGPT-4 by 42.38%.

Trading range breakout is a key method in the technical analysis of financial trading, widely employed by traders in financial markets such as stocks, futures, and foreign exchange. However, distinguishing between true and false breakout and providing the correct rationale cause significant challenges to investors. Traditional quantitative methods require large amounts of data and cannot directly present the reasoning process, making them less than perfect in this field. Recently, large language models have achieved success in various downstream applications, but their effectiveness in the domain of financial breakout detection has been subpar. The reason is that the unique data and specific knowledge are required in breakout detection. To address these issues, we create the first financial breakout dataset and introduce FinLLM-B, the premier large language model for financial breakout detection, which enhances the effectiveness of breakout trading strategies. Furthermore, we have developed a novel framework for large language models, namely multi-stage structure, effectively reducing mistakes in downstream applications. Experimental results indicate that compared to GPT-3.5, FinLLM-B improves the average accuracy of answers and rational by 49.97%, with the multi-stage structure contributing 9.72% to the improvement. Additionally, it outperforms ChatGPT-4 by 42.38%.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes