You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
#Revisiting Financial Sentiment Analysis: A Language Model Approach
2
3
3
4
corresponding code to the paper:https://arxiv.org/abs/2502.14897
4
5
6
+
##Easy access
7
+
- Neptune AI results for language model experiments can be found[here](https://app.neptune.ai/o/Financial-NLP/org/market-aware-embedding/) including tables, confusion matrixes and more.
8
+
- the main notebook on Kaggle called tweet-classification can be found[here](https://github.com/hamidm21/Revisit_FSA/blob/master/notebook/tweet-classification.ipynb)
9
+
- the final implementation and optimization of Triple Barrier Labeling can be found in the notebook[next_day_prediction](https://github.com/hamidm21/Revisit_FSA/blob/master/notebook/next_day_prediction.ipynb)