Captain-1337 commited on
Commit
b672a58
1 Parent(s): 68d26cb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -9
README.md CHANGED
@@ -13,18 +13,13 @@ Performing sentiment analysis on the news regarding a specific asset requires do
13
  Domain adaptation requires training data made up of examples with text and its associated polarity of sentiment.
14
  The experiments show that pre-trained deep learning-based sentiment analysis can be further fine-tuned, and the conclusions of these experiments are as following:
15
 
16
- Deep learning-based sentiment analysis models from the general financial world such as FinBERT are of little or hardly any significance concerning the price development of crude oil.
17
- The reason behind this is a lack of domain adaptation of the sentiment.
18
- Moreover, the polarity of sentiment cannot be generalized and is highly dependent on the properties of its target.
19
 
20
- The properties of crude oil prices are, according to the literature, determined by changes in supply and demand.
21
- News can convey information about these direction changes and can broadly be identified through query searches and serve as a foundation for creating a training dataset to perform domain adaptation.
22
- For this purpose, news headlines tend to be rich enough in content to provide insights into supply and demand changes.
23
  Even when significantly reducing the number of headlines to more reputable sources.
24
 
25
- Domain adaptation can be achieved to some extend by analyzing the properties of the target through literature review and creating a corresponding training dataset to fine-tune the model.
26
-
27
- For example, considering supply and demand changes regarding crude oil seems to be a suitable component for a domain adaptation.
28
 
29
  In order to advance sentiment analysis applications in the domain of crude oil, this paper presents CrudeBERT.
30
  In general, sentiment analysis of headlines from crude oil through CrudeBERT could be a viable source of insight for the price behaviour of WTI crude oil.
 
13
  Domain adaptation requires training data made up of examples with text and its associated polarity of sentiment.
14
  The experiments show that pre-trained deep learning-based sentiment analysis can be further fine-tuned, and the conclusions of these experiments are as following:
15
 
16
+ * Deep learning-based sentiment analysis models from the general financial world such as FinBERT are of little or hardly any significance concerning the price development of crude oil. The reason behind this is a lack of domain adaptation of the sentiment. Moreover, the polarity of sentiment cannot be generalized and is highly dependent on the properties of its target.
 
 
17
 
18
+ * The properties of crude oil prices are, according to the literature, determined by changes in supply and demand.
19
+ News can convey information about these direction changes and can broadly be identified through query searches and serve as a foundation for creating a training dataset to perform domain adaptation. For this purpose, news headlines tend to be rich enough in content to provide insights into supply and demand changes.
 
20
  Even when significantly reducing the number of headlines to more reputable sources.
21
 
22
+ * Domain adaptation can be achieved to some extend by analyzing the properties of the target through literature review and creating a corresponding training dataset to fine-tune the model. For example, considering supply and demand changes regarding crude oil seems to be a suitable component for a domain adaptation.
 
 
23
 
24
  In order to advance sentiment analysis applications in the domain of crude oil, this paper presents CrudeBERT.
25
  In general, sentiment analysis of headlines from crude oil through CrudeBERT could be a viable source of insight for the price behaviour of WTI crude oil.