Simon van Dyk commited on
Commit ·
9104dda
1
Parent(s): d4e43b9
Add: image and text edit
Browse files
README.md
CHANGED
|
@@ -5,13 +5,20 @@ task_categories:
|
|
| 5 |
language:
|
| 6 |
- en
|
| 7 |
tags:
|
|
|
|
| 8 |
- finance
|
|
|
|
|
|
|
| 9 |
size_categories:
|
| 10 |
- 100K<n<1M
|
| 11 |
---
|
| 12 |
|
| 13 |
# Nosible Financial Sentiment Dataset
|
| 14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
## What is it?
|
| 16 |
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.
|
| 17 |
|
|
@@ -75,7 +82,7 @@ The dataset's label field was annotated from LLMs and refined using an active le
|
|
| 75 |
The algorithm outline is as follows:
|
| 76 |
|
| 77 |
1. Hand label a candidate set of ~200 samples to use as a test bed to refine the prompt used by the LLM labelers to classify the text.
|
| 78 |
-
2. Label a set of
|
| 79 |
- x-ai/grok-4-fast
|
| 80 |
- x-ai/grok-4-fast:thinking
|
| 81 |
- google/gemini-2.5-flash
|
|
@@ -103,4 +110,10 @@ The dataset is released under the **Open Data Commons Attribution License (ODC-B
|
|
| 103 |
- [NOSIBLE Inc](https://www.nosible.ai/) Team
|
| 104 |
|
| 105 |
## Citations
|
| 106 |
-
Coming soon, we're working on a white paper.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
language:
|
| 6 |
- en
|
| 7 |
tags:
|
| 8 |
+
- financial-sentiment
|
| 9 |
- finance
|
| 10 |
+
- sentiment-analysis
|
| 11 |
+
- nlp
|
| 12 |
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 |
|
|
|
|
| 82 |
The algorithm outline is as follows:
|
| 83 |
|
| 84 |
1. Hand label a candidate set of ~200 samples to use as a test bed to refine the prompt used by the LLM labelers to classify the text.
|
| 85 |
+
2. Label a set of 100k samples with LLM labelers:
|
| 86 |
- x-ai/grok-4-fast
|
| 87 |
- x-ai/grok-4-fast:thinking
|
| 88 |
- google/gemini-2.5-flash
|
|
|
|
| 110 |
- [NOSIBLE Inc](https://www.nosible.ai/) Team
|
| 111 |
|
| 112 |
## Citations
|
| 113 |
+
Coming soon, we're working on a white paper.
|
| 114 |
+
|
| 115 |
+
## Contributors
|
| 116 |
+
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/)
|