Simon van Dyk commited on
Commit
dcc8cc2
·
1 Parent(s): 9104dda

Add top text and fix nosible -> NOSIBLE

Browse files
Files changed (1) hide show
  1. README.md +15 -2
README.md CHANGED
@@ -13,14 +13,26 @@ size_categories:
13
  - 100K<n<1M
14
  ---
15
 
16
- # Nosible Financial Sentiment Dataset
17
 
18
  <p align="center">
19
  <img src="https://github.com/NosibleAI/nosible-py/blob/main/docs/_static/readme.png?raw=true"/>
20
  <p>
21
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ## What is it?
23
- The nosible financial sentiment dataset is a collection of **100k** cleaned and deduplicated financial news samples for financial sentiment classification. Each sample is labeled as **positive**, **negative**, or **neutral**. Financial sentiment is optimised for used in finance as it's sensitive to financial outlook rather than just emotional tone.
24
 
25
  ## How to use it
26
  Using the [HuggingFace datasets library](https://huggingface.co/docs/datasets/):
@@ -117,3 +129,4 @@ This dataset was developed and maintained by the following team:
117
 
118
  * [**Matthew Dicks**](https://www.linkedin.com/in/matthewdicks98/)
119
  * [**Simon van Dyk**](https://www.linkedin.com/in/simon-van-dyk/)
 
 
13
  - 100K<n<1M
14
  ---
15
 
16
+ # NOSIBLE Financial Sentiment Dataset
17
 
18
  <p align="center">
19
  <img src="https://github.com/NosibleAI/nosible-py/blob/main/docs/_static/readme.png?raw=true"/>
20
  <p>
21
 
22
+ ## Who is NOSIBLE?
23
+
24
+ NOSIBLE is a web-scale vertical search engine. Our worldwide media surveillance products help companies build AI systems that see every worldwide event and act with complete situational awareness. In short, we help companies know everything, all the time. The financial institutions we work with rely on us to deliver media intelligence from every country in every language in real-time. Shortcomings in existing financial datasets and financial models are what inspired us to release this dataset and related models.
25
+
26
+ - [NOSIBLE Financial Sentiment v1.1 Base](https://huggingface.co/NOSIBLE/financial-sentiment-v1.1-base)
27
+ - [NOSIBLE Forward Looking v1.1 Base](https://huggingface.co/NOSIBLE/forward-looking-v1.1-base)
28
+ - [NOSIBLE Prediction v1.1 Base](https://huggingface.co/NOSIBLE/prediction-v1.1-base)
29
+
30
+ ## Why this dataset?
31
+
32
+ The NOSIBLE Financial Sentiment Dataset is an open collection of 100,000 cleaned and deduplicated financial news text samples. The data was extracted directly from the NOSIBLE search engine in response to real queries asked by real financial instiutions. Each sample has been labeled as positive, negative, or neutral using a sophisticated labeling pipeline (more information coming soon). The models we trained on the NOSIBLE Financial Sentiment Dataset outperform models trained on the Financial PhraseBank out of sample.
33
+
34
  ## What is it?
35
+ The NOSIBLE financial sentiment dataset is a collection of **100k** cleaned and deduplicated financial news samples for financial sentiment classification. Each sample is labeled as **positive**, **negative**, or **neutral**. Financial sentiment is optimised for used in finance as it's sensitive to financial outlook rather than just emotional tone.
36
 
37
  ## How to use it
38
  Using the [HuggingFace datasets library](https://huggingface.co/docs/datasets/):
 
129
 
130
  * [**Matthew Dicks**](https://www.linkedin.com/in/matthewdicks98/)
131
  * [**Simon van Dyk**](https://www.linkedin.com/in/simon-van-dyk/)
132
+ * [**Stuart Reid**](https://www.linkedin.com/in/stuartgordonreid/)