paper-with-me

홈 › Papers

Financial sentiment analysis using FinBERT with application in predicting stock movement

2023-06-03 · Tingsong Jiang, Qingyun Zeng

In this study, we integrate sentiment analysis within a financial framework by leveraging FinBERT, a fine-tuned BERT model specialized for financial text, to construct an advanced deep learning model based on Long Short-Term Memory (LSTM) networks. Our objective is to forecast financial market trends with greater accuracy. To evaluate our model's predictive capabilities, we apply it to a comprehensive dataset of stock market news and perform a comparative analysis against standard BERT, standalone LSTM, and the traditional ARIMA models. Our findings indicate that incorporating sentiment analysis significantly enhances the model's ability to anticipate market fluctuations. Furthermore, we propose a suite of optimization techniques aimed at refining the model's performance, paving the way for more robust and reliable market prediction tools in the field of AI-driven finance.

📄 PDF Abstract BibTeX arXiv:2306.02136

Code (0)

등록된 구현이 없습니다.

Tasks

Sentiment Analysis

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Residual Connection 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Adam 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…

Similar Papers 제목 키워드 기반

Financial Sentiment Analysis on News and Reports Using Large Language Models and FinBERT

2024-10-02 · Yanxin Shen, Pulin Kirin Zhang

Financial sentiment analysis (FSA) is crucial for evaluating market sentiment and making well-informed financial decisions. The advent of large language models (LLMs) such as BERT and its financial variant, FinBERT, has …

ArticlesPrompt EngineeringSentiment AnalysisSentiment Classification

Sentiment-driven prediction of financial returns: a Bayesian-enhanced FinBERT approach

2024-03-07 · Raffaele Giuseppe Cestari, Simone Formentin

Predicting financial returns accurately poses a significant challenge due to the inherent uncertainty in financial time series data. Enhancing prediction models' performance hinges on effectively capturing both social an…

feature selectionLanguage ModelingLanguage ModellingLarge Language Model+1

FinBERT: Financial Sentiment Analysis with Pre-trained Language Models

2019-08-27 · Dogu Araci

Financial sentiment analysis is a challenging task due to the specialized language and lack of labeled data in that domain. General-purpose models are not effective enough because of the specialized language used in a fi…

Language ModelingLanguage ModellingSentiment Analysis

Predicting Stock Prices with FinBERT-LSTM: Integrating News Sentiment Analysis

2024-07-23 · Wenjun Gu, Yihao Zhong, Shizun Li, Changsong Wei 외

The stock market's ascent typically mirrors the flourishing state of the economy, whereas its decline is often an indicator of an economic downturn. Therefore, for a long time, significant correlation elements for predic…

ArticlesSentiment Analysis

FinBERT-BiLSTM: A Deep Learning Model for Predicting Volatile Cryptocurrency Market Prices Using Market Sentiment Dynamics

2024-11-02 · Mabsur Fatin Bin Hossain, Lubna Zahan Lamia, Md Mahmudur Rahman, Md Mosaddek Khan

Time series forecasting is a key tool in financial markets, helping to predict asset prices and guide investment decisions. In highly volatile markets, such as cryptocurrencies like Bitcoin (BTC) and Ethereum (ETH), fore…

Sentiment AnalysisTime SeriesTime Series Forecasting