Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitffa19c7

Browse files
authored
Update README.md
1 parentbe63960 commitffa19c7

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

‎README.md‎

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
1+
12
#Revisiting Financial Sentiment Analysis: A Language Model Approach
23

34
corresponding code to the paper:https://arxiv.org/abs/2502.14897
45

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)
10+
11+
12+
<imgsrc="https://github.com/user-attachments/assets/effe54e0-2419-411b-bd8c-b65891690d1d"alt="Triple Barrier Labeling"width="300"height="300">
13+
14+
- backtesting experiments and results can be found[here](https://github.com/hamidm21/Revisit_FSA/blob/master/notebook/backtest.ipynb)
15+
516
##How to run Experiments
617
use poetry to install the packages with```poetry install```. for more information go to poetry[docs](https://python-poetry.org/docs/basic-usage/)
718

@@ -10,5 +21,13 @@ then run with ```python src/run.py [Experiment ID]```
1021
Here are the folders and what they contain:
1122
- raw: unprocessed data
1223
- dataset: processed data
13-
- notebook:source codes
24+
- notebook:notebooks
1425
- src: contains the source code for experiments
26+
27+
##Overall Architecture
28+
![Overall Scheme](https://github.com/user-attachments/assets/e5f85f76-f3f9-42a0-95b8-37bbfdd46026)
29+
30+
##Summary of the Backtesting results
31+
![Backtest Table](https://github.com/user-attachments/assets/78613498-679e-481c-b21c-ff43bcad4e88)
32+
![image](https://github.com/user-attachments/assets/4688e8fd-597d-4bbe-9a98-8ee70c29b665)
33+

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp